Top 15 Best Python Packages You Must Try
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
Read the latest blog articles from Python Land, about Python and related topics.
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 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
You can obtain the result of the last expression in a Python REPL with the underscore operator, e.g. in the Python REPL this looks like: … read more
One of the earliest Python pep’s is PEP-20, written in 2004. It lists 19 theses or rules relating to Python programming called ‘The Zen of … 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
The Pillow Python Imaging Library is ideal for image processing. Typically, it’s used for archival and batch processing applications. Of course, you’re free to use … read more
There’s a package for pretty much everything you can think of in the Python ecosystem, all installable with a simple pip command. So it shouldn’t … read more