Building a modern data stack in a box using DuckDB, dbt, Meltano and Streamlit
https://medium.com/@inosrahul/building-a-modern-data-stack-in-a-box-using-duckdb-dbt-meltano-and-streamlit-b427bb9869c3
https://medium.com/@inosrahul/building-a-modern-data-stack-in-a-box-using-duckdb-dbt-meltano-and-streamlit-b427bb9869c3
Medium
Building a modern data stack in a box using DuckDB, dbt, Meltano and Streamlit
TLDR: I’ve integrated DuckDB, dbt, Meltano, and Streamlit to create an all-in-one Modern Data Stack which can be used on your laptop…
Exploring Bike Sharing Data in Python — Part 2: Network Analysis
https://medium.com/@haavardwallinaagesen/exploring-bike-sharing-data-in-python-part-2-network-analysis-71a7a69be485
https://medium.com/@haavardwallinaagesen/exploring-bike-sharing-data-in-python-part-2-network-analysis-71a7a69be485
Medium
Exploring Bike Sharing Data in Python — Part 2: Network Analysis
In this second part of the short series on bike sharing data in Python, we will use data from the bike sharing system in Oslo, Norway…
NLP Project: Text Vectorization Usage with Pandas and SciKit Learn
https://admantium.medium.com/nlp-project-text-vectorization-usage-with-pandas-and-scikit-learn-b1fdb5f5245c
https://admantium.medium.com/nlp-project-text-vectorization-usage-with-pandas-and-scikit-learn-b1fdb5f5245c
Medium
NLP Project: Text Vectorization Usage with Pandas and SciKit Learn
In any NLP project, text data needs to be vectorized in order to be used for machine learning algorithms. Different methods exist, starting…
The Best VSCode Extensions for Python Programmers
https://medium.com/@enlabe/the-best-vscode-extensions-for-python-programmers-2d7e57ba3dea
https://medium.com/@enlabe/the-best-vscode-extensions-for-python-programmers-2d7e57ba3dea
Medium
The Best VSCode Extensions for Python Programmers
In the realm of Python development, every moment is crucial. Managing code syntax, optimizing workflows, and enhancing collaboration are…
How to set the Python flask app on AWS EC2 is always available?
https://medium.com/hellocode/how-to-set-the-python-flask-app-on-aws-ec2-is-always-available-3243808c46f6
https://medium.com/hellocode/how-to-set-the-python-flask-app-on-aws-ec2-is-always-available-3243808c46f6
Medium
How to set the Python flask app on AWS EC2 is always available?
After deploy a Python app to AWS EC2, you can use the code to run the app:
Object Recognition System for Beginners
https://medium.com/@dhruvigangawal/object-recognition-system-for-beginners-06d49c85e0f2
https://medium.com/@dhruvigangawal/object-recognition-system-for-beginners-06d49c85e0f2
Medium
Object Recognition System for Beginners
What is Object Recognition:
Mastering Django Admin : Detailed Explanations to Advanced Customization for Multi-User Scalability
https://medium.com/@ananiann/mastering-django-admin-detailed-explanations-to-advanced-customization-for-multi-user-scalability-0a7550fd6e19
https://medium.com/@ananiann/mastering-django-admin-detailed-explanations-to-advanced-customization-for-multi-user-scalability-0a7550fd6e19
Medium
Mastering Django Admin: Detailed Explanations to Advanced Customization for Multi-User Scalability
Django, a high-level web framework for Python, stands as a pinnacle in the world of web development. Its design philosophy revolves around…
Making a Python Script as an Executable in Windows 11
https://medium.com/@felix.lu07/making-a-python-script-as-an-executable-in-windows-11-b5e9eb7227c4
https://medium.com/@felix.lu07/making-a-python-script-as-an-executable-in-windows-11-b5e9eb7227c4
Medium
Making a Python Script as an Executable in Windows 11
Let’s say you have a Python script that you regularly use, and you want it to be accessed at your convenience without having to search…
Deep Dive into XGBoost 2: Features and Practical Applications
https://medium.com/@thedatabeast/deep-dive-into-xgboost-2-features-and-practical-applications-6da0cdc3a605
https://medium.com/@thedatabeast/deep-dive-into-xgboost-2-features-and-practical-applications-6da0cdc3a605
Medium
Deep Dive into XGBoost 2: Features and Practical Applications
Introduction
MQTT in Action: Quick Start Guide In Python
https://medium.com/@ahsaanraazaa/mqtt-in-action-quick-start-guide-in-python-b214d489e046
https://medium.com/@ahsaanraazaa/mqtt-in-action-quick-start-guide-in-python-b214d489e046
Medium
MQTT in Action: Quick Start Guide In Python
MQTT (Message Queuing Telemetry Transport) is a lightweight and efficient messaging protocol often used for machine-to-machine…
Leveraging Web Scraping in Equity Research: A Beginner’s Guide with a Focus on Coffee Machines
https://medium.com/@qilinzhou888/leveraging-web-scraping-in-equity-research-a-beginners-guide-with-a-focus-on-coffee-machines-6bac454f150d
https://medium.com/@qilinzhou888/leveraging-web-scraping-in-equity-research-a-beginners-guide-with-a-focus-on-coffee-machines-6bac454f150d
Medium
Leveraging Web Scraping in Equity Research: A Beginner’s Guide with a Focus on Coffee Machines
Generating reports on specific industries or companies is crucial in securities trading, as these reports offer fundamental analysis of…
Automating Mutation Testing with Mutmut and GitHub Actions
https://medium.com/@jossmoff/automating-mutation-testing-with-mutmut-and-github-actions-9767b4fc75b5
https://medium.com/@jossmoff/automating-mutation-testing-with-mutmut-and-github-actions-9767b4fc75b5
Medium
Automating Mutation Testing with Mutmut and GitHub Actions
Automating Mutation Testing with Mutmut and GitHub Actions
Choosing Between Numpy and Scipy: Picking the Right Tool for the Job
https://blog.tdg.international/choosing-between-numpy-and-scipy-picking-the-right-tool-for-the-job-9a57fcc8576f
https://blog.tdg.international/choosing-between-numpy-and-scipy-picking-the-right-tool-for-the-job-9a57fcc8576f
Medium
Choosing Between Numpy and Scipy: Picking the Right Tool for the Job
When it comes to numerical processing and scientific computing in Python, two powerful libraries stand out: Numpy and Scipy. While both…
Want to learn OOP, but feel like you're drowning in a sea of jargon?
https://medium.com/@matheenroy/want-to-learn-oop-but-feel-like-youre-drowning-in-a-sea-of-jargon-e01ff8ea9e39
https://medium.com/@matheenroy/want-to-learn-oop-but-feel-like-youre-drowning-in-a-sea-of-jargon-e01ff8ea9e39
Medium
Follow Abdul Matheen to learn more like this!!
Object-oriented programming (OOP) is a programming paradigm that uses objects and their interactions to design applications and computer programs. Imagine you're building a video game. You have all…