Building a Multi-Technology Python Menu-Based Program: Integrating AWS, Docker, Ansible, and Linux
https://kaushikdenge255.medium.com/building-a-multi-technology-python-menu-based-program-integrating-aws-docker-ansible-and-linux-3ae80de4d6e3
https://kaushikdenge255.medium.com/building-a-multi-technology-python-menu-based-program-integrating-aws-docker-ansible-and-linux-3ae80de4d6e3
Medium
Building a Multi-Technology Python Menu-Based Program: Integrating AWS, Docker, Ansible, and Linux
Introduction
Optimizing Django Performance: Tips and Techniques for Blazing-Fast Applications
https://medium.com/@saadjamilakhtar/optimizing-django-performance-tips-and-techniques-for-blazing-fast-applications-ab6e5d5af799
https://medium.com/@saadjamilakhtar/optimizing-django-performance-tips-and-techniques-for-blazing-fast-applications-ab6e5d5af799
Medium
Optimizing Django Performance: Tips and Techniques for Blazing-Fast Applications
Introduction
Better programming: The Liskov Substitution Principle
https://medium.com/@evlabs/better-programming-the-liskov-substitution-principle-727817609b5b
https://medium.com/@evlabs/better-programming-the-liskov-substitution-principle-727817609b5b
Medium
Better programming: The Liskov Substitution Principle
In this series of articles you will become familiar with the SOLID principles, which will help you write more modular, understandable, and…
How to Build a Static Blog With Automated A.I. Generated Content
https://medium.com/@justgnnr/how-to-build-a-static-blog-with-automated-a-i-generated-content-fc7f05b6b084
https://medium.com/@justgnnr/how-to-build-a-static-blog-with-automated-a-i-generated-content-fc7f05b6b084
Medium
How to Build a Static Blog With Automated A.I. Generated Content
Demo Site
How to create a Recipe Sharing Platform using Python and Flask.
https://medium.com/@jexend17/how-to-create-a-recipe-sharing-platform-using-python-and-flask-4eeff6af52b2
https://medium.com/@jexend17/how-to-create-a-recipe-sharing-platform-using-python-and-flask-4eeff6af52b2
Medium
How to create a Recipe Sharing Platform using Python and Flask.
Below is a step-by-step tutorial on how to create a Recipe Sharing Platform using Python and Flask. We will use Flask for the backend…
Cleaning 10000 solar panels using aerial drones in a 2D environment
https://medium.com/@pauloyc/cleaning-10000-solar-panels-using-aerial-drones-in-a-2d-environment-dce8913ec074
https://medium.com/@pauloyc/cleaning-10000-solar-panels-using-aerial-drones-in-a-2d-environment-dce8913ec074
Medium
Cleaning 10000 solar panels using aerial drones in a 2D environment
Lets make a drone avoid multiple obstacles, reach designed solar panel unit and return to recharge station safe and sound!
How to create a Task Manager web application using Flask
https://medium.com/@jexend17/how-to-create-a-task-manager-web-application-using-flask-6ac3e11e4bfb
https://medium.com/@jexend17/how-to-create-a-task-manager-web-application-using-flask-6ac3e11e4bfb
Medium
How to create a Task Manager web application using Flask
Below is a step-by-step tutorial on how to create a Task Manager web application using Flask. We will use Flask for the backend, SQLite as…
The predictability of the gender of French nouns
https://medium.com/@imogen.dell/the-predictability-of-the-gender-of-french-nouns-d129dab0ce73
https://medium.com/@imogen.dell/the-predictability-of-the-gender-of-french-nouns-d129dab0ce73
Medium
The predictability of the gender of French nouns
I’ve been staying with a French family for the past few weeks and, as an English speaker, something that keeps tripping me up is the gender…
Automated Social Media Posting with Python: Instagram and Twitter
https://medium.com/@sagarydv002/automated-social-media-posting-with-python-instagram-and-twitter-bca5e3dc1087
https://medium.com/@sagarydv002/automated-social-media-posting-with-python-instagram-and-twitter-bca5e3dc1087
Medium
Automated Social Media Posting with Python: Instagram and Twitter
Briefly explain the purpose of the blog post.
Mastering Snake Water Gun (Rock Paper Scissors) with Python’s ‘random’ module
https://swainrasmiranjan.medium.com/mastering-snake-water-gun-rock-paper-scissors-with-pythons-random-module-3a51357bf55e
https://swainrasmiranjan.medium.com/mastering-snake-water-gun-rock-paper-scissors-with-pythons-random-module-3a51357bf55e
Medium
Mastering Snake Water Gun (Rock Paper Scissors) with Python’s ‘random’ module
Introduction
Tackling Control Flow in Python: Conditional Statements and Loops: Week 1, Day 5
https://medium.com/@afterhourscoding/tackling-control-flow-in-python-conditional-statements-and-loops-week-1-day-5-3026d5978bd4
https://medium.com/@afterhourscoding/tackling-control-flow-in-python-conditional-statements-and-loops-week-1-day-5-3026d5978bd4
Medium
Tackling Control Flow in Python: Conditional Statements and Loops: Week 1, Day 5
Welcome to Day 5 of the "Python for Data Science: 100 Days to Mastery" program. After gaining a deeper understanding of Python's data types…
Machine Learning — Decision Tree — Part I
https://medium.com/@ujwalwatgule/machine-learning-decision-tree-part-i-480f5102b465
https://medium.com/@ujwalwatgule/machine-learning-decision-tree-part-i-480f5102b465
Medium
Machine Learning — Decision Tree — Part I
Decision Tree is a popular and intuitive machine learning algorithm used for both classification and regression tasks. It is widely used…
Data Cleaning and Transformation using Python
https://medium.com/@taisdias76/data-cleaning-and-transformation-using-python-79bee762e0ad
https://medium.com/@taisdias76/data-cleaning-and-transformation-using-python-79bee762e0ad
Medium
Data Cleaning and Transformation using Python
Introduction
Mastering Google Interview Questions: A Guide to Conquer the Code Challenges and Land Your Dream…
https://medium.com/@rtales/mastering-google-interview-questions-a-guide-873a65320b4d
https://medium.com/@rtales/mastering-google-interview-questions-a-guide-873a65320b4d
Medium
Mastering Google Interview Questions: A Guide to Conquer the Code Challenges and Land Your Dream Job
Photo by Clément Hélardot on Unsplash
Python Fundamentals: Getting Started
https://pytechacademy.medium.com/python-fundamentals-getting-started-8c6d89dc05ed
https://pytechacademy.medium.com/python-fundamentals-getting-started-8c6d89dc05ed
Medium
Python Fundamentals: Getting Started
Introduction:
Al-Khwarizmi: Algorithms and Algebra
https://medium.com/chronicles-of-computation/al-khwarizmi-algorithms-and-algebra-3a937d72fa9c
https://medium.com/chronicles-of-computation/al-khwarizmi-algorithms-and-algebra-3a937d72fa9c
🚀 Automate EC2 Instances with Python & Boto3: A Step-by-Step Tutorial! 🐍💡
https://medium.com/@happynehra777/automate-ec2-instances-with-python-boto3-a-step-by-step-tutorial-db3b4c36386f
https://medium.com/@happynehra777/automate-ec2-instances-with-python-boto3-a-step-by-step-tutorial-db3b4c36386f
Medium
🚀 Automate EC2 Instances with Python & Boto3: A Step-by-Step Tutorial! 🐍💡
Introduction: Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides resizable compute capacity in the cloud. It is…
Choosing the Best Machine Learning Algorithm: A Performance-Based Guide
https://wadeedmadni.medium.com/choosing-the-best-machine-learning-algorithm-a-performance-based-guide-374c392b1c6b
https://wadeedmadni.medium.com/choosing-the-best-machine-learning-algorithm-a-performance-based-guide-374c392b1c6b
Medium
Choosing the Best Machine Learning Algorithm: A Performance-Based Guide
Roll Out the Red Carpet for Machine Learning Models
Scaling with Django DRF: Optimizing Performance for High Traffic Applications
https://medium.com/@abdelaziz.otm/scaling-with-django-drf-optimizing-performance-for-high-traffic-applications-d35b1b077c53
https://medium.com/@abdelaziz.otm/scaling-with-django-drf-optimizing-performance-for-high-traffic-applications-d35b1b077c53
Medium
Scaling with Django DRF: Optimizing Performance for High Traffic Applications
Scaling a Django application with Django REST Framework (DRF) for high traffic is a crucial aspect of ensuring that your web application…