Introduction to Python Programming
A course by Rodrigo Montemayor , Programmer
Learn programming foundations for Python from scratch and find out how to code your first program
Learn programming foundations for Python from scratch and find out how to code your first program
Python is one of the most widely used programming languages in the industry because its possibilities are endless: it allows you to create web applications, desktop applications, video games, artificial intelligence... In this online course, the renowned programming expert Rodrigo Montemayor will teach you how to program from scratch using Python.
Throughout the units, you will learn to code your first program in a simple way. You will discover the basics of programming and you will delve into concepts such as variables, values, and expressions. Discover everything you can achieve with Python!
What will you learn in this online course?
16 lessons & 18 downloads
- 98% positive reviews (201)
- 10,077 students
- 16 lessons (3h 29m)
- 18 additional resources (8 files)
- Online and at your own pace
- Available on the app
- Audio: Spanish, Turkish
- Spanish · English · Portuguese · German · French · Italian · Polish · Dutch
- Level: Beginner
- Unlimited access forever
What is this course's project?
You will develop a basic programming of a pet store in which you will receive customers, you will be able to make purchases and sales, and obtain inventory reports.
Projects by course students
Who is this online course for?
Anyone who wants to enter the world of programming, regardless of their level of knowledge.
Requirements and materials
You do not need any previous training to take this course, just your computer and a desire to learn.
Reviews
A course by Rodrigo Montemayor
Rodrigo Montemayor has been a programmer for more than 20 years. He has worked with many of the largest companies in Mexico and also some international ones in web, mobile, and desktop development. In addition, through his own company, he has created software for all types of clients, such as various technology brands, cybersecurity, automation, and artificial intelligence.
On the other hand, he shares content on the RingaTech YouTube channel with the aim of teaching and informing about technology, cybersecurity, and artificial intelligence. As part of the channel, he has developed some projects and games whose code is available to the public.
Content
-
U1
Introduction
-
Presentation
-
Influences
-
-
U2
Preparation
-
Why do we program? And why with Python?
-
How to work with Python: Installation or working in the cloud
-
-
U3
Introduction to Python
-
Create a program with Python
-
Values, variables and expressions
-
Receive user data
-
-
U4
Creation of dynamic and interactive programs
-
Conditionals 1
-
Conditionals 2
-
Cycles
-
Functions to reuse code 1
-
Functions to reuse code 2
-
Functions to reuse code 3
-
Data structures: lists and tuples 1
-
Data structures: lists and tuples 2
-
Data structures: dictionaries
-
-
FP
Final project
-
Introduction to programming in Python
-
What to expect from a Domestika course
-
Learn at your own pace
Enjoy learning from home without a set schedule and with an easy-to-follow method. You set your own pace.
-
Learn from the best professionals
Learn valuable methods and techniques explained by top experts in the creative sector.
-
Meet expert teachers
Each expert teaches what they do best, with clear guidelines, true passion, and professional insight in every lesson.
-
Certificates
PlusIf you're a Plus member, get a custom certificate signed by your teacher for every course. Share it on your portfolio, social media, or wherever you like.
-
Get front-row seats
Videos of the highest quality, so you don't miss a single detail. With unlimited access, you can watch them as many times as you need to perfect your technique.
-
Share knowledge and ideas
Ask questions, request feedback, or offer solutions. Share your learning experience with other students in the community who are as passionate about creativity as you are.
-
Connect with a global creative community
The community is home to millions of people from around the world who are curious and passionate about exploring and expressing their creativity.
-
Watch professionally produced courses
Domestika curates its teacher roster and produces every course in-house to ensure a high-quality online learning experience.
FAQs
Domestika's courses are online classes that provide you with the tools and skills you need to complete a specific project. Every step of the project combines video lessons with complementary instructional material, so you can learn by doing. Domestika's courses also allow you to share your own projects with the teacher and with other students, creating a dynamic course community.
All courses are 100% online, so once they're published, courses start and finish whenever you want. You set the pace of the class. You can go back to review what interests you most and skip what you already know, ask questions, answer questions, share your projects, and more.
The courses are divided into different units. Each one includes lessons, informational text, tasks, and practice exercises to help you carry out your project step by step, with additional complementary resources and downloads. You'll also have access to an exclusive forum where you can interact with the teacher and with other students, as well as share your work and your course project, creating a community around the course.
You can redeem the course you received by accessing the redeeming page and entering your gift code.
koutyy_
PlusMe gustó
View translation
Hide translation
3stiar
Plusprint("Que joya de curso, lo recomiendo mucho y espero que lo compres si es que te gustaria aprender a programar videojuegos o los inicios de uno")
import keyboard
print("Presiona 'L' para dar like...")
# Esperar hasta que el usuario presione la tecla 'L'
while True:
if keyboard.is_pressed('l'): # Si se presiona la tecla 'L'
print("Gracias por dar like!")
break # Sale del bucle
View translation
Hide translation
carloseduardobarreromorgado
Plusal comprar el curso dice que tiene audio en español y ya despues de que lo compras el pinche curso es en turko solamente ... una estafa total
View translation
Hide translation
cris_0193
PlusExcelente
View translation
Hide translation
herrera13
Muy buen curso
View translation
Hide translation