Getting Started in Python

Getting Started in Python

English | MP4 | AVC 1920×1080 | AAC 44KHz 2ch | 2h 18m | 250 MB

In this course, you will begin with learning how to design a program and then you will learn all the parts of programming from writing a simple “hello world!” program to understanding how to write a small, but real program using loops, arrays, and other programming functions. This is a good introduction course that can be completed even if you have never programmed before.

Table of Contents

Introduction
1 Introduction
2 Python Overview

Input, Processing, and Output
3 Input Process Output
4 Coding with the Print Command
5 Variables
6 Coding with Variables
7 Calculations
8 Coding with Calculations

Decision Structures
9 The if Statement
10 Coding with the if Statement
11 Logical Operators
12 Coding with Logical Operators

Repetition Structures
13 Repetition Structures
14 Coding with Repetition Structures

Functions
15 Functions
16 Coding with Functions
17 Local Variables

Lists and Tuples
18 Lists and Tuples
19 Coding with Lists and Tuples