There is no formal class and project requirement this year. But if you like to share your project (your internship project or something you are coding to learn Python), we will be happy to review it. Please use this form to submit it.
________________________________________________________________________________________________________________________________________________________________________________________
Introduction to Computing, University of Cambridge
Python Language & Syntax Cheat Sheet by Cottage Labs
Python Crash Course Cheat Sheet (PDF DOWNLOAD, 26 pages, repository)
________________________________________________________________________________________________________________________________________________________________________________________
Pygame is a set of Python modules designed for writing games. It is written on top of the excellent SDL library. This allows you to create fully featured games and multimedia programs in the python language. It is the most popular, and portable game library for python.
Pyganim is a simple module for handling sprite animation. Use the link above for a tutorial and some demos!
A retro game development environment in Python.
Python framework that makes it easy to write small tests, yet scales to support complex functional testing.
Arcade is an easy-to-learn Python library for creating 2D video games. It is ideal for people learning to program, or developers that want to code a 2D game without learning a complex framework.
Numpy is considered as one of the most popular machine learning library in Python.
These Jupyter notebooks introduce Microsoft Cognitive Services (includes capabilities like image recognition, ...)