4 Dumbass Mistakes I’ve Made As Junior Software Engineer
https://zlliu.medium.com/4-dumbass-mistakes-ive-made-as-junior-software-engineer-ce627efbde89
https://zlliu.medium.com/4-dumbass-mistakes-ive-made-as-junior-software-engineer-ce627efbde89
Medium
4 Dumbass Mistakes I’ve Made As Junior Software Engineer
# 3) I once tried to turn off the linter
A Playful Journey into Text Data Analysis with Python’s NLP
https://medium.com/@aishwarya.pattnaik224/a-playful-journey-into-text-data-analysis-with-pythons-nlp-5ad687e17006
https://medium.com/@aishwarya.pattnaik224/a-playful-journey-into-text-data-analysis-with-pythons-nlp-5ad687e17006
Medium
A Playful Journey into Text Data Analysis with Python’s NLP
Hey there, data enthusiasts! 🌟 Have you ever wondered how to unravel the secrets hidden within mountains of text data? Fear not! In this…
The Strengths of Python: A Comparative Analysis and Practical Code Examples
https://medium.com/@jkerdaffret/the-strengths-of-python-a-comparative-analysis-and-practical-code-examples-abc7925a1995
https://medium.com/@jkerdaffret/the-strengths-of-python-a-comparative-analysis-and-practical-code-examples-abc7925a1995
Medium
The Strengths of Python: A Comparative Analysis and Practical Code Examples
Python is a high-level, interpreted programming language that’s known for its simplicity and versatility. This open-source language has…
5 Fun Python Python Libraries You May Not Know About
https://medium.com/@theconnoisseur/5-fun-python-python-libraries-you-may-not-know-about-3a86dbb9ed19
https://medium.com/@theconnoisseur/5-fun-python-python-libraries-you-may-not-know-about-3a86dbb9ed19
Medium
5 Fun Python Python Libraries You May Not Know About
Python, being a versatile and playful language, offers a plethora of libraries that can bring a touch of spice to your codebase.
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: