Python 101: Episode #37 – How to Add Your Code to PyPI

In this episode, you will learn ye olde method of adding code to the Python Packaging Index. Note that while some of this video is still relevant, you should be using the twine package now for uploading to PyPI. See https://packaging.python.org/guides/using-testpypi/ for more information. You can also read the chapter this video is based on

Python 101: Episode #37 – How to Add Your Code to PyPI Read More »

Python 101: Episode #36 – Creating Modules and Packages

In this screencast, we will learn the basics of how to create our own module or package. You can also read the chapter this video is based on here or get the book on Leanpub Previous Episodes Python 101: Episode #35 – The virtualenv Package Python 101: Episode #34 – The SQLAlchemy Package Python 101

Python 101: Episode #36 – Creating Modules and Packages Read More »

Python 101: Episode #35 – The virtualenv Package

In this screencast, we will learn about creating Python virtual environments using the popular virtualenv package. You can also read the chapter this video is based on here or get the book on Leanpub Previous Episodes Python 101: Episode #34 – The SQLAlchemy Package Python 101 – Episode #33: The requests Package Python 101: Episode

Python 101: Episode #35 – The virtualenv Package Read More »

Black Friday / Cyber Monday Sale 2018

This week I am putting my 2 most recent self-published books on Sale starting today through November 26th. ReportLab – PDF Processing with Python is available for $9.99: Leanpub Gumroad – Use offer code black18 JupyterLab 101 is available for $9.99: Leanpub Gumroad – Use offer code black18 You can also get my book, wxPython

Black Friday / Cyber Monday Sale 2018 Read More »

Python 101: Episode #34 – The SQLAlchemy Package

In this screencast, we learn about the popular SQLAlchemy package. SQLAlchemy is an Object Relational Mapper for Python that allows you to interface with databases in a “Pythonic” manner. You can also read the chapter this video is based on here or get the book on Leanpub Note: This video was recorded a couple of

Python 101: Episode #34 – The SQLAlchemy Package Read More »