Creating a Local Development Environment with Docker
https://blog.tdg.international/creating-a-local-development-environment-with-docker-5cfc16ba431c
https://blog.tdg.international/creating-a-local-development-environment-with-docker-5cfc16ba431c
Medium
Creating a Local Development Environment with Docker
In a recent talk at the Docker Community All Hands event, Patrick Lober, a developer advocate at Assembly AI, shared his insights on…
Using AI Tools for Data Science: A New Approach
https://ai.gopubby.com/using-ai-tools-for-data-science-a-new-approach-b1a37ad0e757
https://ai.gopubby.com/using-ai-tools-for-data-science-a-new-approach-b1a37ad0e757
Medium
Using AI Tools for Data Science: A New Approach
Explore innovative ways to leverage AI in data science.
Python 101 — Type Error, Type Checking, and Type Conversion; Mathematical Operations
https://medium.com/@adinasocaci.simona/python-101-type-error-type-checking-and-type-conversion-mathematical-operations-78a12baf5dc2
https://medium.com/@adinasocaci.simona/python-101-type-error-type-checking-and-type-conversion-mathematical-operations-78a12baf5dc2
Medium
Python 101 — Type Error, Type Checking, and Type Conversion; Mathematical Operations
One of the initial things you’ll notice as you venture into coding is how data is categorized into different “types.” Misunderstanding or…
Proximity Analysis to Find the Nearest Bar Using Python
https://towardsdatascience.com/proximity-analysis-to-find-the-nearest-bar-using-python-a29d29a3754d
https://towardsdatascience.com/proximity-analysis-to-find-the-nearest-bar-using-python-a29d29a3754d
Medium
Proximity Analysis to Find the Nearest Bar Using Python
A few words about spatial data processing
Streamlining Demos: A Single-Server, Multi-Domain Approach with Nginx
https://medium.com/@piyushbatra1999/streamlining-demos-a-single-server-multi-domain-approach-with-nginx-94104771d010
https://medium.com/@piyushbatra1999/streamlining-demos-a-single-server-multi-domain-approach-with-nginx-94104771d010
Medium
Streamlining Demos: A Single-Server, Multi-Domain Approach with Nginx
Running multiple web applications on a single cloud instance presents challenges, particularly when each app needs its own domain or…
180 Data Science and Machine Learning Projects with Python
https://medium.com/@gulimran980/180-data-science-and-machine-learning-projects-with-python-3a683595ac21
https://medium.com/@gulimran980/180-data-science-and-machine-learning-projects-with-python-3a683595ac21
Medium
180 Data Science and Machine Learning Projects with Python
180 Data Science and Machine Learning Projects Solved and Explained with Python.
The Power of Python: Time-Series Analysis with statsmodels, tslearn, tssearch, and tsfresh
https://medium.com/@daython3/the-power-of-python-time-series-analysis-with-statsmodels-tslearn-tssearch-and-tsfresh-95e9027e7349
https://medium.com/@daython3/the-power-of-python-time-series-analysis-with-statsmodels-tslearn-tssearch-and-tsfresh-95e9027e7349
Medium
The Power of Python: Time-Series Analysis with statsmodels, tslearn, tssearch, and tsfresh
Python Time-Series
Mastering Python and SQL for Data Science: In-Depth Insights
https://medium.com/@unlockcoding1/mastering-python-and-sql-for-data-science-in-depth-insights-c41aa6b6a107
https://medium.com/@unlockcoding1/mastering-python-and-sql-for-data-science-in-depth-insights-c41aa6b6a107
Medium
Mastering Python and SQL for Data Science: In-Depth Insights
Developer specialization: Don’t get locked into one framework
https://blog.developerpurpose.com/developer-specialization-dont-get-locked-into-one-framework-1de9f98988c8
https://blog.developerpurpose.com/developer-specialization-dont-get-locked-into-one-framework-1de9f98988c8
Medium
Developer specialization: Don’t get locked into one framework
Recently, a mentee sent me an email worried about specialization.
How to Make Money With Python and Excel Using Openpyxl
https://medium.com/@mirceaiosif/how-to-make-money-with-python-and-excel-using-openpyxl-ed836c4e0801
https://medium.com/@mirceaiosif/how-to-make-money-with-python-and-excel-using-openpyxl-ed836c4e0801
Medium
How to Make Money With Python and Excel Using Openpyxl
Unlock the Power of Automating Spreadsheets
Mastering Python: Day 05 — 🧠 Quiz Master (Test Your Knowledge with Python)
https://medium.com/@sumayya.malik/mastering-python-day-05-quiz-master-test-your-knowledge-with-python-ad7e4e208f34
https://medium.com/@sumayya.malik/mastering-python-day-05-quiz-master-test-your-knowledge-with-python-ad7e4e208f34
Medium
Mastering Python: Day 05 — 🧠 Quiz Master (Test Your Knowledge with Python)
This article provides a detailed description of Day 05 of a Python coding challenge. The following Python code is a basic quiz game that…
Part 3: Exploring Content-Based Filtering in Recommendation Systems
https://umair-iftikhar.medium.com/part-3-exploring-content-based-filtering-in-recommendation-systems-836e5e2fe152
https://umair-iftikhar.medium.com/part-3-exploring-content-based-filtering-in-recommendation-systems-836e5e2fe152
Medium
Part 3: Exploring Content-Based Filtering in Recommendation Systems
In the previous parts of our recommendation system series, we covered the fundamentals of item-item collaborative filtering and how to…