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
Start Learning Python Today
Read the latest blog articles from Python Land, about Python and related topics.
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
A Bloom filter in Python efficiently tests if an element is a member of a set. It was first proposed by Burton Howard Bloom all … read more
Why do we all love Python? For starters, it’s a beautiful and easy-to-learn programming language. Another reason: it comes with batteries included, meaning Python has … read more
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
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
Chances are, you never ran into the Python ellipsis, consisting of three consecutive dots (…). I did, and I decided to do some research and … read more
Let’s look a 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
Python has a long history, starting around 1991 with its first release in a newsgroup called alt.sources. Since then, we all know how omnipresent the … read more