🎉 10,000 students — Promo valid until Feb 28
The next step of your programming career starts here.
Master Python, Automation and Web with someone who combines elite academic training (UNICAMP/USP) and real market experience. Join thousands of developers.
Available Courses

Creating Robots with Python - Process Automation
Complete Python 3 - Master Web Automation, GUI Automation and Intelligent Automation
From R$ 211.90
R$ 27.90
Best price guaranteed

Process Automation with Python RPA and BotCity
Learn how to create desktop robots in a practical way using Python RPA, Computer Vision and BotCity.
From R$ 79.90
R$ 25.90
Best price guaranteed

Creating Robots with Python - Controlling Instagram
Use Python robots to gain real and targeted followers to boost your Instagram profile reach.
From R$ 79.90
R$ 28.90
Best price guaranteed

Practicing Python solving 50 real exercises
Learn Python in practice, solving 50 Python exercises that every programmer faces daily
From R$ 81.90
R$ 24.90
Best price guaranteed
![Introduction to HTML and CSS [2026]](/_next/image?url=%2Fcapas-cursos%2Fhtml-css.png&w=3840&q=75&dpl=dpl_3ewYADba4998QCEUScSZguv5nyFx)
Introduction to HTML and CSS [2026]
Learn HTML and CSS in a fun and effective way. From zero to your first complete website!
From R$ 116.90
R$ 24.90
Best price guaranteed
![Introduction to Python 3 programming [2024]](/_next/image?url=%2Fcapas-cursos%2Fcapa-introdutorio.png&w=3840&q=75&dpl=dpl_3ewYADba4998QCEUScSZguv5nyFx)
Introduction to Python 3 programming [2024]
Start your Python 3 studies and learn the essentials to start programming with Python

Web programming with Python 3 and Django
Learn from scratch to build websites with Python 3, Django, HTML, CSS, Bootstrap, Javascript and jQuery
From R$ 79.90
R$ 24.90
Best price guaranteed
About the Instructor

Jan 2018
Started on Udemy (Python, RPA and Web)
Set 2020
Graduated in Information Systems from UNICAMP
Out 2023
Guest instructor at Rocketseat
Dez 2025
Postgraduate in Software Engineering from USP-ESALQ
2026
Launch of the online course platform
Gabriel Casemiro
Bachelor in Information Systems from UNICAMP and postgraduate in Software Engineering from USP-ESALQ.
With 11 years of experience and working in the market since 2015, I have served national and international companies, focusing on Process Automation and Python.
For 7 years I have been teaching on Udemy, accumulating knowledge that I now centralize here to accelerate your evolution.
10k+
Alunos
7
Cursos
7+
Anos
Blog & Insights
Weekly articles about Python, AI and the future of Data.
Practice what you learned
An interactive environment to run Python scripts directly in the browser. Less theory, more code.
def soma_lista(numeros):
# Complete a função
return sum(numeros)
# Teste sua solução
resultado = soma_lista([1, 2, 3, 4, 5])
print(resultado) # Output: 15
$ python exercicio_01.py
15
✓ Teste passou!
