Introduction to Python Programming language for beginners

Go to class
Write Review

Free Online Course: Introduction to Python Programming language for beginners provided by Udemy is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Introduction to Python Programming language for beginners is taught by Norhan Khafaga.

Overview
  • This course is an introduction to python programming language for beginners.

    What you'll learn:

    • know all of the basics about the language
    • Use python operators like assignment ,comparison and logical operators
    • Convert datatypes from type to another
    • Take input from user and do some things with this input
    • Control the flow of the program by if statement
    • Control the flow of the program by loopings
    • Create your own function
    • Know some of the built-in functions and modules

    By taking this course ,you learn all of the basics you must know to be a python programmer,after finishing this course material you can move to the advanced concepts in programming,do not worry python is the easiest programming language ,so I think you will master it in a short time by a lot of practicing ,in this course we will take a lot of examples with different ideas.

    This course will be updated the next few weeks by the following lessons :

    • More about strings.
    • Collections: sets.
    • Calling a function from a function.
    • The scope of variables.
    • Recursive function.
    • Working with files.
    • Introduction to oop.
    • More examples.