How To Practice Programming So You Actually Get Good

  Рет қаралды 53,652

Tech With Tim

Tech With Tim

Күн бұрын

It's great to follow along with courses or tutorials online but a lot of people get stuck in "tutorial hell" because they don't know what to effectively practice. In the video, I'm going to tell you how to practice programming so you actually get good by giving you a detailed guide on exactly what you need to focus on and the resources you can use to improve your programming skills quickly.
Sign up for a free starter account with Polygon and get 20% off any paid subscription: polygon.io/?...
⏳ Timestamps ⏳
00:00 | Overview
00:28 | Your Goals
01:30 | Syntax
04:29 | A Great Tool
06:06 | Pattern Recognition
08:09 | Advanced Tools
12:00 | Problem Solving
Hashtags
#techwithtim #programming #coding #programmingtips

Пікірлер: 105
@aidanthompson5053
@aidanthompson5053 11 күн бұрын
Syntax -> pattern recognition -> tools -> complex problem solving
@skytechbits
@skytechbits 11 күн бұрын
When I first learned to code in college we learned about pseudocode and flow charts. Doing that really helped with breaking down what the code will be doing and the flow of the program. Replacing pseudocode sections with code makes it much easier to work with the flow and troubleshoot bugs.
@cocoatea57
@cocoatea57 11 күн бұрын
How do I contact u for keys in mastering?
@sudhanshukumar101
@sudhanshukumar101 10 күн бұрын
Yeah, learning pseudocode and were very helpful for me, in python
@robertfoss3864
@robertfoss3864 10 күн бұрын
By far, the best video i have found for an absolute beginner like me. Gives me a great guideline to go by to advance. Watching this i see i skipped the first two steps, and that probably explains why i have struggled so hard to put the it all together. I'm one of those stuck in "tutorial hell".
@softwareengineer8923
@softwareengineer8923 10 күн бұрын
When i first started programming, have been playing chess & sudoku, reading some philosophy to improve my problem solvig skills. Also a dozen of practice of course:) Thanks for helpful video, keep the quality content up👍
@Ari-pq4db
@Ari-pq4db 11 күн бұрын
This is awesome Tim, I will definitely follow these practices. Thank you , keep them coming 🔥🔥🔥❤❤❤
@lilithschmidl1620
@lilithschmidl1620 10 күн бұрын
Thank you! This is just what I was looking for. I enrolled in a data science and ai programme at the local uni last semester, with no background in tech, and it's been quite overwhelming. This really helped break through the noise of all the tutorials and courses available and gave me a better understanding on what I should focus on
@jimalix6270
@jimalix6270 11 күн бұрын
Excellent video, Tim! It's really helpful to hear an experienced coder lay out the steps to become good at this skill. Thanks!
@user-ib9fx9tc3w
@user-ib9fx9tc3w 11 күн бұрын
Tysm this is what i was looking for a long time
@IlyesCodes
@IlyesCodes 10 күн бұрын
It's good to see tim getting in better shaper now, been following him for 4 years now
@alin98988
@alin98988 11 күн бұрын
hey tim, been following your tutorials for a really long time now thank you for uploading these types of videos, I would like to see data structures and algorithms tutorial in python as you are the best teacher.
@desmondqoza123
@desmondqoza123 11 күн бұрын
There's a difference between good programmers and good programming teachers, I think you are a good programming teacher. I watch your tutorials and I can say it again.. you are a good programming teacher
@abhimanyu6215
@abhimanyu6215 11 күн бұрын
Thanks a lot Tim for breaking down each point and make us understand how we can also become a good programmer.
@Shubham-blog
@Shubham-blog 10 күн бұрын
You're great brother, Love your content♥
@yuval_kahan
@yuval_kahan 9 күн бұрын
Great video! Learned alot thank you.!
@abetterfuture4787
@abetterfuture4787 11 күн бұрын
Thanks Tim. Django still been kicking my butt, but I'm sticking with it.
@user-vn2ot8pd9r
@user-vn2ot8pd9r 9 күн бұрын
Very good ... I saved it for watch it repeatedly 😊
@tech_with_the_unknownguy
@tech_with_the_unknownguy 11 күн бұрын
Congratulations on your 1000 video!🎊
@tech_with_the_unknownguy
@tech_with_the_unknownguy 9 күн бұрын
thx for the like🙂
@Just_A_Tech.._
@Just_A_Tech.._ 2 күн бұрын
Thanks Tim🤝
@nicolasdanek4225
@nicolasdanek4225 9 күн бұрын
This was really helpful.
@arnavghimire4132
@arnavghimire4132 11 күн бұрын
Thank you very much
@carsongutierrez7072
@carsongutierrez7072 11 күн бұрын
Alright Mentor Tim! Will watch this!
@motivationpillar1100
@motivationpillar1100 11 күн бұрын
Your the best teacher on KZfaq ❤
@sammydean6789
@sammydean6789 11 күн бұрын
Thank you so much sir
@supermalavox
@supermalavox 11 күн бұрын
What do you think of Codewars, Exercism or Checkio to help exercising programming skills?
@twindrawingstudio
@twindrawingstudio 11 күн бұрын
Thanks 🎉
@PixelMotionHD
@PixelMotionHD 11 күн бұрын
I haven't built lots of things yet, as a programmer, but every time I plan to do something in planned time frame, I always fail. But hey, now I see it is common element throughout the process.
@StewartMilton-nj8zx
@StewartMilton-nj8zx 10 күн бұрын
thanks for the video
@carsonjamesiv2512
@carsonjamesiv2512 10 күн бұрын
GOOD ADVICE!😃👍
@3s843a
@3s843a 10 күн бұрын
Thanks TimGPT, really like these tips
@Asman2021
@Asman2021 8 күн бұрын
A great video ❤
@vascoguerreiro341
@vascoguerreiro341 9 күн бұрын
Good video. Very useful
@LucianoCequinel
@LucianoCequinel 11 күн бұрын
hey man, nice video, thanks. I would like to see a tutorial explaining how to proper deliver a python tool for a client to run in a hostile environment.
@mog01
@mog01 11 күн бұрын
In my opinion, the 1st and most important skill you need to develop in programming, especially when writing your own code is "Developing your asking skill." Ask yourself "what and why" do i need this project, code, script for and "what" are the requirements, then ask "how" do I implement or capitalize the tools that are available to materialize what your goal is. 2nd alongside syntax would be, "Reading and Understanding syntax errors".
@shandeshchaudhary-ps1tz
@shandeshchaudhary-ps1tz 3 күн бұрын
Love you Tim
@KeithKazamaFlick
@KeithKazamaFlick 10 күн бұрын
thanks tim
@dbazile15
@dbazile15 11 күн бұрын
The very first piece of code that I wrote after I learned the basics was a conversion calculator. I was playing the game Yakuza Like a dragon and the game takes place in Japan and for the beginning of the game they were talking about doing jobs for money and I would think its a lot and didn't understand why they were dissapointed so i took that opportunity to make the calculator to get the practice and also realize that even though 5000 is a lot as a number, when you convert it from yen to usd its about $30
@user-pt6do6wr3w
@user-pt6do6wr3w 10 күн бұрын
Hello Tim I just wanted to ask if you could make a video on the differences between core blockchain and dapp development
@vcv6560
@vcv6560 7 сағат бұрын
Yes, build a small form of something you want, couldn't have said it better.
@BrunoGallant
@BrunoGallant 11 күн бұрын
Excellent advice. Thanks.
@JosphatKangethe-yp1mh
@JosphatKangethe-yp1mh 10 күн бұрын
Hey Tim i have been following your channel from kenya ...can you do one video on ci/cd
@the_dude_playing_the_guy
@the_dude_playing_the_guy 11 күн бұрын
Bro, I Love You
@user-lt8vu3qm1z
@user-lt8vu3qm1z 2 күн бұрын
@5:08 STONKS
@doriandd4648
@doriandd4648 3 күн бұрын
You forgot to say it can and should be fun bro. I doubt that many people watching this who have never coded will want to go and pick up something that sounds so torturous. The divide and conquer conquer technique, the small reward you test from making a tdd test pass and the visualisation of the ultimate goal, becoming an automation wizard and have computers work and even make money for you. Those are things that make it worth it
@ToThePoint493
@ToThePoint493 11 күн бұрын
love from Pakistan bro ,I watched your 9 hours video which was based on python projects it was so beneficial ,I HAVE NO WORDS TO THANK YOU
@AnoNym-zi5ty
@AnoNym-zi5ty 11 күн бұрын
Jeet my son, I'm proud
@destroyer9154
@destroyer9154 10 күн бұрын
Hi is Pakistan is good in software industries tell me bro
@AnoNym-zi5ty
@AnoNym-zi5ty 10 күн бұрын
@@destroyer9154 no
@ToThePoint493
@ToThePoint493 10 күн бұрын
@@destroyer9154 yeah bro there is so much competition
@ToThePoint493
@ToThePoint493 8 күн бұрын
@@destroyer9154 yeah bro there is so much competition in Pakistan
@agentm10
@agentm10 11 күн бұрын
bit of a fluff video, but hey, nothing wrong with some fluff once in a while. A bit surprised that algorithms and data structures are not explicitly mentioned, although they are implicitly required to solve leetcode.
@kayoutube690
@kayoutube690 9 күн бұрын
Do you have complete module for the basic fundamentals for python?
@DOCTOROFTT996
@DOCTOROFTT996 10 күн бұрын
Sir, please upload the same for learning frameworks please like django, react, react-native etc... How to practice them? 😢😢
@kuchikibyakuya7697
@kuchikibyakuya7697 8 күн бұрын
How to code if I have potato laptop? Can I use Google idx? Can it makes production ready app or just for training?
@nandhakumar.r2690
@nandhakumar.r2690 11 күн бұрын
Study to night is good site to learn
@farexBaby-ur8ns
@farexBaby-ur8ns 2 күн бұрын
More fun is to ask chatgpt and get rid of that writers block.. then fine tune. If you know the algorithm, then no need to memorize garbage syntax imho
@fierymoonstar60
@fierymoonstar60 10 күн бұрын
Please do some more raspberry pi code projects
@asddsaasdfg2846
@asddsaasdfg2846 11 күн бұрын
This guy really thought the me python respect him
@demythekidd888
@demythekidd888 11 күн бұрын
@dakoderii4221
@dakoderii4221 11 күн бұрын
first += 3
@rayaniqbal7853
@rayaniqbal7853 6 сағат бұрын
can anyone give a good website that is completely free and a coding platform that works on learning using projects, starting with basic projects and moving upwards.
@lordryns
@lordryns 10 күн бұрын
Miss prime Tim sm.
@pottoker612
@pottoker612 11 күн бұрын
this looks like a school assignment
@Mr.Derpus
@Mr.Derpus 11 күн бұрын
first
@thokozaniphilanizondi3318
@thokozaniphilanizondi3318 10 күн бұрын
🙏🏼Forgive me Tim, I need to give feedback, please don't be mad. In social platforms like KZfaq, where distraction are come in shorts. It is hard to maintain focus on a 15 minute video.
@palllav508
@palllav508 10 күн бұрын
GFG supremacy
@torpyadams8033
@torpyadams8033 6 күн бұрын
"What I like to call tutorial hell" you mean what is commonly known as tutorial hell. Do you take credit for everything in your job to?
@TechWithTim
@TechWithTim 6 күн бұрын
Just a misuse of language you can relax.
@TheDeparta
@TheDeparta 10 күн бұрын
21m long video to say practice and "get gud"
@TechWithTim
@TechWithTim 10 күн бұрын
Where did u get 21 minutes from?
@AnoNym-zi5ty
@AnoNym-zi5ty 11 күн бұрын
git gud
@AbedDan
@AbedDan Күн бұрын
Ain’t that obvious?
@shaungaming1997
@shaungaming1997 11 күн бұрын
Did you know?: if you double tap this comment it likes it...
@programmingwithcybineer
@programmingwithcybineer 8 күн бұрын
that rough edge cut in your transitions can mess with ppl who have vertigo, or vision issues.. had to listen to the video..couldnt watch it
@user-sy7ct2ls8t
@user-sy7ct2ls8t 11 күн бұрын
Bro fell off
@rokrok27
@rokrok27 11 күн бұрын
Who
@GrindAcademy-12
@GrindAcademy-12 11 күн бұрын
Yeah totally
@GrindAcademy-12
@GrindAcademy-12 11 күн бұрын
Not
@TheAlderFalder
@TheAlderFalder 11 күн бұрын
Why? How?
@mecheng84
@mecheng84 10 күн бұрын
Under certain contexts "You fell off" is online lingo for saying you weren't as good as you used to be. It's usually used on twitter against someone who shared an opinion you disagree with.
@nandhakumar.r2690
@nandhakumar.r2690 11 күн бұрын
Your nose kind of looks weird
@CodingHexer
@CodingHexer 11 күн бұрын
what does that have to do with the video?
@neurooted
@neurooted 11 күн бұрын
XD wtf man
@JJ-bj6hg
@JJ-bj6hg 11 күн бұрын
Your typing looks weird. This is how you sound.
@johnnytoobad7785
@johnnytoobad7785 11 күн бұрын
This is one reason I like Python...the syntax is a lot like BASIC (&VB). ...And I've known those languages back when Moses wore short pants.🩳
10 Useful Python Modules You NEED to Know
11:01
Tech With Tim
Рет қаралды 26 М.
Backend, Frontend or DevOps? How to Decide!
16:54
Tech With Tim
Рет қаралды 76 М.
Khóa ly biệt
01:00
Đào Nguyễn Ánh - Hữu Hưng
Рет қаралды 20 МЛН
Stupid Barry Find Mellstroy in Escape From Prison Challenge
00:29
Garri Creative
Рет қаралды 21 МЛН
Получилось у Вики?😂 #хабибка
00:14
ХАБИБ
Рет қаралды 6 МЛН
I wish I could change THIS fast! 🤣
00:33
America's Got Talent
Рет қаралды 79 МЛН
Python Object Oriented Programming (OOP) - For Beginners
53:06
Tech With Tim
Рет қаралды 3,3 МЛН
20 Programming Projects That Will Make You A God At Coding
14:27
The Coding Sloth
Рет қаралды 560 М.
How I Became a Data Analyst Without Experience
7:55
Ian Klosowicz
Рет қаралды 16 М.
Please Master These 10 Python Functions…
22:17
Tech With Tim
Рет қаралды 63 М.
The 3 Laws of Writing Readable Code
5:28
Kantan Coding
Рет қаралды 304 М.
How to Start Leetcode in 2024 (as a beginner)
8:45
Ashish Pratap Singh
Рет қаралды 700 М.
PLEASE Use These 5 Python Decorators
20:12
Tech With Tim
Рет қаралды 98 М.
5 Signs of an Inexperienced Self-Taught Developer (and how to fix)
8:40
5 Coding Projects That Give You An UNFAIR Advantage
9:40
Tech With Tim
Рет қаралды 185 М.
Python 101: Learn the 5 Must-Know Concepts
20:00
Tech With Tim
Рет қаралды 1,1 МЛН
Khóa ly biệt
01:00
Đào Nguyễn Ánh - Hữu Hưng
Рет қаралды 20 МЛН