Python 3 - Beginner
This course is an excellent introduction to both fundamental programming concepts and the Python programming language. Python 3 is the most updated version of the language with many improvements made to increase efficiency and simplify
Created by Luciano Giacchetta
Included in Careers:
USD 0.0
Includes 65% OFF
7-Day Money Back Guarantee
This course includes
- 4 Modules
- 8 Videos
- 12 Practices
- Full-time access
- Mobile & Tablet access
- Course Certificate
What you'll learn
- You will learn Python Syntax
- What "lists" are, a data structure in Python used to store ordered groups of data
- Loops (loops): for, while, continue, break.
- Functions: be efficient by reusing code
Course Contents
8 Hours 0 Minutes
Begin with the installation of your compiler and then learn Python syntax in this lesson. Gradually delve into the most important elements of the code.
Learn about lists, a data structure in Python used to store ordered groups of data
Learn about loops and reuse code by establishing repetition rules
Learn to reuse code and organize logical structures to get the most out of programming