ru
Feedback
PythonHub

PythonHub

Открыть в Telegram
2 529
Подписчики
+124 часа
Нет данных7 дней
+2930 день
Архив постов
Django vs. FastAPI, An Honest Comparison The post provides an in-depth comparison of Django and FastAPI, highlighting their distinct approaches. Django excels as an all-inclusive, beginner-friendly framework with robust tools and structure, while FastAPI offers modern features, flexibility, and better async support, catering to experienced developers seeking full control. The choice depends on project requirements and desired d... https://www.david-dahan.com/blog/comparing-fastapi-and-django

Dyana A sandbox environment designed for loading, running and profiling a wide range of files, including machine learning models, ELFs, Pickle, Javascript and more. https://github.com/dreadnode/dyana

uv-migrator A tool for migrating to the Python uv project. https://github.com/stvnksslr/uv-migrator

nautechsystems / nautilus_trader A high-performance algorithmic trading platform and event-driven backtester https://github.com/nautechsystems/nautilus_trader

How to Code with AI in 2025 (For Non-Coders) The video demonstrates how beginners can use AI to code in Python, covering setup and three projects: data scraping, bulk image editing, and creating a data dashboard. https://www.youtube.com/watch?v=zSlkAO9jB8I

Python Hub Weekly Digest for 2025-01-19 https://pythonhub.dev/digest/2025-01-19/

Can LLMs write better code if you keep asking them to “write better code”? https://minimaxir.com/2025/01/write-better-code/?
Can LLMs write better code if you keep asking them to “write better code”? https://minimaxir.com/2025/01/write-better-code/?

The benefits of trailing commas Trailing commas make for easier code changes, shorter diffs, and fewer bugs. ... https://www.
The benefits of trailing commas Trailing commas make for easier code changes, shorter diffs, and fewer bugs. ... https://www.pythonmorsels.com/trailing-commas-in-python/

How I Built a Full-Stack AI App in 5 Hours (Agents, Streamlit, Python & More) https://www.youtube.com/watch?v=qX3Dq8p7x0Y

StreamSpeech: Simultaneous Speech-to-Speech Translation with Multi-task Learning StreamSpeech is an "All in One" seamless model for over 8 tasks of offline and simultaneous speech recognition, speech translation and speech synthesis. https://ictnlp.github.io/StreamSpeech-site/

Getting Started Contributing to Django Django is a massive code base, and it’s been around for a very long time. There are some ... https://www.better-simple.com/django/2024/12/25/getting-started-contributing-django/

Python Concurrency: Threads, Processes, and Asyncio Explained https://newvick.com/python-concurrency/

Symbolic Execution by Overloading `__bool__` https://www.philipzucker.com/overload_bool/

Yes, you should use a Python venv in a container like docker SummaryWhile it's perfectly workable to not use a venv in a container like a Docker image, you ... https://www.bitecode.dev/p/yes-you-should-use-a-python-venv

Python: fuss-free use of Homebrew libraries for package dependencies Some Python packages require native libraries to be installed on your system when you install ... https://adamj.eu/tech/2025/01/10/python-homebrew-libraries/