I was recently approached by the author of the free eBook, Intermediate Python by Muhammad Yasoob Ullah Khalid to review his work. Yasoob is the fellow behind the Python Tips blog. The book has been released as open source on Github but can be downloaded as a PDF from ReadTheDocs. But before I go into […]
I am launching a back-to-school sale of my Python 101 course. You can get the Python 101 book now for 50% by using the following offer code: fall2015. This offer is good until September 15, 2015. You can also get my Python 101 Screencast for 50% off (i.e. $25 no offer code required). It includes […]
The Python 101 Screencast is now available for Pre-Order. If you pre-order the screencast series, then you will receive what I currently have finished (12 videos + the eBook) and then receive updates as I add new ones. There will be a minimum of 44 videos. Upon purchase, you will be able to stream or […]
Check out my latest episode of Python 101. This one is talks about how imports work in Python. You will learn about the following aspects of importing: import from module import submodule from module import * Enjoy!
Check out my latest video from the Python 101 Screencast. In this episode we learn how to use Python's file handling capabilities. You will learn how to read, write and append to a file.
I recorded the next episode of my Python 101 screencast today. You can support my crowdfunding campaign here. The video is about Python's looping structures. You will also learn how to use the else construct with a loop. Here's the video: