Learn Python With 5 Projects - From Beginner to Advanced

  Рет қаралды 46,735

Tech With Tim

Tech With Tim

Күн бұрын

Пікірлер: 56
@TechWithTim
@TechWithTim Ай бұрын
If you want to land a developer job check out my program with CourseCareers: techwithtim.net/dev
@Tipjack-hj4sd
@Tipjack-hj4sd Ай бұрын
please check the module pymathcat
@AHomicidalPear
@AHomicidalPear 29 күн бұрын
Honestly, this video is really good. I've taken a class on Python before, so i know some basics. But this is the first video that I've watched that actually explains things like I've never touched Python before. Other videos the person explaining doesn't go in depth like this. Like, i know what i dont know, but with you explaining things so thoroughly, i was able to fully understand the things that i already knew from my class.
@juana.min16
@juana.min16 Ай бұрын
Dear Tim, I am very new beginner from Myanmar. Your video,it's very helpful to us to study. Thank you for giving a guide line.😊
@user-wg8hx6ux5v
@user-wg8hx6ux5v Ай бұрын
I am an intermediate python programmer and I wish my past self saw this video because every thing would've been a million times easeier
@esrx7a
@esrx7a Ай бұрын
Super, this is the best way to learn. Thanks Tim🎉
@kapibara2440
@kapibara2440 28 күн бұрын
Very insightful, one can find lots of useful tips in those projects 🎉
@Akriti-at22
@Akriti-at22 Ай бұрын
This is very useful and always Tim is great❤thank you for sharing this tutorial, I love you❤
@sergeivanov-x7q
@sergeivanov-x7q 28 күн бұрын
and i though your python as fast as possible was good im learning so much from this
@Warley.Araujo
@Warley.Araujo Ай бұрын
Appreciate this Video, Tim. You rock bro!!
@johnnytoobad7785
@johnnytoobad7785 Ай бұрын
Enhancement Idea for project #4: Code the game-grid using the Tkinter-UI library and Python OO techniques for sub-classing the UI frame. Now that would be an real "advanced" Python project. Character-based console games date back to the 70's.
@kwodwo1106
@kwodwo1106 Ай бұрын
Tim, you among the best. Thank you
@varshasingh2302
@varshasingh2302 Ай бұрын
Sir it's very grateful if u start DSA with python series for job purpose
@pxlmusicby
@pxlmusicby Ай бұрын
true i we it too sir
@smallhat1
@smallhat1 Ай бұрын
Thank you so much this helped me so much can you do a c++ tutorial
@Ghazala128
@Ghazala128 Ай бұрын
Freecodecamp has good C++ courses and have C++ course with 32+ hours i would recommend to watch if you really want learn C++
@alimihakeem841
@alimihakeem841 Ай бұрын
Thanks so Much Tim. Exactly what I needed to improve my skills. I found it helpful
@GRESilviu
@GRESilviu Ай бұрын
Sweeeet explaining ! Thank's for this !
@Powerup-mw6tv
@Powerup-mw6tv 12 күн бұрын
Give this gentleman his star already wow ❤
@MuhammadSaimDev
@MuhammadSaimDev Ай бұрын
Hey tech with tim you should make a part2 of django rest framework,you made one video create an advance version of it
@kvelez
@kvelez Ай бұрын
Cool, it be great to do these in Go.
@abhishekrajk5387
@abhishekrajk5387 Ай бұрын
Boi can you make complete course on c programming in detail because its very helpful watching your videos
@hkhsm359
@hkhsm359 Ай бұрын
Hello Tim, Thank you so much for sharing your knowledge with us. Quick question: Is anyone download whole github code and when running project3 and getting below error? with open("contacts.json", "r") as f: ^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'contacts.json' The file is there and in same directory as i downloaded. So why i am getting this error? Is it only me? FIXED: instead of: with open("contacts.json", "r") as f: change to : with open("LearnPythonWith5Projects-main/contacts.json", "r") as f: and its working now.
@affiliateanimalistic9607
@affiliateanimalistic9607 Ай бұрын
This was Tim as a rubber duck 😂 thank you dude! 🎉
@TheMohak7
@TheMohak7 Ай бұрын
Tim just COOOKED
@mommcm
@mommcm Ай бұрын
Thanks 🎉🎉🎉
@fgdjstr
@fgdjstr 7 күн бұрын
Hi, I downloaded the 3.13.0 (latest version available as now) installer from the python website, installed with default settings, run the cmd command (I'm on windows 11) and it sends me to the microsoft store to download an older version of python, the 3.12. Do I have to install that or is there something wrong?
@erumadeel5708
@erumadeel5708 Ай бұрын
Thanks.
@OppieT30
@OppieT30 Ай бұрын
You didn't say anything about the number 1 on the explorer icon when you have an unsaved file.
@SkyF1re2009
@SkyF1re2009 Ай бұрын
Hi In project #3 i could not load my json file, could someone help me out?
@hkhsm359
@hkhsm359 Ай бұрын
add file main path like: instead of: with open("contacts.json", "r") as f: change to : with open("LearnPythonWith5Projects-main/contacts.json", "r") as f: and it should be working. At least its working for me.
@ajithsdevadiga1603
@ajithsdevadiga1603 Ай бұрын
Very good
@Bakobiibizo
@Bakobiibizo Ай бұрын
Read error messages? That's too advanced. Most developers dont start doing that till they are intermediate
@ola...o1009
@ola...o1009 Ай бұрын
Nice topic
@mdshoaib211
@mdshoaib211 Ай бұрын
can someone give the project 3 code I found an error
@varshasingh2302
@varshasingh2302 Ай бұрын
Or how to build logic to solve python problem
@jackymarcel4108
@jackymarcel4108 Ай бұрын
Wilson Edward Perez Jason Martinez Shirley
@FerminaHaddenProakzmia
@FerminaHaddenProakzmia Ай бұрын
Rodriguez Brian Lee Sharon Miller Gary
@HungryBen-d7y
@HungryBen-d7y Ай бұрын
Teach us leetcode patterns
@kecojune6857
@kecojune6857 Ай бұрын
SHOULD I DO THIS ONE OR THE 9 HOUR VERSION?
@TechWithTim
@TechWithTim Ай бұрын
This one is better for beginners but it’s up to you!
@kecojune6857
@kecojune6857 Ай бұрын
@@TechWithTim thank you, im moreso trying to add on projects and go in depth
@JosephWilliams-v9x
@JosephWilliams-v9x Ай бұрын
Perez Mark Taylor Brenda Jackson Sandra
@swanhtatnaing1137
@swanhtatnaing1137 Ай бұрын
Gang gang
@ola...o1009
@ola...o1009 Ай бұрын
I am not gang gang I do not gang bang 😅
@useronetwothree-z6f
@useronetwothree-z6f Ай бұрын
1:03:12 thats crazy
@taymalsous5894
@taymalsous5894 Ай бұрын
4th les goo
@azharalibhutto1209
@azharalibhutto1209 Ай бұрын
❤❤❤❤❤
@afin4684
@afin4684 Ай бұрын
Why don't you use pycharm? isn't it better for python?
@l2ob1222
@l2ob1222 20 күн бұрын
Nope
@afin4684
@afin4684 20 күн бұрын
@ why?
@РодионЧаускин
@РодионЧаускин Ай бұрын
Taylor Ronald Harris Richard Brown Amy
@Zipi9
@Zipi9 Ай бұрын
@naeemalnusairi
@naeemalnusairi Ай бұрын
JAVA the best 👌❤
@ajmcadory3596
@ajmcadory3596 Ай бұрын
Thanks 😊
Please Master These 10 Python Functions…
22:17
Tech With Tim
Рет қаралды 211 М.
5 Good Python Habits
17:35
Indently
Рет қаралды 612 М.
When Cucumbers Meet PVC Pipe The Results Are Wild! 🤭
00:44
Crafty Buddy
Рет қаралды 50 МЛН
Ice Cream or Surprise Trip Around the World?
00:31
Hungry FAM
Рет қаралды 19 МЛН
ТВОИ РОДИТЕЛИ И ЧЕЛОВЕК ПАУК 😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 4,9 МЛН
Car Bubble vs Lamborghini
00:33
Stokes Twins
Рет қаралды 45 МЛН
4 Software Developer Roadmaps For 2024+
29:41
Tech With Tim
Рет қаралды 74 М.
Do NOT Learn Kubernetes Without Knowing These Concepts...
13:01
Travis Media
Рет қаралды 322 М.
TypeScript Full Course - From Beginner to Advanced
3:54:02
Tech With Tim
Рет қаралды 32 М.
How I Would Learn Python in 2024 (if I could start over)
13:21
Tech With Tim
Рет қаралды 102 М.
Python 101: Learn the 5 Must-Know Concepts
20:00
Tech With Tim
Рет қаралды 1,2 МЛН
Python or JavaScript - Which One Should YOU Learn?
8:05
Tech With Tim
Рет қаралды 198 М.
My 10 “Clean” Code Principles (Start These Now)
15:12
Conner Ardman
Рет қаралды 276 М.
3 PYTHON AUTOMATION PROJECTS FOR BEGINNERS
17:00
Internet Made Coder
Рет қаралды 1,7 МЛН
10 Important Python Concepts In 20 Minutes
18:49
Indently
Рет қаралды 289 М.
How To Make Money From Coding - A Complete Guide
43:05
Tech With Tim
Рет қаралды 167 М.
When Cucumbers Meet PVC Pipe The Results Are Wild! 🤭
00:44
Crafty Buddy
Рет қаралды 50 МЛН