Python Syllbus by Lokesh
Python Syllbus by Lokesh
Courses Offered:
Python Course Details
Subcribe and Access : 5200+ FREE Videos and 21+ Subjects Like CRT,
SoftSkills, JAVA, Hadoop, Microsoft .NET, Testing Tools etc..
Batch Date: Dec 31st @10:30AM
Duration : 45 days
Venue :
DURGA SOFTWARE SOLUTIONS at Maitrivanam Kindle
Plot No : 202,
IInd Floor ,
HUDA Maitrivanam,
Ameerpet, Hyderabad-500038.
Syllabus:
Read in 6 languages Get the Free
Kindle app
INSTALL
Core Python
1. Origin of Python
7. Interpreter vs Compiler
13. Variables
Assignment - 1
18. Introduction to Data Structures
Assignment – 2
24. Operators
a. Arithmetic operators
b. Logical operators
c. Assignment operators
d. Comparison operators
e. Bitwise operators
f. Identity operators
g. Membership operators
a. Simple If statement
b. If else statement
c. Elif statement
d. Nested if statement
e. Membership test for string
f. Membership test for tuple
g. Membership test for list
h. Membership test for set
i. Membership test for dictionary
j. FAQs on control statements
28. Loopings
a. For loop
b. While loop
c. Pass, continue and break statements
d. Iterating over list, tuple, set and dictionary
a. List comprehension
b. Dictionary comprehension
c. Nested data structures
Assignment – 3
Advanced Python
30. File Handling
32. Modules
a. What is an exception
b. Handling exceptions
c. Try and except block
d. Handling multiple exceptions using multiple excepts
e. Handling multiple exceptions using single except
f. Working with default except
g. Handling exceptions with else and finally blocks
h. Using assert for handling exceptions
Assignment - 4
41. Numpy
42. Scipy
a. Introduction to Scipy