socketify.py
Django
socketify.py | Django | |
---|---|---|
38 | 541 | |
1,617 | 84,810 | |
2.7% | 0.9% | |
4.8 | 9.8 | |
3 months ago | 3 days ago | |
Python | Python | |
MIT License | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
socketify.py
-
[Guide] A Tour Through the Python Framework Galaxy: Discovering the Stars
Try BlackSheep | Kore | socketify | baize
- With this, you can outperform Golang Fiber with Python
-
Show HN: Python framework is faster than Golang Fiber
When I see that: https://github.com/cirospaciari/socketify.py/blob/main/bench...
It's kind of hopeless, Python still needs to fork per core to get any performance? So if you have 8 cores you're actually running 8 processes, so 8 DB pool etc ...
- Adding better DX to the fastest Python WebFramework
- Adding better DX to my package
- This is how I started the development of the fastest ASGI and WSGI Server in TechEmPower Benchmarks
Django
-
Configuring CSP: A Test For Django 6.0
The Bakery Demo project uses pip from Python for package management, and the Wagtail dot org website uses Poetry. The differences in connecting both were very subtle, with the bakery demo being the easier of the two. The overarching requirement was that you would have cloned the most recent version of Django from its GitHub repository. For the Bakery Demo, you would need a virtual environment and an installation of Django pointing to your local editable version via pip install -e /path/to/django. This virtual environment would contain your Django, editable version of Wagtail, and Bakery Demo website. For a poetry-based installation, modifying the project's pyproject.toml to point to a locally editable version of Django (or mounted volume of it, as in a potential case of containerization)
-
The Factory Timezone
"settings.py" is your local configuration. The global default is still Chicago:
* https://github.com/django/django/blob/main/django/conf/globa...
-
How to Choose the Right Tech Stack for Your SaaS MVP
Python + Django/Flask (rapid development, lots of libraries)
-
AI Stack for Solo Developers: Build an Entire Startup with These Tools
Tools: ChatGPT (free), Claude, Django, FastAPI, Node.js ChatGPT is great for planning and scaffolding. Claude shines when working with multiple files or complex refactoring. Together, they can spin up routes, models, authentication, and even database setup in record time.
-
Behind the Scenes: Building My Modular Django Portfolio - PART 1
Django framework: a powerful framework for building full-stack websites.
-
Software design isn’t magic, but it feels like sorcery when you get it right
Django MVC done right (and battle-tested)
-
15 dev survival lessons from someone who actually made it
Django
-
Thinking in Templates
Django, for example, has a template engine that allows you to define a template in HTML and render it with a context -- data usually sourced from the database via the Django view. However, with its filters and helpers, it is almost too powerful -- undermining the core idea of templating. The same goes for Ember.js, as well.
-
Why and How to Patch a Python Package in Nix
I am maintaining a Python codebase that is based on Django and Django REST Framework (DRF). The codebase uses Nix for development, testing, CI/CD and packaging.
-
Rapid AI-powered applications with Django MongoDB and Voyage API
In the world of Python web development, Django is considered a powerhouse. It is one of the oldest, yet most actively developed web frameworks with a vibrant developer community. Technically speaking, Django is a third-party Python framework for creating web applications that run on a server.
What are some alternatives?
BlackSheep - Fast ASGI web framework for Python
fastapi - FastAPI framework, high performance, easy to learn, fast to code, ready for production
piccolo - A fast, user friendly ORM and query builder which supports asyncio.
Flask - The Python micro framework for building web applications.
pulsar-recipes - A StreamNative library containing a collection of recipes that are implemented on top of the Pulsar client to provide higher-level functionality closer to the application domain.
Masonite - The Modern And Developer Centric Python Web Framework. Be sure to read the documentation and join the Discord channel for questions: https://discord.gg/TwKeFahmPZ