Blog

Python tutorials and tips on the Academify blog. Learn programming with examples, exercises, and projects from basic to advanced

Programming code representing operations as functions with Python operator
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python operator: Operations as Functions

Learn Python operator to use operations as functions, sort fields, access items, call methods, and build clear functional pipelines.

Read more

Reading time: 4 minutes
August 11, 2026
Three-dimensional alphabet representing Unicode normalization with Python unicodedata
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python unicodedata: Normalize Unicode

Learn Python unicodedata to normalize Unicode, inspect names, categories, numeric values, combining marks, bidirectional classes, and width.

Read more

Reading time: 5 minutes
August 11, 2026
Server network representing resource management with Python ExitStack
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python ExitStack: Manage Resources

Learn Python ExitStack to manage dynamic files, connections, callbacks, and cleanup safely in predictable reverse order.

Read more

Reading time: 5 minutes
August 11, 2026
Text editor representing formatting with Python textwrap
Libraries and Modules
Foto de perfil de Leandro Hirt da Academify

Python textwrap: Format Text

Learn Python textwrap to wrap, fill, shorten, indent, and dedent text with controlled width, whitespace, long words, and reusable settings.

Read more

Reading time: 4 minutes
August 10, 2026
Locked folder representing file types and permissions with Python stat
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python stat: File Types and Permissions

Learn Python stat to interpret file types, permissions, links, timestamps, Windows attributes, and Unix flags safely and portably.

Read more

Reading time: 5 minutes
August 10, 2026
Folder and magnifying glass representing file-name filters with Python fnmatch
Libraries and Modules
Foto de perfil de Leandro Hirt da Academify

Python fnmatch: Filter File Names

Learn Python fnmatch to filter file names with shell wildcards, control case sensitivity, exclude patterns, and distinguish glob from regex.

Read more

Reading time: 5 minutes
August 10, 2026
Laptop with code representing automatic documentation with Python pydoc
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python pydoc: Automatic Documentation

Learn Python pydoc to generate terminal help, HTML, search, and a local documentation server safely from docstrings.

Read more

Reading time: 6 minutes
August 10, 2026
Monitor with binary data representing compact numeric arrays in Python
Libraries and Modules
Foto de perfil de Leandro Hirt da Academify

Python array: Compact Numeric Data

Learn Python array for compact numeric storage, binary files, byte order, memory views, and safe buffer interoperability.

Read more

Reading time: 6 minutes
August 10, 2026