Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Python Basics
Rating: 3.9 out of 5(95 ratings)
2,784 students

Python Basics

Begin with Python Programming
Last updated 5/2021
English

What you'll learn

  • Basic concepts of Python with Python IDE, Introduction and Syntax of Python Programs, Operators and Control Flow Statements, Python Functions, modules, and Packages, OOP with Python, File I/O Handling and Exception Handling.

Course content

1 section6 lectures1h 46m total length
  • Install Python IDLE and Run Simple Python scripts to display a message.18:07

    Install Python 3.8 IDLE and Thonny and Write first program in Python.

  • Python building blocks9:26

    Identifiers, Keywords, Indention, Variables, Comments

  • Using Python Building Blocks13:40

    Here we will use and demonstrate Python Building Blocks.

  • Python Data types - Part-I15:32

    Here we will discuss data types in Python such as numeric, Boolean and Dictionary with demonstration of example.

  • Python Data types - Part-II16:28

    Here we will discuss remaining data types in Python such as set and sequence type where sequence  includes string, list and tuple with demo and set data type.

  • Operators in Python33:27

Requirements

  • Be able to apply logic to write a Program.

Description

Python is powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python code is simple, short, readable, intuitive, and powerful, and thus it is effective for introducing computing and problem solving to beginners. It's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.

In this course, we will learn to write a simple Python Program and execute it. Then we will perform arithmetic operations and use various types of Operators and Control Flow Statements. We have to use Python inbuilt data structures like List, Tuples, Sets, Dictionaries etc. In this course, we will also learn how to write Functions, modules, and Packages and OOP concepts. At last we will learn File I/O Handling and Exception Handling.

The aim of this course is to help the student to develop general purpose programming using Python to solve the problems.

The theory, practical experiences and relevant soft skills associated with this course are to be taught and implemented, so that the student demonstrates the industry-oriented outcomes such as: Display message on screen using Python script on IDE, Develop python program to demonstrate use of Operators, Perform operations on data structures in Python, Develop functions for given problem, Design classes for given problem and Handle exceptions.

Who this course is for:

  • Beginner Python Developers and those who are studying Python in Diploma or Engineering of Computer Science or alike Programme.