Python List Comprehension: Day 9 of 100 Days of Python Learning
https://medium.com/cloudnloud/python-list-comprehension-day-9-of-100-days-of-python-learning-995282d12740
https://medium.com/cloudnloud/python-list-comprehension-day-9-of-100-days-of-python-learning-995282d12740
Medium
Python List Comprehension: Day 9 of 100 Days of Python Learning
Hello and welcome back to our exciting 100 Days of Python Learning journey! We’ve journeyed through various Python concepts, and today…
So, You Need a Multi-Environment Support in Your Django Project? Here Is How to Do It.
https://levelup.gitconnected.com/multi-environment-settings-in-django-project-7d7fc8f833bd
https://levelup.gitconnected.com/multi-environment-settings-in-django-project-7d7fc8f833bd
Medium
So, You Need a Multi-Environment Support in Your Django Project? Here Is How to Do It.
Beyond .env: Django multi-environment setting explained
Youtube Video Summary Using OpenAI API
https://medium.com/@girishmspura/youtube-video-summary-with-openai-api-fb9d24d7c5a5
https://medium.com/@girishmspura/youtube-video-summary-with-openai-api-fb9d24d7c5a5
Medium
Youtube Video Summary Using OpenAI API
Certain YouTube videos can be excessively lengthy, and investing time in watching an entire video, only to discover that it doesn’t provide…
An easy way to guarantee the quality of your data
https://ahmadfirdaus1005.medium.com/an-easy-way-to-guarantee-the-quality-of-your-data-d7a5eb22fb38
https://ahmadfirdaus1005.medium.com/an-easy-way-to-guarantee-the-quality-of-your-data-d7a5eb22fb38
Medium
An easy way to guarantee the quality of your data
In this series, we’ll delve into the world of data analytics and explore real-world scenarios to learn how data quality plays a pivotal…
thread-app-rating-EDA-notebook
https://medium.com/@saiteja180/thread-app-rating-eda-notebook-b0fc6ccd4610
https://medium.com/@saiteja180/thread-app-rating-eda-notebook-b0fc6ccd4610
Medium
Thread App Rating EDA
About the DataSet:- The Threads, an Instagram App Reviews dataset is a comprehensive collection of user reviews from the Threads mobile app on Google Play Store & App Store, capturing valuable…
How to Deploy Django App on AWS Elastic Beanstalk with GitHub Actions and AWS Console
https://medium.com/@huzaifazahoor654/how-to-deploy-django-app-on-aws-elastic-beanstalk-with-github-actions-and-aws-console-441f9104e31b
https://medium.com/@huzaifazahoor654/how-to-deploy-django-app-on-aws-elastic-beanstalk-with-github-actions-and-aws-console-441f9104e31b
Medium
How to Deploy Django App on AWS Elastic Beanstalk with GitHub Actions and AWS Console
Imagine deploying your Django application on the cloud for the unbeatable price of $0! Not only that, but what if you could also benefit…
Introducing Python in Excel: A Guide to Seamless Data Analysis and Visualization
https://medium.com/@araujogabe1/introducing-python-in-excel-a-guide-to-seamless-data-analysis-and-visualization-39b746970504
https://medium.com/@araujogabe1/introducing-python-in-excel-a-guide-to-seamless-data-analysis-and-visualization-39b746970504
Medium
Introducing Python in Excel: A Guide to Seamless Data Analysis and Visualization
Experience the Power of Python Analytics in Excel
Python + Excel = Introducing PyXLL: Unleash the Power of Python in Excel!
https://medium.com/@araujogabe1/python-excel-introducing-pyxll-unleash-the-power-of-python-in-excel-ee4143c9f46d
https://medium.com/@araujogabe1/python-excel-introducing-pyxll-unleash-the-power-of-python-in-excel-ee4143c9f46d
Medium
Python + Excel = Introducing PyXLL: Unleash the Power of Python in Excel!
Experience the Power of Python Analytics in Excel
Introducing Python in Excel: Seamlessly Merge Python Analytics with Excel Power
https://medium.com/@araujogabe1/introducing-python-in-excel-seamlessly-merge-python-analytics-with-excel-power-3c358fb84994
https://medium.com/@araujogabe1/introducing-python-in-excel-seamlessly-merge-python-analytics-with-excel-power-3c358fb84994
Medium
Introducing Python in Excel: Seamlessly Merge Python Analytics with Excel Power
Experience the Power of Python Analytics in Excel
Deploying a Machine Learning Model: Part 2 — Local Deployment
https://medium.com/@ekawade1394/deploying-a-machine-learning-model-part-2-local-deployment-1c36d029ce7a
https://medium.com/@ekawade1394/deploying-a-machine-learning-model-part-2-local-deployment-1c36d029ce7a
Medium
Deploying a Machine Learning Model: Part 2 — Local Deployment
A quick demo using the MLEM package
How 100 days of running look in data.
https://medium.com/@DigitalNegationist/how-100-days-of-running-look-in-data-52a5782fd51
https://medium.com/@DigitalNegationist/how-100-days-of-running-look-in-data-52a5782fd51
Medium
How 100 days of running look in data.
I always hated running; I considered it a senseless waste of energy and questioned the purpose of moving from point A to point A. Then, one…
Introduction to Descriptive Statistics
https://subashpalvel.medium.com/introduction-to-descriptive-statistics-48adbcec60d5
https://subashpalvel.medium.com/introduction-to-descriptive-statistics-48adbcec60d5
Medium
Introduction to Descriptive Statistics
Descriptive statistics is a fundamental concept in Data Science that involves summarizing and interpreting data to gain meaningful…
How to capture video using webcam in opencv python
https://yashodgayashan.medium.com/how-to-capture-video-using-webcam-in-opencv-python-8524bc7caddb
https://yashodgayashan.medium.com/how-to-capture-video-using-webcam-in-opencv-python-8524bc7caddb
Medium
How to capture video using webcam in opencv python
It is just few lines of code. If you don’t know how to set up opencv for python please follow the following tutorial which will take 2mins.
Object-oriented programming (OOP)
https://mccall167.medium.com/object-oriented-programming-oop-2008af7dc650
https://mccall167.medium.com/object-oriented-programming-oop-2008af7dc650
Medium
Object-oriented programming (OOP)
Object-oriented programming (OOP) is a computer programming model that organizes software design around data, or objects, rather than functions and logic. An object can be defined as a data field…
6 Tips About Generators You Never Knew You Should Know
https://levelup.gitconnected.com/6-tips-about-generators-you-never-knew-you-should-know-132ec1592574
https://levelup.gitconnected.com/6-tips-about-generators-you-never-knew-you-should-know-132ec1592574
Medium
6 Tips About Generators You Never Knew You Should Know
#2 Generators can receive values using the send() method