Python

2001 Students enrolled
Created by
+ View more
Course Overview

Become a Python Programmer and learn one of employer's most requested skills of 2023!

This is the most comprehensive, yet straight-forward, course for the Python programming language on Our Lms! Whether you have never programmed before, already know basic syntax, or want to learn about the advanced features of Python, this course is for you! In this course we will teach you Python 3.

With over 100 lectures and more than 21 hours of video this comprehensive course leaves no stone unturned! This course includes quizzes, tests, coding exercises and homework assignments as well as 3 major projects to create a Python project portfolio!

Learn how to use Python for real-world tasks, such as working with PDF Files, sending emails, reading Excel files, Scraping websites for informations, working with image files, and much more!

This course will teach you Python in a practical manner, with every lecture comes a full coding screencast and a corresponding code notebook! Learn in whatever manner is best for you!

We will start by helping you get Python installed on your computer, regardless of your operating system, whether its Linux, MacOS, or Windows, we've got you covered.

We cover a wide variety of topics, including:

  • Command Line Basics

  • Installing Python

  • Running Python Code

  • Strings

  • Lists 

  • Dictionaries

  • Tuples

  • Sets

  • Number Data Types

  • Print Formatting

  • Functions

  • Scope

  • args/kwargs

  • Built-in Functions

  • Debugging and Error Handling

  • Modules

  • External Modules

  • Object Oriented Programming

  • Inheritance

  • Polymorphism

  • File I/O

  • Advanced Methods

  • Unit Tests

  • and much more!

What will i learn?

  • You will learn how to leverage the power of Python to solve tasks.
  • You will be able to use Python for your own work problems or personal projects.
  • Learn to use Python professionally, learning both Python 2 and Python 3!
  • Learn advanced Python features, like the collections module and how to work with timestamps!
  • Understand complex topics, like decorators.
  • Get an understanding of how to create GUIs in the Jupyter Notebook system!
  • You will build games and programs that use Python libraries.
  • You will create a portfolio of Python based projects you can share.
  • Create games with Python, like Tic Tac Toe and Blackjack!
  • Learn to use Object Oriented Programming with classes!
  • Understand how to use both the Jupyter Notebook and create .py files
  • Build a complete understanding of Python from the ground up!
Requirements
  • Access to a computer with an internet connection.
Curriculum for this course
234 Lessons 00:00:00 Hours
DAY- 1
5 Lessons 00:00:00 Hours
  • What is python?
    .
  • History
    .
  • Programming and Applications
    .
  • Variables
    .
  • INTRODUCTION QUIZ
    00:00:00
DAY- 2
3 Lessons 00:00:00 Hours
  • Operators
    .
  • Comments
    .
  • OPERATORS QUIZ
    00:00:00
DAY- 3
3 Lessons 00:00:00 Hours
  • Data types
    .
  • Keywords
    .
  • DATA TYPES QUIZ
    00:00:00
DAY- 4
2 Lessons 00:00:00 Hours
  • Arrays
    .
  • ARRAYS QUIZ
    00:00:00
DAY- 5
2 Lessons 00:00:00 Hours
  • Control Statements
    .
  • DATA FLOW CONTROL QUIZ
    00:00:00
DAY- 6
3 Lessons 00:00:00 Hours
  • Functions
    .
  • math - functions
    .
  • FUNCTIONS QUIZ
    00:00:00
DAY- 7
2 Lessons 00:00:00 Hours
  • Files
    .
  • FILES QUIZ
    00:00:00
DAY- 8
4 Lessons 00:00:00 Hours
  • Modules
    .
  • Python Collection Module
    .
  • Python math Module
    .
  • Python OS Module
    .
DAY- 9
4 Lessons 00:00:00 Hours
  • Python Random Modules
    .
  • Python Statistics Module
    .
  • Python Sys Module
    .
  • MODULES QUIZ
    00:00:00
Day- 10
4 Lessons 00:00:00 Hours
  • Oops
    .
  • Inheritance
    .
  • Methods
    .
  • OOPS CONCEPT QUIZ
    00:00:00
Day- 11
10 Lessons 00:00:00 Hours
  • Python Program to Access Index of a List Using for Loop Using enumerate
    .
  • Python Program to Access Index of a List Using for Loop Without using enumerate()
    .
  • Python Program to Flatten a Nested List Using List Comprehension
    .
  • Python Program to Flatten a Nested List Using Nested for Loops (non pythonic way)
    .
  • Python Program to Slice Lists
    .
  • Python Program to Sort a Dictionary by Value
    .
  • Python Program to Check If a List is Empty
    .
  • Python Program to Copy a File Using shutil module
    .
  • Python Program to Concatenate Two Lists
    .
  • Python Program to Check if a Key is Already Present in a Dictionary
    .
