📝 Edit on GitHub
Python
Topics
Builtins
Configs
Files and paths
Install
Libraries
Package management
Project administration
Type checks
Pages
- Copy
- Shell
- Tests
- Builtins
- Challenges
- CLI
- Environment
- Exceptions
- Linting
- Pitfalls
- Strings
- Time handling
Content
Some useful commands, boilerplate code from my existing projects or things to use in new development.
Find example usage - see programcreek.com/python/index/module/list. When you go into functions of a module, you can see where other code uses that.
More resources:
- Tutorial on Python 3 docs.
- Python docs homepage