Variables

python variables beginner tutorial ~10min

Variables are a crucial thing to be comfortable with in Programming. They work the same way in programming as they do in mathematics. We can use a variable to represent our data. This ... Full Post


Operators

python tutorial operators ~10min

    In Python, Operators are special characters used to perform operations on objects. You can use all of the standard mathematics operators ... Full Post


Programming Concepts

python beginner tutorial <5min intro

    I wanted to start my blog out with the concepts behind the code. Trying to learn syntax can be frustrating if you are unsure of how it applies and where it fits ... Full Post


Methods

python beginner tutorial ~30min

    Alright, so with this post I think I just want to discuss one  singular idea. Everything in python has a type and is an 'object'. ( don't overthink it ). Objects can have their own fu ... Full Post


Functions

~20min tutorial functions ~python

    Functions are another fundamental part of programming. Lets say you want to print something out to the console, well luckily there is already a function for that. The print function is one of the most ... Full Post


Sidebar content