Wednesday, January 2, 2019

Mike Driscoll: Python 101: Episode #40 – Creating Executables with py2exe

In this screencast, we will learn how to turn your Python code into a Windows executable file using py2exe.

You can also read the chapter this video is based on here or get the book on Leanpub

Python 101 coverPython 101



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...