SQLAlchemy Mastery: Simplify Your Database Tasks and Do More with Less Code (Final)
https://medium.com/@tomas.svojanovsky11/sqlalchemy-mastery-simplify-your-database-tasks-and-do-more-with-less-code-final-ddb085b7018a
https://medium.com/@tomas.svojanovsky11/sqlalchemy-mastery-simplify-your-database-tasks-and-do-more-with-less-code-final-ddb085b7018a
Medium
SQLAlchemy Mastery: Simplify Your Database Tasks and Do More with Less Code (Final)
Unlock the Full Potential of SQLAlchemy: Advanced Techniques for Efficient Database Operations
Plotting Conditional Gaussian Distribution
https://medium.com/@hirok4/plotting-conditional-gaussian-distribution-85be6e9ac208
https://medium.com/@hirok4/plotting-conditional-gaussian-distribution-85be6e9ac208
Medium
Plotting Conditional Gaussian Distribution
An important property of the multivariate Gaussian distribution is that if the simultaneous distribution of two sets of variables follows a…
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.