Total of 24 articles

Python Tips

Improve your Python skills with practical tips and best practices to optimize your code and be a more efficient programmer.

What are t-strings in Python? | Usando Python
joao joao 1 year ago

What are t-strings in Python?

Python 3.14, scheduled for release in late 2025, brings an exciting new feature to the language: te…

What is Logging in Python and how to use it? | Usando Python
joao joao 1 year, 5 months ago

What is Logging in Python and how to use it?

Python's logging module is one of the lesser-known libraries, but it plays a crucial role in system…

Len() Function in Python | Usando Python
joao joao 1 year, 5 months ago

Len() Function in Python

In this tutorial, we will deep-dive into the len function in Python, a versatile built-in utility. …

Multi-value Dictionary in Python | Usando Python
joao joao 1 year, 1 month ago

Multi-value Dictionary in Python

Did you know you can create a dictionary in Python where a single key maps to multiple values? This…

Walrus Operator (:=) in Python with Practical Examples | Usando Python
joao joao 12 months ago

Walrus Operator (:=) in Python with Practical Examples

The Walrus Operator (:=), introduced in Python 3.8, allows you to assign values to variables as par…

How to Use the match case Statement in Python | Usando Python
joao joao 1 year, 4 months ago

How to Use the match case Statement in Python

Introduced in Python 3.10, the match case statement provides a robust mechanism for pattern matchin…

Python Roadmap: How to Study Python? | Usando Python
joao joao 1 year, 1 month ago

Python Roadmap: How to Study Python?

Whether you're just beginning your coding journey or looking to deepen your understanding of Python…

How Long Does It REALLY Take to Become a Python Developer? | Usando Python
Singam Singam 7 months, 3 weeks ago

How Long Does It REALLY Take to Become a Python Developer?

Let’s break down the realistic timeline, what factors affect your progress, and how you can speed u…

Using the Ellipsis (...) Object in Python | Usando Python
joao joao 1 year, 5 months ago

Using the Ellipsis (...) Object in Python

The Ellipsis object, represented by three consecutive dots (...), is a built-in feature of Python. …

Difference between Python logging and print() | Usando Python
joao joao 1 year, 5 months ago

Difference between Python logging and print()

In Python, print() and logging are two popular ways to display messages and information during prog…

How to Format and Round Floating-Point Numbers (Float) Using F-Strings in Python | Usando Python
joao joao 1 year, 1 month ago

How to Format and Round Floating-Point Numbers (Float) Usin…

Since Python 3.6, f-strings (formatted string literals) have become a powerful and elegant way to f…

Protecting Passwords with bcrypt in Python | Usando Python
joao joao 1 year, 4 months ago

Protecting Passwords with bcrypt in Python

Password security is one of the most important aspects of developing systems that require user auth…

1 2 Next
1 2 Next

📬 Subscribe to Our Free Newsletter!

Receive exclusive content about Python, programming, and tech tips straight to your inbox. It's completely free and you can unsubscribe at any time!

✨ Join other beginners and grow your programming skills step by step!