Day- 12
10 Lessons 00:00:00 Hours
  • Python Program to Split a List Into Evenly Sized Chunks
    .
  • Python Program to Parse a String to a Float or Int
    .
  • Python Program to Print Colored Text to the Terminal
    .
  • Python Program to Convert String to Datetime
    .
  • Python Program to Get the Last Element of the List
    .
  • Python Program to Get a Substring of a String
    .
  • Python Program to Print Output Without a Newline
    .
  • Python Program to Print Hello world!
    .
  • Python Program to Add Two Numbers
    .
  • Python Program to Add Two Matrices
    .
Day- 13
10 Lessons 00:00:00 Hours
  • Add Two Numbers With User Input
    .
  • Python Program to Find the Square Root
    .
  • Find the Square Root For real or complex numbers
    .
  • Python Program to Calculate the Area of a Triangle
    .
  • Python Program to Solve Quadratic Equation
    .
  • Python Program to Swap Two Variables Using a temporary variable
    .
  • Python Program to Swap Two Variables Without Using Temporary Variable
    .
  • Python Program to Swap Two Variables using Addition and Subtraction
    .
  • Python Program to Swap Two Variables using Multiplication and Division
    .
  • Python Program to Swap Two Variables using XOR swap
    .
Day- 14
10 Lessons 00:00:00 Hours
  • Python Program to Generate a Random Number
    .
  • Python Program to Convert Kilometers to Miles
    .
  • Python Program to Convert Celsius To Fahrenheit
    .
  • Python Program to Check if a Number is Positive, Negative or 0
    .
  • Python Program to Check if a Number is Odd or Even
    .
  • Python Program to Check Leap Year
    .
  • Python Program to Find the Largest Among Three Numbers
    .
  • Python Program to Check Prime Number
    .
  • Python Program to Print all Prime Numbers in an Interval
    .
  • Python Program to Find the Factorial of a Number
    .
Day- 15
10 Lessons 00:00:00 Hours
  • Python Program to Display the multiplication Table
    .
  • Python Program to Print the Fibonacci sequence
    .
  • Python Program to Check Armstrong Number
    .
  • Python Program to Find Armstrong Number in an Interval
    .
  • Python Program to Find the Sum of Natural Numbers
    .
  • Python Program to Display Powers of 2 Using Anonymous Function
    .
  • Python Program to Find Numbers Divisible by Another Number
    .
  • Python Program to Convert Decimal to Binary, Octal and Hexadecimal
    .
  • Python Program to Find ASCII Value of Character
    .
  • Matrix Addition using Nested List Comprehension
    .
Day- 16
10 Lessons 00:00:00 Hours
  • Python Program to Find HCF or GCD
    .
  • Python Program to Find LCM
    .
  • Python Program to Find the Factors of a Number
    .
  • Python Program to Make a Simple Calculator
    .
  • Python Program to Display Fibonacci Sequence Using Recursion
    .
  • Python Program to Find Sum of Natural Numbers Using Recursion
    .
  • Python Program to Find Factorial of Number Using Recursion
    .
  • Python Program to Convert Decimal to Binary Using Recursion
    .
  • Inverted full pyramid of *
    .
  • Python Program to Safely Create a Nested Directory
    .
Day- 17
10 Lessons 00:00:00 Hours
  • Python Program to Shuffle Deck of Cards
    .
  • Python Program to Check if a Number is Positive, Negative or Zero Example
    .
  • Python program to check if the given number is a Disarium Number PROGRAM
    .
  • Python program to print all disarium numbers between 1 and 100 PROGRAM
    .
  • Python program to check if the given number is Happy Number PROGRAM
    .
  • Python Program to Transpose a Matrix
    .
  • Python program to print all happy numbers between 1 and 100 PROGRAM
    .
  • Python program to determine whether the given number is a Harshad Number. PROGRAM
    .
  • Matrix Transpose using Nested List Comprehension
    .
  • Python Program to Multiply Two Matrices
    .
Day- 18
10 Lessons 00:00:00 Hours
  • Python program to print all pronic numbers between 1 and 100 PROGRAM
    .
  • Python program to copy all elements of one array into another array PROGRAM
    .
  • Python program to find the frequency of each element in the array
    .
  • Python Program to Multiply Two Matrices Using Nested List Comprehension
    .
  • Python Program to Sort Words in Alphabetic Order
    .
  • Program to print half pyramid using *
    .
  • Python Program to Merge Two Dictionaries Using the ** Operator
    .
  • Python Program to Iterate Over Dictionaries Using for Loop
    .
  • Python Program to Find HCF or GCD Using the Euclidean Algorithm
    .
  • Python Program to Find LCM Using GCD
    .
