The course will start with the installation of the Python 3 interpreter. We will be looking at how to Run the interpreter from the command line. to Use our Python source files.
EDUmobile Academy – A Gentle Introduction to Python Programming
Overview
Python This programming language can be used for many purposes, starting with simple user scripts. to Web servers and complex APIs. It is easy to understand and has a clear syntax, making it an ideal language for those who are looking for simple programming languages. to Find out how to Programming
What you’ll find
The course will start with the installation of the Python 3 interpreter. We will be looking at how to Run the interpreter from the command line. to Use our Python source files.
Then, we’ll learn more about how it works. to Some basic data types can be modified. We’ll learn how to use Python to do simple arithmetic. Next, we’ll learn how to work with words and characters using a data type called the “string”. We’ll also be discussing the Boolean type. This is a representation for True and False within a programming language.
We will then move on to More complex types. We will first look at how data can be organized into a list. How? to Make lists. to Access elements within them and how to Modify the contents of a listing. We will then examine the dictionary type which allows us to modify the contents of a list. to Create mappings. One example is a dictionary that could map account number. to Names of clients
Then we’ll move on to Control flow Control flow refers to to the sequence in which a program’s
Statements are executed. We will now look at the if clause, which allows for the script to be executed. to Decide whether you want to to Execute a block based upon a condition. We’ll also discuss looping. Looping is a term that refers to to Repeating a block until a condition is met. Also covered will be functions which will allow us to to organize code into simple, reusable pieces. We will then learn about errors and how they can be corrected. to They should be handled carefully so they don’t impede the execution of your script.
We will conclude the course with three practical code exercises. These exercises will request user input, validate user input, then display a result in a command line. If the input is invalid, error messages will be displayed. to The user. The user will be asked to provide the dimensions of a rectangular box. The program will then calculate and display the box’s volume. The second exercise will calculate all multiples of the numbers in a list. to 1000. The final exercise will require the user to provide a length and width. A multiplication table will be displayed with the dimensions.
Download immediately EDUmobile Academy – A Gentle Introduction to Python Programming
Course Curriculum
Introduction
Introduction to Python (5:22)
Basic Setup
Course Overview (2.23)
Establishing Python (5:02)
Variables & Basic Data Types
Numbers (6.46)
Variables and the Order of Operation (8.14)
Strings Part 1 (6.39)
Strings Part 2 (7.26)
Part 1 of String Method and Formatting (7:10)
Part 2: String Method and Formatting (6.38)
Booleans (6:30)
Here’s what you can expect in the new book EDUmobile Academy – A Gentle Introduction to Python Programming
Course Features
- Lectures 0
- Quizzes 0
- Duration 50 hours
- Skill level All levels
- Language English
- Students 104
- Assessments Yes