• Home
  • About Us
  • Courses
    Business English

    Business English

    IT & Software

    IT & Software

    Languages

    Languages

    Legal English

    Legal English

    Medical English

    Medical English

    Professional English

    Professional English

    Programming Language

    Programming Language

    UPPER INTERMEDIATE B2 Read More
    Ibotek

    UPPER INTERMEDIATE B2

    Ibotek
    1
    student
    Free
    Free
    Read More
    ADVANCED Read More
    Ibotek

    ADVANCED

    Ibotek
    0
    student
    Free
    Free
    Read More
    Intermediate B1 Read More
    Ibotek

    Intermediate B1

    Ibotek
    1
    student
    Free
    Free
    Read More
  • Become a Teacher
  • Become An Affiliate
  • Process
  • Contact Us
    Have any question?
    +380666232317
    info@e-learning.contact
    Login
    en English
    ar Arabiczh-CN Chinese (Simplified)nl Dutchen Englishde Germanru Russianes Spanishuk Ukrainian
    E-learning
    • Home
    • About Us
    • Courses
      Business English

      Business English

      IT & Software

      IT & Software

      Languages

      Languages

      Legal English

      Legal English

      Medical English

      Medical English

      Professional English

      Professional English

      Programming Language

      Programming Language

      UPPER INTERMEDIATE B2 Read More
      Ibotek

      UPPER INTERMEDIATE B2

      Ibotek
      1
      student
      Free
      Free
      Read More
      ADVANCED Read More
      Ibotek

      ADVANCED

      Ibotek
      0
      student
      Free
      Free
      Read More
      Intermediate B1 Read More
      Ibotek

      Intermediate B1

      Ibotek
      1
      student
      Free
      Free
      Read More
    • Become a Teacher
    • Become An Affiliate
    • Process
    • Contact Us

      Programming Language

      • Home
      • All courses
      • Programming Language
      • PYTHON – A to Z Full Course
      CoursesIT & SoftwareProgramming LanguagePYTHON – A to Z Full Course
      • Introduction
        2
        • Lecture1.1
          Introduction
        • Lecture1.2
          Who can take this course
      • Python Overview
        14
        • Lecture2.1
          Pre-requisite to take the Course
        • Lecture2.2
          Importance Of Python
        • Lecture2.3
          Future of Python
        • Lecture2.4
          Python – Job Opportunities
        • Lecture2.5
          Applications of Python
        • Lecture2.6
          Reasons to work in Python
        • Lecture2.7
          Python Usage In Different Domains
        • Lecture2.8
          What are the Advantages of Python
        • Lecture2.9
          Types In Python
        • Lecture2.10
          What are the Versions of Python
        • Lecture2.11
          Features Of Python
        • Lecture2.12
          How to Switch into ML & DS
        • Lecture2.13
          Open Source Tools In Python
        • Lecture2.14
          Indentation in Python
      • Python - Environment Setup
        2
        • Lecture3.1
          Jupyter In Online For Practice
        • Lecture3.2
          Python Jupyter Installation Process
      • Simple Basics
        6
        • Lecture4.1
          Python – Case Sensitive
        • Lecture4.2
          Reserved Keywords in Python
        • Lecture4.3
          Python-Important Characters
        • Lecture4.4
          Python eval() function
        • Lecture4.5
          Range() & Xrange() functions
        • Lecture4.6
          Mutability & Immutability
      • Built-in Functions
        4
        • Lecture5.1
          Python print() function
        • Lecture5.2
          Python type() function
        • Lecture5.3
          Python id() function
        • Lecture5.4
          Input operations
      • Input and Output Functions
        4
        • Lecture6.1
          Tip – To become an Expert in Python Coding
        • Lecture6.2
          Multiple input values from user
        • Lecture6.3
          Multiple input values from user with Separator
        • Lecture6.4
          Output operations
      • Comments
        3
        • Lecture7.1
          Python Comments
        • Lecture7.2
          Python-Single and Multi line Comments
        • Lecture7.3
          Python – Tips to Write an Efficient Code
      • Python 2.x _ 3.x differences
        2
        • Lecture8.1
          Why Migration from Python 2.x to Python 3.x
        • Lecture8.2
          Python 2.x _ 3.x differences
      • Datatypes
        7
        • Lecture9.1
          Datatypes Overview
        • Lecture9.2
          Basic Datatypes
        • Lecture9.3
          Integer Data Type
        • Lecture9.4
          Float Data Type
        • Lecture9.5
          Data Type Complex
        • Lecture9.6
          Bool Data Type
        • Lecture9.7
          String Data Type
      • Variables
        6
        • Lecture10.1
          What is Variable In Python
        • Lecture10.2
          Global Variable In Python
        • Lecture10.3
          How Can We Define Global Variable In Python
        • Lecture10.4
          Local Variable In Python
        • Lecture10.5
          How Can We Define Local Variable In Python
        • Lecture10.6
          Global Keyword In Python
      • Integer Types
        6
        • Lecture11.1
          What are the Integer form types
        • Lecture11.2
          Decimal Form
        • Lecture11.3
          Binary Form
        • Lecture11.4
          Octal Form
        • Lecture11.5
          Hexa Decimal Form
        • Lecture11.6
          Finding Base Values For Integer Forms-123
      • Operators
        15
        • Lecture12.1
          Operators in Python
        • Lecture12.2
          What are the Types of Operators
        • Lecture12.3
          What are Arithmetic Operators
        • Lecture12.4
          Working Arithmetic Operators
        • Lecture12.5
          What are Relational Operators
        • Lecture12.6
          Working with Relational Operators
        • Lecture12.7
          What are Assignment Operators
        • Lecture12.8
          Working with Assignment Operators
        • Lecture12.9
          Increment _ Decrement Operators
        • Lecture12.10
          What are Logical Operators
        • Lecture12.11
          Working with Logical Operators
        • Lecture12.12
          What is Membership Operator
        • Lecture12.13
          Working with Membership Operators
        • Lecture12.14
          What are Identity Operators
        • Lecture12.15
          Working with Identity Operators
      • Type Casting
        10
        • Lecture13.1
          What is Type Casting
        • Lecture13.2
          What is Integer Type Casting
        • Lecture13.3
          What is an Integer Type Casting
        • Lecture13.4
          Float Datatype Conversion
        • Lecture13.5
          What is Complex Type Casting (1)
        • Lecture13.6
          Complex Datatype Conversion
        • Lecture13.7
          What is Bool Type Casting
        • Lecture13.8
          Bool Datatype Conversion
        • Lecture13.9
          What is String Type Casting
        • Lecture13.10
          String Datatype Conversion
      • Basic Functions
        7
        • Lecture14.1
          Using trunc() Method
        • Lecture14.2
          Using round() method
        • Lecture14.3
          Using ceil() method
        • Lecture14.4
          Using floor() method
        • Lecture14.5
          Using _ %method
        • Lecture14.6
          Using format() method
        • Lecture14.7
          flush parameter in Python
        This content is protected, please login and enroll course to view this content!
        Prev Reserved Keywords in Python
        Next Python eval() function

        Leave A Reply Cancel reply

        Your email address will not be published. Required fields are marked *

        All Courses

        • Business English
        • IT & Software
          • Programming Language
        • Languages
        • Legal English
        • Medical English
        • Programming Language

        Latest Courses

        UPPER INTERMEDIATE B2

        Free

        ADVANCED

        Free

        Intermediate B1

        Free

        +380666232317

        info@e-learning.contact

        Copyright © 2021 e-learnimg | Credits

        • Terms & Conditions
        • Refund & Payment Policy

        Login with your site account

        Lost your password?

        Modal title

        Message modal