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
In Python, Operators are special characters used to perform operations on objects. You can use all of the standard mathematics operators ... Full Post
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
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
Sidebar content