Python 3 Master Course
- Offered byUDEMY
Python 3 Master Course at UDEMY Overview
Duration | 13 hours |
Total fee | ₹455 |
Mode of learning | Online |
Credential | Certificate |
Python 3 Master Course at UDEMY Highlights
- Earn a Certificate of completion from Udemy
- Get a 30 days money back guarantee on the course
- Get full lifetime access of the course material
- Learn from 23 coding exercises
Python 3 Master Course at UDEMY Course details
- For Beginner to Advanced Students wanting to Learn Python 3
- What is Python
- Python Documentation Resources
- Porting From Python 2 to Python 3
- Python 3.x Resources
- Download and Install Python 3
- Write Your First Python Script
- Run Your First Python Script
- Python Basics
- This program is complete beginner to Advanced Python Programmer
- This program help you accomplish your goals and have fun learning on the way we will cover the following in details
Python 3 Master Course at UDEMY Curriculum
Introduction
Documentation
What is Python
Getting Started with Python Documentation
Cover Summary of Python Beginner's Documentation
Cover a Summary of Python Moderate Guide
Cover a Summary of Python Advanced Guide
Cover a Summary of General Python Documentation
Talk in Depth about Python 3.x Resources
Talk about what is and How to Port from Python 2 to Python
Setup
Overview
What is IDE
IDEs for Python
What is a Text Editor
Text Editors for Python
Download and Install Python 3 with IDLE Included
Basic Commands with Terminal
Write and Run your First Python Script with Terminal and IDLE
Download & Install Visual Studio Code
Download & Install Python Extension in Visual Studio Code
Write & Run Python Script with Visual Studio Code and Terminal
Download & Install Anaconda
Write & Run Python Script with Anaconda
Python Basics
Syntax
Comments
Data Types
Numbers
Casting
Booleans
Operators
If Else Statements
While Loops
For Loops
Functions
Lambda
Arrays
Classes and Objects
Inheritance
Iterators
Scope
Modules
Dates
Math
JSON
RegEx
PIP
Try Except
User Input
String Formatting
Variables
Overview
Variables
Variable Names
Assign Multiple Values
Output Variables
Global Variables
Strings
Overview
Strings
Slicing Strings
Modify Strings
Concatenate Strings
Format Strings
Escape Characters
String Methods