How I Improved My Chess Elo with Python
https://joeyagreco.medium.com/how-i-improved-my-chess-elo-with-python-5ffe61d3ae91
https://joeyagreco.medium.com/how-i-improved-my-chess-elo-with-python-5ffe61d3ae91
Medium
How I Improved My Chess Elo with Python
I’ve been playing chess on Lichess for the past 2 years to improve my chess skills. Over that time I’ve seen an increase in my elo of over…
How to Retrieve Your Forgotten WiFi Password on a Mac with Python
https://mr-collins-llb.medium.com/how-to-retrieve-your-forgotten-wifi-password-on-a-mac-with-python-6af421209d04
https://mr-collins-llb.medium.com/how-to-retrieve-your-forgotten-wifi-password-on-a-mac-with-python-6af421209d04
Medium
How to Retrieve Your Forgotten WiFi Password on a Mac with Python
Have you ever found yourself in a situation where you’re trying to connect a new device to your home network and you just can’t seem to…
Step-by-step guide for deploying a Flask application from GitHub on AWS EC2
https://medium.com/@yhv.142/step-by-step-guide-for-deploying-a-flask-application-from-github-on-aws-ec2-2178e12d733b
https://medium.com/@yhv.142/step-by-step-guide-for-deploying-a-flask-application-from-github-on-aws-ec2-2178e12d733b
Medium
Step-by-step guide for deploying a Flask application from GitHub on AWS EC2
Flask is a third-party Python framework for web-development which is simple, lightweight and easy to learn.
How to build a web app for tracking your recreational sports team’s stats 🏈
https://medium.com/@jasmineplows/how-to-build-a-web-app-for-tracking-your-recreational-sports-teams-stats-8df888f71015
https://medium.com/@jasmineplows/how-to-build-a-web-app-for-tracking-your-recreational-sports-teams-stats-8df888f71015
Medium
How to build a web app for tracking your recreational sports team’s stats 🏈
In March of this year, I challenged myself by doing something totally new and outside my comfort zone — I joined a Flag Football team. The…
How to Use Type Hints for Multiple Return Types in Python
https://realpython.com/python-type-hints-multiple-types
https://realpython.com/python-type-hints-multiple-types
Realpython
How to Use Type Hints for Multiple Return Types in Python – Real Python
In this tutorial, you'll learn to specify multiple return types using type hints in Python. You'll cover working with one or several pieces of data, defining type aliases, and type checking with a third-party static type checker tool.
[Python 🐍 Mastery] Python's Object-Oriented Programming Overview and Fundamentals ⭐️
https://dev.to/swirl/python-mastery-pythons-object-oriented-programming-overview-and-fundamentals-22m1
https://dev.to/swirl/python-mastery-pythons-object-oriented-programming-overview-and-fundamentals-22m1
DEV Community
[Python 🐍 Mastery] Python's Object-Oriented Programming Overview and Fundamentals ⭐️
Python is an easy-to-learn, powerful programming language. ~ Python 3.10 Tutorial This will be a...
Casio fx-CG50 calculator comes with Python built-in
https://www.casio.com/intl/scientific-calculators/product.FX-CG50
https://www.casio.com/intl/scientific-calculators/product.FX-CG50
100% test coverage is not enough: Property-Based Testing in Python
https://blog.robertroskam.com/p/100-test-coverage-is-not-enough
https://blog.robertroskam.com/p/100-test-coverage-is-not-enough
Robertroskam
100% test coverage is not enough
In Praise of Property-Based Testing
My User Experience Porting Off setup.py
https://gregoryszorc.com/blog/2023/10/30/my-user-experience-porting-off-setup.py/
https://gregoryszorc.com/blog/2023/10/30/my-user-experience-porting-off-setup.py/
The Ruff Formatter: An extremely fast, Black-compatible Python formatter
https://astral.sh/blog/the-ruff-formatter
https://astral.sh/blog/the-ruff-formatter
astral.sh
The Ruff Formatter: An extremely fast, Black-compatible Python formatter
Ruff's formatter is over 30x faster than existing tools, while maintaining >99.9% compatibility with Black.
Unlocking Football Statistics: A Beginner’s Guide to Scraping FBref
https://medium.com/@seanwiryadi16/unlocking-football-statistics-a-beginners-guide-to-scraping-fbref-a15ab822abfd
https://medium.com/@seanwiryadi16/unlocking-football-statistics-a-beginners-guide-to-scraping-fbref-a15ab822abfd
Medium
Unlocking Football Statistics: A Beginner’s Guide to Scraping FBref
Football fans globally are constantly seeking innovative methods to delve into and scrutinize the sport. Luckily, FBref offers an abundance…
Mastering Sales Insights: Unlock Sales Success Using the 5W Framework
https://medium.datadriveninvestor.com/mastering-sales-insights-unlock-sales-success-using-the-5w-framework-706a2ee70c82
https://medium.datadriveninvestor.com/mastering-sales-insights-unlock-sales-success-using-the-5w-framework-706a2ee70c82
Medium
Mastering Sales Insights: Unlock Sales Success Using the 5W Framework
Elevate Your Sales Strategy by Exploring Who, What, When, Where, and Why Through Data Analysis
Python Tuples: A Simple Guide with Examples
https://medium.com/@wordpediax/python-tuples-a-simple-guide-with-examples-f45f7a66b37f
https://medium.com/@wordpediax/python-tuples-a-simple-guide-with-examples-f45f7a66b37f
Medium
Python Tuples: A Simple Guide with Examples
Tuples are one of the core data structures in Python. They are versatile, easy to use, and have a wide range of applications in…
Python Lesson 46: Image Blurring (AI pt. 12)
https://medium.com/@michael71314/python-lesson-46-image-blurring-ai-pt-12-8834d09d9efe
https://medium.com/@michael71314/python-lesson-46-image-blurring-ai-pt-12-8834d09d9efe
Medium
Python Lesson 46: Image Blurring (AI pt. 12)
Michael here, and in this post, we’ll explore image blurring! Image blurring is a pretty self-explanatory process since the whole point of image blurring is to make the image, well, blurry. This…