dots bg

Python

Python is a versatile, high-level programming language widely used in various domains such as web development, data science, artificial intelligence, machine learning, and automation. This course introduces learners to the fundamentals of Python, including syntax, data structures, control flow, functions, and object-oriented programming. Advanced topics such as libraries for data analysis (NumPy, Pandas), visualization (Matplotlib, Seaborn), and machine learning (scikit-learn, TensorFlow) may also be covered. With its simplicity and extensive libraries, Python is an ideal choice for beginners and professionals looking to enhance their programming skills.

Course Instructor MYB

₹1199.00

dots bg

Course Overview

Schedule of Classes

Course Curriculum

1 Subject

Python

77 Learning Materials

Introduction and setup

pycourse1 Introduction And Setup Welcome to Python Course

Video
3:17
FREE

pycourse2 Introduction And Setup Why you should learn Python.mp4

Video
4:21

pycourse3 Introduction And Setup Installing Python3 On Windows.mp4

Video
8:1

pycourse4 Introduction And Setup Installing Python On Ubuntu And MAC.mp4

Video
8:18

pycourse5 Introduction And Setup Taking a Closer Look At Python IDLE.mp4

Video
5:3

Basics of programming in Python

pycourseBasics Of Programming In Python3 Math Operators.mp4

Video
12:7
FREE

pycourse Basics Of Programming In Python Strings.mp4

Video
8:26

pycourse8 Basics Of Programming In Python Variables and Variable Naming Rules.mp4

Video
11:00

pycourse9 Basics Of Programming In Python Our First Program.mp4

Video
11:36

pycourse10 Basics Of Programming In Python Type Len Str Int Float Functions.mp4

Video
9:12

pycourse11 Basics Of Programming In Python True Or False Boolean.mp4

Video
9:33

pycourse12 Basics Of Programming In Python IF Statement.mp4

Video
5:2

pycourse13 Basics Of Programming In Python IF and ELSE.mp4

Video
13:00

pycourse14 Basics Of Programming In Python Using ELIF For Multiple Statements.mp4

Video
9:18

pycourse15 Basics Of Programming In Python While Loop.mp4

Video
15:36

pycourse16 Basics Of Programming In Python Leaving Infinite Loop With Break.mp4

Video
6:33

pycourse17 Basics Of Programming In Python Using Continue in a Loop.mp4

Video
5:34

pycourse18 Basics Of Programming In Python FOR Loop.mp4

Video
9:50

pycourse19 Basics Of Programming In Python Importing Python Libraries.mp4

Video
12:18

Functions

pycourse20 Functions Defining Functions In Python.mp4

Video
15:19
FREE

pycourse21 Functions Local and Global Variables.mp4

Video
10:11

pycourse22 Functions Coding Guess The Number Program.mp4

Video
16:27

pycourse23 Functions - Reverse A String Function.mp4

Video
6:50

pycourse24 Functions Calculate Area Of a Circle Program.mp4

Video
10:41

pycourse25 Functions Simple Python Calculator.mp4

Video
15:23
FREE

pycourse26 Functions Removing Vowels From String Program.mp4

Video
13:00

pycourse27 Functions Find The Largest Number Out Of Three.mp4

Video
16:5

Lists, tuples, dictionaries

pycourse28 Lists Tuples Dictionaries Python Lists.mp4

Video
14:38
FREE

pycourse29 Lists Tuples Dictionaries Creating Smaller Out Of Bigger List.mp4

Video
8:52

pycourse30 Lists Tuples Dictionaries Manipulating Lists And Elements.mp4

Video
7:52

pycourse31 Lists Tuples Dictionaries append insert remove sort.mp4

Video
10:52

pycourse32 Lists Tuples Dictionaries Tuples.mp4

Video
13:1

pycourse33 Lists Tuples Dictionaries Introduction To Dictionaries.mp4

Video
10:30

pycourse34 Lists Tuples Dictionaries values keys items get.mp4

