Udemy - Python Programming Beginners Tutorial . Python 3 Programming

In this course, learning to code will be easy and intuitive for you. You will learn Python 3, one of the most popular programming languages in the world.

Intermediate 0(0 Ratings) 0 Students enrolled English
Created by Course Author
Last updated Sat, 18-Mar-2023
+ View more
Course overview
Udemy - Python Programming Beginners Tutorial . Python 3 Programming


Udemy - Python Programming Beginners Tutorial . Python 3 Programming

Curriculum for this course
100 Lessons 13:34:12 Hours
01 Python Programming Tutorial - Introduction Topics
6 Lessons 00:52:32 Hours
  • 001 Introduction to Python Programming For Beginners.mp4
    Preview 00:17:02
  • 002 Integrated Development Environment (IDE).mp4
    Preview 00:02:02
  • 003 Interpreter modes.mp4
    Preview 00:06:50
  • 004 Anaconda Distribution - Install Python.mp4
    Preview 00:01:50
  • 005 Anaconda Jupyter Notebook.mp4
    Preview 00:13:42
  • 006 Python 2 version vs Python 3.mp4
    Preview 00:11:06
02 Numeric datatype
10 Lessons 00:51:46 Hours
  • 007 Numeric datatype.mp4
    Preview 00:07:06
  • 008 Conversion from integer to float.mp4
    Preview 00:03:52
  • 009 Rules to define variables.mp4
    Preview 00:05:11
  • 010 Changing the datatype of a variable.mp4
    Preview 00:02:11
  • 011 Immutable datatypes.mp4
    Preview 00:05:59
  • 012 Arithmetic Operators.mp4
    Preview 00:04:53
  • 013 Compound operator and Operator precedence.mp4
    Preview 00:05:22
  • 014 Division.mp4
    Preview 00:08:19
  • 015 Math module.mp4
    Preview 00:07:02
  • 016 Exercise.mp4
    Preview 00:01:51
03 Built-in Functions
3 Lessons 00:26:04 Hours
  • 017 File IO function.mp4
    Preview 00:10:46
  • 018 Print Function.mp4
    Preview 00:10:32
  • 019 Input Function.mp4
    Preview 00:04:46
04 Other useful functions
2 Lessons 00:08:52 Hours
  • 020 Help function and tab completion.mp4
    Preview 00:04:40
  • 021 Range function.mp4
    Preview 00:04:12
05 Strings
9 Lessons 00:56:07 Hours
  • 022 Strings.mp4
    Preview 00:08:15
  • 023 Convert a number to a string.mp4
    Preview 00:01:52
  • 024 Slicing a string.mp4
    Preview 00:09:03
  • 025 Immutable datatypes.mp4
    Preview 00:05:46
  • 026 Formatting strings.mp4
    Preview 00:14:23
  • 027 String methods.mp4
    Preview 00:11:05
  • 028 Iterating over a string.mp4
    Preview 00:01:33
  • 029 String membership test.mp4
    Preview 00:01:34
  • 030 Exercise.mp4
    Preview 00:02:36
06 Boolean datatype
2 Lessons 00:15:21 Hours
  • 031 Boolean.mp4
    Preview 00:14:29
  • 032 Exercise.mp4
    Preview 00:00:52
07 Lists
9 Lessons 01:04:45 Hours
  • 033 Lists.mp4
    Preview 00:13:37
  • 034 Slicing lists.mp4
    Preview 00:02:28
  • 035 Slicing lists in reverse direction.mp4
    Preview 00:02:26
  • 036 List comprehension.mp4
    Preview 00:08:26
  • 037 List methods.mp4
    Preview 00:16:45
  • 038 Convert list to string.mp4
    Preview 00:04:03
  • 039 Nested Lists.mp4
    Preview 00:03:38
  • 040 List Aliasing and Cloning.mp4
    Preview 00:09:31
  • 041 Exercise.mp4
    Preview 00:03:51
08 Dictionary
4 Lessons 00:25:56 Hours
  • 042 Dictionary.mp4
    Preview 00:10:19
  • 043 Dictionary methods.mp4
    Preview 00:09:00
  • 044 Dictionary membership operators.mp4
    Preview 00:04:23
  • 045 Exercise.mp4
    Preview 00:02:14
09 Tuples
6 Lessons 00:31:52 Hours
  • 046 Tuples.mp4
    Preview 00:07:07
  • 047 Are Tuples mutable or immutable datatypes.mp4
    Preview 00:05:49
  • 048 Tuple methods.mp4
    Preview 00:06:45
  • 049 Tuple packing and unpacking.mp4
    Preview 00:07:29
  • 050 Iterating a tuple and operations on tuples.mp4
    Preview 00:03:10
  • 051 Exercise.mp4
    Preview 00:01:32
