# Learning

##### Online Interpreter

- [https://www.onlinegdb.com/online\_python\_interpreter](https://www.onlinegdb.com/online_python_interpreter)
- [https://repl.it/languages/python3](https://repl.it/languages/python3)
- [https://www.tutorialspoint.com/execute\_python3\_online.php](https://www.tutorialspoint.com/execute_python3_online.php)
- [https://rextester.com/l/python3\_online\_compiler](https://rextester.com/l/python3_online_compiler)
- [https://trinket.io/python3](https://trinket.io/python3)

##### Online Handbooks

- [Built-in Types — Python 3.13.0 documentation](https://docs.python.org/3/library/stdtypes.html#text-sequence-type-str)

##### Online Tutorials

- [The Python Tutorial](https://docs.python.org/3/tutorial/index.html)
- [The Hitchhiker’s Guide to Python](https://docs.python-guide.org/)
- [How to make an awesome command line tool like MyCLI, PgCLI](https://www.youtube.com/watch?v=v2RmxZ9Vcps)
- [A Beginner's Guide to Programming](https://learnpythonbreakpython.com/)
- [Beyond the Basic Stuff with Python](https://inventwithpython.com/beyond/)
- [100 Page Python Intro](https://learnbyexample.github.io/100_page_python_intro/cover.html)
- [Understanding Python re(gex)](https://learnbyexample.github.io/py_regular_expressions/cover.html)
- [Everything You Need to Learn Python Programming](https://morioh.com/p/66b1fbb1050d) (應用總整理)
- [Python Tutorial](https://morioh.com/topic/python) (進階應用分享)
- [Learn Python Programming – Everything You Need to Know](https://morioh.com/p/7f223225899d) (基礎)
- [Python Cookbook 3rd Edition Documentation](https://python3-cookbook.readthedocs.io/zh-cn/latest/index.html) (簡中)
- [PEP 8 – Style Guide for Python Code | peps.python.org](https://peps.python.org/pep-0008/)
- [Python 工匠: 案例、技巧](https://pengzhangzhi.github.io/one-python-craftsman/) (部分免費閱讀)
- [Python 基礎50課](https://github.com/jackfrued/Python-Core-50-Courses)

##### Python examples

- GitHub: [geekcomputers/Python: My Python Examples ](https://github.com/geekcomputers/Python)

##### Web scraping (網頁爬取)

- [A guide to web scraping in Python using Beautiful Soup](https://opensource.com/article/21/9/web-scraping-python-beautiful-soup)
- [python爬虫教程从0到1](https://github.com/wistbean/learn_python3_spider)
- [AutoScraper](https://github.com/alirezamika/autoscraper): A Smart, Automatic, Fast and Lightweight Web Scraper for Python

##### Binance Public API Connector Python

- [GitHub - binance/binance-connector-python: a simple connector to Binance Public API](https://github.com/binance/binance-connector-python)
- [Binance Public API Connector Python — binance-connector documentation](https://binance-connector.readthedocs.io/en/latest/)
- [使用 Python 在 Binance 上進行實時加密硬幣爆漲行情檢測｜方格子 vocus](https://vocus.cc/article/63d93663fd89780001f4607f)

##### Developers Forum

- [DEV Community](https://dev.to/)

##### GUI Frameworks

- [NiceGUI](https://nicegui.io/) is an easy-to-use, Python-based UI framework, which shows up in your web browser. You can create buttons, dialogs, Markdown, 3D scenes, plots and much more.

##### Python 開發工具

- [auto-py-to-exe](https://github.com/brentvollebregt/auto-py-to-exe) - Converts .py to .exe using a simple graphical interface
- [FastScheduler](https://github.com/MichielMe/fastscheduler) - Python 定時任務排程，Simple, lightweight task scheduler for Python with async support, timezone handling, cron expressions, and a beautiful real-time dashboard.