How To Master Python

  Переглядів 996,113

Hallden

Hallden

3 роки тому

How To Master Python
Check out Kite: kite.com/download/?...
Get access to my programming courses: / hallden
Follow me on instagram: / kallehallden
LiveCoder channel: / @livecoder7639
"Clean Code Friday"
If you want to receive one short email from me every week, where I go through a few of the most useful things I have explored and discovered this week. Things like; favourite apps, articles, podcasts, books, coding tips and tricks. Then feel free to join kalletech.com/cleancode/
CONTACT: contact@kalletech.com
Follow me on:
TWITCH: / kallehallden
INSTAGRAM: / kallehallden
TWITTER: / kallehallden
GITHUB: github.com/kallehallden
DISCORD: / discord
PATREON: / hallden
VIDEO EDITOR: editingmachine.com (use coupon code KALLE to get 50% off your first month)
--------------------------------------------------------------------------------------------------------
GEAR:
kalletech.com/tech/
Script Writer Jane Tracy's Blog: dev.to/tracycss
Resources:
Automate the boring stuff with Python - amzn.to/2KVBh0Q
Freecodecamp - www.freecodecamp.org/news/bes...
Python.org tutorial - www.python.org/about/gettings...
Python documentation - www.python.org/doc/
Open source projects:
TensorFlow - github.com/tensorflow/models
Flask - github.com/pallets/flask
Django - github.com/django/django
Keras - github.com/keras-team/keras
UKposts-dl - github.com/rg3/youtube-dl
Face Recognition - github.com/informramiz/opencv...
Ansible - github.com/ansible/ansible
Httpie - github.com/jakubroztocil/httpie
Pandas - github.com/pandas-dev/pandas
Scikit - github.com/scikit-learn