10 Sets
2 Lessons 00:22:17 Hours
  • 052 Sets.mp4
    Preview 00:20:58
  • 053 Exercise.mp4
    Preview 00:01:19
11 Conditional Statements
7 Lessons 00:47:14 Hours
  • 054 If statement.mp4
    Preview 00:09:08
  • 055 If-elif-else statement.mp4
    Preview 00:06:36
  • 056 Exercise.mp4
    Preview 00:06:36
  • 057 For loop.mp4
    Preview 00:10:23
  • 058 Continue pass statements.mp4
    Preview 00:05:58
  • 059 While loop.mp4
    Preview 00:06:34
  • 060 Exercise.mp4
    Preview 00:01:59
12 User defined functions
10 Lessons 01:36:48 Hours
  • 061 Functions.mp4
    Preview 00:17:00
  • 062 Return Statement.mp4
    Preview 00:08:51
  • 063 Parameter vs Argument.mp4
    Preview 00:01:56
  • 064 Passing Arguments.mp4
    Preview 00:10:55
  • 065 Main function.mp4
    Preview 00:01:39
  • 066 args-kwargs.mp4
    Preview 00:17:27
  • 067 Lambda function.mp4
    Preview 00:08:46
  • 068 Map reduce filter functions.mp4
    Preview 00:06:11
  • 069 Namespaces and Scope of variables.mp4
    Preview 00:23:03
  • 070 Exercise.mp4
    Preview 00:01:00
13 Object Oriented Programming
11 Lessons 02:12:40 Hours
  • 071 Object Oriented Programming.mp4
    Preview 00:06:57
  • 072 Objects and Classes.mp4
    Preview 00:20:11
  • 073 Defining Classes and methods in Jupyter NB.mp4
    Preview 00:17:24
  • 074 Inheritance.mp4
    Preview 00:14:48
  • 075 Python object.mp4
    Preview 00:05:29
  • 076 Polymorphism.mp4
    Preview 00:18:25
  • 077 Encapsulation.mp4
    Preview 00:10:23
  • 078 Name Mangling.mp4
    Preview 00:11:18
  • 079 Class methods and Static methods.mp4
    Preview 00:15:56
  • 080 Python __str__ and __repr__ methods.mp4
    Preview 00:10:07
  • 081 Exercise.mp4
    Preview 00:01:42
14 Package Management System - Pip
3 Lessons 00:24:41 Hours
  • 082 Pip.mp4
    Preview 00:08:55
  • 083 Virtual Environment part1.mp4
    Preview 00:09:09
  • 084 Virtual Environment part2.mp4
    Preview 00:06:37
15 Modules and Packages
4 Lessons 00:34:37 Hours
  • 085 Modules and Packages.mp4
    Preview 00:00:09
  • 086 Importing modules.mp4
    Preview 00:16:56
  • 087 Importing Packages.mp4
    Preview 00:09:13
  • 088 Attribute __name__.mp4
    Preview 00:08:19
16 Errors and Exceptions
2 Lessons 00:20:01 Hours
  • 089 Exceptions.mp4
    Preview 00:07:52
  • 090 Exception Handling.mp4
    Preview 00:12:09
17 Additional Topics
10 Lessons 01:42:39 Hours
  • 091 Datetime module - Introduction and Time class.mp4
    Preview 00:18:36
  • 092 Datetime module - Date class and Datetime class.mp4
    Preview 00:14:51
  • 093 Datetime module - Timedelta class.mp4
    Preview 00:14:27
  • 094 Datetime module - Datetime_exercise.mp4
    Preview 00:01:13
  • 095 Iterators.mp4
    Preview 00:13:25
  • 096 Iterators stateful objects.mp4
    Preview 00:03:57
  • 097 How a for loop works.mp4
    Preview 00:04:36
  • 098 Iterator Protocol.mp4
    Preview 00:11:56
  • 099 Generators.mp4
    Preview 00:13:35
  • 100 Generator Expressions.mp47
    Preview 00:06:03
+ View more
Other related courses
00:43:47 Hours
Updated Fri, 06-Jan-2023
5 0 Free
07:32:56 Hours
5 0 Free
00:22:04 Hours
5 0 Free
00:06:56 Hours
Updated Thu, 02-Mar-2023
5 0 Free
02:58:41 Hours
Updated Mon, 06-Mar-2023
5 0 Free
About instructor

Course Author

8 Reviews | 2 Students | 34 Courses
Student feedback
0
0 Reviews
  • (0)
  • (0)
  • (0)
  • (0)
  • (0)

Reviews

Free
Includes: