Python Articles Articles
Push Weight with Python
10 Sep 2022
5 min read
Create a simple terminal application that can let you know how much weight you need to put on the barbell to get gains in the gym without doing the math....
Automation with Python
14 Aug 2022
4 min read
Python can take boring tasks away from you so you can continue to do other things. It is a scripting language and written in a way that is almost just like English. It is a powerful language that is e...
Get Started with Flask Python
13 Feb 2022
4 min read
Creating a website can be a fun experience! However, some other frameworks can be quite heavy and just have too many tools for what you need. Let's take a look into the framework Flask that is fast an...