🌟🌟🌟 Python Programming Full Course || Beginner to Intermediate || Bangla (āĶŽāĶūāĶ‚āĶēāĶū) || codinglaugh



🌟🌟🌟 Python Programming Full Course || Beginner to Intermediate || Bangla (āĶŽāĶūāĶ‚āĶēāĶū) || codinglaugh

🌟🌟🌟 Python Programming Full Course || Beginner to Intermediate || Bangla (āĶŽāĶūāĶ‚āĶēāĶū) || codinglaugh

#pyhon_full_course #python_programming_language #codinglaugh

💕💕💕 Research Paper:
https://www.researchgate.net/profile/Marjuk-Ahmed-Siddiki

ðŸĪĄðŸĪĄðŸĪĄ IDE information:
https://youtu.be/-Mb_kUJFDKs

🍁🍁🍁 For Code:
https://github.com/mAhmedSiddiki/Python_Full_Course

ðŸĨģðŸĨģðŸĨģ D O W N L O A D O U R A P P S
https://play.google.com/store/apps/dev?id=9002375012443289160

😍😍😍 A B O U T M E
https://mahmedsiddiki.blogspot.com/p/about-me.html

ðŸŧðŸŧðŸŧ C O N T A C T M E
[email protected]

$$ Timestamp $$
ðŸŒđ0:00:00 – Introduction this course
ðŸŒđ0:00:30 – Why we learn python and history of python
ðŸŒđ0:03:50 – #Version of python and python 2.X vs python 3.x
ðŸŒđ0:15:01 – #IDE selection for python programming
ðŸŒđ0:19:36 – #print()
ðŸŒđ0:32:47 – #Variable
ðŸŒđ0:44:17 – #input()
ðŸŒđ0:53:48 – #Keyword

🙈0:59:30 – #Operators
🙈1:00:21 – #Arithmetic Operators
🙈1:04:36 – #Comparison / Relation Operators
🙈1:08:35 – #Logical Operators
🙈1:13:00 – #Membership Operators
🙈1:14:59 – #Identity Operators
🙈1:19:40 – #Bitwise Operators
🙈1:41:15 – #Assignment Operators
🙈1:45:00 – Home Work

🍞1:47:25 – #Flow Control / Decision Making
🍞1:49:34 – #Flowchart
🍞1:51:48 – if statement
🍞1:56:22 – else statement
🍞1:58:40 – elif ! multiple statement
🍞2:02:21 – #Debug
🍞2:08:02 – Nested if statement
🍞2:11:49 – #While Loop
🍞2:23:36 – For #Loop
🍞2:34:05 – #break, #continue, #pass (if,else,for,while)

🍷2:41:20 – #Data types
🍷2:42:18 – Data type – None
🍷2:45:06 – Data type – Boolean
🍷2:48:30 – Data type – Number

💗2:55:50 – Data type – #String
💗2:59:14 – String – Multiline
💗3:01:19 – String – Index / Positive, Negative Index
💗3:08:05 – String – #Range, #Slice
💗3:11:38 – String – #Change, #Delete, Loop, #Length
💗3:21:05 – String – Membership, #Concatenation, #Repetition
💗3:25:33 – String – Relation Operators
💗3:29:34 – String – #Format
💗3:43:52 – String Method
💗3:45:06 – String method – #capitalize(), title(), upper()
💗3:47:08 – String method – casefold(), #lower()
💗3:49:55 – String method – join(), #find(), rfind()
💗3:55:23 – String method – #center(), ljust(), rjust()
💗3:59:04 – String method – #count()
💗4:00:16 – String method – #strip(), lstrip(), rstrip()
💗4:03:43 – String method – #split(), #splitlines(), partition()
💗4:13:31 – String method – #swapcase(), endswith(), startswith()
💗4:15:49 – String method – zfill(), #replace()
💗4:18:12 – String method – is a condition check
💗4:24:47 – String method – Upcoming topic

🍉4:26:14 – Data type – #List
🍉4:29:14 – List – Constructor, Nested List
🍉4:33:16 – List – Index / Positive, Negative Index
🍉4:41:45 – List – Range / Slice
🍉4:46:09 – List – Add / Insert, Change, Delete
🍉5:02:17 – List – Loop, Length
🍉5:08:14 – List – Membership, #Repetition
🍉5:11:56 – List – Copy, #Concatenation
🍉5:17:21 – List Method
🍉5:18:19 – List Method – index(), count(), reverse()
🍉5:22:19 – List Method – #sort(), sorted()
🍉5:34:33 – List Method – #max(), min(), sum()
🍉5:39:36 – List Method – upcoming topic

🚁5:40:30 – Data type – #Tuple
🚁5:42:40 – Tuple – Constructor
🚁5:43:41 – Tuple – Tuple magic
🚁5:47:50 – Tuple – #Nested tuple
🚁5:49:42 – Tuple – Index / Positive, Negative Index
🚁5:53:24 – Tuple – add, change, delete
🚁6:02:11 – Tuple – #Loop
🚁6:05:11 – Tuple – #Membership, Repetition
🚁6:07:45 – Tuple Method – #len(), max(), min()
🚁6:11:23 – Tuple Method – index(), sorted(), count()

🍁6:16:42 – Data type – #Dictionary
🍁6:20:09 – Dictionary – Int key, Mixed key
🍁6:21:20 – Dictionary – #Constructor, Pair
🍁6:28:48 – Dictionary – Nested dictionary
🍁6:31:11 – Dictionary – Accessing Values
🍁6:36:31 – Dictionary – #Add, Change, Delete value
🍁6:45:35 – Dictionary – Copy, Loop, #Membership
🍁6:55:44 – Dictionary – #get(), pop(), popitem(), clear()
🍁6:57:30 – Dictionary – keys(), values(), items()
🍁6:59:50 – Dictionary – #update(), fromkeys(), setdefault()
🍁7:09:24 – Dictionary – len(), sorted()

ðŸŪ7:12:10 – Data type – #Set
ðŸŪ7:18:28 – Set – Constructor
ðŸŪ7:19:21 – Set – Loop / Access Values
ðŸŪ7:21:17 – Set – Add, Delete, Join
ðŸŪ7:32:05 – Set – Union, Intersection, Difference, Symmetric Difference
ðŸŪ7:43:46 – Set – #Frozenset & #Method
ðŸŪ7:46:49 – Set Method – #intersection_update()
ðŸŪ7:49:04 – Set Method – #difference_update()
ðŸŪ7:49:35 – Set Method – #symmetric_difference_update()
ðŸŪ7:50:24 – Set Method – sum(), len(), max(), min(), sorted()
ðŸŪ7:54:37 – Set Method – issubset(), issuperset(), isdisjoint()

👚7:59:30 – #Function
👚8:03:38 – Function – Return
👚8:05:47 – Function – #Arguments and #Parameters
👚8:11:00 – Function – *args
👚8:14:18 – Function – Keyword arguments
👚8:19:07 – Function – **kwargs
👚8:22:25 – Function – Default parameter
👚8:24:04 – Function – Pass
👚8:26:04 – Function – Instead of return
👚8:30:46 – Function – #Recursion
👚8:36:07 – Function – #Nested Function

ðŸŧ8:37:27 – #Global, #Local, #Nonlocal variable
ðŸŧ8:50:00 – #Lambda (anonymous function)
ðŸŧ8:57:34 – #Modules
ðŸŧ9:12:32 – To be continued âĪïļâĪïļâĪïļ

Comments are closed.