python class slots

Python Class Slots

Python class slots are a feature that not many programmers know of. In a slotted class we explicitly define the fields that our class is … read more

Why people hate python

7 Reasons Why People Hate Python

Python is awesome! So why do people hate Python? After some highly non-scientific, Internet-based research, these are the reasons I encountered most often. I found … read more

pep8 song

The PEP 8 Song

This guy, Leon Sandøy, A.K.A. lemonsaurus, took the time to write and perform an informative song about PEP-8. Go watch! It’s both funny and informative … read more

Learn Python for free

Learn Python For Free: 6 Tips

Getting started is hard, no matter what subject it is. Especially if you don’t want to spend money. You want to find Python learning resources … read more

Linux on windows

Run Linux On Windows With WSL

Let’s look at WSL, the Windows Subsystem for Linux. It allows you to run Linux on Windows. It even integrates tightly with Windows. You’ll discover … read more