Bookmarks (50)
-
String translate and maketrans methods | Pydon't 🐍
String translate and maketrans Methods The str methods translate and maketrans are lesser used, but helpful....
-
Django 4.1 beta 1 released | Weblog | Django
Django 4.1 Beta 1 Released DJANGO SOFTWARE FOUNDATION
-
Illustrating the duality of closures and objects
Illustrating the Duality of Closures and Objects In functional programming languages, closures are used for similar...
-
r/Python - What's a Python feature that is very powerful but not many people use or know about it?
What’s a Powerful Python Feature That Not Many People Use? REDDIT
-
-
-
Last Chance for a DjangoCon Europe 2023 | Weblog | Django
DjangoCon Europe Call for Hosting Proposals for 2023 DJANGO SOFTWARE FOUNDATION
-
Caching connection objects in Python
Caching Connection Objects in Python Three different mechanisms are common for having a single instance of...
-
Debugging Tips And Techniques · Matt Layman
Understand Django: Debugging Tips And Techniques Your Django app is up. You’ve got users. Your users...
-
-
Django bugfix release: 4.0.5 | Weblog | Django
Django Bugfix Release: 4.0.5 DJANGO SOFTWARE FOUNDATION
-
Build a CRUD application using Django, React & Docker - 2022
Build a CRUD Application Using Django, React & Docker Step-by-step instructions on creating a web application...
-
Popular Python and PHP libraries hijacked to steal AWS keys
ctx Library Hijacked to Steal AWS Keys AX SHARMA
-
Contributing to open source: rich 2073
Contributing to Open Source: rich #2073 Rodrigo decided he’d start contributing to Open Source and it...
-
Tips that may save you from the hell of PyYAML | Reorx’s Forge
Tips That May Save You From the Hell of PyYAML YAML is a data-serialization language that...
-
-
Django 4.1 alpha 1 released | Weblog | Django
Django 4.1 Alpha 1 Released DJANGO SOFTWARE FOUNDATION
-
Python decorator patterns
Python Decorator Patterns Decorators are a way of wrapping functions around functions, they’re a common technique...
-
Django Girls Malabo on 21st May 2022
Django Girls Malabo May 21 to May 22, 2022 DJANGOGIRLS.ORG
-
REPL Python programming and debugging with IPython
REPL Python Programming and Debugging With IPython IPython is a powerful alternative to the built-in REPL....
-
driscollis - Which 3⃣ #Python modules...
Which 3⃣ #Python modules or packages do you find yourself using the most?
-
Boolean short-circuiting | Pydon't 🐍
Boolean Short-Circuiting Learn how and and or are processed in your code, how Boolean short-circuiting works,...
-
Converting a Python library to Rust
Converting a Python Library to Rust Alan describes his experience porting his Python library August to...
-
The ultimate guide to Python pickle | Snyk
Ultimate Guide to Python Pickle: How To’s, Exploits & Safety Python’s pickle library is useful in...