Wednesday, 16 November 2016

Best Learning Resources on the Python Computer Language

Sharing some Free Learning Resources on the Python Computer Language:

1. Python Tutorials on the Full Circle Magazine:
The Full Circle Magazine consists of a series on learning Python and they have recently released a compilation of all python articles till FCM#102. You can download this edition from this link: http://fullcirclemagazine.org/2016/01/01/python-collection-vol-1/

2. The Coder's Apprentice - Learning Programming with Python 3:
Another great free to download book for computer language beginners. Download this book from http://www.spronck.net/pythonbook/

3. Invent With Python
The http://inventwithpython.com website hosts links to the books by 'Al Sweigart'.

3.1 Automate the Boring Stuff with Python:
In this book you learn how to use Python in real life scenarios. This book is free to read at https://automatetheboringstuff.com

3.2 Invent Your Own Computer Games with Python
Book by the same author on programming games with Python. Read for free/download at http://inventwithpython.com/chapters/

3.3 Making Games with Python & Pygame
A sequel for the above book. Read for free/download at: http://inventwithpython.com/pygame/chapters/

3.4 Hacking Secret Ciphers with Python
Learn how ciphers work in this book. Read for free/download at: http://inventwithpython.com/hacking/chapters/


No comments:

Post a Comment