Several weeks ago I commented that I was a few days away from turning 73 and I was learning Python. I was overwhelmed at the likes and replies given my post. Thank you all so much. Some even replied with a 'birthday wishes' Python program. I have tried many times to like all the replies, but as I continue to click 'Review replies', RUclips eventually reloads. I apologize that I cannot like every reply. A few asked why I was learning Python at my age. I'm still working full time, and I believe new skills are always good. Others asked how my learning was goin. I watch some of the video, then practice to determine how much I have learned then watch more and practice. My goal is Python certification. Again, thank you all for your support.
Tango Protocol subscribed your channel though very less population however I wish you luck. I am an account & financial analyst and want to learn to code and switch to new world...
0:00 introduction 1:45 installing python and pycharm 6:40 setup and hello world 10:23 Drawing a shape 15:06 Variables and Data types 27:03 Working with strings 38:18 Working with numbers 48:26 Getting input from users 52:37 building a basic calculator 58:27 Mad libs Game 1:03:10 Lists 1:10:44 List Functions 1:18:57 Tuples 1:24:15 Functions 1:34:11 Return statement 1:40:06 If statement 1:54:07 If statements and comparisons 2:00:37 Building a better calculator 2:07:17 Dictionaries 2:14:13 While loop 2:20:21 Building a Guessing game 2:32:44 For loop 2:41:20 Exponent Function 2:47:13 2D lists and nested loop 2:52:41 Building a Translator 3:00:18 Comments 3:04:17 Try/Except 3:12:41 Reading Files 3:21:26 Writing a file 3:28:13 Modules and pip 3:43:56 Classes and Objects 3:57:37 Building a Multiple choice quiz 4:08:28 Object Function 4:12:37 Inheritance 4:20:43 Python interpreter ...Thank you...
For those learning. Python now uses f-strings. So the updated way to code 23:00 would be character_name = "Bob" character_age = 28 print(f"There once was a man named {character_name}") print(f"{character_name} is {character_age} years old")
I had to come here - 8 months after I watched your video. I studied economics, last year of masters. Nothing to do with coding whatsoever. Then I watched this video. Now I'm 8 months to python and Django. Just got my first paid software developer job. You have completely changed the course of my life and I'm thankful for that. First time in my life I like my job. I think you can live freely because you changed someone's life, it is almost like if you gave Dobby a sock. Keep it up and thank you.
It just happens so to be that a few days ago I had read the 2nd HP book. Without it that Dobby comment wouldn't make much sense to me :D (haven't watched the movies)
I learned python from this guy 4 years ago, cleared my Amazon Interview- I give 100% credit to this man! I gave my interview in python & my interviewer wasn't that great with python, I ended up explaining the syntaxes in python to my interviewer, and the whole time in my mind i was like, I am gonna get this job because of that youtuber's 4 hours video!
I started my professional journey 3 years back from this python series and today am a Data Science Trainer. All the credit goes to this guy for setting up the base so strong. Thankyou so much for sharing so valuable content for free. God bless you abundantly!
Hi Is there any chance you can share the "learning path" you took? I want to keep learning and go through business inteligence analyst /data engineering, but I often get very lost with things and dont know where to go next. PS. I haven't watched this video. I just saw a few videos from Corey Schafer which is what sparked my desire to learn Python but most of the times everyone talks about things I don't understand or teach stuff that I don't know what I will use them for
Day 1 = 1:19:00 Day 2 = 2:32:58 Day 3 = 3:09:12 Day 4 = Done (if you're wondering if this tutorial works it most certainly does but i recommend to check out their advanced python course if you didn't understand something or need more help understanding it)
Bro can you explain that building a multiple choice quiz Answer =input(question.prompt) If answer==question .answer : I didn’t understand what is meant by question.answer and question.prompt
@@lithinreddy4181 that means we are getting an input from user, which is the answer and if it is equal to the answer of the question then it is true, if not then false.
This video was my first step in the deep learning adventure. Now, I am Data Engineer and I pursue a Data Scientist career. You can do A LOT only by using the internet. Good luck everybody! Coding is awesome!
@@danisherhan It depends on your goal. When I finished the video, I was still looking for something interesting for me. Thus, I will not tell you everything I did - it would be quite chaotic (in the beginning I was thinking about creating websites). However, "Python Object Oriented Programming (OOP) - For Beginners" was quite useful for me. Generally speaking, Tech with Tim channel is great. Check him out! Also, google "python projects" and try making some of them. It's very important not only to learn but also to apply the knowledge. "Mastering Python - Everything You Need To Know To Become a Python Master" is good too. It's also made by Tim and it's a great roadmap of what to do next to master Python. After you finish everything from that video ask yourself - "What do I want to do?" There are tons of things in the world of programming: websites, games, algorithms, machine learning, deep learning... Start watching videos about the subject you chose and start creating projects! Coursera courses are also quite useful if you want to get some certifications. Good luck!
Challenge myself to complete this in 3 days ( 9/2 - 12/2) Been long time not doing the phython 😢 10:23 = Drawing;' 15:23 = Variables & Data types 27:03 = Working with Strings 38:44 = Working WIth Numbers 48:26 = Getting input from users 52:50 = Building a basic calculator 58:40 = Building a Mad Libs game 1:03:10 = Making Lists 1:10:44 = Making list functions 1:19:10 = Tuples 1:24:15 = Functions 1:35:11 = Return statement 1:40:32 If Statements🔥🔥 1:54:34 = If statements & Comparisons 2:00:37 = Building a better calculator 2:07:17 = Dictionaries 2:14:13 = White Loop 2:20:34 = Building a Guessing Game 2:32:44 = For Loops 2:41:20 = Exponent Function 2:47:13 = 2D Lists & Nested Loops 2:52:41 = Building a Translator 3:00:18 = Comments 3:04:17 = Try/Except 3:12:54 = Reading Files 3:21:52 = Writing FIles 3:28:13 = Modules & Pip 3:44:22 = Classes & Objects 3:58:03 = Building a Multiple Choise Quiz 4:12:37 = Inheriance 4:20:43 = Python interpreterhttps lets do it guys!
Watched this video a couple years ago in high school, now I am a computer science student in my freshman year of college and in my programming fundamentals class my professor said our homework would be hard and take us 4-8 hours to complete. Obviously we are using python for this and I must say watching this video ahead of time has put me miles ahead of my classmates and I can easily finish my homework within an hour and watching a 4 hour video has taught me more than my college has taught me in a 4 month semester. Thank you!
@KrypTeK - I never got a CS degree, but have been programming all my working life. Sorry you learned this after you paid into the system. Keep working hard! It will pay off.
@@mrnabeel345 It's great. It gives you all the tools you need to create basic programs. (Well the programs can be as advanced as you want but I'm sure there are more advanced tools to Python I'm not aware of that could make certain tasks easier.) Even if you are a somewhat experienced coder, like I am, but aren't familiar with Python I would recommend watching it if you have to the time.
Literally just dropped out of the Udacity course because the teaching is abysmal. This single video has taught me more in one day than 3 months and $300 of Udacity. Well done. I'm donating!
Thanks for the comment.. gonna start this if you say he' s good.. I'm 33 and don't want to break my back working on construction sites etc... I had it going nice was in University, but gott drunk one day and got involved into some stupid s**t that escalated and went out of control so ended up in jail for participating in a robbery.. after prison got into drugs because I had a feeling ghat my life is ruined and that it's the end.. nothing to look forward to anymore.. finally sober, got my act together and so.. let's start with python
@@dhanpreetsingh it was really good since R syntax is kinda different, so before you get a hand on visualization and machine learning in R, I highly recommend you to understand ALL the base syntax, and freecodecamp did a good job on that
Some Keypoints I noted down: Python: Always typecast your input Default input is always string *List: List can store multiple data types at a time(can be changed) List Function: f1.extend( f2 ) - adds two lists f1.insert( index, f1)- inserts an elements f1.remove(value) - removes the element f1.pop() - removes last element off the list f1.count(value)- counter f1.reverse() - reverses the original order of the list f2=f1.copy() - will copy one list to another *Tuple - can’t be changed once declared(same as list) Use normal brackets not square brackets ex_tuple = ( 4,5 ) *Function: Keyword - def Example -def ex_func(): Every function needs to be called in order to be executed. *IF or- || , and-&& , not()- negate Syntax- if condition1 : elif condition2: else : *Dictionaries: Can excess certain values by shortcuts or abbreviations ex_dic={ “Jan” : “January” , “Feb” : “February” } print(ex_dic(get( “Jan” , “ Invalid “ ))) // used get() to avoid invalid inputs *While: Syntax: while condition: {} *For: Syntax: for variable in range( the range for loop): {} *2D List: ex_2D = [ [1,2,3] ,\ [4,5,6] , [7,8,9] , [0] ] for row in ex_2D: for col in row: print(col) OUTPUT: All elements one by one *Comments: #anythinginsidethishashtagwillbeacomment *Try/except :if user enters a wrong input Syntax: try: #ifanyerroroccurshereexceptwillrun except typeoferror: #statements *Read files If you open a file ,always close it. file=open( “file.txt” , “ r ” ) #thiswillreadthefile print( file.readable()) #readable()willgiveoutabooleanvalue file.close() *readlines() - will convert each line to an index of an array* *Write files file=open( “file.txt” , “ a ” ) #thiswillappend file=open( “file.txt” , “ w ” ) #thiswilloverwrite
School: sell useless information for 100s of dollars This guy: 4 hours of python and not even a single ad. HUMANITY EXIST. Edit:Now there are some ads. Lol😁 But still School system is trash.
Undoubtedly, great content but there is more to praise - No background noise, no music, no animation, no jokes, no voice fluctuation, no mic issues, no complicated examples, and no excessive screen switching. This is by far the best tutorial video I have ever seen. With such quality content and teaching, you can learn anything. Thank you!
4 years ago I randomly searched for a programming tutorial to get in to software industry, landed on this tutorial by Mike, loved his teachings immediately, and that's how I got in to Python Programming, I am now a Lead Software Engineer developing Python applications at a Tier-1 IT services company!
i like how he keeps saying "this function is awesome, that function is awesome", that shows how much he loves his work and what he is doing. Keep it go pal, you rock
Watching this as a crash course for my SEC exam tomorrow. With no previous experience in python, this tutorial is very helpful indeed. Gratitude to the creators🙏
I know this video is 5 years old and thousands of people have already mentioned this but I'm on 3rd hour and I just have to thank you guys, Mike you teach better than 80% of teachers in this country lol. Straight to the point, no bs, no confusion. You guys have my respect !
@@youkilledabout53cats29 for me it covers everything you need to know to get started. Like it says, it's for BEGINNERS. Don't expect to be writing a full fledge program. Python has LOTS of add ons from what I've learnt but this will def get you going and give you a good base
Time stamps + descriptions: Day one: 1:03:19 (didn’t really learn that much because i have knowledge in coding in other languages, just learned a few neat things) Day two: 1:54:12 (Learned about tuples and starting comparisons tomorrow, I already have past knowledge in other languages with a lot of whats in the video) 2:32:59 (just some basic stuff)
THIS IS THE BEST PYTHON COURSE YOU CAN FIND ON THE INTERNET! Not too long, concise in explaining all the concepts and amazing examples to simplify the concepts. Thank you Mike!
This man has single-handedly taught me more in 4 hours than my lecturer has in 7 weeks, before I was worried because I don't fully understand python because we are basically required to learn it on our own and NOW I FEEL REAL BIG BRAIN!
it took me 4 days to finish this video, cause i never programmed before, i think most of this guys income this month is coming from me watching the ads ...xD
This was the first video that taught me to code in python just last month. After a month of code and watching other videos, i made an AI assistant for my computer fully voice controlled and controllable through messenger. Just came back here to watch again and compare how totally uneducated i was back then. Im really far and would like to thank this man for it. Insert *Carefully, hes a hero* meme here. More power to the giraffe!
@@leslieah7060 learn some algorithms Go to khan academy and learn math like matrices Then codewars, code forces, hackerrank websites Start with the easiest problems and then work your way up. Or just work on some projects for fun like im doing So far I have made a pig latin translator, the foundation of a tic tac to game, and a program that opens a website(twitch), logs in, and follows a streamer. Look up machine learning and/or neural networks. You can code an AI that learns to do stuff like playing games and recognizing images. There is also web scraping
Congrats!!! before this did you have any experience in programming? i am about to start watching this video and I wonder if i can go with this video only. I am zero beginner now!
@@haha-vm6gi I just started a month ago, and now i've made a program that finds the roots of a quadratic equation for fun lol. If a random 15 yr old was able to do that after a month then you can prolly do way more bro, keep going!
@@seanbalbuena8710 that's cooool, thanks broo for ur time...!!! It has been 4 days now, and i'm getting pretty good i think! thank uuuuu! Good luck! :DD
if anyone had error cant find the file or directory in the topic of reading file at 3:12:41 you need to change or select the working directory for it to actually work correctly follow this steps to change the working directory 1. Click on the run option on the top menu 2. Then select edit configuration 3. Then choose which python file you want to modify the working directory for example in this video the file name was app.py 4. Then find the working directory option in the configuration setting 5. There either manually select the path or click on the button to browse to the directory
Any person who invests this level of effort into something for free is a good man in my book. You sir, are a GOOD MAN. And the RUclips videos are indexed as well!? What kind of a Godsend miracle is this!?
You know some fucked up programming schools probably charge you 100 dollars just for showing you how to download python lmao. Wolrd full of selfish people.
it took much longer than I thought but I have successfully completed this course! I thought I'd clear this in a week tops cause I have a background in C# and a bit of Java, but due to mental health struggles it's taken about 3 months. I wanted to give up, but told myself to just take it slow and do my best and I've done it! Can't wait to keep learning, and here's to progress even if it's slow!
The most important advice is to stay consistent and keep practicing and always challenge yourself with projects that push your limits Celebrate every small victory and remember that progress no matter how slow is still progress.
Props to you man, got me up and running. And to all the 4k people that disliked..he dedicated 4 hours of his time to share his knowledge and helped many MANY people with their dream and you dislike such a masterpiece? some people i will never understand.
Those who disliked this tutorial are actually losers , they do it because they can't even help themselves.Haters hate on you because you're doing what they cannot, will not or are too afraid to attempt
There are videos of Mozart with dislikes, so stupid people never gonna run out. No matter what you do, how good, useful or talented you are, there is a dislike waiting for you.
I completed this 4:26:52 hours course and this is longest video I ever watched in my life and thanks for this video it gonna help me a lot in my further python journey!
@@mintcondition3366 im at 3 hours in and i made a fake coffee shop that greats you, takes your name , gives menu and ask what u want, ask how many, if you want milk or sugars n how many of those, then i just finished adding order up too 3 different items and getting a price with tax included. the more i watch the more i go back and edit and the better it gets . i started watching network chuck but he only has 2 episodes so far( which were really good ) so i ended up here and now learning a bunch more, deff worth watching if your serious
I honestly dont get why would you dislike the video after this guy spend 4 hours filming this video and god knows how many hour he spent editing it, just like why
don't look the bad side look the good side allways and everybody have bad people also the people who put like doesn't mean nothing beacouse that people the next day will go to supermarket and will their attitude in really bad side ..sooo we don't care about them look your side I look my side everybody will be better when ill look only the our side our road our feture
This is honestly the beauty of the internet. I'm sure people pay good money to take courses that give you the same amount of information as this video. But in this case, there's a great, clear teacher, and you can pause and rewind as much as you need and its free! I'm 48 minutes in and really enjoying it.
Hello My name is Yiorgos, i am school teacher (primary) from Greece. Because of the epidemie of coronovirus , i 'm staying home and i began to learn Python. Thank you for your great job!
self notes - 3:56:25 - the parameters can be different not necessarily same eg - class student: def __init__(self,a,major,gpa,bol): self.name=a self.major=major self.gpa=gpa self.bol=bol replacing name with "a" wont give any error important at 4:18:36 - note the syntax for inheritance 4:20:00 - overwriting a part of the inherited class thanks Mike!
can you imagine it has taken me four days just to complete this 4 hr video, and I did an online python exam based on what you've taught and I scored a 73%. Can god bless you mike for teaching so well for free and may you live to teach more and more
@@looksmatteronly If you try out all the concepts he explains, experiment a bit etc. then it takes far more than 4 hours to complete the video. I think I spent 8 hours.
What kind of exam/where did you take it? Im wondering because there are probably lots of exams for beginners but also lots for advanced users and It would be good for me to take a beginner!! so I dont choose the wrong exam
Dude i leanred C from him in a similar video like this and when i took an online exam scored 84%. To think i started programming with C. This guy is a good teacher
I am a 2nd-year computer science major and this course prepared me pretty well for the new material that we studied. Also, I landed an internship owing to this course. Kudos!
Man this video is where it all started for me. Coming back to this video makes me feel sentimental, remembering good(?) old times I was struggling with environment setups in PyCharm. For those of you who are watching this now and started learning python, good luck to you all, you can def do this.
Thank you! How did you deal with intimidation of programming? I feel like It's scary to learn to program maybe I feel like It's too hard to learn or something like that.
@@Skelbiner Well I started out thinking programming is cool cause naively enough, the image I used to have toward programming is some guys typing green characters really fast on black screens lol and I thought that was really cool and so for me it wasn't intimidating at all. Then as I learned how to code, I knew what I wanted to create which kept motivating me to a great extent. I think it's important that you have something you want to create, and you learn coding in order to achieve that, instead of just learning how to code for the sake of coding. So I guess having a curiosity and enough motivations would beat the intimidation
Tbh it didn't take more than a few days just to get familiar with simple syntax, but for a deeper understanding of OOP related concepts it took a few weeks to a few months
I've finally ended the course and I feel so proud of myself! I'm 19 and i'm going to become a programmer. I know it. Thank you, Mike Dane, for that awesome course! Your teaching style is amazing!
Do it - my daughter always loved computers and programming, and one day just decided to go to the local community college for programming. Two years later she graduated and walked right into a position with Turner Broadcasting (Cartoon Network, TNT, CNN, Adult Swim, and MANY more - it's now owned by Discovery) making over SIX figures a year! DO IT!! If money is a problem, get your grants and loans (if you're in the US). My daughter has already paid one of her 2 loans off in full and the other is more than half paid! It's so worth it!! GOOD LUCK!!!
So, I just finished this course in about 2 full days with notes with step by step pausing each time. It is very time consuming, but compared to paying for classes/courses (which I have already done) this has to be one of the best free courses as it teaches you many basics that you can implement into more complex problems. I am very grateful to be alive in era where we can experience quality teaching with no cost. Thank you so much!!
@@JimmyNeutronAdHdCuzzin hi! How is it going? I am going to learn python as a beginner and I have some struggle with choosing “the best course on RUclips”. I have watched different videos of python but this video seems much more better. Would you recommend this course? Thanks from Kazakhstan!
@@bayastantursaliev7142 Yes I would say this one is very good because it teaches you mini projects within the course, and also I personally liked it better because I could understand the instructor clearly. He doesn’t skip any steps to be honest, but at the same time it is a problem solving skill within the computer that once you get more repetition and practice in you’ll get more comfortable with. My suggestion would be to find something you like and then try to create a project using Python or other programming languages because it’ll drive your passion and increase your learning
I landed my first job while being an undergraduate student at university due to this tutorial. This was the starting point where I learnt and understood fundamentals of Python. Thanks for the great work Mike!
@@TONI__KROOS of course every employer is different but they’ll ask the usual, asking you about your self, strengths weaknesses whatever. Just make sure to show you’re willing to learn and do what is needed of you, I don’t know a half decent employer that doesn’t greatly appreciate a good attitude. If you’re qualified and have a good attitude that puts you ahead of most people.
@@tylerdavis3 I meant questions related to coding not behavioural type...😅 Do we just practice leet ode? And BTW is python and data structures and algorithms enough to get a entry level job??
All the best of luck to you, sis. :3 Don't give up, and don't let the vile people of this world get you down. Trust me, there's plenty, but they want you to fail for their own pretty reasons. Just a heads up, the programming world can sometimes be full of flaming utter sexist and racists cunts for some bizzaro reason. Just the way it is, unfortunately, but it's gotten a little better. I learned Python some time ago, but I've linked a bunch of people I know to this very video, because it's education you can get for 100% free.
Not Consecutive days but overall within 1 week 1:11:04 Day 1 3:20:50 Day2 3:43:03 Day 3 Completed on Day 4 Very good course, not like I have tried many courses to know how good this one is but I felt satisfied with it. I'm not totally new to programming so very time efficient I should say. Nothing too complex here but enough to get started, after this short course should probably start learning by building projects.
This course is equivalent to a semester of a class in undergrad school. This is so beautifully and clearly explained. Thank you very much for such an amazing course, that too available for free!
It's not - this is better. I did a semester of coding during my Chemistry degree and the material was so difficult to learn and understand. This is taught so much better, is much more practical, and is a lot more engaging. Plus, this is about half the teaching time I had at uni for this and have already learned so much more
This comment is good for me because Im learning on my own and I constantly doubt myself on things Such as terminologies and types im potentially missing
Today is 19th of June, my first day into programming i hope to change my professional field and become proficient in IT and finally be able to move out of the country i live in. Really looking forward to it. Never give up guys
Don't Give up ! I believe in you! It was also my first day learning programming , and i want to be a game developer when I grow up. I thought it was going to be very hard, but it isn't. I watched 1 hour of the video and probably continue watching soon, Have a nice day !
Today is the 2nd of July, and I am programming now for around 1 month. I have the same dreams as you, I love IT stuff so much and cant wait to move out aswell :)
Heyy it's 4th of July it's been a week that started programming and also have same dream as Urs and I'm currently in 1st year engineering IT branch best of luck to you and to me
You guys are not alone! I got done with school last month and now i'm trying to get into a college to pursue computer science engineering/IT. Good luck!
yeah the pacing and clarity is amazing. I have bad memory retention and am about to start a skills boot camp, but so far feel like this video has been the most helpful resource I've found.
Just starting my coding journey after many years of procrastination and other people coding for me. So far this is all very clear. Trying to use this to interpret what others have written for me. It’s a start. Thank you
I had heard a long time ago that entrepreneurs hire people who can program. They give their ideas to the people who can and bring their visions to fruition. There have been some major disagreements between them and as a result they can't hire other programmers whenever they want because it costs time/money. Also, who's to say they won't steal your million dollar idea? So if you can, learning how to program on your own allows you the freedom to get everything you wish to do exactly right on your own terms.
If we're to get into details, then knowing how to code can also enable you to manage projects (yourself) and not have to hire someone for that position..:)
I just completed learning SQL and Python in 1 weekend thanks to this guy 4h courses each. Saturday SQL/Sunday Python. Now am doing HackerRank questions. Basically wondering if I can learn 2 languages in 1 week for an upcoming technical coding test.
10:23 = Drawing;' 15:23 = Variables & Data types 27:03 = Working with Strings 38:44 = Working WIth Numbers 48:26 = Getting input from users 52:50 = Building a basic calculator 58:40 = Building a Mad Libs game 1:03:10 = Making Lists (I am here now)🛏🛏🛏🛏🛏🛏🛏🛏🛏🛏 1:10:44 = Making list functions🛏🛏🛏🛏🛏🛏🛏🛏 1:19:10 = Tuples 1:24:15 = Functions 1:35:11 = Return statement 1:40:32 If Statements 1:54:34 = If statements & Comparisons 2:00:37 = Building a better calculator 2:07:17 = Dictionaries 2:14:13 = White Loop 2:20:34 = Building a Guessing Game 2:32:44 = For Loops 2:41:20 = Exponent Function 2:47:13 = 2D Lists & Nested Loops 2:52:41 = Building a Translator 3:00:18 = Comments 3:04:17 = Try/Except 3:12:54 = Reading Files 3:21:52 = Writing FIles 3:28:13 = Modules & Pip 3:44:22 = Classes & Objects 3:58:03 = Building a Multiple Choise Quiz 4:12:37 = Inheriance 4:20:43 = Python interpreter
I am a total beginner and for me this is one of the best tutorials of any kind I have seen! I was left confused by other videos but this makes total sense - and is quite fun to follow. Thank you!
I'm an engineer manager who watched this for just a simple syntax intro. This guy is great at explaining things and knowing when to stop. He could go deeper at times and introduce more complicated topics, but knows when it would be too much!
@@beefybeef354 I'm about to start my journey into learning Python, so seeing these comments were very reassuring. Thank you, and all the best on your journey
This is the video that completely changed my life. I started learning python by watching this video in 2020, I had no programming experience priorly and I was an account manager. Fast forward to 4 years later, I am a big data engineer now. Thank you so much for this video!💯🙌
Hey , can you please help me out, i'm still kinda confused about the world of coding😁 what else did you do after this video to help you reach where you are, coz i'm 17 and I have an idea that could be a big hit, but I have no idea where to start, never coded in my life, is this the right video ?
I have finally finished this course after a month of watching a section every day. You have no idea how much this helped me grasp a lot of the concepts being covered in my programming class now. We just got to methods in that class and I already knew the basic idea even though it’s taught in Java. Thank you so much for this incredible course
Actually I curious about how high school teach about programming , because I just graduated last year, and thinking about way to learn coding and more.but I’ve seen a lot of people like you saying how less they learn from school. :/
Brother i'm from india.....i'm not able to pay money from any institute here...you have teach me a simple launguage and i just use it now....thanks fro9m my heart
I learned some python completely from the free web not because I couldn't pay but i didn't wanted to. Hahahaha Not only python, c, c++, java and common lisp also. And I am from India too.
@@shraddharangari I'm aware of many good sites and created few python projects so far for me to automate my tasks. Are you a beginner or you're already good with python?
day 1 = 2:38:06 day 2 = 3:34:31 day 3 = 4:09:37 day 4 = 4:26:52 hey mike this is the guy from india and you are one of the great teacher for python i have ever seen in my life.
@@lewy3349 not necessarily. It’s just pretty cool that this is free for all of us considering the amount of stuff being covered/the length of the video.
@@SynysterKelvin i hope that you're doing well over there. Although quarantine is ending over here but honestly, our mass testing is not enough. Hopefully there's no another wave of outbreak.
I will be noting my progress here: Day 1: 4 Sept 24: 00:00 to 15:07 Day 2: 5 Sept 24: Absent (Wasting time watching roadmap of Python) Day 3: 6 Sept 24: 15:07 to 52:42 Day 4: 7 Sept 24: Absent (Laziness after straight 5 hours of busyness 4 hours of cricket and 1 hour of relatives work) Day 5: 8 Sept 24: 52:42
So this is a 4 hours video, teaching everything a beginner needs to know about Python, completely ad-free and fully subtitled ? Holy fuzzy, my hope in humanity is restored
Holy fuzzy! I know who's videos you're watching XD please tell me this video is 'surprisingly simple' I haven't tackled it yet, just reading the comments to see if it's worth it!
@@LizTiddington Holy fuzzy, I see you're a woman of culture as well ! I can 100% certify that this video is surprisingly simple and it won't de-ceave you ;)
You have just mastered explaining the content in a very clear and a convenient way. Thank you so much. The very best video I have come across as a ‘beginner’
I've learnt more than I did in 4 years of GCSE computer science and A Level computer science in an hour too. Maybe I've just had bad CS teachers but its crazy how simple this could have all been.
fun fact: you can put int() or float() before input() And at 56:18 in this video you can simply do like this: num1 = int(input(:'Enter a number:')) num2 = int(input(:'Enter another number:')) result = num1 + num2 print(result) The same with float
Want more from Mike? He's starting a coding RPG/Bootcamp - simulator.dev/
Am I first? Would be kinda cool.
@@NiceGriffin ye
$49/month is too much 😢
18 hours wow
lol me when broke
Several weeks ago I commented that I was a few days away from turning 73 and I was learning Python. I was overwhelmed at the likes and replies given my post. Thank you all so much. Some even replied with a 'birthday wishes' Python program. I have tried many times to like all the replies, but as I continue to click 'Review replies', RUclips eventually reloads. I apologize that I cannot like every reply. A few asked why I was learning Python at my age. I'm still working full time, and I believe new skills are always good. Others asked how my learning was goin. I watch some of the video, then practice to determine how much I have learned then watch more and practice. My goal is Python certification. Again, thank you all for your support.
Stan is the main man! I'm trying to help every new programmers learn python so if you have any questions please do ask.
Happy belated 73rd birthday
You're the man!
Little late... but happy birthday!
Tango Protocol subscribed your channel though very less population however I wish you luck. I am an account & financial analyst and want to learn to code and switch to new world...
0:00 introduction
1:45 installing python and pycharm
6:40 setup and hello world
10:23 Drawing a shape
15:06 Variables and Data types
27:03 Working with strings
38:18 Working with numbers
48:26 Getting input from users
52:37 building a basic calculator
58:27 Mad libs Game
1:03:10 Lists
1:10:44 List Functions
1:18:57 Tuples
1:24:15 Functions
1:34:11 Return statement
1:40:06 If statement
1:54:07 If statements and comparisons
2:00:37 Building a better calculator
2:07:17 Dictionaries
2:14:13 While loop
2:20:21 Building a Guessing game
2:32:44 For loop
2:41:20 Exponent Function
2:47:13 2D lists and nested loop
2:52:41 Building a Translator
3:00:18 Comments
3:04:17 Try/Except
3:12:41 Reading Files
3:21:26 Writing a file
3:28:13 Modules and pip
3:43:56 Classes and Objects
3:57:37 Building a Multiple choice quiz
4:08:28 Object Function
4:12:37 Inheritance
4:20:43 Python interpreter
...Thank you...
thanks man!
Damn!
You went through a lot
Much wow and love bruhski
Very helpful, thank you! :)
Thank you
I learnt python from this video last year. I cleared two interviews in python this year and I am in a new job. Thank you ☺️
what else did u do aside from this video if i may ask
Realy!
Congrats 👏
Can you please tell us what other resource u used and was python your first language?
Do u need any other degree to land on a job?
really ?
For those learning. Python now uses f-strings. So the updated way to code 23:00 would be
character_name = "Bob"
character_age = 28
print(f"There once was a man named {character_name}")
print(f"{character_name} is {character_age} years old")
thanks!
but according to the video, python has no syntax to learn 😂
I tried both and they both worked. Does "correct" mean better?
@@ta_ogboy9998 can say the same... though I think using f strings we save time and input?
@@gustavocrevelari1036 I think that too, it seems a lot easier to type as well
4 and a half hours long, yet no ads, Greatest man in the world!
except the one for PyCharm. Its got a paid version too that you will most likely want. But nothing wrong with that.
Ive just knew that man
I can not believe
@KingHamlet you must be using Adblock
@@MrMiyagi005 even if he doesn't there are no ads
Marc Rogerson i prefer using Visual Studio
This guy just sat 4 and a half hours recording on the same day to upload a free video. Man, just thanks!
Actually it's a compilation from his channel 'Mike Dane,' but great nonetheless!
No the video is edited
Not free man...he's making his bucks!!
@@woodant7 Yeah I mean cost-free, but Is nice he is doing some $$$ with this vid. And the free code camp also
He didn't make it 4 hours straight but nonetheless it was a great effort from him to make this amazing free tutorial👌👌👌
I had to come here - 8 months after I watched your video. I studied economics, last year of masters. Nothing to do with coding whatsoever. Then I watched this video. Now I'm 8 months to python and Django. Just got my first paid software developer job. You have completely changed the course of my life and I'm thankful for that. First time in my life I like my job. I think you can live freely because you changed someone's life, it is almost like if you gave Dobby a sock. Keep it up and thank you.
It just happens so to be that a few days ago I had read the 2nd HP book. Without it that Dobby comment wouldn't make much sense to me :D (haven't watched the movies)
@@SandraWantsCoke master has given dobby a sock. doby is free
@@sparshdaksh You fool, you cost me a servant! or something like that :D
i need a help i cant find any site i mean like pycharm etc to understand well i cant find to run in terminal mode etc please help me bro
It's funny, you and him look identical. XD
I learned python from this guy 4 years ago, cleared my Amazon Interview- I give 100% credit to this man! I gave my interview in python & my interviewer wasn't that great with python, I ended up explaining the syntaxes in python to my interviewer, and the whole time in my mind i was like, I am gonna get this job because of that youtuber's 4 hours video!
Really?
Nice
CaP
Really? Damn. Good stuff
🧢
Day 1 27:03
Day 2 1:54:07
Day 3 2:20:01
Day 4 3:12:41
Day 5 4:26:51
completed this course.
Thank you king👑
Thanks bro i really needed that
Well done
Doesnt work like that dawg you need to practice for hours on every point
yea not just watching
@@ahmadmahmoud634
I started my professional journey 3 years back from this python series and today am a Data Science Trainer. All the credit goes to this guy for setting up the base so strong. Thankyou so much for sharing so valuable content for free. God bless you abundantly!
You too.
Hi
Is there any chance you can share the "learning path" you took? I want to keep learning and go through business inteligence analyst /data engineering, but I often get very lost with things and dont know where to go next.
PS. I haven't watched this video. I just saw a few videos from Corey Schafer which is what sparked my desire to learn Python but most of the times everyone talks about things I don't understand or teach stuff that I don't know what I will use them for
I'm also aiming to become a data scientist, very interested in how you got there
@@Arielsoto13 Hi...Do you want to switch your career to Computer science or just starting out?
That's so cool! I'm starting my journey right now!
Day 1 = 1:19:00
Day 2 = 2:32:58
Day 3 = 3:09:12
Day 4 = Done
(if you're wondering if this tutorial works it most certainly does but i recommend to check out their advanced python course if you didn't understand something or need more help understanding it)
same timeline i also did in 4 dys
He explains everything so well and at a good pace. Can we just appreciate that this is free!?
so true. I watched his c# tutorial and it was awesome.
Bro can you explain that building a multiple choice quiz
Answer =input(question.prompt)
If answer==question .answer :
I didn’t understand what is meant by question.answer and question.prompt
Many python tutorials are free
Also he put ads on it so it's not free
@@user-jd8jx5fe6r well even though he put ads it's still free for us, we don't have to pay anything but he's still earning
@@lithinreddy4181 that means we are getting an input from user, which is the answer and if it is equal to the answer of the question then it is true, if not then false.
I can’t believe this has no ads, what a hero
What happens is the free code camp that is run by some large company will buy a video then upload it here LEAGALY most of the time.
Many videos dont have ads
I am also trying to create my own FREE content with Python Basics - check it out 🙏🏻
@@DigitalAcademyOnline I will check it out
@Coding Rock Star what?
This video was my first step in the deep learning adventure. Now, I am Data Engineer and I pursue a Data Scientist career. You can do A LOT only by using the internet. Good luck everybody! Coding is awesome!
What course did you take after this video, may I ask?
@@danisherhan It depends on your goal. When I finished the video, I was still looking for something interesting for me. Thus, I will not tell you everything I did - it would be quite chaotic (in the beginning I was thinking about creating websites). However, "Python Object Oriented Programming (OOP) - For Beginners" was quite useful for me. Generally speaking, Tech with Tim channel is great. Check him out! Also, google "python projects" and try making some of them. It's very important not only to learn but also to apply the knowledge. "Mastering Python - Everything You Need To Know To Become a Python Master" is good too. It's also made by Tim and it's a great roadmap of what to do next to master Python. After you finish everything from that video ask yourself - "What do I want to do?" There are tons of things in the world of programming: websites, games, algorithms, machine learning, deep learning... Start watching videos about the subject you chose and start creating projects! Coursera courses are also quite useful if you want to get some certifications. Good luck!
Wow. This video is helping me a lot. We use Python in 7th grade. We have a class called Informatika in witch we do a lot of coding.
@@uu7227 wah👍
@@uu7227 i was in 7th grade a year ago we were learning scratch like what
Challenge myself to complete this in 3 days ( 9/2 - 12/2) Been long time not doing the phython 😢
10:23 = Drawing;'
15:23 = Variables & Data types
27:03 = Working with Strings
38:44 = Working WIth Numbers
48:26 = Getting input from users
52:50 = Building a basic calculator
58:40 = Building a Mad Libs game
1:03:10 = Making Lists
1:10:44 = Making list functions
1:19:10 = Tuples
1:24:15 = Functions 1:35:11 = Return statement
1:40:32 If Statements🔥🔥
1:54:34 = If statements & Comparisons
2:00:37 = Building a better calculator
2:07:17 = Dictionaries
2:14:13 = White Loop
2:20:34 = Building a Guessing Game
2:32:44 = For Loops 2:41:20 = Exponent Function
2:47:13 = 2D Lists & Nested Loops
2:52:41 = Building a Translator
3:00:18 = Comments
3:04:17 = Try/Except
3:12:54 = Reading Files
3:21:52 = Writing FIles
3:28:13 = Modules & Pip
3:44:22 = Classes & Objects
3:58:03 = Building a Multiple Choise Quiz
4:12:37 = Inheriance
4:20:43 = Python interpreterhttps
lets do it guys!
Watched this video a couple years ago in high school, now I am a computer science student in my freshman year of college and in my programming fundamentals class my professor said our homework would be hard and take us 4-8 hours to complete. Obviously we are using python for this and I must say watching this video ahead of time has put me miles ahead of my classmates and I can easily finish my homework within an hour and watching a 4 hour video has taught me more than my college has taught me in a 4 month semester. Thank you!
@KrypTeK - I never got a CS degree, but have been programming all my working life. Sorry you learned this after you paid into the system. Keep working hard! It will pay off.
This is nice. Hope you did well?
same here, this is gold.
If answer==question.answer: at timer 4:05:07. Can someone explain me how that works.. dint really understand the question.answer thing exactly.
@@livesyncmaster If you are asking about the double equals that is boolean equals, so it returns true or false.
This is the very first 4.5 hr long youtube video that I watched from start to end without skipping in my life. Thanks for your hardwork.
As a beginner, how was it? Can I learn sustantial amount of python?
@@mrnabeel345 It's great. It gives you all the tools you need to create basic programs. (Well the programs can be as advanced as you want but I'm sure there are more advanced tools to Python I'm not aware of that could make certain tasks easier.) Even if you are a somewhat experienced coder, like I am, but aren't familiar with Python I would recommend watching it if you have to the time.
Literally just dropped out of the Udacity course because the teaching is abysmal. This single video has taught me more in one day than 3 months and $300 of Udacity. Well done. I'm donating!
Justin Lutz I learned more in the first 30 minutes!!!
Udacity 👎 no quality control
i am also learning python in udacity. having a kind of bad experience but at least ill finish the course
may be udemy the worst........hates off tho this great guy
The Intro to Programming Nanodegree Program! I was fine at first but they teach Python like a disgruntled older brother! I was so lost.
I know this video is almost 5 years old,but this is one of the best videos out there if you want to learn python,This guy is an absolute legend..
Real
We really need to appreciate him
Thanks for the comment.. gonna start this if you say he' s good..
I'm 33 and don't want to break my back working on construction sites etc... I had it going nice was in University, but gott drunk one day and got involved into some stupid s**t that escalated and went out of control so ended up in jail for participating in a robbery.. after prison got into drugs because I had a feeling ghat my life is ruined and that it's the end.. nothing to look forward to anymore.. finally sober, got my act together and so.. let's start with python
@@beyondrecall9446 hows python going
@beyondrecall9446 I haven't been to jail. But shits been rough and I'm feeling pretty hopeless, let's learn a skill brother
@@beyondrecall9446 good luck man.
This dude really taught me HTML, CSS, C++, R and Python. What a legend.
And Java
It really is impressive. He also taught SQL, C#, and PHP...
how was R tutorial ?. i have to start
@@dhanpreetsingh it was really good since R syntax is kinda different, so before you get a hand on visualization and machine learning in R, I highly recommend you to understand ALL the base syntax, and freecodecamp did a good job on that
@@chrissmith1152 gotcha
Man im 47 years old wondering where to start a course in python and found this..i really apreciate the time u invested in this it helps allot!!
69 likes? i am not gonna like it just so it stays 69
@@affelyus2395 100 likes now haha
@BrownBoyGamer 115 likes now haha
@@lukas-um5oe 117 now haha
4.7K now haha
He wasn’t kidding when he said he’d would hold our hands and walk us through Python...
Clear explanations and great examples. Thank you!
@KyleMac.onCrack yes
KyleMac.onCrack he’s literally using python 3
Day 1- 46:20 Day 2: 1:24:17 Day 2: 2:32:45 Day 3,4,5:did nothing(regret) Day 6: revision again 2:32:40 Day 7: 3:00:00 Day 7: 4:26:00
better than nothing
Some Keypoints I noted down:
Python:
Always typecast your input
Default input is always string
*List:
List can store multiple data types at a time(can be changed)
List Function:
f1.extend( f2 ) - adds two lists
f1.insert( index, f1)- inserts an elements
f1.remove(value) - removes the element
f1.pop() - removes last element off the list
f1.count(value)- counter
f1.reverse() - reverses the original order of the list
f2=f1.copy() - will copy one list to another
*Tuple - can’t be changed once declared(same as list)
Use normal brackets not square brackets
ex_tuple = ( 4,5 )
*Function:
Keyword - def
Example -def ex_func():
Every function needs to be called in order to be executed.
*IF
or- || , and-&& , not()- negate
Syntax-
if condition1 :
elif condition2:
else :
*Dictionaries:
Can excess certain values by shortcuts or abbreviations
ex_dic={
“Jan” : “January” ,
“Feb” : “February”
}
print(ex_dic(get( “Jan” , “ Invalid “ ))) // used get() to avoid invalid inputs
*While:
Syntax:
while condition:
{}
*For:
Syntax:
for variable in range( the range for loop):
{}
*2D List:
ex_2D = [ [1,2,3] ,\ [4,5,6] , [7,8,9] , [0] ]
for row in ex_2D:
for col in row:
print(col)
OUTPUT:
All elements one by one
*Comments:
#anythinginsidethishashtagwillbeacomment
*Try/except :if user enters a wrong input
Syntax:
try:
#ifanyerroroccurshereexceptwillrun
except typeoferror:
#statements
*Read files
If you open a file ,always close it.
file=open( “file.txt” , “ r ” ) #thiswillreadthefile
print( file.readable()) #readable()willgiveoutabooleanvalue
file.close()
*readlines() - will convert each line to an index of an array*
*Write files
file=open( “file.txt” , “ a ” ) #thiswillappend
file=open( “file.txt” , “ w ” ) #thiswilloverwrite
No
@@radheradhe9643 what no?
@@MohdZaid-kv7yn by mistake
This is like sharing your notes with the whole class thank u soldier ur work is beyond appreciated
tysm
This 4 hour video has taught me more about coding than a total of 6 semesters of some type of coding classes, proves that youtube is all you need.
@@thegoldentree6913 Amen to that!
cj45 bosch vci issue and bosch uncover for your own personal information
and specially since the guy who is doing this all isn't from india
@@Samarth_Shrma ikr
School: sell useless information for 100s of dollars
This guy: 4 hours of python and not even a single ad.
HUMANITY EXIST.
Edit:Now there are some ads. Lol😁
But still School system is trash.
humanity restored
Educational videos are being effected by COPPA, that is why no ads. :(
@@Mr_Ginge_ can we just appreciate this guy.
Daddy
I aggree, this guy is great. Clear explanation, and perfectly understandable. If there is a donation button, I will definitely donate.
My guy just completed my whole semester of college programming for engineering in 4 hours. You are an absolute goat
Undoubtedly, great content but there is more to praise - No background noise, no music, no animation, no jokes, no voice fluctuation, no mic issues, no complicated examples, and no excessive screen switching. This is by far the best tutorial video I have ever seen. With such quality content and teaching, you can learn anything. Thank you!
I don't see anything wrong with jokes
If you want jokes then pause the 4 and a half long video of information -_-
@@yolomcswaggens9482 he said he likes it when there is no jokes
@@Riftin368 bro...I know I didn't have /@/ but how tf is it not obvious who I addressed? 🤦🤦🤦
@@yolomcswaggens9482 It is in fact obvious who you were addressing but I have no idea what you're trying to say
This guy is a very good instructor. Easy to listen to him, does not waste time, excellent video. Thanks for placing it! Excellent.
4 years ago I randomly searched for a programming tutorial to get in to software industry, landed on this tutorial by Mike, loved his teachings immediately, and that's how I got in to Python Programming, I am now a Lead Software Engineer developing Python applications at a Tier-1 IT services company!
In which country do you work
Do u have a college degree ? Also what are the wages for people with your position ? If you don't mind me asking ofcourse
@@totmom1982 200k salary avarage
Is the course material mostly still relevant. I know most of the concepts remain same but 4 years is a long time
Yes, it still is.
i like how he keeps saying "this function is awesome, that function is awesome", that shows how much he loves his work and what he is doing. Keep it go pal, you rock
stop looking at the comments and go back to learning python.
Ok sorry
ok ok Lol
ok wow i needed that
@@me3474 lmao
LOL :)
I've procrastinated watching this for a half a year, but I finally did it, and it was totally worth it. Thank you.
congrats bro!
Same story for me
same broi ts been months and today I've decided to just start
Watching this as a crash course for my SEC exam tomorrow. With no previous experience in python, this tutorial is very helpful indeed.
Gratitude to the creators🙏
rating = input ("How good is this video: ")
print ("This video is " + rating)
*User input AWESOME!*
ahahaha you made a code reference that doesn't take a genius to understand so funny haha
@@anur4gp Glad that made your day sir.
Let ‘m be happy smh
awsome
This video is AWESOME
I know this video is 5 years old and thousands of people have already mentioned this but I'm on 3rd hour and I just have to thank you guys, Mike you teach better than 80% of teachers in this country lol. Straight to the point, no bs, no confusion. You guys have my respect !
Still pondering what I'm paying for, when some dude on yt outperforms university professors
@@wenterinfaer7868 for the proof of knowledge aka a degree
@@wenterinfaer7868 You're just being forced to do that because of society.
Can you suggest me for C ?
@@wenterinfaer7868 Paying for?
I'm an intermediate at programming and watched MANY videos. This one is BY FAR the best explained and easy to follow for a TRUE beginner.
just a question - does this video cover absolutely everything? or just the basics?
@@youkilledabout53cats29 for me it covers everything you need to know to get started. Like it says, it's for BEGINNERS. Don't expect to be writing a full fledge program. Python has LOTS of add ons from what I've learnt but this will def get you going and give you a good base
@@ericmarkis3622 ok thank you
Listen
ruclips.net/video/w7ldgkVob3k/видео.html
@@ericmarkis3622.
Time stamps + descriptions:
Day one:
1:03:19 (didn’t really learn that much because i have knowledge in coding in other languages, just learned a few neat things)
Day two:
1:54:12 (Learned about tuples and starting comparisons tomorrow, I already have past knowledge in other languages with a lot of whats in the video)
2:32:59 (just some basic stuff)
THIS IS THE BEST PYTHON COURSE YOU CAN FIND ON THE INTERNET!
Not too long, concise in explaining all the concepts and amazing examples to simplify the concepts.
Thank you Mike!
@@imrans.learning4uI will, thank you!
@@bubududuenespanol2112 ruclips.net/video/-uC1cLU0z2U/видео.html
@@imrans.learning4u thank you so much!
yeah penguin
noob
This man has single-handedly taught me more in 4 hours than my lecturer has in 7 weeks, before I was worried because I don't fully understand python because we are basically required to learn it on our own and NOW I FEEL REAL BIG BRAIN!
really?
@@benmaxton1834 no
Beep Boop huh
@@benmaxton1834 You said "really?" and I said "no". What's there to question?
Beep Boop I was asking him a question not you dickhead
4 hours of information and effort put into EDUCATING with zero ads.
You're a passionate teacher, thank you for putting up this video.
This video is my first step towards a big career in Python. Thank you, I learnt alot.
use the ad time as your snack/bathroom break and let it play out to support this guy. this is free education!! :)
4 hours seem a lot but normal I have 5+ hours on school
@@vuquangminh6482 do 1 hour a day hard thinking
it took me 4 days to finish this video, cause i never programmed before, i think most of this guys income this month is coming from me watching the ads ...xD
i have youtube premium so I can't even watch ads haha
@@lakshaygupta5268 good for him. there's a market for people (like us) who are looking for a free education.
This was the first video that taught me to code in python just last month. After a month of code and watching other videos, i made an AI assistant for my computer fully voice controlled and controllable through messenger. Just came back here to watch again and compare how totally uneducated i was back then. Im really far and would like to thank this man for it. Insert *Carefully, hes a hero* meme here.
More power to the giraffe!
What video should I watch after this video in order to continue learning python
Plzzz help
That is so amazing! Can you guide us as well? What to do ahead?
how did you do that can I recommend some of these vids
@@_.sunnyraj._ I am also totally lost like where do I go next?
@@leslieah7060
learn some algorithms
Go to khan academy and learn math like matrices
Then codewars, code forces, hackerrank websites
Start with the easiest problems and then work your way up.
Or just work on some projects for fun like im doing
So far I have made a pig latin translator, the foundation of a tic tac to game, and a program that opens a website(twitch), logs in, and follows a streamer.
Look up machine learning and/or neural networks. You can code an AI that learns to do stuff like playing games and recognizing images.
There is also web scraping
Hey Stan! I’m 66 and just finished this course. Mike is a rockstar!
You’re an inspiration!
INSPIRATION!
Congrats!!! before this did you have any experience in programming? i am about to start watching this video and I wonder if i can go with this video only. I am zero beginner now!
@@haha-vm6gi I just started a month ago, and now i've made a program that finds the roots of a quadratic equation for fun lol. If a random 15 yr old was able to do that after a month then you can prolly do way more bro, keep going!
@@seanbalbuena8710 that's cooool, thanks broo for ur time...!!! It has been 4 days now, and i'm getting pretty good i think! thank uuuuu! Good luck! :DD
if anyone had error cant find the file or directory in the topic of reading file at 3:12:41 you need to change or select the working directory for it to actually work correctly follow this steps to change the working directory
1. Click on the run option on the top menu
2. Then select edit configuration
3. Then choose which python file you want to modify the working directory for example in this video the file name was app.py
4. Then find the working directory option in the configuration setting
5. There either manually select the path or click on the button to browse to the directory
Thanks man
@@kaltblutigerbuchhalter5381 welcome 😊
Any person who invests this level of effort into something for free is a good man in my book.
You sir, are a GOOD MAN. And the RUclips videos are indexed as well!? What kind of a Godsend miracle is this!?
YES
You know some fucked up programming schools probably charge you 100 dollars just for showing you how to download python lmao. Wolrd full of selfish people.
He gets paid tho. There is an advantage in that too. Lmao he is giving us knowledge for free
@@hejda4101 true
@@hejda4101 the magic of youtube
No respect for anyone who diskliked that. He explaines everything clear, slow and precice. What can you want more then that.
I guess there's no pleasing some people!
or maybe he took away from a lot of 'businesses' that profit off of peoples curiosity ... like courses that charge to learn python
Totally agree
@@guacfiend man shut yo ass offf many of us students dont have money to buy them
@@ameyashetty1441 this is what happens when you don’t speak English well. Might wanna go watch a tutorial on that after this one my guy.
it took much longer than I thought but I have successfully completed this course! I thought I'd clear this in a week tops cause I have a background in C# and a bit of Java, but due to mental health struggles it's taken about 3 months. I wanted to give up, but told myself to just take it slow and do my best and I've done it! Can't wait to keep learning, and here's to progress even if it's slow!
The most important advice is to stay consistent and keep practicing and always challenge yourself with projects that push your limits Celebrate every small victory and remember that progress no matter how slow is still progress.
@@YoussefSalah-n8u Thank you so much for the encouragement! I definitely will!
@@blue-dabad33 You're welcome and good luck to you
Props to you man, got me up and running.
And to all the 4k people that disliked..he dedicated 4 hours of his time to share his knowledge
and helped many MANY people with their dream
and you dislike such a masterpiece? some people i will never understand.
Those who disliked this tutorial are actually losers , they do it because they can't even help themselves.Haters hate on you because you're doing what they cannot, will not or are too afraid to attempt
They're too dumb to understand thats probably why they disliked
Hey chill broo
There are videos of Mozart with dislikes, so stupid people never gonna run out. No matter what you do, how good, useful or talented you are, there is a dislike waiting for you.
@@timeflies6347 You clearly don't know how long editing takes lol
I completed this 4:26:52 hours course and this is longest video I ever watched in my life and thanks for this video it gonna help me a lot in my further python journey!
Can you code well from watching this video because I'm learning python and when I searched up a video on how to make hangman it was confusing
@@mintcondition3366 watch the video
@@mintcondition3366 im at 3 hours in and i made a fake coffee shop that greats you, takes your name , gives menu and ask what u want, ask how many, if you want milk or sugars n how many of those, then i just finished adding order up too 3 different items and getting a price with tax included. the more i watch the more i go back and edit and the better it gets . i started watching network chuck but he only has 2 episodes so far( which were really good ) so i ended up here and now learning a bunch more, deff worth watching if your serious
@@fitzysbaby2677 ok thanks
@@fitzysbaby2677 damn that was dedication. Awesome can i see your web when it done?
I honestly dont get why would you dislike the video after this guy spend 4 hours filming this video and god knows how many hour he spent editing it, just like why
Some people are mad bro
You don't know really about humans.
Mistakes
@@Dr.eminence ik dude
don't look the bad side look the good side allways and everybody have bad people also the people who put like doesn't mean nothing beacouse that people the next day will go to supermarket and will their attitude in really bad side ..sooo we don't care about them look your side I look my side everybody will be better when ill look only the our side our road our feture
This is honestly the beauty of the internet. I'm sure people pay good money to take courses that give you the same amount of information as this video. But in this case, there's a great, clear teacher, and you can pause and rewind as much as you need and its free! I'm 48 minutes in and really enjoying it.
For real
Hello
My name is Yiorgos, i am school teacher (primary) from Greece. Because of the epidemie of coronovirus , i 'm staying home and i began to learn Python. Thank you for your great job!
Γεια σου κύριε Γιώργο!!
Oooh same schools are closed here too because of the covid and I'm gonna learn Python 😁
@@drgre1513 γεια, ποιος είσαι;
I'm from Portugal and I am doind the same thing :)
Yep, me too
the amount of effort put into this FREE course deserves the attention its getting and more
True
@artur bonkiewicz i appreciate the no ads too
Pretty much every video on the channel has no ads, at least the long videos don't, its awesome
self notes -
3:56:25 - the parameters can be different not necessarily same eg -
class student:
def __init__(self,a,major,gpa,bol):
self.name=a
self.major=major
self.gpa=gpa
self.bol=bol
replacing name with "a" wont give any error
important at 4:18:36 - note the syntax for inheritance
4:20:00 - overwriting a part of the inherited class
thanks Mike!
Im just amazed how this dude managed to explain amazingly in just 4 hours everything school taught me for 2 full years.
Incredible
our school teaches scratch lol like what am i, a baby? i can figure that stuff out in a millisecond come on
Ilyasse Benammi People have created crazy things on Scratch. 3D games, RPG genres, and platformers. Scratch is also good for beginners and kids.
can you imagine it has taken me four days just to complete this 4 hr video, and I did an online python exam based on what you've taught and I scored a 73%. Can god bless you mike for teaching so well for free and may you live to teach more and more
Why did it take you 4 days?
@@looksmatteronly didn't have time to watch the whole video on one go I guess...because I am also facing the same
@@looksmatteronly If you try out all the concepts he explains, experiment a bit etc. then it takes far more than 4 hours to complete the video. I think I spent 8 hours.
What kind of exam/where did you take it? Im wondering because there are probably lots of exams for beginners but also lots for advanced users and It would be good for me to take a beginner!! so I dont choose the wrong exam
Dude i leanred C from him in a similar video like this and when i took an online exam scored 84%. To think i started programming with C. This guy is a good teacher
I am a 2nd-year computer science major and this course prepared me pretty well for the new material that we studied. Also, I landed an internship owing to this course. Kudos!
ruclips.net/video/o7QyZUGXWeg/видео.html
liar
Man this video is where it all started for me. Coming back to this video makes me feel sentimental, remembering good(?) old times I was struggling with environment setups in PyCharm.
For those of you who are watching this now and started learning python, good luck to you all, you can def do this.
Thank you! How did you deal with intimidation of programming? I feel like It's scary to learn to program maybe I feel like It's too hard to learn or something like that.
@@Skelbiner Well I started out thinking programming is cool cause naively enough, the image I used to have toward programming is some guys typing green characters really fast on black screens lol and I thought that was really cool and so for me it wasn't intimidating at all. Then as I learned how to code, I knew what I wanted to create which kept motivating me to a great extent. I think it's important that you have something you want to create, and you learn coding in order to achieve that, instead of just learning how to code for the sake of coding. So I guess having a curiosity and enough motivations would beat the intimidation
@@hirok6649 Oh ok. I want to learn to code because I want to become a hacker
@@hirok6649 how long did it take you to learn python ?
Tbh it didn't take more than a few days just to get familiar with simple syntax, but for a deeper understanding of OOP related concepts it took a few weeks to a few months
Mmm, look at all you people trying to make yourselves more successful and more skilled by taking on a new task. Keep going homies!
thank you for the positive comment
we learning brotha
Dude, but it kinda feels sad if u keep on learning and don't turn to be like Bill gates
Demon King you gotta put your skills into practice :)
Your comment is the most encouraging thing I've seen to start learning python (y)
I've finally ended the course and I feel so proud of myself! I'm 19 and i'm going to become a programmer. I know it. Thank you, Mike Dane, for that awesome course! Your teaching style is amazing!
How are you 19? How long was your college course?
Its dope that we're the same age and want to become a web developers. What are you going to study now?
@@mikefranco1602 JavaScript and intermediate python
@@enlighacion i mean this course from mike dane
Do it - my daughter always loved computers and programming, and one day just decided to go to the local community college for programming. Two years later she graduated and walked right into a position with Turner Broadcasting (Cartoon Network, TNT, CNN, Adult Swim, and MANY more - it's now owned by Discovery) making over SIX figures a year! DO IT!! If money is a problem, get your grants and loans (if you're in the US). My daughter has already paid one of her 2 loans off in full and the other is more than half paid! It's so worth it!! GOOD LUCK!!!
This was the beginning of my journey 3 years ago. There are a lot of struggles in the way but it is totally worth it!
So, I just finished this course in about 2 full days with notes with step by step pausing each time. It is very time consuming, but compared to paying for classes/courses (which I have already done) this has to be one of the best free courses as it teaches you many basics that you can implement into more complex problems. I am very grateful to be alive in era where we can experience quality teaching with no cost. Thank you so much!!
Could you send me your notes? I’m taking this course in college run and I’m kind struggling to maintain a B. Can you help please?
@@JimmyNeutronAdHdCuzzin hi! How is it going? I am going to learn python as a beginner and I have some struggle with choosing “the best course on RUclips”. I have watched different videos of python but this video seems much more better. Would you recommend this course?
Thanks from Kazakhstan!
@@bayastantursaliev7142 Yes I would say this one is very good because it teaches you mini projects within the course, and also I personally liked it better because I could understand the instructor clearly. He doesn’t skip any steps to be honest, but at the same time it is a problem solving skill within the computer that once you get more repetition and practice in you’ll get more comfortable with. My suggestion would be to find something you like and then try to create a project using Python or other programming languages because it’ll drive your passion and increase your learning
@@JimmyNeutronAdHdCuzzin okay thank you very much!
@@JimmyNeutronAdHdCuzzin me too please 😭
I landed my first job while being an undergraduate student at university due to this tutorial. This was the starting point where I learnt and understood fundamentals of Python. Thanks for the great work Mike!
@@Yousuf2564 really not that hard just look around for smaller companies hiring and get to talking to them.
nice, how long did you learn Python before you got the job?
@@tylerdavis3 really stressed about interviews...what kind of questions do they usually ask???
@@TONI__KROOS of course every employer is different but they’ll ask the usual, asking you about your self, strengths weaknesses whatever. Just make sure to show you’re willing to learn and do what is needed of you, I don’t know a half decent employer that doesn’t greatly appreciate a good attitude. If you’re qualified and have a good attitude that puts you ahead of most people.
@@tylerdavis3 I meant questions related to coding not behavioural type...😅
Do we just practice leet ode?
And BTW is python and data structures and algorithms enough to get a entry level job??
I just finished the course!!!!!! just started on my coding python journey! I’m excited! Thank you!
All the best of luck to you, sis. :3
Don't give up, and don't let the vile people of this world get you down. Trust me, there's plenty, but they want you to fail for their own pretty reasons. Just a heads up, the programming world can sometimes be full of flaming utter sexist and racists cunts for some bizzaro reason. Just the way it is, unfortunately, but it's gotten a little better.
I learned Python some time ago, but I've linked a bunch of people I know to this very video, because it's education you can get for 100% free.
@Dnomyar AkunawikSORRY NO ONE HEARD THAT
TRY AGAIN
@Dnomyar Akunawik imagine being THIS miserable in life :/ and @SM YOU'LL DO GREAT! ALL THE BEST TO YOU IN YOUR WONDERFUL JOURNEY
@Dnomyar Akunawik you can't stop her she's beautiful
Good luck to us ^^
Not Consecutive days but overall within 1 week
1:11:04 Day 1
3:20:50 Day2
3:43:03 Day 3
Completed on Day 4
Very good course, not like I have tried many courses to know how good this one is but I felt satisfied with it.
I'm not totally new to programming so very time efficient I should say.
Nothing too complex here but enough to get started, after this short course should probably start learning by building projects.
This course is equivalent to a semester of a class in undergrad school. This is so beautifully and clearly explained. Thank you very much for such an amazing course, that too available for free!
It's not - this is better. I did a semester of coding during my Chemistry degree and the material was so difficult to learn and understand. This is taught so much better, is much more practical, and is a lot more engaging. Plus, this is about half the teaching time I had at uni for this and have already learned so much more
@@tomhopkins941 Yes I completely agree. This is a lot better and much more clearly explained
@@tomhopkins941 what book did you use to learn python?
For sure, this is more comprehensive than my first semester of SD1 in my old CS degree.
This comment is good for me because Im learning on my own and I constantly doubt myself on things Such as terminologies and types im potentially missing
This dude is brilliant at explaining things for a beginner, I've learned more from this 4 hour video than I have with 2 years at university
that is a really big statement you are making there i hope it carries true meaning
Tell me about it.
Yeah maybe if you didn't ever attend any classes.
@@speedfastman Excactly !
@@speedfastman I do attend my classes, he's just better at explaining concepts to people who have never programmed before
Today is 19th of June, my first day into programming i hope to change my professional field and become proficient in IT and finally be able to move out of the country i live in. Really looking forward to it. Never give up guys
Don't Give up ! I believe in you! It was also my first day learning programming , and i want to be a game developer when I grow up. I thought it was going to be very hard, but it isn't. I watched 1 hour of the video and probably continue watching soon, Have a nice day !
@@gaqueglowl good luck to you too!!!!
Today is the 2nd of July, and I am programming now for around 1 month. I have the same dreams as you, I love IT stuff so much and cant wait to move out aswell :)
Heyy it's 4th of July it's been a week that started programming and also have same dream as Urs and I'm currently in 1st year engineering IT branch best of luck to you and to me
You guys are not alone! I got done with school last month and now i'm trying to get into a college to pursue computer science engineering/IT. Good luck!
Thanks!
I'm an hour through this, and EVERY question I ask myself, he IMMEDIATELY explains. Very good educating.
see mine too, detailed Python and R tutorials, with the source files .
yeah the pacing and clarity is amazing. I have bad memory retention and am about to start a skills boot camp, but so far feel like this video has been the most helpful resource I've found.
Is this useful for creating a chatgpt style chatbot and teaching an ai model?
@@Tedsting82 Yes as this is the fundamentals.
@@w1z4rd9 Thank you
Amazing! This guy literally took over 4 hours of his personal time to better the development community for all who want to learn. Very awesome indeed!
Not including the time to edit the video and the years of time it took to gain his knowledge. This is awesome.
@@therealrockguy100 not to mention the time to plan and write out these lectures
more the hole editing
Just starting my coding journey after many years of procrastination and other people coding for me. So far this is all very clear. Trying to use this to interpret what others have written for me. It’s a start. Thank you
I had heard a long time ago that entrepreneurs hire people who can program. They give their ideas to the people who can and bring their visions to fruition. There have been some major disagreements between them and as a result they can't hire other programmers whenever they want because it costs time/money. Also, who's to say they won't steal your million dollar idea?
So if you can, learning how to program on your own allows you the freedom to get everything you wish to do exactly right on your own terms.
If we're to get into details, then knowing how to code can also enable you to manage projects (yourself) and not have to hire someone for that position..:)
How much do you know about python? When did you start learning python ?
@@Ashraf14420 On and off since first learning it in 2015. I'm focused more on web development now, but use Python as a hobby.
@@swallowedinthesea11 usually that's because they don't have time to code, and want to focus on other stuff instead
I just completed learning SQL and Python in 1 weekend thanks to this guy 4h courses each. Saturday SQL/Sunday Python. Now am doing HackerRank questions.
Basically wondering if I can learn 2 languages in 1 week for an upcoming technical coding test.
soldier
Can we all agree that this guy is freacking amazing ?
yep
I learnt SQL in 4 hours without any prior experience..hes awesome!!
@@YacoobPatel learning is in far more depth than just watching 4 hour video and it takes a lot of practice, but this dude is definitely awsome !
yeah
He just gets straight to the point unlike others
10:23 = Drawing;'
15:23 = Variables & Data types
27:03 = Working with Strings
38:44 = Working WIth Numbers
48:26 = Getting input from users
52:50 = Building a basic calculator
58:40 = Building a Mad Libs game
1:03:10 = Making Lists (I am here now)🛏🛏🛏🛏🛏🛏🛏🛏🛏🛏
1:10:44 = Making list functions🛏🛏🛏🛏🛏🛏🛏🛏
1:19:10 = Tuples
1:24:15 = Functions
1:35:11 = Return statement
1:40:32 If Statements
1:54:34 = If statements & Comparisons
2:00:37 = Building a better calculator
2:07:17 = Dictionaries
2:14:13 = White Loop
2:20:34 = Building a Guessing Game
2:32:44 = For Loops 2:41:20 = Exponent Function
2:47:13 = 2D Lists & Nested Loops
2:52:41 = Building a Translator
3:00:18 = Comments
3:04:17 = Try/Except
3:12:54 = Reading Files
3:21:52 = Writing FIles
3:28:13 = Modules & Pip
3:44:22 = Classes & Objects
3:58:03 = Building a Multiple Choise Quiz
4:12:37 = Inheriance
4:20:43 = Python interpreter
guess you gave up?
What do you mean he got it all...@@JohnDoe-wg5pe
@@JohnDoe-wg5pewhy is that?
@@mariaferodigue he didnt cross the making list (he mentioned it)
Lessssss goooooo! I started today and I already got to "Making list functions" 1:10:44". Let's continue and be great at coding!!
I am a total beginner and for me this is one of the best tutorials of any kind I have seen! I was left confused by other videos but this makes total sense - and is quite fun to follow. Thank you!
I'm an engineer manager who watched this for just a simple syntax intro. This guy is great at explaining things and knowing when to stop. He could go deeper at times and introduce more complicated topics, but knows when it would be too much!
You and me brother. I started programing about 2 weeks ago, this helped a lot.
@@beefybeef354 I'm about to start my journey into learning Python, so seeing these comments were very reassuring. Thank you, and all the best on your journey
@@Bigheader No problem and good luck to you as well.
@@Bigheader same, although im wondering which teacher is the best for learning python currently im learning from Mosh
This is the video that completely changed my life. I started learning python by watching this video in 2020, I had no programming experience priorly and I was an account manager. Fast forward to 4 years later, I am a big data engineer now. Thank you so much for this video!💯🙌
Hey , can you please help me out, i'm still kinda confused about the world of coding😁 what else did you do after this video to help you reach where you are, coz i'm 17 and I have an idea that could be a big hit, but I have no idea where to start, never coded in my life, is this the right video ?
did you change languages
Respect to you for providing this and doing so without any gain from ad revenue.
BitsBytesBobs Thanks! :) I’m glad you liked it.
2:30:38, when he said, "This is a lot of code, let me explain it again". I'm in love
YES
Me:
Prints "Hello World"
Also Me:
I think I am ready to send my resume to google.
I just laughed so fucking hard at this lmfao
@Deletas it... it was a joke..
@Deletas we know captain obvious
@Deletas what kind of maths one needs to be good at for programming?
@@hetc31415 rip HABBAHHBAHBA
I have a python programming final tomorrow and this helped soo much even after 5 years! Thanks so much man
same here
I hope you did great
I am starting my Python practice from this course in October 2020 want to become professional by Jan 2021.. wish me luck
On the same boat here. Good luck!
MEEE TOOOO
And good luuuck
same here
me too
The longest and most productive RUclips video that I've ever watched. Can't thank you enough for this invaluable Python course for beginners.
Really?
@@jiretkatharpi1099 same reaction bruv ahahaha
U can't because u are dumb to thank him and u are not capable To thank him
@@Siri-gk4lc Ok Siri but poorly made version
You just don’t get python so u blame him
I have finally finished this course after a month of watching a section every day. You have no idea how much this helped me grasp a lot of the concepts being covered in my programming class now. We just got to methods in that class and I already knew the basic idea even though it’s taught in Java. Thank you so much for this incredible course
Contents ⭐
⌨ (0:00) Introduction
⌨ (1:45) Installing Python & PyCharm
⌨ (6:40) Setup & Hello World
⌨ (10:23) Drawing a Shape
⌨ (15:06) Variables & Data Types
⌨ (27:03) Working With Strings
⌨ (38:18) Working With Numbers
⌨ (48:26) Getting Input From Users
⌨ (52:37) Building a Basic Calculator
⌨ (58:27) Mad Libs Game
⌨ (1:03:10) Lists
⌨ (1:10:44) List Functions
⌨ (1:18:57) Tuples
⌨ (1:24:15) Functions
⌨ (1:34:11) Return Statement
⌨ (1:40:06) If Statements
⌨ (1:54:07) If Statements & Comparisons
⌨ (2:00:37) Building a better Calculator
⌨ (2:07:17) Dictionaries
⌨ (2:14:13) While Loop
⌨ (2:20:21) Building a Guessing Game
⌨ (2:32:44) For Loops
⌨ (2:41:20) Exponent Function
⌨ (2:47:13) 2D Lists & Nested Loops
⌨ (2:52:41) Building a Translator
⌨ (3:00:18) Comments
⌨ (3:04:17) Try / Except
⌨ (3:12:41) Reading Files
⌨ (3:21:26) Writing to Files
⌨ (3:28:13) Modules & Pip
⌨ (3:43:56) Classes & Objects
⌨ (3:57:37) Building a Multiple Choice Quiz
⌨ (4:08:28) Object Functions
⌨ (4:12:37) Inheritance
⌨ (4:20:43) Python Interpreter
I learned more in the last 4.5 hours than I did an entire semester of my high school programming class. Anyone else?
That's sad.
is this really true?????
Thats cruel true
@@Urketa 😨😨😨😱😱😱
Actually I curious about how high school teach about programming , because I just graduated last year, and thinking about way to learn coding and more.but I’ve seen a lot of people like you saying how less they learn from school. :/
Brother i'm from india.....i'm not able to pay money from any institute here...you have teach me a simple launguage and i just use it now....thanks fro9m my heart
I learned some python completely from the free web not because I couldn't pay but i didn't wanted to. Hahahaha
Not only python, c, c++, java and common lisp also.
And I am from India too.
Indrajit Majumdar hahah
1 conscience 0 dimension hahaha nice one nice one very funny guy u hahaha
@@indrajitmajumdar8590 please share the site so that we can learn too bcOZ I too don't wanna pay
@@shraddharangari I'm aware of many good sites and created few python projects so far for me to automate my tasks.
Are you a beginner or you're already good with python?
Put an ad at the end my friend because you deserve SOME revenue for this! Thank you!
I literally turned off my adblock and reloaded for this video which is something I NEVER do. I actually wanted ads to support this...
@@bananarama8584 he is no longer with fcc
Totally agree with you
@T P ye gets like 7k views at most these days which is 7$ so yeah...
It's called free code camp tho, lol.
day 1 = 2:38:06
day 2 = 3:34:31
day 3 = 4:09:37
day 4 = 4:26:52
hey mike this is the guy from india and you are one of the great teacher for python i have ever seen in my life.
I cannot believe this is free to us. tysm.
People have to pay to learn python?
@@lewy3349 not necessarily. It’s just pretty cool that this is free for all of us considering the amount of stuff being covered/the length of the video.
U can pay me so that u don't need to believe any more
@@dharmaprasad723 😂😂😂
@@lewy3349 Yes of course.
When quarantine is ending and you found this gem on youtube, imma extend the quarantine myself and become a programmer after this.
where are you from? quarantine isn't ending where I'm at.
Horny Women Pictures Presentes haa
@@AmandaVieiraMamaesouCult A small asian country with no horny women to be seen
Here in Brazil we are far away from quarantine end
@@SynysterKelvin i hope that you're doing well over there. Although quarantine is ending over here but honestly, our mass testing is not enough. Hopefully there's no another wave of outbreak.
This is the first time I ever said something good about a teacher, we should all deserve a teacher like him in all subjects.
Fact
Fact
Fact
ikr
Fact
I will be noting my progress here:
Day 1: 4 Sept 24: 00:00 to 15:07
Day 2: 5 Sept 24: Absent (Wasting time watching roadmap of Python)
Day 3: 6 Sept 24: 15:07 to 52:42
Day 4: 7 Sept 24: Absent (Laziness after straight 5 hours of busyness 4 hours of cricket and 1 hour of relatives work)
Day 5: 8 Sept 24: 52:42
So this is a 4 hours video, teaching everything a beginner needs to know about Python, completely ad-free and fully subtitled ?
Holy fuzzy, my hope in humanity is restored
Holy fuzzy! I know who's videos you're watching XD please tell me this video is 'surprisingly simple' I haven't tackled it yet, just reading the comments to see if it's worth it!
@@LizTiddington Holy fuzzy, I see you're a woman of culture as well ! I can 100% certify that this video is surprisingly simple and it won't de-ceave you ;)
He's so good at it! Man!
You have just mastered explaining the content in a very clear and a convenient way.
Thank you so much.
The very best video I have come across as a ‘beginner’
90% true
@@tpower1982 wheres the other 10%?
Almost an hour here and already have learned way more than my 3 week python course thank you so so much you are amazing
absolutely relatable 😆
So relatable
Do be relatable
I've learnt more than I did in 4 years of GCSE computer science and A Level computer science in an hour too. Maybe I've just had bad CS teachers but its crazy how simple this could have all been.
ye me too
fun fact: you can put int() or float() before input()
And at 56:18 in this video you can simply do like this:
num1 = int(input(:'Enter a number:'))
num2 = int(input(:'Enter another number:'))
result = num1 + num2
print(result)
The same with float