December 31, 2018 by
Mike This week we welcome Mike Grouchy (@mgrouchy) as our PyDev of the Week. Mike co-founded PyCoder's Weekly along with Mahdi Yusuf (@myusuf3). He is also the creator of Django Stronghold, a fun Django package you should check out. Let's take a few moments to get to know Mike better! Can you tell us a little […]
December 24, 2018 by
Mike This week we welcome William Vincent (@wsv3000) as our PyDev of the Week! William is the author of 3 books on the Django web framework, including Django for Beginners. You can find out more about what William is up to on his website where he writes about Python, Django and more. Let's take a few […]
December 20, 2018 by
Mike In this screencast you will learn about Python wheels and how to make your own. A Python wheel is a packaging format that allows installing a package without the need for compiling or building. You can also read the chapter this video is based on here or get the book on Leanpub
December 17, 2018 by
Mike This week we welcome Irina Truong (@irinatruong) as our PyDev of the Week! Irina has been a speaker at several Python conferences and is a maintainer for pgcli, a Python package that is a command-line interface to the Postgres database. You can see what else she has been up to over on Github. Let's spend […]
December 10, 2018 by
Mike This week we welcome Steve Dower (@zooba) as our PyDev of the Week! Steve is a core developer of the Python language itself where he produces the Windows builds and installers. He also works for Microsoft. He has a blog that isn't updated that often but it is interesting nonetheless. You can see some of […]
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 […]