Python for Beginners

Go to class
Write Review

Python for Beginners provided by Udemy is a comprehensive online course, which lasts for 10 hours worth of material. Python for Beginners is taught by Exam Turf. Upon completion of the course, you can receive an e-certificate from Udemy. The course is taught in Englishand is Paid Course. Visit the course page at Udemy for detailed price information.

Overview
  • Learn python with practical examples

    What you'll learn:

    • Students will learn about what and why Python
    • Details on Python Setup, Python shell, Python datatypes & variables Functions in Python
    • Learn about Python Built-In Functions, Operators Control flow statements, Classes in Python, Data Structures in Python
    • Students will learn Exception Handling, Modules Reading from and writing to Files and all about Standard Python libraries

    This is a beginner course on Python Programming in which you will learn about Introduction to Python Programming, Lists & Tuples and Strings. This course is for those who want to learn how to program in python. It is intended to suit a wide audience, though not for absolute beginners. This course is targeted towards people who already have basic in either python or any other programming language.

    The training will include the following;

    • Why Python?

    • Python Setup

    • Python shell

    • Python datatypes & variables

    • Functions in Python

    • Python Built-In Functions

    • Operators

    • Control flow statements

    • Classes in Python

    • Data Structures in Python

    • Exception Handling

    • Modules

    • Reading from and writing to Files

    • Standard Python libraries

    Python is a high-level and general-purpose programming language and is interpreted. It is of a strong and dynamic type of discipline. It was designed by Guido van Rossum. It has functional, object-oriented and imperative features. It has file extensions such as .py or .pyd or .pyc etc. The code and syntax of Python are highly readable compared to other programming languages. Python is easy to learn, read and maintain and has interactive mode features and provides better scalability and supports GUI applications. It supports structured and functional programming. It was licensed under the Python Software Foundation License. It first appeared in the year 1990. It was influenced by several other programming languages such as C, C++, Java, Haskell, Modula, Perl, etc.

    Python has several types of data structures like Lists, Dictionary, Tuples, Strings, Numbers, etc. It has Functions, Modules, Exceptions, File I/O. Python has several libraries for different functionalities, Database and Networking features, Advanced GUI programming, Testing. It has also automatic memory management and garbage collection.