Title | : | Learn To Code Like a GENIUS and Not Waste Time |
Lasting | : | 9.41 |
Date of publication | : | |
Views | : | 1,9 jt |
|
What font is used on the sloth parts of the video? The handwritten-type font? Comment from : @hildemunster |
|
Thankyou Comment from : @Theif-x6u |
|
i have no idea what you were just explaining lol but it was kinda entertaining I wanna learn coding so bad Comment from : @Nongdamimnida |
|
I’m 8on my phone h better hurry up if your not can u pls 2:38 Comment from : @ZionVildosola |
|
Can someone help me use React Native? Comment from : @itsimaginationschannel |
|
Watching this since I'm too eager to make a game for our practical research😼 Comment from : @Eykabae |
|
THANK YOU Comment from : @anjing1935 |
|
@ApnaCollege Comment from : @Darklegecy22 |
|
I diig it, my friend Thanks for the share Comment from : @Micelf4all |
|
If you want to learn problem solving for code there's a excellent book "Matlab programming for engineers - Stephen J Chapman" In the chapter 4: Introduction to Top-Down Design Techniques, 6th Edition (different chapters for other editions) it teaches you a top-down design to solve problems with code It really easy and well explain There's copies online, maybe i can put some linsk to itbrbrThe steps are:brbr1 Clearly state the problem that you are trying to solvebr2 Define the inputs required by the program and the outputs to be produced
brby the programbr3 Design the algorithm that you intend to implement in the programbr4 Turn the algorithm into MATLAB statementsbr5 Test the resulting MATLAB programbrbrCheck out the chapter is REAALY good an has a diagram and better explanation of each step! I know it's MATLAB but can be apply to other lenguages Comment from : @PabloSarango-gd7tw |
|
Could you code from your phone ????😊 Comment from : @Cidthespiritwielder |
|
I want to make a Roblox game and make websites for business Comment from : @silentzcoder |
|
This is the first video of yours that I've watched, I'm only 1 minute in and I already love you and your style That's pretty impressive Keep it up man! Comment from : @Allu-Halla |
|
"An idiot admires complexity, a Genius admires simplicity" - Terry A Davis Comment from : @Foogi9000 |
|
Love your honestynew describer 😊 Comment from : @littleninnie |
|
dude, i dont know how i ended up in your video, ive been stuck at tutorial hell for a while, it didnt have a name on my head, and now it does and the best part i know how to get the hell outta here (lol), thx so much, very cool video, illustrative, and very helpful thanks a lot Comment from : @nayoyo6502 |
|
i have this problem called "i cant even programm flappy bird" and floppy bird is an easy programm i dont know what does what and why, even tho my whole mind and life bases on what does what and why how do i overcome that or like i wanted the bird to jump when i hit space but i didnt know how if variables work and that you need to do some (downkey:(Space)) or sum like that Comment from : @specops6867 |
|
Practice does not make perfect get that out of your mind Practice creates improvement There is no such thing as perfect because you can always improve to something that seems perfect Comment from : @Dofl3n |
|
4:42 "Learn Video Gaming Developmeant" Comment from : @taitioballish3805 |
|
I've been trying to avoid learning coding for as long as possible and now my psychology degree has a coding course which is compulsory so I'm here 😭 Comment from : @Yoohoo111-r4y |
|
4:02 to 4:24 For MebrThanks! Comment from : @Sule_Don |
|
im chinese Comment from : @jiaphng3317 |
|
bme, being a 12 year old computer nerd who rlly wanna code/b Comment from : @Supercoolcat128 |
|
i didnt know what i wanted to do until this so ty Comment from : @multiwoodlz |
|
wow your video is so entertaining ! Comment from : @minako7928 |
|
I told myself if i wanted to learn cyber security for my own personal gain, i must learn how to learn Watched several videos on how to learn how to learn, the first thing this video says to learn how to learn happy im on the right track Comment from : @jonathanflood4545 |
|
is python good for robotics? Comment from : @goid9402 |
|
I fed my localy run ai with whatever book i could find in libgen about programming, academic programs, curriculums and whatnot, now it teaches me like a bloody dumbledor Comment from : @wybuchowyukomendant |
|
thank you! Comment from : @Inafish01 |
|
@5:56 Hey that's me! (The Black woman looking at the computer lol) Fun fact, kinda, that pic was taken at a FCC meetup in Busan, South Korea Comment from : @AngeliqueVoices |
|
Very informative, thanks for sharing! Comment from : @AliceLyons-n2k |
|
Dont work hard be hard💀💀💀 Comment from : @GianfrancoFabbri-w8n |
|
3:04 i just love it Comment from : @HellKing-oz6ms |
|
Wasting time is the most fun of being a programmer Comment from : @tabularasa0606 |
|
skibidi sigma Comment from : @ksubsbefore-yi4om |
|
why do i feel alone whenever i code? Comment from : @jagadeesh9592 |
|
Am I the only kid that wants to code? Comment from : @05konzz |
|
I dont belive the " you dont have to genius in order to learn code" after the 4th minute😞😞😂😂 Comment from : @selcanchan0158 |
|
G Comment from : @Theliving_Tv |
|
It's 🤑🤑🤑🤑🤑🤑 Comment from : @Islam-x1x5b |
|
I want to make money Comment from : @Islam-x1x5b |
|
bet Comment from : @dexter-k1s5l |
|
I clicked your video because you said WTF thanks Comment from : @QisthinasDiary |
|
Some decent high-level advice, but I think the definition of "coding" needs to be clarified Actual programming of a computer is very different to what I believe many people would consider it to be HIgh-level abstractions used by most have very little to do with how the hardware actually works, executes code, and stores and loads data It is also a reasonable hypothesis that the abstract practices and esoteric design pattern mantras that go along with these paradigms ultimately result in buggier and slower software, and that the code bases almost always result in a tangled web of chaotic silos (resulting in refactors/rewrites far more often that necessary) That is to say, high-level coding and abstraction paradigms create the illusion of structure and cleanliness, but objectively it is quite the oppositebrbrWhat I am trying to say is that, for the most part, what people think they are doing with problem solving when "coding" isn't really problem solving It is more paint-by-numbers and that is a thing which AI is quickly become good at Many of these types of coding careers are essentially doing no more than applying per-established abstract patterns which can ultimately be completed by a state machinebrbrThe other thing I want to say is that the best way to learn is to read a book written by an expert Random YouTube videos, SO posts, and AI are not a way to become a master craftsman Learning from a single book front-to-back will build knowledge and skills on top of what has already been learned or mastered That is what books are designed to do After a book is complete, get a more advanced one, or transition to another topic Comment from : @RockTo11 |
|
try dynamic programming Comment from : @L9syy |
|
the ai pictures made me wanna tune out Comment from : @Jittersucksattaps |
|
As a beginner who wants to learn web development, what resources do you recommend? Comment from : @alien6858 |
|
the BEST way to learn to code watch CODE BRO Comment from : @alexg6720 |
|
Loved the video Spot on start with learn to learn Comment from : @aar021 |
|
Okkķkkkkkkkkkk😂 Comment from : @AmikaLimbu-f3c |
|
cccccccccccccc Comment from : @GreyHatGenX |
|
that did not happen unc💀🙏 Comment from : @Makiteimo |
|
😃🥰🥰🥰🥰🥰🥰 Comment from : @blessmealmighty545 |
|
I want to make a career in AI and ChatGPT, and my friend told me it would be hard to understand without coding knowledge So, I attended multiple in-person coding classes from various educational institutions However, I really liked the classes from Moonpreneurs because of their affordability and how fantastic they turned out If anyone knows of any other good institutions offering coding courses, please suggest me, Comment from : @NilimaPradhan-us9se |
|
I think I'm still dumb cause I forgot everything you said and never understood it and I'm in tutorial hell Comment from : @Glibgorfingoodle |
|
how to tie? Comment from : @MicoClemente-mx9pl |
|
I genuinely think there's no help for me Comment from : @CMDR_Wailing |
|
i tried to code so many times but i always come back one day later and just forget everything that i did Comment from : @EnigmaTheFiles |
|
Dude! Exactly when you said "Now that we've got you what and why, let's talke about the how" a programming ad just appear here🤣 Comment from : @alexandregb566 |
|
"You don't need to be super smart to learn it" If I need to have a regular brain to learn it, I'm cooked Comment from : @alexandregb566 |
|
Can you learn programming even if you aren't good at maths? I'd like to learn a programming language but I find it quite intimidating because of my lack of good math skills Comment from : @PirateOfTheNorth |
|
"I've heard that learning AI coding is a must-have skill for aspiring professionals With the help of a friend who is pursuing coding at Moonpreneur, I decided to enroll myself Was it the right decision?" Comment from : @NilimaPradhan-us9se |
|
6:23 this is what i am experiencing Comment from : @IAMBATMAN3 |
|
I also miss Dani alot bro he makes me into coding it's fascinating to watch his games Comment from : @IAMBATMAN3 |
|
Man, I'm glad that this video appeared on my youtube, liked and subcribed Comment from : @NTS-n6h |
|
5:52 Copiando e colando do ChatGPT KKKKKKKKKKKKKKKKKKKKKKKKKK Comment from : @majuladarks8708 |
|
4:43 yes we DO want him to come back Comment from : @jingboss1234 |
|
i actually escaped TUTORIAL HELL what a journey Comment from : @better-windows |
|
Goated video Comment from : @JaiSinha |
|
He’s exactly on point it’s amazing😊 Comment from : @cakelegend1235 |
|
ben gerizekalıyım bana anlatma Comment from : @Flavi1 |
|
HOW THE F*** DO I LEARN CALCULUS!?!?!? Comment from : @thesoulcollector-r1u |
|
I'm from Brazil and I'm to learning python Comment from : @ruan_wsa |
|
I learned Java in one day Comment from : @LemmonTea |
|
What If you’re trying to code a robot? Comment from : @a_l_e_c_i |
|
I wanna learn python but I hate math Comment from : @Girlypop1719 |
|
I wanna make a game in roblox Comment from : @Rip_terror-yt |
|
I need a teacher hit me up if you need a student Comment from : @RogueLucifer |
|
Is here any Arabian ??😂 Comment from : @Restandrelaxation-tv7fg |
|
I am stuck in TUTORIAL HELL rn and that's why i am giving up or maybe i am not idk Comment from : @liliies081 |
|
Nice content… Comment from : @nelsonlim1389 |
|
I am in a Tutorial hell right now and same thing I am going through Comment from : @gangsterthegamer2397 |
![]() |
Learn Machine Learning Like a GENIUS and Not Waste Time РѕС‚ : Infinite Codes Download Full Episodes | The Most Watched videos of all time |
![]() |
The W-Space #9 Video Code Episode 9 Video Code |W Coin Video Code Episode 9 |W Coin Space Code Today РѕС‚ : Revit Gamer Download Full Episodes | The Most Watched videos of all time |
![]() |
ZERO WASTE ORANGE LIQUEUR ?♻️ More Flavour, Less Waste and Cost! РѕС‚ : DAN FELLOWS coffee + cocktails Download Full Episodes | The Most Watched videos of all time |
![]() |
Telling Time to the Hour | Learn to Tell Time on an Analog Clock | Telling Time for Kids РѕС‚ : Tutoring Hour Download Full Episodes | The Most Watched videos of all time |
![]() |
Big Weddings...A complete waste of time and money РѕС‚ : MenNeedToBeHeard Download Full Episodes | The Most Watched videos of all time |
![]() |
Weddings are a Waste of Time, Money, and Energy #shorts РѕС‚ : Synetra Jones Download Full Episodes | The Most Watched videos of all time |
![]() |
Best Budget Laptop in 2024 - DO NOT WASTE YOUR MONEY! РѕС‚ : 10BestOnes Download Full Episodes | The Most Watched videos of all time |
![]() |
Dont Waste Your Money: Why cutting cable may not save that much РѕС‚ : ABC Action News Download Full Episodes | The Most Watched videos of all time |
![]() |
Learn Intermediate Spanish Like a MF | 6-Hour Course from Learning Spanish Like Crazy РѕС‚ : LearningSpanishLikeCrazy Download Full Episodes | The Most Watched videos of all time |
![]() |
Learn Spanish For Beginners Like a MF | 8 Hour Course - Learning Spanish Like Crazy РѕС‚ : LearningSpanishLikeCrazy Download Full Episodes | The Most Watched videos of all time |