Python is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum and first released in 1991, Python’s design philosophy emphasizes code readability with its notable use of significant whitespace.
Course Features
- Lectures 51
- Quizzes 0
- Duration 10 weeks
- Skill level All levels
- Students 44
- Assessments Yes
-
Python 3 - Complete Course
- Beginner to Professional Python Course
- Why You Should Learn Python
- Installing Python
- Download and Install PyCharm
- PyCharm Python IDE Configuration
- My First Python Program
- Variables and Data Types in Python
- Comments in Python – Single Line
- Three Major data types in Python
- Strings in Python
- Escape Sequences in Python
- Concatenation of Strings and other Data Types in Python
- Formatted Strings in Python
- Strings Indexing in Python
- Strings Predefined methods and functions
- Getting Input From User in Python
- Data Type Conversion in Python
- Arithmetic Operators in Python
- Operator Precedence in Python
- Math Functions in Python and Importing Math Module in Python
- If Else Statement in Python
- Relational Operators in Python
- Developing a calculator in Python
- Logical Operators in Python
- Nested If Statements in Python
- Pass Statement in Python
- Validating Users input in Python
- in keyword in Python
- Getting Multiple Inputs From Users in One Line in Pytho
- Lists in Python
- Lists Predefined Functions in Python
- While Loop in Python
- For Loop in Python
- User Defined Functions in Python
- Passing Parameters to Function in Python
- Functions that return values
- How to use Conditions and Loops in Functions in Python
- Dictionaries in Python
- Try Except Block in Python
- How to Edit External Files Using Python
- Overriding External Existing Files in Python.
- | How to Create New Files using Python Programming
- How To Create HTML Web Pages using Python
- Classes and Objects in Python
- How to Generate Random Numbers in Python
- How To Find Factorial of a Given Number in Python
- Python Assignment – 01
- Using Modules in Python
- Reading Information from External Files Using Python
- Tuples in Python
- How to find Data Type of Variables in Python