If you want to land a developer job check out my program with CourseCareers: techwithtim.net/dev
@Tipjack-hj4sdАй бұрын
please check the module pymathcat
@AHomicidalPear29 күн бұрын
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Ай бұрын
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Ай бұрын
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Ай бұрын
Super, this is the best way to learn. Thanks Tim🎉
@kapibara244028 күн бұрын
Very insightful, one can find lots of useful tips in those projects 🎉
@Akriti-at22Ай бұрын
This is very useful and always Tim is great❤thank you for sharing this tutorial, I love you❤
@sergeivanov-x7q28 күн бұрын
and i though your python as fast as possible was good im learning so much from this
@Warley.AraujoАй бұрын
Appreciate this Video, Tim. You rock bro!!
@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Ай бұрын
Tim, you among the best. Thank you
@varshasingh2302Ай бұрын
Sir it's very grateful if u start DSA with python series for job purpose
@pxlmusicbyАй бұрын
true i we it too sir
@smallhat1Ай бұрын
Thank you so much this helped me so much can you do a c++ tutorial
@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Ай бұрын
Thanks so Much Tim. Exactly what I needed to improve my skills. I found it helpful
@GRESilviuАй бұрын
Sweeeet explaining ! Thank's for this !
@Powerup-mw6tv12 күн бұрын
Give this gentleman his star already wow ❤
@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Ай бұрын
Cool, it be great to do these in Go.
@abhishekrajk5387Ай бұрын
Boi can you make complete course on c programming in detail because its very helpful watching your videos
@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Ай бұрын
This was Tim as a rubber duck 😂 thank you dude! 🎉
@TheMohak7Ай бұрын
Tim just COOOKED
@mommcmАй бұрын
Thanks 🎉🎉🎉
@fgdjstr7 күн бұрын
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Ай бұрын
Thanks.
@OppieT30Ай бұрын
You didn't say anything about the number 1 on the explorer icon when you have an unsaved file.
@SkyF1re2009Ай бұрын
Hi In project #3 i could not load my json file, could someone help me out?
@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Ай бұрын
Very good
@BakobiibizoАй бұрын
Read error messages? That's too advanced. Most developers dont start doing that till they are intermediate
@ola...o1009Ай бұрын
Nice topic
@mdshoaib211Ай бұрын
can someone give the project 3 code I found an error
@varshasingh2302Ай бұрын
Or how to build logic to solve python problem
@jackymarcel4108Ай бұрын
Wilson Edward Perez Jason Martinez Shirley
@FerminaHaddenProakzmiaАй бұрын
Rodriguez Brian Lee Sharon Miller Gary
@HungryBen-d7yАй бұрын
Teach us leetcode patterns
@kecojune6857Ай бұрын
SHOULD I DO THIS ONE OR THE 9 HOUR VERSION?
@TechWithTimАй бұрын
This one is better for beginners but it’s up to you!
@kecojune6857Ай бұрын
@@TechWithTim thank you, im moreso trying to add on projects and go in depth
@JosephWilliams-v9xАй бұрын
Perez Mark Taylor Brenda Jackson Sandra
@swanhtatnaing1137Ай бұрын
Gang gang
@ola...o1009Ай бұрын
I am not gang gang I do not gang bang 😅
@useronetwothree-z6fАй бұрын
1:03:12 thats crazy
@taymalsous5894Ай бұрын
4th les goo
@azharalibhutto1209Ай бұрын
❤❤❤❤❤
@afin4684Ай бұрын
Why don't you use pycharm? isn't it better for python?