Day- 19
10 Lessons 00:00:00 Hours
  • Python program to left rotate the elements of an array
    .
  • Python program to print the duplicate elements of an array
    .
  • Python program to print the elements of an array
    .
  • Python Program to Check Whether a String is Palindrome or Not
    .
  • Python Program to Remove Punctuations From a String
    .
  • Python Program to Illustrate Different Set Operations
    .
  • Python Program to Count the Number of Each Vowel
    .
  • Python Program to Count the Number of Each Vowel Using a list and a dictionary comprehension.
    .
  • Python Program to Merge Mails
    .
  • Python Program to Find the Size (Resolution) of a Image
    .
Day- 20
10 Lessons 00:00:00 Hours
  • How to add two lists in Python programList.py
    .
  • How to add two lists in Python Add two lists using the Naive Method: naivePro.py
    .
  • How to add two lists in Python Add two list using the Comprehension List comprehension.py
    .
  • How to add two lists in Python Add two list in Python using the map() function with add operator: AddMap.py
    .
  • How to add two lists in Python Accepts the list element from the user and joins the two lists. Accept.py
    .
  • How to add two lists in Python Add two list using the zip() function with sum() function: zipSum.py
    .
  • How to convert List to Set? Lists in Python Example
    .
  • How to Create a Dictionary in Python Creating a Dictionary Code 2
    .
  • How to Remove an Element from a List in Python Using del Keyword Code
    .
  • Python Program to Find Hash of File
    .
Day- 21
10 Lessons 00:00:00 Hours
  • How to Convert Python List to String Iteration Code
    .
  • How to Create a Dictionary in Python Creating a Dictionary Code 1
    .
  • How to Create a Dictionary in Python Adding Elements to a Dictionary Code
    .
  • How to Create a Dictionary in Python Removing Elements from Dictionary Code
    .
  • Binary Search in Python Program
    .
  • Linear Search in Python Program
    .
  • Bubble Sort in Python Program
    .
  • Bubble Sort in Python Without using a temp variable Example
    .
  • Optimization of Python Code Implementation Example – 1
    .
  • Optimization of Python Code Implementation Example -2
    .
Day- 23
10 Lessons 00:00:00 Hours
  • Python Program to Convert Bytes to a String
    .
  • Python Program to Remove Duplicate Element From a List
    .
  • Python Program to Count the Number of Occurrence of a Character in String
    .
  • Python Program to Create a Countdown Timer
    .
  • Python Program to Compute all the Permutation of the String
    .
  • Python Program to Capitalize the First Character of a String
    .
  • Python Program to Check If Two Strings are Anagram
    .
  • Python Program to Count the Number of Digits Present In a Number
    .
  • Python Program to Compute the Power of a Number
    .
  • Python Program to Reverse a Number
    .
Day- 22
10 Lessons 00:00:00 Hours
  • How to convert List to Set? Sets in Python Example
    .
  • How to convert List to Set? Converting a List into a Set Example
    .
  • How to Convert Python List to String Using join() Method Syntax of join() method
    .
  • How to Convert Python List to String Using join() Method
    .
  • How to Convert Python List to String Using join() Method and map() Method
    .
  • How to Convert Python List to String Using List Comprehension Code
    .
  • How to convert list to dictionary in Python Using Dictionary Comprehension Example – 1
    .
  • How to convert list to dictionary in Python Using Dictionary Comprehension Example – 2
    .
  • Method - 2 How to convert list to dictionary in Python Using zip() function
    .
  • Python Searching and Sorting Programs Binary Search in Python Python Implementation
    .
Day- 24
10 Lessons 00:00:00 Hours
  • Python Program to Check the File Size by Using os module
    .
  • Python Program to Check the File Size Using pathlib module
    .
  • Python Program to Iterate Through Two Lists in Parallel Using zip (Python 3+)
    .
  • Python Program to Iterate Through Two Lists in Parallel Using itertools (Python 2+)
    .
  • Python Program to Get the Full Path of the Current Working Directory Using pathlib module
    .
  • Python Program to Get the Full Path of the Current Working Directory Using os module
    .
  • Python Program to Get File Creation and Modification Date Using os module
    .
  • Python Program to Get File Creation and Modification Date Using stat() method
    .
  • Python Program to Find All File with .txt Extension Present Inside a Directory Using glob
    .
  • Python Program to Find All File with .txt Extension Present Inside a Directory Using os
    .
