onlyice 7th March 2019 at 8:57am
Guides and Libraries
- The Hitchhiker’s Guide to Python
- Awesome Python (Website | GitHub)
- Awesome Python - LibHunt
- Full Stack Python
Tools
- Python tutor: 用来可视化 Python 函数的运行过程。
- Pythex: a Python regular expression editor
- Qix-/better-exceptions: automaticlly display pretty and useful information in exception
String Formatting Cheatsheet
由于官方文档中关于字符串格式化的部分太过学术化,PyFormat 这个网站提供了非常多的 .format
/ %
的用例,用来简化对这部分功能的使用。非常赞。