In this initial part, we will learn the simplest and most introductory Python programming language.
Let's assume you have absolutely no study or knowledge in Python or any other language. Even if you only know how to turn on your computer, this is enough to start studying this section of the site and begin to understand Python.
You will learn what Python is, what it does, how it works, what you need to install and type to start scripting in Python.
We'll also show you how to display messages on the screen, pick up user data, do math and other simple but interesting things!
Good lessons!
Introduction to Python Basics
- Python - What is it? What is it for? Where is it used?
- How to start programming in Python
- How to make the first program in Python (hello, world)
- Print function - How to print data on the screen
4.1 10 exercises using the print function - Data Types - Numbers, Strings, and Booleans
- Variables in Python
- input() function - How to read user keyboard data
- Functions int () and float () - Transform string into numbers
- Mathematical operations in Python
9.1 - Percentages Exercises
9.2 - Compound Interest Exercises - Comment Code - Simple Calculator
- Precedence of operators - Calculating average in Python
- Format numbers in print function
- Basic Python Exercises
No comments:
Post a Comment