Video: Python Full Course Streaming
Python is an interpreted high-level general-purpose programming language. Its design philosophy emphasizes code readability with its use of significant indentation. Its language constructs, as well as its object-oriented approach, aim to help programmers write clear, logical code for small and large-scale projects
Python tutorial for beginners full course
#python #tutorial #beginners
⭐️Time Stamps⭐️
#1 (00:00:00) Python tutorial for beginners ๐
#2 (00:05:57) variables ✘
#3 (00:17:38) multiple assignment ๐
#4 (00:20:27) string methods 〰️
#5 (00:25:13) type cast ๐ฑ
#6 (00:30:14) user input ⌨️
#7 (00:36:50) math functions ๐งฎ
#8 (00:40:58) string slicing ✂️
#9 (00:51:52) if statements ๐ค
#10 (00:58:19) logical operators ๐ฃ
#11 (01:04:03) while loops ๐
#12 (01:07:31) for loops ➰
#13 (01:13:04) nested loops ➿
#14 (01:17:08) break continue pass ⛔
#15 (01:21:06) lists ๐งพ
#16 (01:26:58) 2D lists ๐
#17 (01:30:47) tuples ๐
#18 (01:33:47) sets ๐ด
#19 (01:40:03) dictionaries ๐
#20 (01:47:20) indexing ๐
#21 (01:53:23) functions ๐
#22 (02:02:03) return statement ๐
#23 (02:04:51) keyword arguments ๐
#24 (02:07:09) nested function calls ๐️
#25 (02:09:40) variable scope ๐ฌ
#26 (02:13:23) *args ๐ฆ
#27 (02:16:58) **kwargs ๐
#28 (02:21:17) string format ๐ฌ
#29 (02:33:22) random numbers ๐ฒ
#30 (02:36:43) exception handling ⚠️
#31 (02:43:40) file detection ๐
#32 (02:47:28) read a file ๐
#33 (02:51:00) write a file ๐
#34 (02:53:45) copy a file ๐จ️
#35 (02:57:05) move a file ๐️
#36 (03:01:20) delete a file ๐️
#37 (03:06:15) modules ๐
#38 (03:10:26) rock, paper, scissors game ๐ฟ
#39 (03:18:32) quiz game ๐ฏ
#40 (03:35:45) Object Oriented Programming (OOP) ๐
#41 (03:45:06) class variables ๐
#42 (03:48:54) inheritance ๐ช
#43 (03:55:30) multilevel inheritance ๐ด
#44 (03:58:32) multiple inheritance ๐จ๐ฉ๐ง๐ฆ
#45 (04:01:49) method overriding ๐
#46 (04:04:14) method chaining ⛓️
#47 (04:08:08) super function ๐ฆธ
#48 (04:12:09) abstract classes ๐ป
#49 (04:19:12) objects as arguments ๐️
#50 (04:23:20) duck typing ๐ฆ
#51 (04:27:38) walrus operator ๐ฆฆ
#52 (04:31:45) functions to variables ๐
#53 (04:35:21) higher order functions ๐
#54 (04:41:06) lambda ฮป
#55 (04:45:44) sort ๐️
#56 (04:53:22) map ๐บ️
#57 (04:57:17) filter ๐บ
#58 (05:00:10) reduce ♻️
#59 (05:04:54) list comprehensions ๐ฐ
#60 (05:10:54) dictionary comprehensions ๐ฎ
#61 (05:18:59) zip function ๐ค
#62 (05:23:41) if _name_ == '__main__' ❓
#63 (05:29:21) time module ⌚
#64 (05:39:58) threading ๐งต
#65 (05:53:31) daemon threads ๐
#66 (05:58:19) multiprocessing ⚡
#67 (06:07:15) GUI windows ๐ผ️
#68 (06:14:38) labels ๐ท️
#69 (06:24:24) buttons ๐️
#70 (06:30:44) entrybox ⌨️
#71 (06:40:15) checkbox ✔️
#72 (06:49:08) radio buttons ๐
#73 (07:00:47) scale ๐ก️
#74 (07:10:24) listbox ๐
#75 (07:24:41) messagebox ๐ญ
#76 (07:37:17) colorchooser ๐จ
#77 (07:43:10) text area ๐
#78 (07:48:38) open a file (file dialog) ๐
#79 (07:55:33) save a file (file dialog) ๐พ
#80 (08:05:17) menubar ๐งพ
#81 (08:15:23) frames ⚰️
#82 (08:21:30) new windows ๐
#83 (08:25:32) window tabs ๐
#84 (08:30:52) grid ๐ข
#85 (08:39:52) progress bar ๐
#86 (08:49:48) canvas ๐️
#87 (09:01:18) keyboard events ⌨️
#88 (09:05:54) mouse events ๐ฑ️
#89 (09:11:00) drag & drop ๐
#90 (09:18:18) move images w/ keys ๐️
#91 (09:29:13) animations ๐ธ
#92 (09:41:31) multiple animations ๐️
#93 (09:53:04) clock program ๐
#94 (10:01:03) send an email ๐ง
#95 (10:07:37) run with command prompt ๐จ๐ป
#96 (10:09:53) pip ๐️
#97 (10:13:30) py to exe ๐
#98 (10:17:13) calculator program ๐ฉ
#99 (10:31:38) text editor program ✏️
100 (11:05:51) tic tac toe game ⭕
101 (11;26;25) snake game ๐
Post a Comment