Blog

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

Geração automática de QR Code usando Python
Projects
Foto de perfil de Leandro Hirt da Academify

Python QR Codes: Generate with qrcode

Learn how to generate QR codes with Python using the qrcode library: simple codes, customized colors, batch generation with loops,

Read more

Reading time: 3 minutes
June 1, 2026
Geração de números aleatórios seguros usando secrets em Python
Fundamentals
Foto de perfil de Leandro Hirt da Academify

Python secrets: Generate Secure Random Values

Learn how Python's secrets module generates cryptographically secure random numbers, tokens, and passwords using randbelow, token_hex, token_urlsafe, and compare_digest.

Read more

Reading time: 4 minutes
June 1, 2026
Execução de scripts Python com Docker em containers
IDEs and Tools
Foto de perfil de Leandro Hirt da Academify

Docker: Run Python Scripts in Containers

Run your Python script in Docker in 5 minutes: write a Dockerfile, build an image, run a container, pass environment

Read more

Reading time: 4 minutes
May 31, 2026
Gerenciamento de dependências Python com Poetry
IDEs and Tools
Foto de perfil de Leandro Hirt da Academify

Manage Python Dependencies with Poetry

Learn how to manage Python dependencies with Poetry: install it, add/remove packages, understand poetry.lock, use dev groups, Docker integration, and

Read more

Reading time: 4 minutes
May 31, 2026
Criação de ambiente Conda para projetos Python
IDEs and Tools
Foto de perfil de Leandro Hirt da Academify

Conda: Create and Manage Python Environments

Learn how to create a Conda environment for Python in minutes: install Miniconda, activate environments, install packages, export to YAML,

Read more

Reading time: 4 minutes
May 31, 2026
Gerenciador de senhas simples desenvolvido com Python
Projects
Foto de perfil de Leandro Hirt da Academify

Python Password Manager with Fernet Encryption

Build a simple Python password manager with Fernet encryption, file storage, password generation using secrets, and an interactive terminal menu.

Read more

Reading time: 4 minutes
May 30, 2026
Medição de tempo de execução de código Python com timeit
Best Practices
Foto de perfil de Leandro Hirt da Academify

Python timeit: Measure Code Performance

Learn how to measure Python code execution time with timeit: command line, setup parameter, function references, repeat(), and benchmarking best

Read more

Reading time: 4 minutes
May 30, 2026
Pattern matching com match case em Python
Fundamentals
Foto de perfil de Leandro Hirt da Academify

Python match-case: Structural Pattern Matching

Learn how Python match-case works for structural pattern matching, including values, sequences, dictionaries, guards, and dataclasses with practical examples.

Read more

Reading time: 4 minutes
May 30, 2026