Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Python Quick Start Tutorial for Beginners
Rating: 4.4 out of 5(145 ratings)
6,126 students

Python Quick Start Tutorial for Beginners

Learn python concepts and topics in a simple, fast and practical way.
Created byMehdi Mohammadi
Last updated 7/2023
English

What you'll learn

  • Python syntax and basics, builtin functions
  • list, tuple, set, dictionary
  • classes and object oriented, working with files, error handling,
  • data visualization and basics of web application.

Course content

11 sections32 lectures1h 15m total length
  • Syntax, comments, and variables2:31

    Learn Python basics by exploring syntax rules, comments, variables, and operators, enabling you to write correct Python programs. Understand indentation, variable naming with underscores, and examples that promote readable code.

  • Operators and expressions2:59

    Explore how Python uses arithmetic, assignment, comparison, logical, and membership operators to manipulate values, concatenate strings, and evaluate boolean conditions.

Requirements

  • Computer basics

Description

Welcome to Python Quick start tutorial course. What you will learn in this course: Fundamentals of python, functions, list, tuple, set, dictionary, classes and object oriented, working with files, error handling, data visualization and basics of web application with python.

Syntax in python is simple and easy to read and understand. And by syntax we mean a set of rules that define how to write a correct Python program. It includes rules for naming variables, using punctuation, formatting code, defining methods, etc. We will cover the fundamental ones in section 1.

Python supports several data types including integers, floats, strings, booleans, lists and so on. The primitive data types are covered in section 2. Python also has many built-in functions that can be used without the need to import any additional modules.

In section 3, I explain python decision flow with if, else if and else statements. I also teach you how to write for loop and while loop in python. At the end of this section, you are challenged to write your own code to program a traffic speed camera. You will find it easy and fun after watching this video.

In section 4, you will understand how to use functions and modules in Python.

The remaining of the sections is as follows:

5. List, Tuple

6. Sets, Dictionaries

7. Classes and Object Oriented

8. Files

9-11. (will be added)

Who this course is for:

  • Students, early learners of Python in fast pace