Demystifying Data Analysis: What, How, and Why?
https://medium.com/@bencolethfc2/demystifying-data-analysis-what-how-and-why-ae0d014f701e
https://medium.com/@bencolethfc2/demystifying-data-analysis-what-how-and-why-ae0d014f701e
Medium
Demystifying Data Analysis: What, How, and Why?
Welcome to the fascinating world of data analysis, where numbers tell stories, and spreadsheets become your best friends. You might be…
An Introduction to Pandas for Data Analysis in Python
https://medium.com/@coderhack.com/an-introduction-to-pandas-for-data-analysis-in-python-f1f94747613a
https://medium.com/@coderhack.com/an-introduction-to-pandas-for-data-analysis-in-python-f1f94747613a
Medium
An Introduction to Pandas for Data Analysis in Python
Pandas is one of the most popular and powerful data analysis libraries for Python. It provides easy-to-use data structures and tools for…
Python’s ‘property’ Decorator: Customized Attribute Access
https://medium.com/@mr.stucknet/pythons-property-decorator-customized-attribute-access-77dbf365e746
https://medium.com/@mr.stucknet/pythons-property-decorator-customized-attribute-access-77dbf365e746
Medium
Python’s ‘property’ Decorator: Customized Attribute Access
Another thing that would be a crime not to mention is the property decorator. Imagine that you have an age attribute in a Person class and…
Understanding *args and **kwargs in Python with an additional Django example
https://medium.com/@elijahobara/understanding-args-and-kwargs-in-python-with-an-additional-django-example-fc0eb5313b2d
https://medium.com/@elijahobara/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…
Linear Regression with Gradient Descent from Scratch
https://dzdata.medium.com/linear-regression-with-gradient-descent-from-scratch-ed9ad9b9166
https://dzdata.medium.com/linear-regression-with-gradient-descent-from-scratch-ed9ad9b9166
Medium
Linear Regression with Gradient Descent from Scratch
Linear regression is a sort of supervised learning model that lets us find a linear relation between the data (features) and the results…
Beyond Entertainment: An Exploratory Data Deepdive!
https://blog.jovian.com/beyond-entertainment-an-exploratory-data-deepdive-e02b0c469a75
https://blog.jovian.com/beyond-entertainment-an-exploratory-data-deepdive-e02b0c469a75
Medium
Beyond Entertainment: An Exploratory Data Deepdive!
Data Insights into Video Game Sales History
AutoML for Algorithmic Trading Strategy Development
https://theaiquant.medium.com/automl-for-algorithmic-trading-strategy-development-314796c33ac1
https://theaiquant.medium.com/automl-for-algorithmic-trading-strategy-development-314796c33ac1
Medium
AutoML for Algorithmic Trading Strategy Development
Automated Machine Learning (AutoML) plays a crucial role in crafting trading strategies driven by algorithms. In this tutorial, we’re going to walk you through AutoML, why it’s a game-changer in…
Python Robotics: Autonomous Drone Navigation
https://medium.com/@alexandragrosu03/python-robotics-autonomous-drone-navigation-4a9e74c296b
https://medium.com/@alexandragrosu03/python-robotics-autonomous-drone-navigation-4a9e74c296b
Medium
Python Robotics: Autonomous Drone Navigation
Autonomous drone navigation is an exciting and rapidly evolving field within robotics and artificial intelligence. Drones equipped with…
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…