When you are first starting out learning how to program, one of the first things you will want to learn is what an error message means. In Python, error messages are usually called tracebacks. Here are some common traceback errors: SyntaxError ImportError or ModuleNotFoundError AttributeError NameError When you get an error, it is usually recommended […]
This week we welcome Christopher Neugebauer (@chrisjrn) as our PyDev of the Week! Christopher helped organize North Bay Python and PyCon Australia. He is also a fellow of the Python Software Foundation. You can catch up with him on Github or on his website. If you are interested in being a part of the North […]
In this episode you will learn about Python's os module. This episode is based on my book, Python 101, which you can get on Leanpub here https://leanpub.com/python_101 or read online at http://python101.pythonlibrary.org/
I am happy to announce my latest Kickstarter which is to raise funds to create a book on Jupyter Notebook! Jupyter Notebook 101Â will teach you all you need to know to create and use Notebooks effectively. You can use Jupyter Notebook to help you learn to code, create presentations, make beautiful documentation and much more! […]
This week we welcome Katharine Jarmul (@kjam) as our PyDev of the Week! Katherine is the co-author of Data Wrangling with Python . She is also the co-founder of KIProtect. You can catch up with the projects she works on over on Github. Let's take some time to get to know her better! Can you […]
Guido van Rossum, the creator of Python, and the Benevolent Dictator for Life (BDFL) has retired as the BDFL with no successor named as of July 12, 2018. See the following email from the Python Committers list for full details. Basically there was a lot of negativity over PEP 572 - Assignment Expressions that appears […]