Learn Python Programming in 10 days from Scratch to Advance

Master Python in just 10 days, get future ready with most popular language in IT industry and learn multiple projects.

Learn Python Programming in 10 days from Scratch to Advance

Learn Python Programming in 10 days from Scratch to Advance udemy course free download

Master Python in just 10 days, get future ready with most popular language in IT industry and learn multiple projects.

Learn Python Programming - course is designed from scratch to advance.


Every topic is covered in depth with practical examples.


Multiple Challenges to make you expert in Problem Solving using Python


By the end of the course you will understand Python extremely well and will be able to build your own Python applications.


Resources are available for every lectures.


Do multiple of Projects.


Use Laptop or PC or mobile phone to learn and practice Python.


IDLE is used for demonstrating the concepts and PyCharm is used for Developing Programs. You can use any IDE, of your choice like vscode, sublime text and many more as per your choice.


Introduction to Programming & Programming Language

Introduction to Programming, Introduction to Programming Language, How to Install? Execution steps, Interactive Shell, User Interface or IDE, Creating Your First Program


Memory Management & Datatypes

Memory Management and Garbage Collection, Object Creation and Deletion, Object Properties, Data Types and Operations, Numbers, String Operations


Data Types

List Tuple, Dictionary, Other Core Types


Control Statements

Control Statements and Syntax, Assignments, Expressions and prints, If tests and Syntax Rules, While and For Loops


File Handling

File Operations, Opening a file, Using Files, Other File tools, Check If File or Directory Exists, COPY and PASTE File using shutil.copy(), Rename File and Directory using os.rename(), ZIP file with example


Functions

Function Definition and Call, Function Scope, Function Arguments


Modules and Packages

Module Creations and Usage, Types of package, Package creation, Importing packages


Exception Handling

Default Exception Handler, Except Exceptions, Raise an exception, User defined exception


Accessing Internet

Accessing internet data & manipulating XML, using Programming Language.


Object and Classes

Classes and Instances, Classes method calls, Class methods, Instance methods, Static methods


Object Oriented Programming

Abstraction, Encapsulation, Polymorphism, Types of Polymorphism, Inheritance, Types of inheritance


Projects