PYTHON FOR BEGINNERS

PYTHON BASIC TO INTERMEDIATE

LECTURE 1

Print, Input, Len


Lecture 1(1hour) + Practice Questions + Script.

Learn how to display/output & accept data with Print & Input Function. Learn to measure the length of a sentence with Len Function.

LECTURE 2

Data Types- String Vs Int Vs Float



Lecture 2(1hour) + Practice Questions + Script

Learn about the types of data in python like string, Integer, Float & relationships among themselves – As easy as that.

LECTURE 3-4

String Methods & Booleans



Lecture 3&4(2hours) + Practice Questions + Script.

As strings introduced in previous lecture, make it advance by making changes in Strings(alphabets) and make a swift entry into booleans(checking for True/False) – As easy as that.

LECTURE 5

Booleans & Operators



Lecture 5(1hour) + Practice Questions + Script.

As Booleans introduced in previous topic, lets make it advance by learning to get True/False alongwith operators(different ways to checkTrue/False) – As easy as that.

LECTURE 6

Operators & Conditionals



Lecture 6(1hour) + Practice Questions + Script.

As Operators introduced in previous topic, lets make it advance by implementing with Conditionals – IF/ELSE(decision making programming) – As easy as that.

LECTURE 7

Conditionals & Infinite Loops



Lecture 7(1hour) + Practice Questions + Script
.

As Conditionals introduced in previous topic, lets make it to advance use by creating Infinite Loops for validating User Inputs– As easy as that.

LECTURE 8

Numeric Loop & Modules



Lecture 8(1hour) + Practice Questions + Script
.

As Loops introduced in previous topic, lets make it advance by making the loop numeric and getting interesting results with modules – As easy as that.

LECTURE 9

Functions



Lecture 9(1.5 hours) + Practice Questions + Script.

As Conditionals, Modules & Loops introduced in previous topics, lets make it to advance use by creating our own functions(saving our codes)- As easy as that.

LECTURE 10

Data Structures- List, Tuple, Set



Lecture 10(1hour) + Practice Questions + Script
.

Python Programming related to Data Types done, lets work on collection of data types i.e Data Structures & relationship among themselves.

LECTURE 11

Zip & Enumerate



Lecture 11(1hour) + Practice Questions + Script.

As Data Structures introduced in previous topic, Lets make it advance by learning its functions i.e Zip & Enumerate- As easy as that.

LECTURE 12

Map, Lambda & Filter



Lecture 12(1hour) + Practice Questions + Script.

As Data Structures introduced in previous topic, Lets make it advance by learning to make changes in data structures with map, lambda, filter – As easy as that.

LECTURE 13

List, Tuple, Sets Methods



Lecture 13(1hour) + Practice Questions + Script.

As we are already familiar with String methods, lets gain the same kind of power with data structures with their methods.- As easy as that.

LECTURE 14

Slicing



Lecture 14(1hour) + Practice Questions + Script.

As we have already completed with data structures methods, Lets make it advance by learning to slice the value in Strings, List & Tuple – As easy as that.

LECTURE 15

Range & Loop



Lecture 15(1hour) + Practice Questions + Script.

As we are already familiar with Data Types & Data Structures, lets gain the power of automating repetitive thing through loop and range.- As easy as that.

LECTURE 16

Dictionary & its Methods



Lecture 16(1hour) + Practice Questions + Script.

As we have are completed with most of the data types & structures, lets make all of them to use by learning the last left Data Structure Dictionary – As easy as that.

LECTURE 17

Advance Dictionary



Lecture 17(1hour) + Practice Questions + Script.

As we introduced dictionary in the last topic, lets make it advance by learning to use all concepts with dictionary.- As easy as that.

LECTURE 18

File I/O



Lecture 18(1hour) + Practice Questions + Script.

As we are completed with all the concepts of python, lets learn to make it to use for importing, editing Word, Excel files etc. – As easy as that.