ajpinedam's comments

ajpinedam | 1 year ago

In this showcase tutorial, you'll be introduced to a library that allows you to use a database in your code. DuckDB provides an efficient relational database that supports many features you may already be familiar with from more traditional relational database systems

ajpinedam | 1 year ago

In this tutorial, you'll learn about code quality and the key factors that make Python code high-quality. You'll explore effective strategies, powerful tools, and best practices to elevate your code to the next level

ajpinedam | 1 year ago

In this tutorial, you'll gain an understanding of the principles behind Polars LazyFrames. You'll also learn why using LazyFrames is often the preferred option over more traditional DataFrames

ajpinedam | 1 year ago

In this tutorial, you'll learn how to sort various types of data in different data structures in Python. You'll explore custom sorting orders and work with two distinct ways of sorting

ajpinedam | 1 year ago

2025 looks to be an exciting year for Python. A new type of interpreter improves the performance of the upcoming Python 3.14. Additionally, the community is busy developing third-party libraries, challenging each other with new puzzles, and planning conferences

ajpinedam | 1 year ago

In this tutorial, you'll learn how to work with Python dictionaries to help you process data more efficiently. You'll learn how to create dictionaries, access their keys and values, update dictionaries, and more

ajpinedam | 1 year ago

In this tutorial, you'll learn how to write set comprehensions in Python. You'll also explore the most common use cases for set comprehensions and learn about some bad practices that you should avoid when using them in your code

ajpinedam | 1 year ago

This month brings exciting updates, including improvements to template strings in PEP 750 and the release of Python 3.14.0a2. There are new features to explore in many third-party libraries, such as Pydantic. Also, PyCon's call for proposals deadline is near and the popular Advent of Code is back

ajpinedam | 1 year ago

In this tutorial, you'll learn what syntactic sugar is and how Python uses it to help you create more readable, descriptive, clean, and Pythonic code. You'll also learn how to replace a given piece of syntactic sugar with another syntax construct

ajpinedam | 1 year ago

This month, Python 3.13 is being released. The new release brings exciting features like a new REPL and a version of Python without the global interpreter lock (GIL). In the community, DjangoCon US just wrapped up after a week of interesting tutorials and talks

ajpinedam | 1 year ago

Explore Python's 3.13 new and modern interactive interpreter, also known as a REPL

ajpinedam | 1 year ago

In this tutorial, you'll learn how to check which version of Python, if any, you have on your Windows, Mac, or Linux computer and the best way to install the most recent version in any environment

ajpinedam | 1 year ago

Learn about assignment expressions and the walrus operator.

ajpinedam | 1 year ago

In July 2024, Python published the first release candidate of its 3.13 version. The PSF announced some news about new staff members, and PyOhio US 2024 took place in Ohio. Finally, some fundamental Python projects, such as Django, Pillow, pytest, and Pydantic, also released new versions

ajpinedam | 1 year ago

In this tutorial, you'll learn how to create and use asynchronous iterators and iterables in Python. You'll explore their syntax and structure and discover how they can be leveraged to handle asynchronous operations more efficiently.
page 1