Skip to content

cassidydotdk/py-sics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-sics

A repository for fun and learning, using (mostly) Python, Pygame and related modules

Getting started

winget install python

(restart shell)

Hello World:

py
print('hello world')
CTRL-Z
Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr  5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> print('hello world')
hello world
>>> ^Z

Python modules I commonly use

pip install pygame
pip install numpy
pip install moderngl
pip install pymunk

I also recommend installing Python extensions into VSCode when asked.

Examples

  • Hello World - Very quick introduction to pygame and pymunk
  • Fun With Julia - Real-time calculation of Julia fractal set using Taichi

Credits

All material in this repository would not have been possible without the excellent tutorials and efforts of the following creators:

Coder Space

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published