Tags: python python tutorial python language python full course python course learn python learn python programming python tutorial for beginners python programming tutorial python programming language software development programming tutorial yt:cc=on
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 ๐
๐ฎ GAMES & PROJECTS ๐ฎ
rock, paper, scissors game ๐ฟ
quiz game ๐ฏ
clock program ๐
calculator program ๐ฉ
text editor program โ๏ธ
tic tac toe game โญ
snake game ๐
Here's the link to the full playlist:
https://www.youtube.com/playlist?list=PLZPZq0r_RZOOkUQbat8LyQii36cJf2SWT
Code for each topic can be found pinned to each video's comments section
music credits ๐ผ :
===========================================================
Beat Your Competition - Vibe Tracks https://youtu.be/bll5zsOGNKAโ
===========================================================
Twelve Speed - Slynk https://www.youtube.com/watch?v=jsTEUi-kegE&ab_channel=Slynk
===========================================================
Up In My Jam (All Of A Sudden) by - Kubbi https://soundcloud.com/kubbi
Creative Commons โ Attribution-ShareAlike 3.0 Unportedโ CC BY-SA 3.0
Free Download / Stream: http://bit.ly/2JnDfCE
Music promoted by Audio Library https://youtu.be/tDexBj46oNI
===========================================================
Copyright Disclaimer:
This video is the intellectual property of Bro Code. All rights reserved. No part of this video may be reproduced, distributed, or transmitted in any form or by any means, including but not limited to recording, uploading, or other electronic or mechanical methods, without my written permission, except in the case of brief quotations embodied in critical reviews and certain other noncommercial uses permitted by copyright law.
or
Question
you can replace + with comma(,) instead of using type casting it will make program easy
Thank you so much, god sent you for us. You are a true legend ๐๐๐๐
Thanks is just a small word to say for you!! But it is only word that i am having to show my gratitude towards you ๐ฅ๐we are lucky for having such a great mentor who is not expecting money manually from us๐๐
Can anyone help?
On 1:16:25 , when i print and it shows straight symbols instead of rows and columns.
For me pycharm doesnt work. The green arrow is not active. Can anyone help?
hi
creditcardnumber = int(input("what is you credit card number?: "))
if len("creditcardnumber") == 13:
if True:
int(input("write cvv: "))
if len("creditcardnumber") > 15:
print("invalid credit card number")
if len("creditcardnumber") < 11:
print("invalid credit card number")
is there any thing wrong in this code?
if there is please tell me
Hmm I have one problem with IF, ELSE and ELIF statements in VS code it seems whenever I try to write If statement the error pops out for no apparent reason not sure what causes this someone knows?
here is the error
Error(active) Expected expression
Error (activey) Expected ":"
The other parts of language work normally without any Issues it is only If, elif and else statements.
Hi!
I would like to propose some changes.
in the section "walrus expression" the code you have written will append 'True' to the foods list instead of appending 'mango' (or anything you enter).
This is happening because the interpreter is calculating the value of 'input("What food do you llike? ") != "quit"' and assigning it to the 'food' variable. To solve this you should use brackets before 'food' and after the input expression.
foods = list()
while (food := input("What food do you like? ")) != "quit":
foods.append(food)
Thank You
Thanks for the lessons. Here's an English lesson. Stop using exclamation marks with every sentence. They're simply not warranted.