What you'll learn:
- You will learn how to write a complete Python program that takes user input, processes and outputs the results
- You will learn OOPS concepts in Python
- You will able to use python for Selenium in testing, Machine learning, AI and many more fields.
Why Learn Python?
Python is a general-purpose, versatile and popular programming language. It's great as a first language because it is concise and easy to read, and it is also a good language to have in any programmer's stack as it can be used for everything from web development to software development and scientific applications.
Take-Away Skills:
This course is a great introduction to both fundamental programming concepts and the Python programming language. By the end, you'll be comfortable programming in Python.
Topics Covered:
Getting started with python
Installing Python 3
Running python programs
Datatype & Variables
Python numbers
Python Strings
Python Lists
Python Dictionaries
Python Tuples
Datatype conversion
Python Control Statements
Python Functions
Python Loops
Python Mathematical Function
Python Generating Random numbers
Python File Handling
Python Object and Classes
Python Operator Overloading
Python inheritance and polymorphism
Python Exception Handling
Python Modules
Python Packages
Python *args and **kwargs
Python Coding Examples (Frequently Asked Interview Programs &Solutions)
Basic Programs:
Python program to swap two numbers
Python program to check whether a number is Prime or not
Python Program for factorial of a number
Python Program for Fibonacci numbers
Array Programs:
Python Program to find sum of array
Python Program to find Max and Min elements in an array
List Programs:
Python | Ways to find length of list
Python program to swap first and last elements in a list
Python program to swap two elements in a list
Python program to remove Nth occurrence of the given word
Python | Ways to check if element exists/search in list
Different ways to clear a list in Python
Python | Reversing a List
Python | Cloning or Copying a list
Python | Count occurrences of an element in a list
Python program to find sum of elements in list
Python program to find smallest number in a list
**Many more Coming Soon
Python program to find largest number in a list
Python program to find second largest number in a list
String Programs:
Python program to check if a string is palindrome or not
Reverse words in a given String in Python
Python | Check if a Sub string is Present in a Given String
(Coming Soon)
Find length of a string in python (4 ways)
Remove all duplicates from a given string in Python
Python | Program to check if a string contains any special character
Generating random strings until a given string is generated
Python program to split and join a string
Python program to find uncommon words from two Strings
Python | Check for URL in a String
Python Counter| Find all duplicate characters in string
Dictionary Programs:(Coming Soon)
Python | Sort Python Dictionaries by Key or Value
Python program to find the sum of all items in a dictionary
Python | Ways to remove a key from dictionary
Ways to sort list of dictionaries by values in Python – Using itemgetter
Ways to sort list of dictionaries by values in Python – Using lambda function
Python | Merging two Dictionaries
Find all duplicate characters in string
Python | Remove all duplicates words from a given sentence
Python Dictionary to find mirror characters in a string
Tuple Programs:(Coming Soon)
Create a list of tuples from given list having number and its cube in each tuple
Sort a list of tuples by second Item