Home
Courses
Add Course
{{ search }}
login/sign up
Data Analytics,
Data Science,
Full Stack Python
Core Python
Instructor
SIVASOFT TECHNOLOGIES PRIVATE LIMITED
309
Students
enrolled
Description
Curriculum
Grade
Core Python
1
1. Introduction 1
25:56
2
2. Introduction 2
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
10:58
3
3. Introduction 3
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
16:30
4
4. Variables and Operators
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
42:02
5
Copy and Paste : 1.hello.py to 15.addition.py
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
Assignment
6
5. Operators, Literals, Formatted String and Assignment Operators
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
40:04
7
6.Comparision Operators
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
09:41
8
Copy and Paste : 16.sub.py to 37.comp.py
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
Assignment
9
7.conditions
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
26:05
10
Copy and Paste : 38.if.py to 48.nestedif.py
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
Assignment
11
8. Short hand Conditions, for and While
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
37:11
12
Copy and Paste : 49.shortif.py to 61.while.py
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
Assignment
13
9.jump and functions
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
38:08
14
Copy and Paste : 62.break.py to 74.arbargs
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
Assignment
15
10.functions2 and lambda
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
30:38
16
Copy and Paste : 75.kwdargs.py to 83.lamda.py
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
Assignment
17
11.collections list1
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
37:52
18
Copy and Paste : 84.list.py to 98.list.py
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
Assignment
19
12.Collections list2 and tuple1
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
39:45
20
Copy and Paste : 99.list.py to 119.tuple.py
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
Assignment
21
13.Collections tuple2 and set1
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
27:52
22
Copy and Paste : 120.tuple.py to 137.set.py
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
Assignment
23
14.Collections set2
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
31:51
24
Copy and Paste : 138.set.py to 154.set.py
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
Assignment
25
15.Collections set3 frozenset dict1
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
33:24
26
Copy and Paste : 155.set.py to 166.dict.py
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
Assignment
27
16.Collections dict2
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
42:56
28
Copy and Paste : 167.dict.py to 186.dict.py
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
Assignment
29
17.string1
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
34:08
30
Copy and Paste : 187.string.py to 196.string.py
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
Assignment
31
18.string2
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
34:58
32
Copy and Paste : 197.string.py to 203.escape.py
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
Assignment
33
19.string3 and datetime1
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
38:12
34
Copy and Paste : 204.string.py to 207.datetime.py
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
Assignment
35
20.datetime2
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
29:49
36
Copy and Paste : 208.datetime.py to 218.datetime.py
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
Assignment
37
21.math, modules, random, sys, os and platform
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
34:53
38
Copy and Paste : 219.math.py to 230.os.py
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
Assignment
39
22.re1
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
50:15
40
Copy and Paste : 234.re.py to 249.re.py
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
Assignment
41
23.re2
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
1:01:44
42
Copy and Paste : 250.re.py to 261.re.py
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
Assignment
43
24.Exception Handling and File Handling1
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
49:28
44
Copy and Paste : 262.except.py to 279.file.py
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
Assignment
45
25.File Handling 2, iterations and Casting
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
40:43
46
Copy and Paste : 280.file.py to 297.casting.py
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
Assignment
47
26.scope
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
14:27
48
Copy and Paste : 298.scope.py to 303.scope.py
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
Assignment
49
PYTHON
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
182 questions
Grade details
Course:
Student:
Enrollment date:
Course completion date:
Grade:
Grade Points
Grade Range
Regenerate Grades
Exams:
Sign in to account to see your Grade
Sign In
Add to wishlist
Share
Share "Core Python"
Facebook
Twitter
Linkedin
Telegram
WhatsApp
Copy link
Get course
Certificate included
Course details
Lectures
26
Assignments
22
Quizzes
1
Popular courses
Advanced Python
By SIVASOFT TECHNOLOGIES PRIVATE LIMITED
NumPy
By SIVASOFT TECHNOLOGIES PRIVATE LIMITED
Excel
By SIVASOFT TECHNOLOGIES PRIVATE LIMITED
HTML
By SIVASOFT TECHNOLOGIES PRIVATE LIMITED
Search
Search
Recent Posts
Hello world!
Recent Comments
Archives
December 2025
Categories
Uncategorized
Sign In
Google
Google
or sign in with email
The password must have a minimum of 8 characters of numbers and letters, contain at least 1 capital letter
I want to sign up as instructor
Remember me
Sign In
Sign Up
Restore password
Send reset link
Password reset link sent
to your email
Close
Your application is sent
We'll send you an email as soon as your application is approved.
Go to Profile
No account?
Sign Up
Sign In
Lost Password?