How To Master Python

  Рет қаралды 996,890

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
KZbin-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 жыл бұрын
❤️❤️❤️
@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
@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.!
@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?
@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 KZbin 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: kzbin.info/www/bejne/i57Pm4uQft6jesU 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 ай бұрын
❤❤❤❤
@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!
@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.
@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
@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 KZbin 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, KZbin-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
@gameinfreak0076
@gameinfreak0076 2 жыл бұрын
It was a very informative video!! Thank you Jane & Kalle to share your knowledge and information with us
@Matt-sc6gg
@Matt-sc6gg 3 жыл бұрын
Wow, I needed this and I got it! Thanks Kalle! Happy Holidays! Cheers!❤🔥😊
@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!
@Nedwin
@Nedwin 2 жыл бұрын
One of the freshest Python talks ever! Appreciate your sharing here bro.
@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
@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
@keshavdk3080
@keshavdk3080 3 жыл бұрын
Thank you for the video. This video has one of the clean and best advice everyone should note down.
@ComputerScienceSimplified
@ComputerScienceSimplified 3 жыл бұрын
Your content is of really good quality. Amazing job, keep it up!
@rohithraghuram64
@rohithraghuram64 3 жыл бұрын
Awesome video Kalle and Jane. I would like more such videos in future.
@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
@jiwan88
@jiwan88 3 жыл бұрын
The content is awesome. This is all the beginner needs to know !!!
@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!
@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*
@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?
@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 !
@Ibrahim-sz2tl
@Ibrahim-sz2tl 3 жыл бұрын
Thank You ! Was searching for this kinda video
@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.
@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
@danielmattos2813
@danielmattos2813 3 жыл бұрын
the first video of yours im watching and damn do I like that intro, clean as hell
@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
@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
@johnatannakazato6011
@johnatannakazato6011 2 жыл бұрын
Thank you Kalle, nice and very helpful video!
@milanrbx5592
@milanrbx5592 3 жыл бұрын
This helped me so much! Thank you!
@user-ey8vl6ko8c
@user-ey8vl6ko8c 3 жыл бұрын
Woow Kalle! I just found your channel on KZbin, 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!
@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
@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😁👍🏾
@domingo2977
@domingo2977 3 жыл бұрын
Thank you for actually explaining the technical aspects like this. Please explain more technical details about coding, I'm taking notes on everything?!
@YoHo18
@YoHo18 2 жыл бұрын
A very nice overview video. Great work and you too Jane. Nice script 👍
@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
@theMuritz
@theMuritz 2 жыл бұрын
Thank you for explaining the python modules/packages quickly
@elgatito00
@elgatito00 3 жыл бұрын
I SWEAR I've been waiting for this one!
@LRD_430
@LRD_430 3 жыл бұрын
Your videos are actually super cool! Keep it up!
@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
@abdullahe3674
@abdullahe3674 3 жыл бұрын
I really needed that Thankyou!
@marcodasilva6999
@marcodasilva6999 2 жыл бұрын
Thank u so much for the help bro. I was thinking about starting coding.
@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
@tauseefahamad1278
@tauseefahamad1278 3 жыл бұрын
Thank you so much for this video👌. This is very helpful for beginners like me .
@UwU-dx5hu
@UwU-dx5hu 2 жыл бұрын
thank you so much..finally someone mentions a book
@nonoobott8602
@nonoobott8602 3 жыл бұрын
This was really helpful. Thanks for sharing
@soupnoodles
@soupnoodles 2 жыл бұрын
Was very helpful, thank you!
@aadarsh_chaurasia
@aadarsh_chaurasia 3 жыл бұрын
Merry Christmas Kalle ♥️❤️
@ankitupreti8198
@ankitupreti8198 2 жыл бұрын
GREAT WORK MAN The video the script created a nice flow
@shonesheriffdeen4170
@shonesheriffdeen4170 2 жыл бұрын
Thanks for the tips man !!
@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...
@prajithkumar3253
@prajithkumar3253 3 жыл бұрын
Honestly i didn't check when this video going to end that much informative for me😘😘
@MrBaxterrify
@MrBaxterrify 2 жыл бұрын
A helpful overview of Python :) Thank you!
@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)
@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.
@Professor3022
@Professor3022 3 жыл бұрын
that is a lot of tips and resources. Thanks you!
@nooblogs2408
@nooblogs2408 3 жыл бұрын
Thank you for the tips ❤️
@sulizar7600
@sulizar7600 Жыл бұрын
Dope and insightful video as always🔥🔥
@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
@Janiecobag
@Janiecobag 2 жыл бұрын
The comments are really enriching. As pipo text/ write through experience and thanks continue with this inspiration
@ofsanjay
@ofsanjay 3 жыл бұрын
Python guide in 15 min great. 10:53 love these backlight keyboard
@charliesumorok6765
@charliesumorok6765 3 жыл бұрын
1:23 Python is useful for making an iOS app because it allows you to make concepts faster.
@mohammadmaheanhasan4091
@mohammadmaheanhasan4091 3 жыл бұрын
Woah! I love your content a lot. Please make more content for us.
@kennynoel2863
@kennynoel2863 3 жыл бұрын
These tips are great for learning overall.
@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?
@josep6710
@josep6710 3 жыл бұрын
Found you one video ago. A mazing stuff!
@SS10818
@SS10818 3 жыл бұрын
Thanks Jane!
@leavonfletcher4197
@leavonfletcher4197 3 жыл бұрын
Excellent tips! Thank you!
@jalakamkiran7392
@jalakamkiran7392 3 жыл бұрын
I think youtube is the best resource for programming...literally it has great tutorials and most of them are free
@newsjuice7404
@newsjuice7404 2 жыл бұрын
I have just started learning python & this was extremely helpful
@RedicoAccount
@RedicoAccount 2 жыл бұрын
Thank you so much for those tips
@ahmetbatkankuscu9145
@ahmetbatkankuscu9145 3 жыл бұрын
Thank you for help, great video!
@theumezude
@theumezude 3 жыл бұрын
Great video, mate!
@bibhudattadash350
@bibhudattadash350 3 жыл бұрын
Very motivating. Thank you!!!
@jamescarter5466
@jamescarter5466 3 жыл бұрын
Whoop #TeamJane ... also love how this video came out on Christmas Day and at the same time I finally got Python to stop being a pain and do what I wanted it to do rather than it giving me syntax errors
@Salah-YT
@Salah-YT Жыл бұрын
thank u so much for sharing this
@x-alias3405
@x-alias3405 2 жыл бұрын
I started learning python at a very young age, but the way I learned differed greatly from others. In fact, my learning approach would have very little programming. I would take notes, a lot of notes. I would read programming books, and memorize them, then write out code on a piece of paper. Even today I write code on paper, I don't know why, but it helps me. The point is, just because someone learns coding faster by actually doing it, doesn't mean you will too :) Find an approach that suits you.
@mrcrbgaming2412
@mrcrbgaming2412 2 жыл бұрын
I started learning c++ on august and I’ve found this is the approach I take also.
@2wheelereyes521
@2wheelereyes521 2 жыл бұрын
Thanks for the tips. Can you create a website on your own?
@2wheelereyes521
@2wheelereyes521 2 жыл бұрын
Thanks for the tips. Can you create a website on your own?
@waititsnilson1298
@waititsnilson1298 2 жыл бұрын
@@2wheelereyes521 in python probably not
@kartikchauhan2778
@kartikchauhan2778 2 жыл бұрын
Yes I also make notes in written
@Latif127
@Latif127 3 жыл бұрын
It is a nice guideline, thank you.
@ponleusingular9485
@ponleusingular9485 3 жыл бұрын
Thank you for this video 😍
@SplitSniper7
@SplitSniper7 3 жыл бұрын
Everytime I see videos like this I get super hyped to learn but always end up overwhelming myself into not going through 😅
@nairsreehari96
@nairsreehari96 3 жыл бұрын
That's what happened to me😂. I started with c and c++ couldnt complete it. Tried Java.. java went quite well but then i didnt practice after that and i forgot most of it. Then i saw videos on youtube about web development and started learning css/php/javascript and that urge to study went away after creating couple of web page. But now i am focused on python and i want to continue learning it. Hopefully..
@creatorz6739
@creatorz6739 2 жыл бұрын
@@nairsreehari96 hey did you learn python after that? i have started to learn python
@wranther
@wranther 3 жыл бұрын
Merry Christmas to you and Jane!! -Bob...
@lucario4399
@lucario4399 3 жыл бұрын
10:51 i find that type of thing most annoying while typing
@dielaughing73
@dielaughing73 3 жыл бұрын
It was driving me crazy just watching
@incredgmzx
@incredgmzx 2 жыл бұрын
All I can say is, if ur trying to learn, try hard and go study more then you can fit in ur brain at once. In 3 days of learning i already know the basic fundamentals and can make lot of diverse stuff already!
@Vojkan_
@Vojkan_ 3 жыл бұрын
Thank you! Video helped me! 🙂
@dusevisky
@dusevisky 2 жыл бұрын
Thanks for sharing this.. it’s very helpful 🥰.
@azizidermawan7534
@azizidermawan7534 3 жыл бұрын
👍Well said, thanx @ Jane, @Kalle, Is there any of your videos that collab with Jane "the script&blog writer"?
@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!
@annachan5129
@annachan5129 2 жыл бұрын
thanks alot for this video... was very insightful
@tinongnjong1305
@tinongnjong1305 2 жыл бұрын
Been learning Python for close to a month now Got a new sub 😃
Python Object Oriented Programming (OOP) - For Beginners
53:06
Tech With Tim
Рет қаралды 3,2 МЛН
I've Read Over 100 Books on Python. Here are the Top 3
9:26
Python Programmer
Рет қаралды 240 М.
白天使和小丑帮助黑天使。#天使 #超人不会飞 #超人夫妇
00:42
КИРПИЧ ОБ ГОЛОВУ #shorts
00:24
Паша Осадчий
Рет қаралды 6 МЛН
How to open a can? 🤪 lifehack
00:25
Mr.Clabik - Friends
Рет қаралды 10 МЛН
Why Linux Is Better For Programming
13:32
Hallden
Рет қаралды 2,7 МЛН
The KEY To Thinking Like a Programmer (Fix This Or Keep Struggling)
10:39
How to MASTER Python FAST in 2024 - FULL ROADMAP
15:12
Internet Made Coder
Рет қаралды 22 М.
How I would learn to code (If I could start over)
9:16
Jason Goodison
Рет қаралды 4,4 МЛН
25 nooby Python habits you need to ditch
9:12
mCoding
Рет қаралды 1,7 МЛН
Why You Shouldn't Nest Your Code
8:30
CodeAesthetic
Рет қаралды 2,5 МЛН
Python As Fast as Possible - Learn Python in ~75 Minutes
1:19:41
Tech With Tim
Рет қаралды 1,7 МЛН
I'm building an app... after two years of no code
20:28
Hallden
Рет қаралды 73 М.
3 PYTHON AUTOMATION PROJECTS FOR BEGINNERS
17:00
Internet Made Coder
Рет қаралды 1,4 МЛН
白天使和小丑帮助黑天使。#天使 #超人不会飞 #超人夫妇
00:42