Video
7:38

pycourse35 Lists Tuples Dictionaries Dictionary Comprehension Part 1.mp4

Video
8:3

python36 Lists Tuples Dictionaries Dictionary Comprehension Part2.mp4

Video
7:7

python37 Lists Tuples Dictionaries Advance String Manipulation.mp4

Video
12:10
FREE

python38 Lists Tuples Dictionaries Upper lower isupper islower.mp4

Video
9:1

python39 Lists Tuples Dictionaries Split Strip Join Startswith Endswith.mp4

Video
13:21

Files in Python

python40 Files In Python Navigating Through System With OS Library.mp4

Video
29:20
FREE

python41 Files In Python Reading And Writing To Files.mp4

Video
15:44

python42 Files In Python Reversing Text From a File.mp4

Video
17:19

Error handling

python43 Error Handling Try and Except.mp4

Video
12:41
FREE

python44 Error Handling Try and Finally.mp4

Video
15:32

Object oriented programming

python45 Object Oriented Programming Classes.mp4

Video
21:41
FREE

python46 Object Oriented Programming Changing Class Attributes.mp4

Video
10:2

python47 Object Oriented Programming Built In Class Attribute.mp4

Video
7:56

python48 Object Oriented Programming Using Your Class In a Diffrent Program.mp4

Video
4:31

python49MP4 Object Oriented Programming Using Your Class In A Program.mp4

Video
25:41

python50MP4 Object Oriented Programming Implementing Students Count Option.mp4

Video
5:12

python51MP4 Object Oriented Programming Class Inheritance.mp4

Video
12:20
FREE

python52MP4 Object Oriented Programming Overriding Methods In A Class.mp4

Video
7:46

Date & time

python53MP4 Date & Time Printing And Calculating Date and Time.mp4

Video
29:54

python54MP4 Date & Time Diffrent Date Formats.mp4

Video
9:4

Regular expressions

python55 Regular Expressions Extracting Useful Data

Video
23:9
FREE

python56 Regular Expressions Regex Part 1

Video
23:28

python57 Regular Expressions Regex Part 2.mp4

Video
16:41

Interacting with HTTP

python58 Interacting With HTTP Performing HTTP GET Request.mp4

Video
19:43
FREE

python59MP4 Interacting With HTTP Performing Post Request.mp4

Video
3:42

python60MP4 Interacting With HTTP Handling Website Redirections.mp4

Video
3:12

python61 Interacting With HTTP BeautifulSoup.mp4

Video
29:11

python62 Interacting With HTTP Encoding In Requests.mp4

Video
11:30
FREE

python63 Interacting With HTTP Session And Cookies.mp4

Video
21:00

python64 Interacting With HTTP SSL Certificate Authentication.mp4

Video
21:1

python65 Interacting With HTTP Json Library And Proxies.mp4

Video
21:21

Networking in Python

python66 Networking In Python Socket Terminology.mp4

Video
9:20
FREE

python67 Networking In Python Connecting Two Machines.mp4

Video
21:27

python68 Networking In Python Coding a Chat Program.mp4

Video
34:56

python69 Networking In Python Receiving Desired Ammount of Data.mp4

Video
19:44

python70 Networking In Python Socket Timeout and Options.mp4

Video
8:27

python71 Networking In Python UDP Server and Client.mp4

Video
13:7
FREE

python72 Networking In Python AFUNIX and Rawsockets.mp4

Video
13:35

Threading

python73 Threading thread Threading.mp4

Video
50:26
FREE

python74 Threading Theory Behind Threaded Server.mp4

Video
15:13

Emails, PDF, Images

python75 Emails PDF Images Sending Emails Using SMTPlib.mp4

Video
31:33
FREE

python76 Emails PDF Images PDF Files.mp4

Video
11:1

python77 Emails PDF Images Images In Python.mp4

Video
16:10

Course Instructor

tutor image

MYB

67 Courses   •   95 Students