~pycoders | Bookmarks (433)
-
Django vs. FastAPI, An Honest Comparison
Django vs. FastAPI, an Honest Comparison David has worked with Django for a long time, but...
-
PyConf Hyderabad 2025
PyConf Hyderabad Feb 22-23 PYCONFHYD.ORG • Shared by Poruri Sai Rahul
-
Musings on Tracing in PyPy
Musings on Tracing in PyPy What started as an answer to a question on Twitter has...
-
Why is hash(-1) == hash(-2) in Python?
Why Is hash(-1) == hash(-2) in Python? Somewhat surprisingly, hash(-1) == hash(-2) in CPython. This post...
-
Django Events Foundation North America | DjangoCon US 2025 has been announced!
DjangoCon US 2025 (Chicago, Sept 8-12) Announced DEFNA.ORG
-
Database optimization isn’t always obvious
Database Optimization Isn’t Always Obvious “One of the issues of working with abstractions is that what...
-
Learn From 2024's Most Popular Python Tutorials and Courses – Real Python
Learn From 2024’s Most Popular Python Tutorials and Courses Revisit your favorite Real Python tutorials and...
-
DuckDB and Python: Ducks and Snakes living together
DuckDB and Python: Ducks and Snakes Living Together Talk Python to Me interviews Alex Monahan who...
-
Python Concurrency: Threads, Processes, and asyncio Explained
Concurrency: Threads, Processes, and asyncio Explained A practical guide to Python concurrency using a Fibonacci server...
-
Effective Python Developer Tooling in December 2024
Effective Python Developer Tooling in December 2024 This post talks about how tooling doesn’t solve all...
-
Getting Started Contributing to Django
Getting Started Contributing to Django The contributor guide for Django is a hefty beast, but if...
-
Better Python Developer Productivity with RDD
Better Python Developer Productivity With RDD REPL Driven Development is an interactive development experience with fast...
-
Building HTTP APIs With Django REST Framework – Real Python
Building HTTP APIs With Django REST Framework This course will get you ready to build HTTP...
-
Python PEPs Graph
Python PEPs Graph An interactive representation of all Python Enhancement Proposals and which other PEPs each...
-
State of the Art Python in 2024 - The Ivory Tower
State of the Art Python in 2024 This opinion piece shows which Python tools Anders thinks...
-
Project Quarantine - The Python Package Index Blog
Project Quarantine In the ongoing battle to protect us from malicious packages, the folks at PyPI...
-
GitHub - igorbenav/fastcrud: FastCRUD is a Python package for FastAPI, offering robust async CRUD operations and flexible endpoint creation utilities.
fastcrud: Async CRUD Operations for FastAPI GITHUB.COM/IGORBENAV
-
GitHub - JasperSui/fastapi-injectable: A seamless solution for using FastAPI's dependency injection system outside of route handlers, enabling painless reuse of dependencies in CLI tools, backgroun...
fastapi-injectable: FastAPI Depends() Outside Routes GITHUB.COM/JASPERSUI • Shared by Jasper Sui
-
GitHub - dloss/klp: Lightweight CLI viewer for structured log files and streams (logfmt, JSONL and many others)
klp: Lightweight CLI Viewer for Log Files GITHUB.COM/DLOSS
-
Leipzig Python User Group | Meetup
Leipzig Python User Group Meeting January 14, 2025 MEETUP.COM
-
Mistakes engineers make in large established codebases
Mistakes Engineers Make in Large Established Codebases This is a “lessons learned” article from someone who...
-
Python: create temporary files and directories in unittest - Adam Johnson
Python: Create Temporary Files and Directories in Unittest Sometimes, tests need temporary files or directories. You...
-
Bamboo Weekly
Finally — Pandas Practice That Isn’t Boring You won’t get fluent with Pandas doing boring, irrelevant, toy...
-
The Inner Workings of Python Dataclasses Explained
The Inner Workings of Python Dataclasses Explained Discover how Python dataclasses work internally! Learn how to...