#programming-techniques

[ follow ]
Python
fromRealpython
1 month ago

Python 3.14 Preview: Template Strings (T-Strings) - Real Python

String templates allow dynamic value population through placeholders for generating text content.
fromRubyflow
1 month ago

Ever wondered how Ruby translates numbers into characters-or even emojis?

Ruby's .chr and .ord methods demystify the journey of characters from raw bytes to multi-byte UTF-8 encoding, revealing the intricacies of ASCII and beyond.
#python
fromRealpython
2 months ago
Python

Episode #251: Python Thread Safety & Managing Projects With uv - The Real Python Podcast

Python's threading system requires synchronization techniques to ensure thread safety, like locks.
fromPycoders
3 months ago
Python

PyCoder's Weekly | Issue #679

Explore advanced features of Python's regex module, including powerful but rarely used techniques.
Learn the distinctions between shallow and deep copying of Python objects for effective object management.
Node JS
fromSubstack
2 months ago

How to Master Recursion in JavaScript with Practical Examples

Recursion is a powerful JavaScript concept that simplifies complex logic but requires careful implementation to avoid performance issues.
[ Load more ]