Used to power Planet Python and many more. (server) Pol - (Repo, Home) Web application which allows users to subscribe to changes on a web site via an autogenerated RSS feed. (server) PostHog - (Repo, Home, Docs
DrawBot - (Repo, Home, WP) A powerful programmatic 2D drawing application for MacOS X which generates graphics from Python scripts. (graphics, dev, mac) explainshell.com - (Repo, Home) A web-based tool to match command-line arguments to their man pages and help text. (dev, server, flask...
MoinMoin - (Repo, Home, WP, Docs) Python's own web-based wiki software, used for the official Python wiki and many others OfflineIMAP - (Repo, Home, WP) IMAP reader and synchronizer Pootle - (Repo, Home, WP) Web application for collaborative translation pycsw - (Repo, WP) Full implemen...
Used to power Planet Python and many more. (server) Pol - (Repo, Home) Web application which allows users to subscribe to changes on a web site via an autogenerated RSS feed. (server) PyLoad - (Repo, Home) Download manager with a web interface and API. (linux, windows, mac) Qute ...
app = web.Application() app.router.add_route('GET', '/', index) # 方法为GET 且路径为/ 时执行回调函数index 即在网页中显示Awesome runner = web.AppRunner(app) await runner.setup() site = web.TCPSite(runner, 'localhost', 9000) //添加Host字段和part字段 ...
交互式 Python 解释器 (REPL)。 IPython-丰富的工具包,以帮助您做出最大的以交互方式使用 Python。 bpython– 一个花式的 Python 解释器接口。 ptpython-高级 Python REPL 建立在python 提示符工具包. Files 库文件操作和 MIME 类型检测。 imghdr-(Python 标准库) 确定的图像类型。
Grid Studio Grid studio is a web-based spreadsheet application with full integration of the Python programming language. Python Data Science Handbook Python Data Science Handbook: full text in Jupyter Notebooks Shapley A data-driven framework to quantify the value of classifiers in a machine learning...
code2flow - Turn your Python and JavaScript code into DOT flowcharts. prospector - A tool to analyse Python code. pycallgraph - A library that visualises the flow (call graph) of your Python application. Code Linters flake8 - A wrapper around pycodestyle, pyflakes and McCabe. pylint - ...
💿 Free software that works great, and also happens to be open-source Python. - tongsiying/awesome-python-applications
Used to power Planet Python and many more. (server) Pol - (Repo, Home) Web application which allows users to subscribe to changes on a web site via an autogenerated RSS feed. (server) PyLoad - (Repo, Home) Download manager with a web interface and API. (linux, windows, mac) Qute ...