Skip to content

Instantly share code, notes, and snippets.

View horstjens's full-sized avatar
💭
teaching python/pygame to children

Horst JENS horstjens

💭
teaching python/pygame to children
View GitHub Profile
@pleabargain
pleabargain / create_presentation.py
Last active September 27, 2021 21:47
create a presentation from csv with revealjs and python3
#!/usr/bin/python3
# resources https://revealjs.com/
# resources https://spielend-programmieren.at/en/
import csv
import sys
import textwrap
@Julynx
Julynx / 15_python_tips.md
Last active April 4, 2024 06:20
15 Python Tips To Take Your Code To The Next Level!