

Print Two Things On The Same Line
https://youtu.be/jAXANpLRcmE Short and sweet today: You can tell print() not to print the newline character at the end of the line with:...


Output Formatting
For the haters in the audience - I'll get into the .format() method sometime in the future. I come from a school of thought that you need...


Enough Talk, Let's Get Coding
https://youtu.be/T4tZSbqRd-8 Python, unlike Java, C++, and many other languages, has very little code overhead. Everything you learn can...