КОМЕНТАРІ: 895
@Hallden_
@Hallden_ 2 роки тому
I created a mini course showing how I built my crypto trading bot that you can find here: patreon.com/hallden I did this due to the fact that so many people have been asking me to explain the code. So if you are interested then feel free to check it out :)
@TechFromDan
@TechFromDan 2 роки тому
Please can you drop your wattsapp numer
@LV7agent
@LV7agent 2 роки тому
Is that bot still running?
@jonron3805
@jonron3805 2 роки тому
11:57 Whats the keyboard you use. Its really a good one. Would be a good to put the name of the brand and model.
@d4rius_
@d4rius_ 3 роки тому
to all the new and old programmers: May God Bless You and be patient!
@eriknahmad3527
@eriknahmad3527 3 роки тому
@@aleumdaungongjunim5752 stop scamming
@ramanrao2260
@ramanrao2260 3 роки тому
Love and compassion
@SushilRaipelly
@SushilRaipelly 3 роки тому
Thanks❤️
@skylane1829
@skylane1829 3 роки тому
Thank you...am going to need it.
@azeemn1333
@azeemn1333 3 роки тому
❤️❤️❤️
@samienr
@samienr 3 роки тому
1. Figure out why you want to learn python 2. Find out how you personally learn best 3. Learn the fundamentals of python (the easy stuff you might want to skip) 3a. Variables 3b. Operators 3c. Control flow 3d. Functions 3e. Data types 3f. Loops An hour or two for each on UKposts should suffice. 4. More advanced topics (i.e. methods, classes instance variables, etc) 5. Learn how to work with data structures (hour a day 5 days a week should suffice) 6. Problem solving, this is a crucial process to have under your belt. Best way is doing it again and again until you “think like a programmer” - breaking a problem down to its very base and working from there. 7. Contribute to open source projects (ex tensor flow, flask, django, keras, UKposts-dl, face_recognition, ansible, httpie, etc) even make your own
@Youtube_member
@Youtube_member 2 роки тому
Thank you!
@dipler9588
@dipler9588 2 роки тому
LEGEND🙌 really thank you🌹🙏
@jaymintanna1028
@jaymintanna1028 2 роки тому
Thank you.
@RH-nk7eo
@RH-nk7eo 2 роки тому
I find the advice to contribute to open source projects to be pretty pointless for beginners. There is such a huge leap in understanding required to have any meaningful input into an open source project that it'll just scare people off.
@toxic-spammz1478
@toxic-spammz1478 2 роки тому
@@RH-nk7eo thats what i was thinking
@marcos7106
@marcos7106 3 роки тому
Your comments on learning reminded me of R. Feynman's technique; "There are four steps to the Feynman Learning Technique: Choose a concept you want to learn about. Pretend you are teaching it to a student in grade 6. Identify gaps in your explanation; Go back to the source material, to better understand it."
@ignacioreyna1271
@ignacioreyna1271 2 роки тому
At first glance i thought you were talking about R, the programming language xD
@EyassuSEC
@EyassuSEC 2 роки тому
Now turn that into code and teach a computer how to do that in a loop
@himanshusharma-eu8lj
@himanshusharma-eu8lj 3 роки тому
A = " learn python " print(A)
@rohanchivukula2809
@rohanchivukula2809 2 роки тому
sums up my coding career so far
@KwakuAddoDanquah
@KwakuAddoDanquah 2 роки тому
You're preaching to the choir, buddy.
@Luka-sf3vu
@Luka-sf3vu 2 роки тому
Print is not a valid function, print is had to do it my guy, sorry
@mariozaldivar7802
@mariozaldivar7802 2 роки тому
p = "python" If learning_python not True: print(f"Start learning {p} right now!!!!!!!!!!") elif learning_python == True: print(f"Keep learning {p}! ")
@kubaserafin4118
@kubaserafin4118 2 роки тому
how dare you use upper case letters
@pc2729
@pc2729 3 роки тому
To all beginners: You should at *MAX watch one tutorial* that explains the basics to you! The basics are pretty much what Kalle mentioned - i.e. simple Python data structures (like lists, dictonaries, tuples, sets), operators, if/else, loops, variables, functions, OOP. After that, don't focus on tutotrials anymore othewise you might get stuck in "tutorial purgatory", where you basically just copy the code from the tutorials and then realize, you can't code anything by yourself. If you want to learn a new framework - which you should ONLY do once you understood the basics - again, don't watch more than max one tutorial! Instead focus on reading the framework's documentation! Most frameworks come with good documentation and many include step by step tutorials that teach you everything you need to know. For example, Django has amazing documentation which no udemy or youtube tutorial could ever match in quality. *Finally and most importantly:* Just practice by coming up with your own little projects! The best way to learn how to code is by actually coding! This will teach you more than any tutorial or book ever could!
@harcovanhees394
@harcovanhees394 3 роки тому
Is there a UKposts videolist that builds a project from scratch up to a practicle example like a website with interface and Some functionality ? That should help and motivate
@pc2729
@pc2729 3 роки тому
@@harcovanhees394 You could check out Corey Schafer's videos on Django which are pretty good: ukposts.info/have/v-deo/jZ2dno6RgK-hpZc.html Essentially, all of this comes from the Django documentation though, so you might want to check that out as well.
@natenut1694
@natenut1694 6 місяців тому
Thank u.. Funny u should mention that. I started this evening with the basics on an app I found. 30mins everyday I will go through that till I understand the basics followed by practice practice practice. I want to start practicing using my phone to practice coding after learning the basics if i can find such an app. My phone is always on me. My laptop isn't. So I might as well put it to good use...
@thripnixe
@thripnixe 6 місяців тому
golden comment, thank you very much!
@abdul-kareemuthman2484
@abdul-kareemuthman2484 5 місяців тому
❤❤❤❤
@TrixyJ
@TrixyJ 3 роки тому
It was fun working with you on this video. Glad everyone is enjoying it. This tips can also be applied in any language you want to learn in the future. 🙌 Happy Holidays everyone.
@collinsa8909
@collinsa8909 3 роки тому
Did you write the script or come up with the video idea?
@dailyStewie504
@dailyStewie504 3 роки тому
@@collinsa8909 Yes I think so, Kalle mentioned her in the latter part of the video @14:25
@balimushroom8088
@balimushroom8088 3 роки тому
I go thru a lot of learning python videos. I find this one really motivates me. You provide me a paths to go forward after one month stuck nothing to do with python. I'm gonna subscribe.
@ChewingGum113
@ChewingGum113 3 роки тому
Thank you very much for the tips. I have been learning Python since 2 years ago and sometimes it can feel a bit overwhelming with all the possibilities that Python could offer. Also I kept forgetting what I learn and found myself googling similar questions I have researched in the past. Right now, I try to explain and help others with Python, it kinda encourgage me to really understand and remember the implementations of Python.
@VictorAlvarezmx
@VictorAlvarezmx 3 роки тому
This channel is always improving, I think Jane Tracy did a great contribution to the quality of this video. Keep the good work.!
@gameinfreak0076
@gameinfreak0076 2 роки тому
It was a very informative video!! Thank you Jane & Kalle to share your knowledge and information with us
@lstephen
@lstephen 3 роки тому
You are not just a great programmer but a fantastic youtuber and a videographer as well what a package! Keep up the good work!
@Matt-sc6gg
@Matt-sc6gg 3 роки тому
Wow, I needed this and I got it! Thanks Kalle! Happy Holidays! Cheers!❤🔥😊
@keshavdk3080
@keshavdk3080 3 роки тому
Thank you for the video. This video has one of the clean and best advice everyone should note down.
@Nedwin
@Nedwin 2 роки тому
One of the freshest Python talks ever! Appreciate your sharing here bro.
@spike119
@spike119 3 роки тому
This Video is a must see for all aspiring coders! A wealth of information in a little under 15 minutes. Thank you for this!
@kmhj3686
@kmhj3686 3 роки тому
I can't find the words to show how grateful i am for this video. Thank you so much for this!!!
@abeercodes
@abeercodes 3 роки тому
when i watch your videos i feel motivated. great content bro!
@jiwan88
@jiwan88 3 роки тому
The content is awesome. This is all the beginner needs to know !!!
@ComputerScienceSimplified
@ComputerScienceSimplified 3 роки тому
Your content is of really good quality. Amazing job, keep it up!
@joshpark6498
@joshpark6498 3 роки тому
1 tip from someone who currently understands almost nothing about any programming language but is starting with Python: Google will always be your friend if you don't know what something is or means.
@eriknahmad3527
@eriknahmad3527 3 роки тому
Python is really good for new programmers
@joshpark6498
@joshpark6498 3 роки тому
@@eriknahmad3527 ya I figured that out, it’s easy to learn, especially if you’re good with math😂
@rooseveltcollins3301
@rooseveltcollins3301 3 роки тому
its kind of discouraged to constantly look up answers to your problems from google, the majority of the time your problem solving and developing that skill in itself first is far more valuable vs using google as a crutch
@joshpark6498
@joshpark6498 3 роки тому
@@rooseveltcollins3301 I said if you don’t know something. Right now I’m still learning new terms and stuff. I’m not looking things up for debugging purposes, just to know what some things mean
@azeemn1333
@azeemn1333 3 роки тому
Is duckduckgo my friend too?
@rohithraghuram64
@rohithraghuram64 3 роки тому
Awesome video Kalle and Jane. I would like more such videos in future.
@Ibrahim-sz2tl
@Ibrahim-sz2tl 3 роки тому
Thank You ! Was searching for this kinda video
@self.improved
@self.improved 2 роки тому
not going to lie, your intro told me enough about your channel that you earned my sub. thanks for the content :D
@xxndgamingxx
@xxndgamingxx 3 роки тому
I really needed to hear this. Thanks !
@aarons5205
@aarons5205 3 роки тому
I just started a few days ago and the biggest thing so far is trying to be patient and not get ahead and overwhelm. I’m so excited to learn and try things, but I have to keep reminding myself to learn the basics and just keep going step by step! I hope this is the start of a new career path for me in the future!
@prodigydawei
@prodigydawei 3 роки тому
Same for me lol I just learned the very basics of PHP (even I don't fully understand Javascript yet) but whenever I saw a video about Laravel project / basically any php framework project, I got interested and/or distracted I haven't even learn the OOP yet 😂 it's just my thirst for knowledge sometimes make me feel over confident, y'know smth like "Hah this is easy. Next!" 🤣
@sammyboi6146
@sammyboi6146 3 роки тому
nice bro. any updates so far?
@Dop4miN
@Dop4miN 2 роки тому
probably not, most people dont work hard enough on becoming better
@theMuritz
@theMuritz 2 роки тому
Thank you for explaining the python modules/packages quickly
@johnatannakazato6011
@johnatannakazato6011 2 роки тому
Thank you Kalle, nice and very helpful video!
@77Sherms
@77Sherms 3 роки тому
Great video. Love what you said about learning how to learn. Jane, you did a great job with the script.
@geraldwilburn1331
@geraldwilburn1331 Рік тому
I want to learn programming
@zourdy697
@zourdy697 3 роки тому
learning is always been hard part when you are a self-taught programmer (a lot of pain, suffer, struggle) but eventually, you will get what you want. just be patient and beliefs that joy and happiness will come over.
@chennayaianjc3306
@chennayaianjc3306 3 роки тому
Ur r correct ,
@zourdy697
@zourdy697 3 роки тому
@Zark I don't really get into assembly, instead, C++ is terribly hard lol
@muhammedmustafa5725
@muhammedmustafa5725 3 роки тому
I am tired of being forever beginner
@milanrbx5592
@milanrbx5592 2 роки тому
This helped me so much! Thank you!
@coltrenstarblanket6216
@coltrenstarblanket6216 2 роки тому
Great content. Learned alot. I just recently started learning python on codecademy, quite the noob. Content like this really helps. Really enjoying the programming community. Everyone helps each other. Not much negativity. I'm from a construction background and it's a very different environment. I'm excited haha.
@user-ey8vl6ko8c
@user-ey8vl6ko8c 3 роки тому
Woow Kalle! I just found your channel on UKposts, and reallylove what you are doing there! I like how clear and detailed your explanations are and the depth of knowledge you have on code! Your content really stands out and you've put so much thought into your videos. Since I run a tech education channel as well, I love to see fellow Content Creators sharing, educating, and inspiring a large global audience. Cheers :-)
@relogbr
@relogbr 3 роки тому
So much valuable information. Thank you!
@domingo2977
@domingo2977 2 роки тому
Thank you for actually explaining the technical aspects like this. Please explain more technical details about coding, I'm taking notes on everything?!
@hossinshail5584
@hossinshail5584 3 роки тому
I started learning python a year ago but I had many problems with debugging so I quet and moved to html css and js but now I will definitely start it again so thanks for your great work Kalle ❤️
@NazriB
@NazriB 4 місяці тому
Lies again? Ticket Master USD SGD
@sauravpawar5251
@sauravpawar5251 3 роки тому
Hey kalle, Can you please make a short video on explaining the OOP of python like class, method, functions, etc?
@armaghan1196
@armaghan1196 3 роки тому
A LOT OF VALUE IN THIS VIDEO. YOU ARE AMAZING KALLE!
@kaushikrishi01
@kaushikrishi01 3 роки тому
First better watch the whole vid dude.
@danieladediran5848
@danieladediran5848 3 роки тому
Hey Kalle, Very good video. Kindly make a video detailing the programming languages you know and frameworks. It would be a really interesting video. Thank you😁👍🏾
@danielmattos2813
@danielmattos2813 3 роки тому
the first video of yours im watching and damn do I like that intro, clean as hell
@marcodasilva6999
@marcodasilva6999 2 роки тому
Thank u so much for the help bro. I was thinking about starting coding.
@shawnhumphreys3504
@shawnhumphreys3504 2 роки тому
Tip for learning fundamentals, as you progress you will find there is a "easier" and "longer" way to perform a task. Learn the longer way regardless. You learn to appreciate the "easier" route and helps when you have to troubleshoot
@samuelmontypython8381
@samuelmontypython8381 3 роки тому
After learning Java for a year, I took a break and tried Python. Not disappointed! Took me a few weeks to get syntax down and break some Java habits, and by the end of the month, I was able to make a simple web scraper and web app. Used Django for the webapp which you can learn the basics in just a few days. Highly recommend Python for anyone, even if you don’t intend to use it as a career. It’s just fun and useful
@soupnoodles
@soupnoodles 2 роки тому
Was very helpful, thank you!
@abdullahe3674
@abdullahe3674 3 роки тому
I really needed that Thankyou!
@LRD_430
@LRD_430 3 роки тому
Your videos are actually super cool! Keep it up!
@tauseefahamad1278
@tauseefahamad1278 3 роки тому
Thank you so much for this video👌. This is very helpful for beginners like me .
@ankitupreti8198
@ankitupreti8198 2 роки тому
GREAT WORK MAN The video the script created a nice flow
@nearlyzero9849
@nearlyzero9849 3 роки тому
I'm 57 and started coding for the first time this year, python was my choice. Also doing some system admin now with Ubunut and Ubuntu server, but that is more a side thing. My method of learning, probably because of my age, was reading, but I soon realized there are great posts on youtube to learn python. The best book I have found is Learning Python by Mark Lutz, not everyones cup of tea I hear, but I sure like it. Excellent book. I now always a have a project on the go, small and large, as that seems to me to be the best way to learn python. Flask projects, django etc...anything just seems to force you to learn python. And now I'm glad I saw this post. Excellent advice, and very helpful. Just followed you on discord as well.
@blueberry44.
@blueberry44. 3 місяці тому
hey, how is your learning journey going? Are you still learning Python?
@nonoobott8602
@nonoobott8602 3 роки тому
This was really helpful. Thanks for sharing
@kennynoel2863
@kennynoel2863 3 роки тому
These tips are great for learning overall.
@liveNews672
@liveNews672 3 роки тому
I have a done my basic and going forward for advance topics from January, next year I am going to dive completely into project's
@YoHo18
@YoHo18 2 роки тому
A very nice overview video. Great work and you too Jane. Nice script 👍
@pilifgra
@pilifgra 3 роки тому
I love that part when you "trying to explain" some of programming tasks to "your friend". It was cool idea, well done
@UwU-dx5hu
@UwU-dx5hu 2 роки тому
thank you so much..finally someone mentions a book
@Janiecobag
@Janiecobag 2 роки тому
The comments are really enriching. As pipo text/ write through experience and thanks continue with this inspiration
@shonesheriffdeen4170
@shonesheriffdeen4170 2 роки тому
Thanks for the tips man !!
@Professor3022
@Professor3022 3 роки тому
that is a lot of tips and resources. Thanks you!
@SS10818
@SS10818 3 роки тому
Thanks Jane!
@onkar5975
@onkar5975 3 роки тому
Thankyou so much for this helpful detailed video. Can you please make another video like this on how to code own machine learning or any projects from scratch by myself.
@MrBaxterrify
@MrBaxterrify 2 роки тому
A helpful overview of Python :) Thank you!
@arthurhyatt4664
@arthurhyatt4664 2 роки тому
Great video! I’m going to start learning python after I’m finished what I’m learning currently. Looking forward to it
@Asahai007
@Asahai007 3 роки тому
Great video! I've always been scared to start programming but I think I'm finally building up the courage to do so and thank you for this video! Definitely will check out all the resources you pointed out, keep up the awesome work! Also, what keyboard are you using at 11:58? Definitely a clean looking one!
@Abhinav_Nayana_Sailen
@Abhinav_Nayana_Sailen 3 роки тому
@Akshat Sahai It’s a 60% on. You can easily build one from kbdfans
@nooblogs2408
@nooblogs2408 3 роки тому
Thank you for the tips ❤️
@prajithkumar3253
@prajithkumar3253 3 роки тому
Honestly i didn't check when this video going to end that much informative for me😘😘
@himanshushukla6451
@himanshushukla6451 3 роки тому
This was a very helpful 15 minutes
@himanshushukla6451
@himanshushukla6451 3 роки тому
@@kennethjudethomas2063 Yeah :)
@Param3021
@Param3021 3 роки тому
Bhai India m kaha se ho??
@himanshushukla6451
@himanshushukla6451 3 роки тому
@@Param3021 Bhai dehradun se hu
@kaushallyadealwis8534
@kaushallyadealwis8534 3 роки тому
@@kennethjudethomas2063 shut up yo7 don’t need to point out very simple problems you dont need to be pedantic
@jatinoham
@jatinoham 3 роки тому
@@kennethjudethomas2063 You missed 1 second
@christianpaul5224
@christianpaul5224 3 роки тому
I would like to add, that every concept in your language of choice, In order to fully grasp the concept is to play with it for a moment combine it with the previous concept that you've learned and see what you can do.. that way you can enjoy coding at the same time you learned the concept.
@nocodeandcodeph4449
@nocodeandcodeph4449 2 роки тому
Thanks. I really love this idea. I was told that for me to learn a new language, I have to treat it as new and forget about the other language🤣.
@jagadishgospat2548
@jagadishgospat2548 2 роки тому
*that is good wisdom*
@leavonfletcher4197
@leavonfletcher4197 3 роки тому
Excellent tips! Thank you!
@saichand1940
@saichand1940 3 роки тому
I can vibe to your intro whole day... lit af intro
@sihmy9870
@sihmy9870 3 роки тому
I was just looking for python videos on your channel & suddenly you uploaded this video Thnx Mr Hallden...
@aadarsh_chaurasia
@aadarsh_chaurasia 3 роки тому
Merry Christmas Kalle ♥️❤️
@RedicoAccount
@RedicoAccount 2 роки тому
Thank you so much for those tips
@jalakamkiran7392
@jalakamkiran7392 3 роки тому
I think youtube is the best resource for programming...literally it has great tutorials and most of them are free
@Latif127
@Latif127 3 роки тому
It is a nice guideline, thank you.
@elgatito00
@elgatito00 3 роки тому
I SWEAR I've been waiting for this one!
@prathamraina9445
@prathamraina9445 2 роки тому
one really cool course for absolute beginners stumbling across this would be python for everybody by university of Michigan taught by Charles severance on course era. its absolutely free and it helps build all the foundations, gives you projects, and explains concepts in a very simple way. even to the intermediate ones, it helps you understand the foundations and concepts in a very simple, useful way. great video Kalle. thank you so much and great script Tracy!
@ofsanjay
@ofsanjay 3 роки тому
Python guide in 15 min great. 10:53 love these backlight keyboard
@sulizar7600
@sulizar7600 Рік тому
Dope and insightful video as always🔥🔥
@newsjuice7404
@newsjuice7404 2 роки тому
I have just started learning python & this was extremely helpful
@Salah-YT
@Salah-YT Рік тому
thank u so much for sharing this
@bibhudattadash350
@bibhudattadash350 3 роки тому
Very motivating. Thank you!!!
@annachan5129
@annachan5129 2 роки тому
thanks alot for this video... was very insightful
@ahmetbatkankuscu9145
@ahmetbatkankuscu9145 3 роки тому
Thank you for help, great video!
@7empestx
@7empestx 3 роки тому
Best learning method for me is find programming assignments that get progressively more difficult then try implementing data structures. Use stack overflow for things I don't know how to do.
@shafialanower3820
@shafialanower3820 2 роки тому
What is stack overflow?
@chickywilly
@chickywilly 3 роки тому
Thank you for the Christmas present. You're a great gift to all of us wanting to learn Python. :-) (Re: Date Posted)
@wranther
@wranther 3 роки тому
Merry Christmas to you and Jane!! -Bob...
@purered2475
@purered2475 2 роки тому
the intro Music is so nostalgic i use to hear this in old youtube
@charliesumorok6765
@charliesumorok6765 3 роки тому
1:23 Python is useful for making an iOS app because it allows you to make concepts faster.
@Vojkan_
@Vojkan_ 3 роки тому
Thank you! Video helped me! 🙂
@Monstervidify
@Monstervidify 2 роки тому
Thanks for this video, great help .
@autonaut279
@autonaut279 2 роки тому
projects projects projects! >>> simple Q&A games >>> download and move stuff with python (just to see stretch your fingers, get a sense of how vast the scope of python is) >>> follow more written tutorials on the web than video tutorials. (it's the awkward little errors that teach you and help you remember what you were practicing) >>> most importantly, start thinking and planning a project you would like to execute. python is so fun, if you're getting a headache during your learning journey, you're either doing it wrong or you need to follow different instructors.
@josep6710
@josep6710 3 роки тому
Found you one video ago. A mazing stuff!
@dusevisky
@dusevisky 2 роки тому
Thanks for sharing this.. it’s very helpful 🥰.
@chrisdalain6979
@chrisdalain6979 3 роки тому
Thnx kalle so helpful
@Maxmikemusic
@Maxmikemusic 2 роки тому
Dude great video new sub 👍🏻👍🏻👍🏻
@ponleusingular9485
@ponleusingular9485 3 роки тому
Thank you for this video 😍
@theumezude
@theumezude 3 роки тому
Great video, mate!
@kittoh_
@kittoh_ 3 роки тому
Awesome vid! Btw, what keyboard is that at 10:43?
@mohammadmaheanhasan4091
@mohammadmaheanhasan4091 3 роки тому
Woah! I love your content a lot. Please make more content for us.
@tinongnjong1305
@tinongnjong1305 2 роки тому
Been learning Python for close to a month now Got a new sub 😃
Python As Fast as Possible - Learn Python in ~75 Minutes
1:19:41
Tech With Tim
Переглядів 1,7 млн
How to MASTER Python FAST in 2024 - FULL ROADMAP
15:12
Internet Made Coder
Переглядів 21 тис.
Why Linux Is Better For Programming
13:32
Hallden
Переглядів 2,7 млн
I've Read Over 100 Books on Python. Here are the Top 3
9:26
Python Programmer
Переглядів 230 тис.
25 nooby Python habits you need to ditch
9:12
mCoding
Переглядів 1,7 млн
The Truth About Learning Python in 2024
9:38
Internet Made Coder
Переглядів 72 тис.
Python Object Oriented Programming (OOP) - For Beginners
53:06
Tech With Tim
Переглядів 3,2 млн
If __name__ == "__main__" for Python Developers
8:47
Python Simplified
Переглядів 371 тис.
👩‍💻 Python for Beginners Tutorial
1:03:21
Kevin Stratvert
Переглядів 2,9 млн
I'm building an app... after two years of no code
20:28
Hallden
Переглядів 72 тис.
How I would learn to code (If I could start over)
9:16
Jason Goodison
Переглядів 4,3 млн