Learn Python 3 fundamentals from very first level. Python 3 for those who have never touched programming.
What you will learn
You will be able to write a good and generic code after this course.
You can create bunch of simple projects.
All the concepts after this course will be cleared
Every one who take this course can mention on Resume the he knows all programming fundamentals
He/She will be able to take advance course like OOP and Data Structures & Algorithms
He/She will be able to take his/her next advance course like Data Science and Machine Learning
English
language
Content
Introduction
Introduction to Python
Python 2 Vs Python 3 | Comparison
Setup & Installation of IDE
Basics of Python
Quick Resource!!!
Data Types
Variables
Escape Sequences
Print on Console – Print Method
Getting Input from user – Input Method
Int() Method
Comments
Strings in Python
Introduction to Strings
String Concatenation
String Formatting
String Indexing and String Slicing
String Important Methods
Operators
Arithmatic, Assignment, Comparison Operators
Logical. Identity, Membership Operators
Conditional Statements
If Statement
If-Else Statement
elif Statement
Nested If Statement
Loops
For Loop
While Loop
Nested Loops
Continue, Break and Pass Statements
Loops in Python
Prints Series with a given range
Print a pattern on screen
Lists
Introduction to List
Adding and Removing Items in List
Reverse() Method In List
Tuples
Introduction to Tuples
All Operations in Tuple
Dictionary
Introduction to Dictionary
Loop Through Dictionary
Add and Remove Items in Dictionary
Add Key To Dictionary
Important Quiz
Functions
Introduction to Functions
Default Parameters & Return Statement
Zip() Method [Built-In Method]
Classes & Objects
Introduction to Classes & Objects
All Object Properties
Creating own Methods In Class
Introduction to File Handling & Opening a File
Final Words
End of Course