Day- 25
10 Lessons 00:00:00 Hours
  • Python program to print the elements of an array present on even position
    .
  • Python program to print the elements of an array present on odd position
    .
  • Python program to print the largest element in an array
    .
  • Python program to print the smallest element in an array
    .
  • Python program to print the number of elements present in an array
    .
  • Python program to print the sum of all elements in an array
    .
  • Python program to right rotate the elements of an array
    .
  • Python program to sort the elements of an array in ascending order
    .
  • Python program to sort the elements of an array in descending order
    .
  • How to reverse a string in Python? Using for loop
    .
Day- 26
10 Lessons 00:00:00 Hours
  • Python Program to Find All File with .txt Extension Present Inside a Directory Using os.walk
    .
  • Python Program to Get Line Count of a File Using a for loop
    .
  • Python Program to Get Line Count of a File Using list comprehension
    .
  • Python Program to Return Multiple Values From a Function Return values using comma
    .
  • Python Program to Return Multiple Values From a Function Using a dictionary
    .
  • Python Program to Represent enum Using enum module
    .
  • Python Program to Get the File Name From the File Path Using os module
    .
  • Python Program to Get the File Name From the File Path Using Path module
    .
  • Python Program to Trim Whitespace From a String Using regular expression
    .
  • Python program to print the elements of an array in reverse order
    .
Day-27
10 Lessons 00:00:00 Hours
  • How to convert int to string in Python Using the "%s" integer
    .
  • How to convert int to string in Python Using the .format() function
    .
  • How to convert int to string in Python Using f-string
    .
  • How to concatenate two strings in Python Using + operator Example
    .
  • How to concatenate two strings in Python Using join() method Example
    .
  • How to concatenate two strings in Python Using % Operator Example
    .
  • How to concatenate two strings in Python Using format() function Example
    .
  • Python Program to generate a Random String Using random.choice()
    .
  • How to append element in the list append(elmt) Example
    .
  • How to append element in the list insert(index, elmt) Example
    .
Day- 28
10 Lessons 00:00:00 Hours
  • How to reverse a string in Python? Using while loop
    .
  • How to reverse a string in Python? Using the slice ([]) operator
    .
  • How to reverse a string in Python? Using reverse function with join
    .
  • How to reverse a string in Python? Using recursion()
    .
  • How to Convert Python List to String Syntax of join() method: 1. string.join( iterable ) Code 1
    .
  • How to Convert Python List to String Syntax of join() method
    .
  • Using join() Method and map() Method Syntax of the map() method:
    .
  • Using join() Method and map() Method Syntax of the map() method: Using List Comprehension Code
    .
  • Using join() Method and map() Method Syntax of the map() method Iteration Code
    .
  • Python Program to convert int to string How to convert int to string in Python Syntax – 1. str(integer_Value) Example - 1 Using the str() function
    .
Day- 29
10 Lessons 00:00:00 Hours
  • Program to print half pyramid a using numbers
    .
  • Program to print half pyramid using alphabets
    .
  • Programs to print inverted half pyramid using * and numbers
    .
  • Inverted half pyramid using numbers
    .
  • Program to print full pyramid using *
    .
  • Full Pyramid of Numbers
    .
  • Pascal's Triangle
    .
  • Floyd's Triangle
    .
  • Python Program to Merge Two Dictionaries Using the | Operator
    .
  • Python Program to Merge Two Dictionaries Using copy() and update()
    .
Day- 30
11 Lessons 00:00:00 Hours
  • How to append element in the list extend(iterable) Example
    .
  • How to compare two lists in Python The set() function and == operator Example
    .
  • How to compare two lists in Python The sort() method with == operator Example
    .
  • How to compare two lists in Python The collection.counter() function Example
    .
  • How to compare two lists in Python The reduce() and map() Example
    .
  • How to convert list to dictionary in Python Method - 1 Using Dictionary Comprehension Example
    .
  • How to convert list to dictionary in Python Method - 1 Using Dictionary Comprehension Example – 2
    .
  • How to convert list to dictionary in Python Method - 2 Using zip() function Example
    .
  • How to Remove an Element from a List in Python Python remove() method Code
    .
  • How to Remove an Element from a List in Python Python pop() method Code
    .
  • How to Remove an Element from a List in Python Python clear() method Code
    .
FINAL EXAM
1 Lessons 00:00:00 Hours
  • FINAL QUIZ
    00:00:00
About instructor
| 3213 Students | 11 Courses
Student feedback
3
9 Reviews
  • (3)
  • (1)
  • (0)
  • (3)
  • (2)

Reviews

  • BANKA PREETHI
  • ATHALLURI AKSHAY
  • MAMIDALA ASHOK
  • B DEVAKUMARI
  • KOMMURI ALEKHYA
  • SYED IBRAHIM SAYEED
  • MAHISAKSHI NAGA SIVA RAM
    4
  • MADDIPATI GOKUL
  • T VARUN CHOWDARY
Add to wishlist