Do you want to learn Python programming? Give my free and complete Python tutorial a try! Itโs an easy-to-follow tutorial that starts with the absolute basics. Youโll learn all about variables, functions, classes and objects, virtual environments, the pip install command, data types.. and much more!
Latest tutorials

Numpy: The Foundation of Python Data Science
Python was conceived with one target in mind, simplicity. This simplicity has made Python one of the most popular languages today. However, Python developers have … read more

Python Poetry: Package and venv Management Made Easy
Poetry is a package manager for Python. It’s a tool that serves multiple purposes. It: Conveniently manages your virtual environments (no need to create them … read more

Python pass (Do Nothing): When And How To Use
Python has a special keyword called pass. The Python pass keyword tells Python to do nothing at all. In other words: just pass this line … read more
Blog articles

The 12 Habits of Highly Effective Python Developers
Iโve worked with many software developers, some of them fresh out of college and others seasoned professionals. This article lists some of the traits these … read more

PyScript: Run Python In Your Browser, Including Numpy And Pandas
PyScript allows you to create rich Python applications in the browser using nothing but HTML and Python code. Although it’s super rough and super new, … read more

6 Universal Readable Code Tricks To Improve Your Coding Skills
Iโve seen too much code in my career that was written so badly that I had to throw it away and redo the entire project. … read more





