Fundamentals
4 posts with this tag
The Zen of Python, by Tim Peters
This little-known feature in Python could change the entire way you think about programming in a few sentences and help you come up with better programs.
FundamentalsBasic Python Data Types
In this one, we're taking a deep dive into the built-in types that are available in python and how to use them.
BeginnerSetting Up Python and Virtualenvs with Pyenv
In this one, I’ll show you how to setup your local machine for python development so you can get started with python today. Let’s go!
BeginnerHow the Internet Works
When you connect to the internet, magic happens. Seriously, it’s some pretty magical stuff and today we’re taking a deep dive into everything that makes up the internet.
Beginner