preloader

Practical courses • Lifetime access • Doubt clearing facility • Course certificate

View Course Details

Python programming through exercises

Learn python programming through various example programming exercises with solutions

Status: Active

Course Introduction
  • Lesson 1: Getting started with python =Duration:11:36
  • Lesson Summary:
    Downloading and installing python on your computer
    Add python in system environment variables
    Writing and executing a python program using IDLE
    Write and run python programs using VS code IDE
    Writing single and multiline comments
    Python statements, expressions
    Variables, declaring and initializing a variable
    Changing type of a variable using type casting
    Checking the type of a variable used in program

  • Quiz: Quiz on Getting started with python No of questions:14

  • Lesson 2: Python functions =Duration:24:31
  • Lesson Summary:
    Rules for writing a function in python
    Writing functions with no arguments
    Writing functions with no return values
    Passing arguments to a function
    Returning values from a function
    Using python Built-in functions
    Create a user defined function in python
    Using lambda function in python
    Calling a function from same module or file
    Calling a function from another function
    Calling a function from another module or file
    Install and use a function from available packages
    Publish a web page on local web server using flask module

  • Quiz: Quiz on python functions No of questions:22

  • Lesson 3: Python Flow Control =Duration:10:50
  • Lesson Summary:
    if else operator
    Nested If, elif
    Checking multiple conditions
    Using For loop, While loop, Continue, Break
    Emulate do while loop using while, break continue

  • Quiz: Quiz on python flow control No of questions:14

  • Lesson 4: Python Strings =Duration:20:29
  • Lesson Summary:
    Numeric data types
    Strings declarations
    String manipulations
    Passing a string to a function
    Returning a string or character of a string from function
    Searching a substring a string
    Using string built-in methods
    Reversing a string

  • Quiz: Quiz on python numbers No of questions:10

  • Quiz: Quiz on python strings No of questions:14

  • Lesson 5: Python Lists =Duration:16:42
  • Lesson Summary:
    Strings VS Lists
    Lists basics
    Looping, Sorting, Slicing, Combining, Repeating a List
    Reversing, Appending, Shrinking a List
    Search the location of the first occurrence an item from the list
    Remove an item from a given index from a list
    Inserts an item at a particular index of the list
    Built in functions(len, sum, min, max)

  • Quiz: Quiz on python lists No of questions:23

  • Lesson 6: Python Dictionaries =Duration:11:52
  • Lesson Summary:
    Dictionaries declaration
    Difference between list and dictionary
    Accessing dictionary using key
    Accessing dictionary keys, values
    Getting value of the specified key
    Looping by keys, values, key-value pair
    Copying a dictionary, updating a dictionary
    Remove all items from dictionary at once
    Removes the element with the specified key
    Removes the last inserted key-value pair
    Passing dictionary to a function
    Returning a dictionary from a function

  • Quiz: Quiz on python Dictionaries No of questions:13

  • Lesson 7: Python Tuples =Duration:23:54
  • Lesson Summary:
    Tuple basics, Tuple vs String vs List
    Tuple declarations, nested tuples
    Indexing, slicing, update, concatenate, repeat, sort, reverse Tuples
    Converting list, string to tuple and viceversa
    List inside Tuple, accessing list items inside tuple
    Tuple as return values, Variable length argument tuples
    Zip sequences into a list of tuples

  • Quiz: Quiz on Python Tuples No of questions:10

  • Lesson 8: Python text files =Duration:11:30
  • Lesson Summary:
    Opening, closing an external file
    Creating a new file
    Different file access modes
    Read an external file by loading entire file into a string
    Read an external file by loading file line-by-line into a list
    Read an external file using with statement
    Write into an external file
    Check all available operations on a file
    Delete a file
    Import OS library

  • Quiz: Quiz on python text files No of questions:18

  • Lesson 9: Python objects and classes =Duration:15:37
  • Lesson Summary:
    Python objects, classes
    Inheritance mechanism
    Creating class, objects
    Using class to parse data from an excel sheet

  • Quiz: Quiz on python objects and classes No of questions:13

This Course Includes :

  • Total On-demand Video 2:28:46
  • No of lessons 9
  • No of Quizzes 10
  • Total Quiz Q&As 151
  • Asking doubts facility Available
  • Course Access Life time
  • Material Downloads Yes
  • Course Certificate Available

Course Price: $5.39

Related Courses

Python programming through exercises

$5.39
Learn More