Skip to content

m-f-h/python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python

Here I collect some "Tips & tricks for Python programming", i.e., nontrivial and helpful code snippets that I want to keep for my own reference (usually since it took me some time to figure out how to make something work) and maybe of interest to others.

Enjoy - and let me know if you have suggestions for improvements!

I decided to create subfolders for different categories:

  • language_basics: for basic but also somewhat advanced Python-language specific stuff. (Examples: properties in classes, persistent data: json, pickle, shelves, sql, ...)
  • graphics: how-to creatie simple and advanced graphics (plot of vector fields..., ...) with Python
  • math: programs related to math: Number Theory, numerical analysis, ...

About

Tips & tricks for python programming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages