This week we welcome Philip James (@phildini) as our PyDev of the Week! Philip is a core contributor for Beeware project. He has worked on several other open source projects that you'll learn about in this interview. He is also a popular speaker at PyCons and DjangoCons. You can find out more about Philip on […]
Learn how to use Jupyter Notebook's built-in widgets in this video tutorial. Get the book: https://leanpub.com/jupyternotebook101/
In this tutorial, you will learn about Python's tuple data type: If you prefer to read rather than watch, then you should check out Python 101 – Learning About Tuples Get the Jupyter Notebook on Github
There are times when you are writing an application and you need to run another application. For example, you may need to open Microsoft Notepad on Windows for some reason. Or if you are on Linux, you might want to run grep. Python has support for launching external applications via the subprocess module. The subprocess […]
This week we welcome Florian Dahlitz (@DahlitzF) as our PyDev of the Week! Florian is a contributor to the CPython programming language and the PyTest framework. He is also a contributor to Real Python. You can check out Florian's personal blog or get his newsletter to keep up-to-date with him. Let's spend some time getting […]
In this video, you will learn the basics of using the Jupyter Notebook. How to change cells, edit cells, run cells, and much more!