This week we welcome Thea Flowers (@theavalkyrie) as our PyDev of the Week! Thea is a maintainer of packaging.python.org and the urllib3 package. Thea also is very active in the Python community and is a new board member of the Python Software Foundation. You can find out more about Thea on her website, Github. Let's […]
In this screencast, we will be learning about Python's builtin sqlite module. This episode is based on chapter 18 of Python 101, which you can read here: http://python101.pythonlibrary.org/
I am about halfway through the Kickstarter campaign for my new book, Jupyter Notebook 101 and thought it would be fun to share my current tentative table of contents: Intro Chapter 1: Creating Notebooks Chapter 2: Rich Text (Markdown, images, etc) Chapter 3: Configuring Your Notebooks Chapter 4: Distributing Notebooks Chapter 5: Notebook Extensions Chapter […]
This week we welcome William Punch as our PyDev of the Week. Mr. Punch is the co-author of the book, The Practice of Computing using Python and he is an assistant professor of computer science at Michigan State University. Let's take a few moments to get to know him better! Can you tell us a […]
I am currently working on a new book called Jupyter Notebook 101 that I am planning to release in November 2018. I have put together a PDF that shows a rough draft of the first couple of chapters of the book along with an appendix. You can check out the PDF here: jupyternotebook101-preview If you […]
Learn how to use Python's email and smtp modules in this video. You can also read the written version of this video here: http://python101.pythonlibrary.org/ or get the book here: https://leanpub.com/python_101