As AI is revolutionlizing the world as the upcoming ongoing industrial revolution, learning to use Python is an essential skill. This post serves as a portal to collect some interesting bits of info regarding Python so that you would have a chance to understand it deeper. Apart from AI apps, you could use it to improve your productivity by wrapping workflow into a Python project that you could execute periodically.
Some of the info are referred from X platform @Barret_China.
Links
Documents
- Official Python Documents
- The Zen of Python: guiding principles for Python design from major contributor Tim Peters. link
- Python Frequently Asked Questions: info from official site. link
- Python Why Github Repo: explains lots of rules on why Python is designed in a certain way, it is in Chinese, use your browser or ChatGPT to translate into English. link 𝕏𝕏
- Fluent Python recommended by Python Why Github Repo 1
- Python Weekly Repo: a github repo that contains weekly update on Python trends. link 𝕏
- Python Cookbook: link
Tools
- ipython: interactive python interperter, it is different from the default
python
command, official site. - xonsh: Python based shell environment, you could use Python syntax to work together with shell, official site.
Leave a Reply