Aidas Bendoraitis 💻
@DjangoTricks
Followers
2K
Following
6K
Media
116
Statuses
9K
on development with Django, Python, and JavaScript 🐍 founder, developer, author, creator, dad of 2, he/him Currently developing https://t.co/kf3e0ekKlA
Berlin, Germany
Joined May 2009
A lightweight, extensible Django app for private messaging, built for easy integration. https://t.co/8MKpG87Vfn
websightful.gumroad.com
Add Real-Time Messaging to Your Django App: Django Messaging Makes It EasyBuilding a messaging system from scratch is a complex and time-consuming endeavorCreating a robust messaging system involve...
0
0
0
Does npm have connectivity issues today? `npm install` doesn't work for me for some reason.
0
0
0
Python tip: "..." is actually a Python code. Ellipsis (...) is one of a few built-in constants (along with False, True, None, and NotImplemented). Ellipsis is the only instance of the "types.EllipsisType" type and is most often used as a placeholder for future code.
1
6
17
What would you use for a Python mechanism to set base classes dynamically?
0
0
0
Python tip: Strings in Python are immutable. Concatenating or modifying a string creates a new string object, not modifying the original. Example 👇
0
2
11
About Stripping Leading and Trailing Whitespaces from Translatable Strings https://t.co/MuE9RJR5Qe
djangotricks.com
0
0
0