Tech With Tim Logo

Introduction to Python Modules for Interactive Graphics and Math

Learn to use a basic 2D graphics module to draw interesting shapes and images.

Learn to use a basic 2D graphics module to draw interesting shapes and images.

Learn about the python module turtle. This is a default module that does not need to be installed. Turtle allows us to draw interesting shapes using simple syntax. It is a great tool to create simple 2D graphics quickly and effectively. I will be teaching how to create and fill shapes and how we can use user input to move our turtle objects and draw with the mouse or arrow keys.

Learn about creating and using powerful arrays in python.

Learn about creating and using powerful arrays in python.

Learn about the python module numpy. Numpy is an extremely powerful module that provides high-speed multi-dimensional arrays. It is extremely useful for scientific computing and data science. It is highly recommenced that you learn the numpy module before moving into machine learning.

Learn to develop cross compatible applications that work on mobile.

Learn to develop cross compatible applications that work on mobile.

This series is designed to teach you how to develop cross compatible applications using python. Kivy allows you to write code that works on Mac OSX, Windows, IOS, Android, Linux and Raspberry Pi

Learn how to create GUI applications with python.

Learn how to create GUI applications with python.

This series is designed to teach you how to create simple graphical user interfaces using PyQt5 and Qt Designer. PyQt5 is a python module that allows you to quickly develop GUI applications. It is great for creating simple GUI’s but also scales well to more complex ones.

Design & Development by Ibezio Logo