Practical Python Programming For Beginners

Posted By: ELK1nG

Practical Python Programming For Beginners
Published 8/2025
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 530.39 MB | Duration: 2h 44m

Learn python programming and write complete programs

What you'll learn

Explain python programming

Outline the steps to download and install the required software

Identify data types and variable assignment

List the necessary python operators

Describe how to accept inputs from keyboard

Summarize and use conditional statements effectively

Understand how to use For loop

Understand how to use While loop

Explain Break and Continue keywords

Create complete python programs

Requirements

No programming experience needed

Description

Python is used worldwide for different purposes such as software development, data analysis, and machine learning, to mention a few. In this course, you will know what python really is and the steps to download and install the required software. You will again be introduced to variable assignment, data types, and operators that are used in python programming.To write or create an effective program, it is important to understand how to accept inputs from your keyboard. When a program allows its users to enter data through the keyboard, it becomes easier to use; and you will learn how to do that in this course.Again, you can’t be a competent programmer or developer without sound knowledge of conditional statements. For loop and While loop are also must-know topics and they have all been explained in this course.Having the ability to use important python keywords like Break and Continue helps in writing complex programs, and you will know all by the end of this course.Finally, this course will give you all the knowledge and skills that are needed to write complete programs for different purposes. If you are a beginner and want to become a competent programmer or developer then this course is for you. Intermediate and advanced users are also encouraged to take this course and know different python programming techniques.

Overview

Section 1: Practical Python Programming for Beginners

Lecture 1 Introduction to python and setup

Lecture 2 Writing your first python program

Lecture 3 Data types

Lecture 4 Variable assignment

Lecture 5 Arithmetical operators

Lecture 6 Comparison operators

Lecture 7 Assignment operators

Lecture 8 Logical operators

Lecture 9 Accepting inputs

Lecture 10 Conditional Statements I

Lecture 11 Conditional Statements II

Lecture 12 For loop

Lecture 13 While loop

Lecture 14 Using "break" and "continue"

Lecture 15 Writing complete programs

This course is best for beginners