Data Storytelling with Python Altair and Generative AI
https://alod83.medium.com/data-storytelling-with-python-altair-and-generative-ai-1ebe4ee660aa
https://alod83.medium.com/data-storytelling-with-python-altair-and-generative-ai-1ebe4ee660aa
Medium
Data Storytelling with Generative AI
An overview of my last book, published by Manning Publications
Python in Healthcare: Analyzing Medical Imaging Data
https://medium.com/@alexandragrosu03/python-in-healthcare-analyzing-medical-imaging-data-e73eede66fda
https://medium.com/@alexandragrosu03/python-in-healthcare-analyzing-medical-imaging-data-e73eede66fda
Medium
Python in Healthcare: Analyzing Medical Imaging Data
The healthcare industry has experienced a significant transformation with the integration of technology, and Python, as a versatile…
The Forward Backward-Splitting Method (FBSM) Simply Explained
https://medium.com/@justus.tobias/the-forward-backward-splitting-method-fbsm-simply-explained-cc59b609b2c7
https://medium.com/@justus.tobias/the-forward-backward-splitting-method-fbsm-simply-explained-cc59b609b2c7
Medium
The Forward Backward-Splitting Method (FBSM) Simply Explained
Using simple and understandable terms, along with code snippets (python) to provide a straightforward explanation
Python in Finance: Algorithmic Trading Strategies
https://medium.com/@alexandragrosu03/python-in-finance-algorithmic-trading-strategies-6a3939ef5
https://medium.com/@alexandragrosu03/python-in-finance-algorithmic-trading-strategies-6a3939ef5
Medium
Python in Finance: Algorithmic Trading Strategies
Python has become a go-to language for financial professionals and developers in the finance industry. Its simplicity, versatility, and…
Should I use the print function or logging module??
https://medium.com/@phurhardeen/should-i-use-the-print-function-or-logging-module-17d35ff8ab94
https://medium.com/@phurhardeen/should-i-use-the-print-function-or-logging-module-17d35ff8ab94
Medium
Should I use the print function or logging module??
Logging is a great versatile tool every developer should have under his/her belt, it's use is highly recommended in systems/programs...
Unlocking Survey Secrets: Tagging Themes with Python & ChatGPT
https://isabittar.medium.com/unlocking-survey-secrets-tagging-themes-with-python-chatgpt-5f43df2c46b6
https://isabittar.medium.com/unlocking-survey-secrets-tagging-themes-with-python-chatgpt-5f43df2c46b6
Medium
Unlocking Survey Secrets: Tagging Themes with Python & ChatGPT
Automated Theme Tagging: Visualizing Insights from Survey Comments using ChatGPT and Python
Unveiling the Power of Media Mix Modeling with Python
https://rsfagundes.medium.com/unveiling-the-power-of-media-mix-modeling-with-python-2c2de5b86f19
https://rsfagundes.medium.com/unveiling-the-power-of-media-mix-modeling-with-python-2c2de5b86f19
Medium
Unveiling the Power of Media Mix Modeling with Python
Media Mix Modeling (MMM) is a data-driven approach used by marketers to optimize their advertising spend across various media channels. It…
Understanding *args and **kwargs in Python with an Additional Django Example
https://python.plainenglish.io/understanding-args-and-kwargs-in-python-with-an-additional-django-example-fc0eb5313b2d
https://python.plainenglish.io/understanding-args-and-kwargs-in-python-with-an-additional-django-example-fc0eb5313b2d
Medium
Understanding *args and **kwargs in Python with an Additional Django Example
When I started learning Python, I was very confused regarding what args, kwargs, * and ** does. And I feel there are many like me who had…
Techniques for Printing the Lowercase Alphabet without Newlines in Python
https://medium.com/@Scofield_Idehen/techniques-for-printing-the-lowercase-alphabet-without-newlines-in-python-536077d759ad
https://medium.com/@Scofield_Idehen/techniques-for-printing-the-lowercase-alphabet-without-newlines-in-python-536077d759ad
Medium
Techniques for Printing the Lowercase Alphabet without Newlines in Python
Printing the full lowercase English alphabet sequentially without newlines or spaces between the letters may seem trivial at first glance.
Published A Beginner’s Guide to Streamlit for Data Science
https://medium.com/@mishrapartha/published-a-beginners-guide-to-streamlit-for-data-science-a37fb33eb3ce
https://medium.com/@mishrapartha/published-a-beginners-guide-to-streamlit-for-data-science-a37fb33eb3ce
Medium
Published A Beginner’s Guide to Streamlit for Data Science
Hello everyone!
Lessons Learned while doing Machine Learning at scale using Python and Google Cloud.
https://medium.com/@rohanaswani41/lessons-learned-while-doing-machine-learning-at-scale-using-python-and-google-cloud-5968936af26c
https://medium.com/@rohanaswani41/lessons-learned-while-doing-machine-learning-at-scale-using-python-and-google-cloud-5968936af26c
Medium
Lessons Learned while doing Machine Learning at scale using Python and Google Cloud.
I recently worked on a number of projects for implementing machine learning pipelines at scale while optimizing them to save costs. Here…
Unleashing the Power of the Math Module in Python: Mathematical Functions for Computation
https://khadkagopal.medium.com/unleashing-the-power-of-the-math-module-in-python-mathematical-functions-for-computation-9fa2c7ca25dd
https://khadkagopal.medium.com/unleashing-the-power-of-the-math-module-in-python-mathematical-functions-for-computation-9fa2c7ca25dd
Medium
Unleashing the Power of the Math Module in Python: Mathematical Functions for Computation
Math module is part of the Python’s standard library that comes built-in with it and needs no installation. It provides the programmer with…
Bike Buyers Dataset: Data Analysis Project
https://medium.com/@nfathiaaa/bike-buyers-dataset-data-analysis-project-e379ed89c3a3
https://medium.com/@nfathiaaa/bike-buyers-dataset-data-analysis-project-e379ed89c3a3
Medium
Bike Buyers Dataset: Data Analysis Project
The project I did was a solo project which I used as an exercise to improve my analytical skills in the field of data analyst. The purpose of this project is to see how the features listed in the…
Leetcode 509: Fibonacci Number
https://shandou.medium.com/leetcode-509-fibonacci-number-973bdc957d64
https://shandou.medium.com/leetcode-509-fibonacci-number-973bdc957d64
Medium
Leetcode 509: Fibonacci Number
Problem description
Python Variable Magic: Unleashing the Power of Assignment
https://medium.com/@Bohar/python-variable-magic-unleashing-the-power-of-assignment-43ff776b5cd9
https://medium.com/@Bohar/python-variable-magic-unleashing-the-power-of-assignment-43ff776b5cd9
Medium
Python Variable Magic: Unleashing the Power of Assignment
In Python, the world of variables is not just about storing data; it’s also about assigning values in smart ways. In this article, we’ll…