Basic Python

Welcome to the Basic section of the Progressive Python Course, the first part of the tutorials on the site.

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

  1. Python - What is it? What is it for? Where is it used?
  2. How to start programming in Python
  3. How to make the first program in Python (hello, world)
  4. Print function - How to print data on the screen
    4.1 10 exercises using the print function
  5. Data Types - Numbers, Strings, and Booleans
  6. Variables in Python
  7. input() function - How to read user keyboard data
  8. Functions int () and float () - Transform string into numbers
  9. Mathematical operations in Python
    9.1 - Percentages Exercises
    9.2 - Compound Interest Exercises
  10. Comment Code - Simple Calculator
  11. Precedence of operators - Calculating average in Python
  12. Format numbers in print function
  13. Basic Python Exercises

No comments:

Post a Comment