If you just want a summary, learn all Python syntax in 25 minutes: kzbin.info/www/bejne/hn-2eoqgjKZ0bdE
@robhunterslm5694 Жыл бұрын
I know zero about coding... i'm trying to figure out how rock, paper scissors, matters in relation to creating projections... I want to create Daily Fantasy projections & optimize my lineups... import CSV files... How do i get there from rock, papar scissors... all of this, from the screens, to the commands is like learning an alien's way of communicating... is there another video you can suggest... I'm truly asking
@SpatialGuy77 Жыл бұрын
@@robhunterslm5694 G'day Rob, It sounds like you need to start with an Advanced Python Backend Course and come back to this total beginners course after that when it will make more sense to you. Cheers.
@aihebholo-oriaokonoboh6908 Жыл бұрын
I was following your tutorial and trying to code along with you the black jack game but i'm stuck at a point because when i run the program it keeps saying cannot access member 'display' for type 'hand'
@JackyMan22 Жыл бұрын
The indentation seems to become a new problem for the updated Python. Need some help pls. :3
@Deepathanya_142411 ай бұрын
@@JackyMan22True
@pheonix5945 Жыл бұрын
🎯 Key Takeaways for quick navigation: 00:00 📚 Introduction to Python Basics 05:10 🤖 Creating Variables and Functions 11:10 🎲 Rock, Paper, Scissors Game 17:10 📊 Data Storage with Dictionaries 22:11 🧐 Conditional Statements with If 22:41 🐍 Introduction to if statements in Python 24:20 🖥️ Creating an "if" statement within a function 28:47 📝 Working with f-strings for string formatting 32:11 🔀 Replacing multiple "elif" statements with nested "if" statements 38:08 🕹️ Creating a Python game using functions and conditionals 47:13 🐍 Python Core Features 48:39 📊 Python Variables 51:26 🔍 Python Data Types 52:38 🧮 Python Operators 01:00:00 🤖 Python Ternary Operator 01:08:26 🧵 Python Strings 01:11:35 🔤 Strings in Python 01:19:38 🧮 Working with Characters in Strings 01:23:30 🔢 Booleans and Boolean Evaluation 01:25:26 📊 Built-In Functions for Numbers 01:30:02 🆕 Enumerations (Enums) in Python 01:33:02 📥 User Input and Control Statements 01:35:51 🐍 Introduction to if, elif, and else statements in Python 01:36:48 📋 Working with Python Lists 01:39:38 🍭 More List Operations and Methods 01:50:12 🧡 Introduction to Python Tuples 01:54:09 📚 In-Depth Look at Python Dictionaries 02:00:49 📜 Python Lists and Dictionaries 02:01:45 🧩 Working with Dictionaries 02:06:25 🔑 Functions in Python 02:16:11 🐍 Nested Functions and Closures 02:23:16 🧬 Objects in Python 02:23:29 🧮 Python: Working with Data Types and Objects 02:26:34 🔄 Python: Introduction to Loops 02:31:52 🧬 Python: Classes and Inheritance 02:39:46 📚 Python: Modules and the Standard Library 02:46:05 📟 Python: Accepting Command Line Arguments 02:48:22 🐍 Handling Command Line Arguments 02:52:46 🚀 Lambda Functions 02:55:05 📚 Python's map, filter, and reduce Functions 03:02:42 🔄 Recursion in Python 03:04:54 📖 Docstrings and Documentation 03:06:50 📝 Annotations in Python 03:11:31 🐞 Exception Handling 03:12:15 🃏 Exception Handling in Python 03:18:31 📦 Working with Third-Party Packages 03:21:46 📃 List Comprehensions 03:23:25 🧬 Polymorphism and Operator Overloading 03:27:08 🃏 Building a Blackjack Card Game (Part 1) 03:36:16 🃏 Creating a Shuffle Function in the Deck Class 03:38:25 🃏 Refactoring the Deal Function to Accept an Argument 03:44:00 🃏 Using Conditional Statements for Card Values 03:48:04 🃏 Creating a Dictionary for Card Rank and Value 03:51:50 🃏 Creating a Deck Class and Initializing Instances 03:53:25 🃏 Adding Self Parameter to Class Methods 03:56:03 🃏 Creating and Shuffling Multiple Decks 03:57:12 🃏 Safeguarding the "Deal" and "Shuffle" Functions 03:58:51 🃏 Creating a Card Class and Initializing Card Attributes 03:59:23 🃏 Card Class Refactoring and Initialization 04:01:55 ♦️ Hand Class and Initialization 04:04:33 🧮 Calculating the Value of a Hand 04:06:26 🃏 Hand Class Testing and Display 04:21:05 🎮 Game Class Initialization 04:24:01 🃏 Game Initialization and Dealing Cards 04:26:06 🏆 Checking for Winners 04:30:07 🎮 Player's Choice and Continuing the Game 04:34:09 💰 Dealer's Turn and Final Results Hope this helps 🙏💻
@josephisaac4069 Жыл бұрын
Great, Thank you.
@NathilanParathan Жыл бұрын
you do know its in the description right?
@metyazidan95097 ай бұрын
thanks buddy
@corasundae5 ай бұрын
@@NathilanParathan It's an AI generated summary.
@rzoom8955 ай бұрын
@@corasundae no it's not, ai can auto generate chapters, but it cannot add to the video description
@wolferex4042 Жыл бұрын
Day 1 : 40:00 Day 2 : 1:21:30 Day 3 : 1:34:00 Day 4 : 2:20:00 Day 5 : 2:39:00 Day 6 : 3:27:00 Day 7 : 4:00:00 Day 8 : 4:32:00
@DarrenValen Жыл бұрын
Hey, thanks for this. I'm 56 years old and have an I.T. consulting business. I've studied and created some relational databases using MS Access that are still in use today, but I started when I was like 12 writing in BASIC and some machine coding on a Z80 processor. Anyway I recently got itch to keep learning and landed on Python because is pretty general and popular. I floated a few different videos before I found yours and am so deeply grateful for the fine instruction. Keep up the good work and I wish you the best in life. Thanks a million!
@orangeshues23 күн бұрын
BASIC? may I ask, how old are you now, Sir?
@DarrenValen23 күн бұрын
57 currently!
@PrincessAllie2 жыл бұрын
I found the first 43 minutes of this to be an INCREDIBLE refresher course on everything I learned at the beginning of the summer and feared I'd forgotten after taking way too much time off. I'm excited to jump back in with the confidence of knowing I don't have to restart at print("Hello World!"). To any beginners who think the first part goes way too fast: hang in there! You don't have to understand everything that's happening. Just type along with him and you'll have something cool in less than an hour. That sense of accomplishment at having completed something is what's needed to drive beginners to keep wanting to learn more complex things. You don't get that by just memorizing the definitions of function and variable. Thanks for all your work on this, Beau!!!
@ebdado78542 жыл бұрын
Thank you so much for this. I just started and I feel just that way. I will just go with the flow and learn other things later.
@May-lv7xq2 жыл бұрын
Best comment
@angad1322 жыл бұрын
Yeah I agree, just tried it myself and it was amazing
@theacademyisntt2 жыл бұрын
Thank you for this comment. I need to remember this. I sort of get stuck on repeating a decent portion of the video when I'm ready to continue the next day, even if I'm an hour and a half in because I feel bad for not remembering "enough" yet. I have been taking notes that will help with memory over time and that should be enough for now.
@Chicken-cn2cn2 жыл бұрын
Thanks a lot I was getting this feeling that i don't get any thing and after reading your comment I feel better
@sachinbhujel9092 жыл бұрын
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.
@bishwajeet_b_das2 жыл бұрын
yes, correct.
@ganyrehs2 жыл бұрын
I also agree! It went straight into making a couple simple functions and covers calling, declaring variables, and basic print statements which I think tremendously helps beginners visualize the output.
@seetsamolapo56002 жыл бұрын
Mike Dane
@siriusradheoff83612 жыл бұрын
I don't understand why an intermediate programmer would watch a large number of beginner videos and then feel that he has some insight into what a beginner would like
@utkarsh26602 жыл бұрын
@@siriusradheoff8361 it is because one needs to keep revising the same stuff over and over also sometimes one feels that he may have missed a few important bits so to cover them one needs to revisit the beginner stuff
@TheMandiyualbo2 жыл бұрын
¡Gracias! Son unos capos. Salir de Peronia es posible!!
@hukushmolambi8355 Жыл бұрын
Just began with Python and I'm loving the experience. The syntax is so clear, perfect for someone with little experience like me. Furthermore, the applicability of Python in a multitude of sectors is truly impressive.
@sachinbhujel9092 жыл бұрын
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!
@harshvyas44422 жыл бұрын
How can you watch 4 hour video in 1 hour???😬
@the_graytest2 жыл бұрын
@@harshvyas4442if he's a normal mortal, he can't. At least not without missing out most of the content.
@Total12 жыл бұрын
Istg I've seen this comment on another tutorial
@the_graytest2 жыл бұрын
@@Total1 there are good bots too, so we shouldn't say anything.. haha
@badsanta73562 жыл бұрын
@@the_graytest ain't no good bot if it's misleading
@doquocviet25912 жыл бұрын
The timing of this video couldn't be better as I was looking on youtube and all over the internet for a comprehensive and beginner-friendly Python course. I can't thank you enough.
@peterpandit86252 жыл бұрын
LITERALLY me too!!!
@aishaummer58172 жыл бұрын
Same here 🤗
@Dragondog-Gaming Жыл бұрын
The way I was taught to see the difference between < and > was to remember that the large side of the symbol was facing the largest number. So with > we are checking if the number to the left is greater than the number to the right because the large side is facing that number. Another way of seeing it is that the symbol is trying to eat one of the numbers and it wants to eat the largest piece of the pie.
@abi3135Ай бұрын
+ My elementary math teacher told us < looks like a rotated "L", so it's the less than symbol.
@aryanchandra66822 жыл бұрын
Today, I am 13 years old. This is one step forward to what will be my future job when I'm older. I'm so happy to choose Python as my first language!
@May-lv7xq2 жыл бұрын
Way to go👍
@killmanjar2 жыл бұрын
Bro go play outside
@amsterdon20482 жыл бұрын
😂😂
@floriandaniel70492 жыл бұрын
Step by step but Always do and your will succès
@ballinspalding112 жыл бұрын
You've got this buddy! Keep going at it like this and you can set yourself up for some really great things. I believe in you
@unyuzimfuraishimwejoykevin48122 жыл бұрын
I learned the whole Javascript I know from this man, I'm now an experienced Javascript developer(Vanilla,Nodejs,Reactjs) because of you; I look forward to becoming an expert in Python language and its frameworks, Appreciate 😇😇
@siddhartharoy5263 Жыл бұрын
1:30:00 2:52:41 Takich krong
@jual71 Жыл бұрын
I just found this course. I was about to give up on learning python. After the first few minutes. It has motivated me to push on. Thank you so much.
@roshnikshatriya735 Жыл бұрын
Hi python is easy or hard
@saltdad5263 Жыл бұрын
@@roshnikshatriya735 python is generally easier to learn due to its syntax being very easy to digest for beginners.
@youcaio Жыл бұрын
Thanks!
@priskasama2 жыл бұрын
Saving this to my coding playlist I really can’t wait! Just starting “coding” and didn’t know I would be willing to watch 4 hours of technical stuffs and be completely happy about it.
@MrYounis262 жыл бұрын
just do 10-20 minutes follow along a day with 2 web browser split in half.
@priskasama2 жыл бұрын
@@MrYounis26 I’ll try that, thanks ☺️
@polon63102 ай бұрын
I hope that you're going on with your journey. Don't ever think that it's too late
@priskasamaАй бұрын
@@polon6310 That's why I love internet so much for comments like yours. Thank you you're a great human being, gave me a boost. I paused because had to focus on other classes and personal stuffs but I'm restarting it in 1 week as I need it :) Good luck to you in whatever things you're learning too.
@wheelhouse69 Жыл бұрын
I gotta say, i'm new to Python and this is extremely useful. I do find it a tad convoluted however it did give me much insight into how classes and objects come together in a code. Thank you much sir.
@Esen441 Жыл бұрын
Great video. It's very well paced. My one wish would be to have the instructions on the screen for the parts where the viewer codes on their own. I found myself having to rewind a few times to listen to the instructions again.
@ineedstuff8286 Жыл бұрын
it's crazy... we almost have to do work to learn... what is this world coming to.
@FuRawRee Жыл бұрын
40 minutes into the video and 2 hours realtime and a dude with zero prior knowledge is making a rock paper scissors game . can't thank you enough. Excited to continue learning
@DJ-ct6so Жыл бұрын
Beau my friend, that was totally totally superb. Covered a huge amount of ground in the 4½ hours, very comprehensive, and the blackjack app was a great practical example covering many of the concepts taught. Your explanations and presentation were fantastic. Software development has been my career since I left high school in 1979 (I haven't done much Python, however) so I learned a huge amount. Thank you so much for all of the hard work that went into this, it is truly appreciated. From one developer to another, please take care and stay safe.
@neutrino1543 Жыл бұрын
As someone who is familiar with Blackjack, what's cool about this is now I'm motivated to upgrade my Blackjack program into a full- fledged Blackjack game and even fiddle around with the parameters to explore variations! I'm honestly excited with the scope of creative potential I have with these skills irrespective of the marketability.
@tonyhill2318 Жыл бұрын
Haven't coded since 1984, writing in BASIC on my Timex Sinclair 72K computer! Love how you started with the rockpaoerscissors game. Python actually reminds me of BASIC. Anyway, love your teaching so far!
@mlrk3y858 Жыл бұрын
I’ve watched many python tutorial for beginners and I must admit- this is not the easiest one to follow. If this is your first time programming, you’re better off starting with the older free code camp video on Python taught by Mike. 1) Starting the tutorial with a program that contains functions before explaining strings and integers is disheartening to new programmers. 2) Moving through the tutorial you provide only brief examples of topics without any exercises. 3) the final exercise is 200+ lines… primarily of classes and functions that you spent 5-10 minutes explaining earlier. The blackjack game would easily take 2 hours if you wouldn’t have sped up the typing Still I much appreciate your effort and will come back to this video after watching more Python tutorials :) Thanks!
@tristanlee684811 ай бұрын
do you have a link to the older videos?
@onahemmanuelaugustine99509 ай бұрын
You are very correct. This is very difficult for any person that is starting as a complete beginner
@akuno72948 ай бұрын
As a beginner I did the whole 4 hours. The first programm is fun to do, he explains everything and you can figure things out yourself. Then you have nearly 3 hours of classroom-style teaching, where you do nothing and he tells you a million things you never ever heard of. Then you finaly start to code again. The first part "Blackjack beginning" he still explains alot and you can figure things out by jumping back into the last 3h of learning (i used two youtube players for that). After that is just a mess. Several methodes get thrown in you did not learn yet and the coding gets realy fast and realy complicatet. I understand the programm more or less at the and but I couldn't code it myself. The last 30 min or so I didn't even try to do it myself. It would take me forever and I would still be wrong. If anything I would only recomend the first 40 minuets.
@TheASG20107 ай бұрын
Seems like he jumps around a lot
@Sudo-o_o77 ай бұрын
Thank you for saving me a lot of time and potentially preventing me quitting in frustration.
@VictoriaSethunya Жыл бұрын
I teach languages and wow.... you're so far, the best teacher for this aspiring Pythoner!
@D.e.e.m.54 ай бұрын
Hello my friends, I am 11 years old and I am now following my big dream since childhood to learn computers. I noticed how much I love learning programming, so I will start learning it. Computers are the specialty of my dreams, and I am proud of what I do now. I am happy that the Python language is the first programming language I learn in my life. I hope you will support me. You guys give me positive comments ❤️
@Ryangregoire19992 ай бұрын
it doesnt matter what hage you startas long as you have a passion for it thats all tyhat matters
@kasumigaokasama12 күн бұрын
what is blud yappin about
@marcususa2 жыл бұрын
Here is some feedback. These 4 hour tutorials online are very meaty to a beginner. I see great content so far in all of these 4 hour tutorials. The main problem I am having is trying to piece it all together in the way it is presented. So, I end up having to fast forward and rewind. For example, I would rather know how to assign rock, paper, scissors first at 19:25 with explanation of what options means. When you only present rock, the mind wants to know what happened to paper and scissors. So, I don't register what is said between 3:30-19:25. I have to bounce back and forth picking up the commands in the order I need to learn them in. The downside to this on KZbin is 1) I can't easily scroll to the parts because the video is so long in duration. If it were chunked into 30 minute videos, the scrolling back and forth would be easier because jumping from one second to the next would be longer and easier to stop at a specific line in code, 2) if you use the 5 second rewind option you keep having to press it a bunch of times, and 3) KZbin will put ads up while you do this. Sometimes these ads erase some of the rewinding you are doing for some reason. Shortening these videos into 30 minute sections would help immensely. With this video it would be 9 parts. The benefit to the creators of these videos is that you can see what people are spending more time on. To the student, we can watch these videos in bite size pieces instead of being overwhelmed. Also, as I have detailed above, we can scroll back and forth easier if the videos are shorter. If possible, could there be a download .pdf option to get the code so we can see what to expect further down the video "chain" instead of being spoon fed one command at a time? The main problem I think beginners are having is not that we don't understand the commands. We simply don't know how to put together multiple commands to do something productive. So, think of each command like it is a star. You put a bunch of stars together and you get a constellation. I am suggesting presenting the constellation first, so we can see all the commands upfront, what together they are supposed to accomplish, and then discuss each part one by one.
@BaneOfThanatos2 жыл бұрын
1} get adblock 2} there's also the J and L key that let you rewind/fast forward by a 10-second margin.
@marcususa2 жыл бұрын
@@BaneOfThanatos I don't think adblock blocks the internal ads in the KZbin videos. I am not talking about ads displayed on a webpage. The rewind/fast forward option is also related to the video. That I already tried. As stated, if you do that a few times, you get ads that are embedded in the KZbin videos.
@solardisk32 жыл бұрын
@@marcususa Internal video ads ARE blocked using adblocker on Chrome.
@marcususa2 жыл бұрын
@@solardisk3 Ok, I will have to check that out. Right now I am in Linux and on this computer only Chromium is available. But at least it's an option on another computer which has Chrome. However, that still means you have to fast forward a lot to get to 3 minutes later. I would rather eyeball 20-30 minute videos instead of 3 hour videos. Imagine guessing a number between 1-5. You pick 3 to cut it in half. Well, if it is 1-500, then you go with 250. You see, you have to keep guessing if the whole video is uploaded as one gigantic chunk.
@darpheushomes47602 жыл бұрын
Get any KZbin video downloader so you can watch it offline and toggle the time as much as you want
@lasodabhai7822 жыл бұрын
Sir after this course you should also make two more courses, name 1: Python Programming Course for intermediate level. 2: Python Programming Course for Advance Level.
@soggamer69742 жыл бұрын
True, because there are beginners who dont have undearstanding of list,loops... and there is beginner who has undearstanding of those and want to explore that language in-depth
@michaelhowto2 жыл бұрын
true like me i have no idea ,just a beginner
@dannykukola34042 жыл бұрын
There is a video called "Python for Intermediates" on those channel.
@geraldwilburn1331 Жыл бұрын
Am interested in learning this can you teach me
@michanowaczewski9561 Жыл бұрын
This is my firts coding class (mayby second) and I truly enjoy the content! Great peace and so entertaining :)
@codewithsoumik2 жыл бұрын
"We are not going to use exclamation mark now because it is not exciting to lose." - Such attention to details! @Beau : you da best :)
@mahnkemachine32813 ай бұрын
So, as a complete beginner, the first +/- 40 minutes of this video were excellent! Small lectures/definitions, and then a "you try it" exercise. This is a great way to learn! After that, I have spent the last 1:20 trying to not fall asleep. I did not learn ANYTHING from that. At this point, I am not watching the rest of the video, no matter how good the explanations are. Just sitting there saying, "you can do it this way, and if you change this to this, it will do the same thing. Now we can do this, and it will return that..." doesn't allow the viewer, (me), any chance to actually put any of it to use and retain anything. In order to learn something, you have to be able to do it. I now move on to look for other YT videos on learning Python, having only touched on a microcosm of it in the first 40 minutes, and was completely put to sleep for the next hour and a half.
@lukegraham6528Ай бұрын
Specialist people with low communication skills dont make good training material, hes all over the place. This would melt the brains of most beginners with no programming experience.
@bini3003 Жыл бұрын
Dear Me, You have started many things and accomplished none of them. You have given up several times for no apparent reason. You are working a job dont like because you are afraid of making small sacrifices that will lead you to happy life. You are now starting to learn python and I am really happy for you. I only have one proposition. Let's learn this course for one reason only... to prove that you can finish what you have started. Sincerely BINI March 10, 2023
@AbubakirGadirov Жыл бұрын
Today's April 10, 2023. How's the progress, my man?
@TheOriginalDuckley9 ай бұрын
So did you finish?
@the-insomniac3238 ай бұрын
i absolutely love how excited he is to be doing this, he fumbles his words often but it shows hes trying, and i love that.
@abdikhaliqmohamoud33732 жыл бұрын
Great course, everything I need to find is here. Thank you Beau for this great free course from 0 to advanced. I have been coding with python a while and I never met a great resource like this video. Thank you again for this great course.
@michaelhowto2 жыл бұрын
does it pay?
@staringintotheabyss17692 жыл бұрын
@@michaelhowto just learning a language isn't enough to get paid
@michaelhowto2 жыл бұрын
@Lord Darth Maguire say fun to my f*ckin bills lol....am not only just to get a job but to be getting paper,,,so you just do you ,,with fun let others with desires getting money ,,let them get paper..
@michaelhowto2 жыл бұрын
@@staringintotheabyss1769 it doesnt maater ,,, as long as i get paid
@staringintotheabyss17692 жыл бұрын
@@michaelhowto youre not getting paid lol
@arnesteinmark66642 ай бұрын
I'm grateful that someone will teach others to code for free. Thank you for your efforts! But the amount of ads in this video is insane.
@joonat5720 Жыл бұрын
You have a mistake at 3:02:31 line 9. If you add more items in expenses list, the code doesn't work. It gives an error: "TypeError: 'int' object is not subscriptable". Line 9 should be instead: sum = reduce(lambda a, b: a +b[1], expenses, 0) Where 'a' refers to the accumulated sum so far and '0' is the initial value of the accumulated sum. Or did I understand this wrong?
@andrewcbuensalida Жыл бұрын
You understood it correctly
@vish949 Жыл бұрын
This is an amazing refresher. Im between the beginner and intermediate stages right now and everything from Functions and Objects sections is a gold mine
@ayushtripathi90292 жыл бұрын
Was searching for something like this .... Wanted to start with DevOps ... I think I got one ... Thanks for this course 😊😊
@badsanta73562 жыл бұрын
This is devops?
@ownbikram2 жыл бұрын
Yeah! I'm waiting for it.🥳🥳🥳
@XDXD-om9rc Жыл бұрын
Thank you very much for this free course! I started like three days ago and I become more and more excited as the video goes along, even though at the beginning I thought it would be hard to understand anything! I really appreciate it and good luck on your future projects!🙏🙏🙏
@kaustubhkasar11 күн бұрын
i'm taking this course as a refrshers and want to eventually move to Data Structure and Algorithms in python. The following is a track of progession: Day 1: 54:23 Day2: 1:30:00 Day 3: 1:50:00
@beautifulheart96152 жыл бұрын
The best python course ever. What i like about this course is- 1) coding in a user friendly platform 2)in a very easy way 3)learning through doing
@Shootout-AlbFootball2 ай бұрын
Very good man it feels class!
@NeomiLesiak-hj3px Жыл бұрын
Thank you for making Python so approachable! 🙌👍 It's always a joy to learn new programming languages and your tutorial made it easy! 😊👨💻
@prithviye Жыл бұрын
This is by far the best intro python course ever made
@shravanichitineni93922 жыл бұрын
Perfect timing!!! I was just thinking to start looking into learning Python. I’m a biostatistics masters student and mostly program in SAS and R, but I thought learning Python would be to my benefit.
@LWolf94 Жыл бұрын
Thank you guys! You are always my go-tos for quality information, and this course did not disappoint!
@olahkaycomedy9881 Жыл бұрын
please can you be putting me trough im new to this
@Comprehenglish2 жыл бұрын
it is sooo refreshing that you present this video with natural background, a contradiction towards common stagnation place when people code
@therealtuyen Жыл бұрын
I almost forgot Python since 3 years ago. This tutorial help me revise a lot of things . Thank for your work
@gauravpadole10352 күн бұрын
This is a great video! Keep up the good work!
@eren_1oglu2 жыл бұрын
This tutorial has helped me a lot! Thank you very much!
@wilfredoseiwusu17882 жыл бұрын
Beau, thank you very much for this tutorial. 🙏🏽❤️
@NG-gf9kd2 жыл бұрын
Just started this the other day and I can say I was hooked from the beginning I tried different ones and this is by far the best. Thank you for sharing! ❤
@giogalindo41042 жыл бұрын
Do you know how can we claim a certification on the website? is there any way to claim this certification or is not possible?
@ivanmironov599 Жыл бұрын
@@giogalindo4104 Certifications in programming are pointless in the eyes of those who are doing the hiring. They prefer to see a good portfolio and also want to know about your problem-solving skills.
@gobichai27047 күн бұрын
Today, I am 21 years old. This is one step forward to what will be my future job when I'm older. I'm so happy to choose Python as my first language!
@arepitas5019 Жыл бұрын
Thank you for this, I really appreciate that it's for true beginners such as myself! 😊
@SamLevin-po8kw7 ай бұрын
I am impressed by your course, im loving every minute!
@andreassitompul7217 Жыл бұрын
I'm 31 years old.. let's start 😁💪
@t.a-846911 ай бұрын
This is really valuable information and I appreciate it so much . Now with that being said it has to be true that programmers think differently than most people because apparently most of the comment section found this to be one of the easiest tutorials to follow. I on the other hand felt like the examples could have been better and more structured to something we'd use to produce an actual program , I know that in the end we do but I mean before that there are a lot of confusing examples with random words and functions that could have been applied better. I had to disassociate my normal thought process and keep a very open mind to what I've known to be "programmer brain"lol this is why I got into coding btw I love spoken languages and have learned many on my own and always find it interesting what gets lost in translation . Many times I've been told I should consider programming for the reason of being able to encapsulate an intent . Sorry for the rant just wanted you to know that if this tutorial made sense to you the whole way through, you are definitely meant for coding 😂 .
@Motivocative Жыл бұрын
I love how beau always makes you actually do the coding. Its the only way to learn.
@baileygbmichael2973Ай бұрын
I’m excited and fully prepared to embark on my Python learning journey! I’m hopeful that I’ll find the process enjoyable and that I’ll quickly adapt to mastering the language. My ultimate goal is to dive into the world of manufacturing development, specifically in IoT, and I can’t wait to get started. Wishing myself the best of luck on this new path!
@andreapapa28232 жыл бұрын
If this course is for beginners, you can't explain that fast, otherwise the course you do it for yourself. Jenius !!!
@norbertsalamon4042 күн бұрын
Whether I'm slow this I not know. Watching more tutorials currently & I am very happy I started with this one. After watching 4 times. I was able to complete both projects with the exception of a single error. If you follow through and actually do the projects, think, and not just watch its a great, lack of hand holding entry to actually learn, not just be told. Other you tube channels have some great videos but are far more catered to a mainstream mindset as opposed to upfront problem solving ones. Ex. of comparison: like an old school video game puzzle vibe vs the new hand holding type games, if this makes sense. Lol
@lonewolf-yu9ic Жыл бұрын
I deleted all my video games and social media I just want to do something productive with my life for once Thanks for making this video
@abhayshrivastava910010 ай бұрын
would love to hear from you abt your progress pal!
@mackaty342 жыл бұрын
Excited to watch
@brucemacdonald15092 жыл бұрын
The "reduce" example doesn't extend to three items. Try it using : expenses = [("car",80),("supper",20),("lunch",10)] You get this error: Traceback (most recent call last): File "main.py", line 5, in sum = reduce(lambda a,b: a[1] + b[1], expenses) File "main.py", line 5, in sum = reduce(lambda a,b: a[1] + b[1], expenses) TypeError: 'int' object is not subscriptable
@takrimareefin3941 Жыл бұрын
Absolutely nicely explained WOWWW Probably the best video ive encountered .
@BeauCarnes2 жыл бұрын
I also have some short Python tutorials on my other channel: kzbin.info
@nicoleallen53522 жыл бұрын
Hi Mr. Carnes I'm Nicole I'm new to Web Development, I will like to be a Web Developer soon, I've changed careers from engineering, I'm learning HTML and CSS, this course is great as you are explaining Python to a newbie like me in a great way, thanks. I'm on free code camp. Are there any other tutorials or any other resources that you can guide me on viewing, learning for my studies? Thanking you again for this great course .
@mahendranath25042 жыл бұрын
Thank you so much 😊👍👏👌🙌🏻😎👐🏻🙏🏻🫡🤝🫰🏻🤜🏻🤛🏻✌️
@BeauCarnes2 жыл бұрын
@@nicoleallen5352 I recommend continuing with the free curriculum at www.freecodecamp.org.
@freecodecamp2 жыл бұрын
I recommend continuing with the free curriculum at freecodecamp.org.
@anatkhsteve67192 жыл бұрын
May I ask what software the author uses to write python😀(as a Beginner)
@mehrabhasantanim3382 жыл бұрын
People who know nothing about programming just enter the series. You guys should start from 43:52 minute.
@akshaymondal13722 жыл бұрын
Do make tutorials on Java ecosystem and backend
@adonis450 Жыл бұрын
Day1 - 33:37 , 1:30:02 Day2 - 2:33:00
@raven.nights Жыл бұрын
hey the beginning is really confusing...is it just me?
@adonis450 Жыл бұрын
yes. But after watching multiple times and other sources its good.@@raven.nights
@achieversminds86562 жыл бұрын
It's not beginners level. You jumped to functions from the beginning.
@Dnshahc7 ай бұрын
02:46:10 arguments from command line
@laneW6122 жыл бұрын
We highly appreciate your help in our learning!
@gracewhite6895 Жыл бұрын
I learned HTML and CSS through your tutorials. Here learning Python and I am hopeful.
@eighteen8302 жыл бұрын
Hi guys, im trying to learn python alone, i have a question. I've watched like 3 tutorials on python, problably like 25 hours all together. I understand everything that he is saying and understand the fundamentals and how you have to specify everything so the computer understands you, but when i try to do something alone im kinda stuck. What am i doing wrong? What should i do? Thanks.
@eighteen8302 жыл бұрын
I have motivation behind it, and i really wanna learn it, but feels like im going in circles and not accomplishing anything
@luongphung39902 жыл бұрын
I'm in the same situation. But I think we can improve by practicing with many more exercises. I'm seeing it as learning a language so the more we use it the more fluent we become.
@BinarySmurf2 жыл бұрын
@@eighteen830 I've been in a similar position. I suggest you set yourself a small task that would accomplish something helpful to you that is not too hard that you can then solve using Python. For example, one of my first Python programs looped through all the music files in a folder and passed them to ffmpeg for conversion to a different format. This took some time, but I was motivated, and the result was beneficial; I got it done.
@eighteen8302 жыл бұрын
Guess the best way to improve is keep on doing some projects and some exercises. Similar to sports, you can watch hours of someone playing but you need to go and do it yourself to learn. It feels hard tho, but i guess it''s the way it is. Thank you all for your answers.
@lucasharlen60452 жыл бұрын
I think you have a basic understanding of syntax and programming principles but you're struggling to apply it to solve a problem that requires data manipulation or an algorithm That's totally normal, I suggest stop watching anymore tutorials, keep trying to solve coding challenges involving python. And remember google is your best friend
@adeyemisamuel22542 жыл бұрын
Aside from the excellent way of teaching, the quality of the video is so sweet. Thank you.
@Haxor6666 Жыл бұрын
I’m senior python dev and I still saw a few things that I didn’t know in this tutorial. Btw this is everything you need to know, the rest comes with experience.
@heshamhany8470 Жыл бұрын
what should I do after finishing this?
@melzarxv1927 Жыл бұрын
@@heshamhany8470 id say make projects, there are many ideas you can get on youtube
@flasco5445 Жыл бұрын
@@heshamhany8470see video of pirate king a perfect guide.
@janmsavage2 жыл бұрын
Beau seems like that person who has been to the Skyrim of programming--has been awestruck by it, and has now come back to facilitate the offering of various programming courses. :)
@Sukhumvit2462 жыл бұрын
This looks awesome, I started a udemy course a few months ago a beginners python course but it seemed to be more for people with experience so I gave it up. I'm in the office just now but I am going to start this course tonight.
@cyber-see-quill-rity66142 жыл бұрын
Can you please share the link to the udemy course?
@webdevelopment77592 жыл бұрын
are you done with this youtube course? how was it?
@Sukhumvit2462 жыл бұрын
@@webdevelopment7759 I never even finished it, I just jumped onto this. I maybe start again from the beginning.
@badsanta73562 жыл бұрын
This ain't so beginner friendly either
@kyrtd11 ай бұрын
Thank you so much for this tutorial, I've been wanting to learn programming for a long time but was intimidated by it and the fact all the apps require payment to use. Can't believe this quality of education is free! I'm still learning but you've given me a great foundation, thank you again!
@jonnycoddington92842 жыл бұрын
How does this course compare to the other 4hour python course on freecodecamp?
@jordanash5741 Жыл бұрын
road 2 python god: day 1: 1:30:06 - finna b doing 30m a day, following along, and taking notes. did a lott today, so much notes. day 2: 2:10:00 - rock paper scissors game was a fire way to start in day one, but now were learning fundamentals in all aspects, boring but needed. ive been note taking in replit using # alongside copying Beau's code. I am planning to be done with this course by day 6-7. day 6: school started back so ive been busy, going to begin again tdy at 25m a day. Also Realized I cant speed through this sht day 9:
@chuticabj2 жыл бұрын
isnt this the 5th python course that free code camp uploads?
@david101019612 жыл бұрын
Excellent, many thanks Beau. The blackjack example suited (pun, oops!) me perfectly as I've played a lot, and hence am familiar with the game rules and mechanics. Also fits in neatly for a tutorial where just a few classes and methods creates a functional basic game, a nice demonstration of how elegant Python coding can be. And it wouldn't be impossibly difficult to add rules for soft hands, insurance, doubling down, splitting pairs, etc. [EDIT] Also looks like you have 3 enthusiastic young lads there keen to follow in your footsteps, and who will be a big help when it comes to troubleshooting your code in a few years time. :)
@Dusky-Memory Жыл бұрын
It was entirely opposite for me unfortunately. I never played blackjack, his explanation confused me. Went along anyhow, sometimes some concepts just click randomly down the road from exposure
@architech007 Жыл бұрын
An amazing tutorial. God bless you man!
@faizafiz3042 жыл бұрын
Great Tutorial unlike the only introduction or examples of the language, using the project based learning is best. You did amazing job.
@taseeradaresАй бұрын
One of the best lecture, i recieved!
@SandyLearner2 жыл бұрын
What's the diff b/w the prev Course already uploaded 3 yrs before?🤨🤨🤨🤨
@zappyapp2 жыл бұрын
Choice
@DANIEL007001 Жыл бұрын
Just started and I'm so blown away on how easy it is.. I'm taking it in at short intervals and so far when I read my code back I get what's going on
@Bigballs-u9i Жыл бұрын
bro looks like steve jobs💀
@andrew50382 жыл бұрын
Just finished the JavaScript video, super excited to get started on this one thank you!!!
@NurturesWrath8 ай бұрын
I thought this was a video of hunting python in the jungle
@MikhailNikolaev-o1z Жыл бұрын
Hello, I'm working with statically typed C#, and I want to clarify something: 1) 2:22:55 basically, you created a delegate "increment" which is an instanse of a counter(), that's why when you repeatedly call it, it preserves it's var values. Isn't it? Is there a concept of static method/variable here? 2) 3:23:20 basically, you created a two different classes with same method name. Is it considered polymorphism here? Is there no concept of smth like an interface here?
@99Uniq7 ай бұрын
That is polymorphism
@lawrenceaustin50292 жыл бұрын
I HAVE INCURRED SO MUCH LOSSES TRADING ON MY OWN...I TRADE WELL ON DEMO BUT I THINK THE REAL MARKET IS MANIPULATED... CAN ANYONE HELP ME OUT OR AT LEAST TELL ME WHAT I'M DOING WRONG ?
@paulamcminn96182 жыл бұрын
We work for years to have, $1 million while some people I know put few thousands of dollars in some crypto coins trading and they are millionairesכ'
@johnson17652 жыл бұрын
That's true most people today have been having a lot of failure in Forex and crypto sector because of poor orientation and bad experts
@manduaniebiet51332 жыл бұрын
But the recent recession and current crash in the crypto market are giving me fears, I've done a little research into robot technology but haven't found a public company to invest into. Can anyone point me in a direction please?
@happinessatuma10242 жыл бұрын
@@manduaniebiet5133 Yes, market crashes. Yes it has not bottomed, Yes it's gonna crash,, does it really matter??, It has no business at this level in the first place, pumped up by the Fed and central banks around the world. You can still be 100% invested at this level. Good luck!. I trade and take quick profit. With this inflation and my expectation on the economy, I am ok with the 80% profit I get from my broker..
@francis46222 жыл бұрын
@Adewunmi Kenny I will recommend my current trader Amelia Jane ,, she is from USA and her strategies are earning a lot of profit for me. .I achieve great success every week with the guidance of my Broker.. Ever since contacting my Broker, MRS Amelia Jane, I have gained a lot with very small losses, her trading strategy is top-notch.
@austindew53532 жыл бұрын
I can't wait to dive into this. Thank you!
@boxer16392 жыл бұрын
"for beginners" erm I don't think so
@Tamil-Murugan2 ай бұрын
This was a fantastic journey. I managed to complete full course. Ready to begin next adventure
@praveshmaharaj43872 жыл бұрын
i dont like the way he started the tutorial, it was for intermidiate people and the coding of the game only confused me, he didnt explain alot during the first part. He should have taught the basics first then let us implement those basics in the RPS game. Already felt like quitting at the first part, how does he expect us total begginers to know whats def function and all that other stuff? bad idea to start with coding at an intermediate level.
@kareemahmed63025 ай бұрын
Let me guess you are under 18y
@kareemahmed63025 ай бұрын
Like what part that confused you in the coding of the game like this is the most basic thing he can do to teach someone like you