🔗 Day 31 of #100DaysOfCode in Python: Demystifying Regular Expressions
https://elshad-karimov.medium.com/day-31-of-100daysofcode-in-python-demystifying-regular-expressions-8efd793da725
https://elshad-karimov.medium.com/day-31-of-100daysofcode-in-python-demystifying-regular-expressions-8efd793da725
Medium
🔗 Day 31 of #100DaysOfCode in Python: Demystifying Regular Expressions
Welcome to Day 31, where we delve into the world of Regular Expressions, commonly known as regex. This powerful tool is essential for…
The Core Properties of Object-Oriented Programming (OOP) in Python
https://medium.com/@eliyazaidi16/the-core-properties-of-object-oriented-programming-oop-in-python-1f2fafd72161
https://medium.com/@eliyazaidi16/the-core-properties-of-object-oriented-programming-oop-in-python-1f2fafd72161
Medium
The Core Properties of Object-Oriented Programming (OOP) in Python
Object-Oriented Programming (OOP) is a powerful paradigm that enhances code organization, reusability, and maintainability. Python, a versatile and dynamic programming language, fully supports OOP…
Single implementation for both Spark ETL and Live Inference
https://medium.com/@mikepalei/single-implementation-for-both-spark-etl-and-live-inference-8ff137696313
https://medium.com/@mikepalei/single-implementation-for-both-spark-etl-and-live-inference-8ff137696313
Medium
Single implementation for both Spark ETL and Live Inference
PySpark for offline feature extraction vs pure Python with Numba for feature extraction online
For Loops in Python For Absolute Beginners
https://zlliu.medium.com/for-loops-in-python-for-absolute-beginners-e83261b01ae1
https://zlliu.medium.com/for-loops-in-python-for-absolute-beginners-e83261b01ae1
Medium
For Loops in Python For Absolute Beginners
# Python From Zero To One (Part 12)
🤖 Day 37 of #100DaysOfCode in Python: Unveiling the Potential of Scikit-learn
https://elshad-karimov.medium.com/day-37-of-100daysofcode-in-python-unveiling-the-potential-of-scikit-learn-5ddc11c5c1f4
https://elshad-karimov.medium.com/day-37-of-100daysofcode-in-python-unveiling-the-potential-of-scikit-learn-5ddc11c5c1f4
Medium
🤖 Day 37 of #100DaysOfCode in Python: Unveiling the Potential of Scikit-learn
Welcome to Day 37! Today, we explore scikit-learn, a powerful and versatile machine learning library in Python that’s widely used in the field of data science and AI for building various models…
🧠 Day 36 of #100DaysOfCode in Python: Stepping into the World of Machine Learning
https://elshad-karimov.medium.com/day-36-of-100daysofcode-in-python-stepping-into-the-world-of-machine-learning-9bf1910195a0
https://elshad-karimov.medium.com/day-36-of-100daysofcode-in-python-stepping-into-the-world-of-machine-learning-9bf1910195a0
Medium
🧠 Day 36 of #100DaysOfCode in Python: Stepping into the World of Machine Learning
Welcome to Day 36! Today, we embark on an exciting journey into the world of machine learning (ML), a pivotal field in artificial…
📊 Day 35 of #100DaysOfCode in Python: Delving Deeper into SciPy
https://elshad-karimov.medium.com/day-35-of-100daysofcode-in-python-delving-deeper-into-scipy-c244db44a7bf
https://elshad-karimov.medium.com/day-35-of-100daysofcode-in-python-delving-deeper-into-scipy-c244db44a7bf
Medium
📊 Day 35 of #100DaysOfCode in Python: Delving Deeper into SciPy
On Day 35, we turn our attention to SciPy, a Python library that builds on NumPy and is essential for scientific and technical computing…
Creating Interactive Websites with Streamlit: A Beginner’s Guide
https://soumodeep60.medium.com/creating-interactive-websites-with-streamlit-a-beginners-guide-a2539722164d
https://soumodeep60.medium.com/creating-interactive-websites-with-streamlit-a-beginners-guide-a2539722164d
Medium
Creating Interactive Websites with Streamlit: A Beginner’s Guide
In recent years, the demand for user-friendly and interactive web applications has skyrocketed. Luckily, there are several tools available…
Enhancing Shopping Experiences: Image-Based Fashion Recommendations
https://medium.com/@aniketjayant953/enhancing-shopping-experiences-image-based-fashion-recommendations-856f3c919193
https://medium.com/@aniketjayant953/enhancing-shopping-experiences-image-based-fashion-recommendations-856f3c919193
Medium
Enhancing Shopping Experiences: Image-Based Fashion Recommendations
In the vibrant world of fashion and clothing, finding that perfect piece to complement your style can often be a daunting task. However…
🧮 Day 34 of #100DaysOfCode in Python: Navigating the World of NumPy
https://elshad-karimov.medium.com/day-34-of-100daysofcode-in-python-navigating-the-world-of-numpy-bc4ffee8e2e5
https://elshad-karimov.medium.com/day-34-of-100daysofcode-in-python-navigating-the-world-of-numpy-bc4ffee8e2e5
Medium
🧮 Day 34 of #100DaysOfCode in Python: Navigating the World of NumPy
Welcome to Day 34! Today, we’re immersing ourselves in NumPy, a cornerstone library in Python’s data science ecosystem. It’s a fundamental…
🚀 Day 33 of #100DaysOfCode in Python: Delving into Decorators and Metaclasses
https://elshad-karimov.medium.com/day-33-of-100daysofcode-in-python-delving-into-decorators-and-metaclasses-85d8ab8f1835
https://elshad-karimov.medium.com/day-33-of-100daysofcode-in-python-delving-into-decorators-and-metaclasses-85d8ab8f1835
Medium
🚀 Day 33 of #100DaysOfCode in Python: Delving into Decorators and Metaclasses
Welcome to Day 33! Today, we’re exploring two of Python’s more advanced features: decorators and metaclasses. These powerful concepts offer…
🧼 Day 32 of #100DaysOfCode in Python: Embracing Clean Code Principles
https://elshad-karimov.medium.com/day-32-of-100daysofcode-in-python-embracing-clean-code-principles-9160501ff155
https://elshad-karimov.medium.com/day-32-of-100daysofcode-in-python-embracing-clean-code-principles-9160501ff155
Medium
🧼 Day 32 of #100DaysOfCode in Python: Embracing Clean Code Principles
As we progress to Day 32, our focus shifts to an often underemphasized yet crucial aspect of programming — writing clean, maintainable…
Generating Swing Trading Signals using Donchian Strategy in Python
https://medium.com/@kausjeg/generating-swing-trading-signals-using-donchian-strategy-in-python-7aff3c9ce0a8
https://medium.com/@kausjeg/generating-swing-trading-signals-using-donchian-strategy-in-python-7aff3c9ce0a8
Medium
Generating Swing Trading Signals using Donchian Strategy in Python
Swing trading aims to capture short-term market movements, holding positions for days or weeks rather than hours or minutes. Swing trading…
Seamless Data Ingestion: Harnessing PySpark and Snowflake’s Magic
https://medium.com/@akashmishra77/seamless-data-ingestion-harnessing-pyspark-and-snowflakes-magic-1e9830c62342
https://medium.com/@akashmishra77/seamless-data-ingestion-harnessing-pyspark-and-snowflakes-magic-1e9830c62342
Medium
Seamless Data Ingestion: Harnessing PySpark and Snowflake’s Magic
Introduction
Convert Word Doc or Docx to Images with Python
https://medium.com/@alexaae9/convert-word-doc-or-docx-to-images-with-python-790ea2beb270
https://medium.com/@alexaae9/convert-word-doc-or-docx-to-images-with-python-790ea2beb270
Medium
Convert Word Doc or Docx to Images with Python
In an increasingly visual world, the ability to convert text into images has gained significant relevance. Converting Word documents into…
From Code to Cloud: A Comprehensive Guide to Deploy Your Code on the Cloud
https://mafiaguy.medium.com/from-code-to-cloud-a-comprehensive-guide-to-deploy-your-code-on-the-cloud-1c78cf615cc0
https://mafiaguy.medium.com/from-code-to-cloud-a-comprehensive-guide-to-deploy-your-code-on-the-cloud-1c78cf615cc0
Medium
From Code to Cloud: A Comprehensive Guide to Deploy Your Code on the Cloud
Photo by Joshua Aragon on Unsplash
Unveiling ETFpy: A Python Library for Effortless ETF Data Scraping
https://medium.com/@bauermartin101/unveiling-etfpy-a-python-library-for-effortless-etf-data-scraping-ae071173ae0a
https://medium.com/@bauermartin101/unveiling-etfpy-a-python-library-for-effortless-etf-data-scraping-ae071173ae0a
Medium
Unveiling ETFpy: A Python Library for Effortless ETF Data Scraping
Introduction