Dave you are a wonderful educator. I have been seen so many videos of the concept regarding "__name__==__main__" but none of them could teach me as clear as yours.
@canadaBCvancouverАй бұрын
Wow, I'm a devops with super few knowledge in python. But this video taught me big time. How to understand module and how one python file calls custom modules. Thank you so much
@marcinzale Жыл бұрын
Thank you Dave. Great video as usual.
@DaveGrayTeachesCode Жыл бұрын
Thank you!
@lorenzasaettone84666 ай бұрын
complimenti. Finalmente qualcuno davvero di chiaro. Grazie per questo corso eccellente
@deepatterson18949 ай бұрын
Thanks Dave one step closer to seeing my program idea coming to live!!
@johnaweiss11 ай бұрын
8:56 If you return the print, will it print?
@khalilbenmeziane8836 Жыл бұрын
thank you dave great teacher ever we want more next js video
@DaveGrayTeachesCode Жыл бұрын
There will be more Nextjs. I will continue this Python beginners series on Tuesdays until complete.
@dimabrinza Жыл бұрын
Thank you!
@DaveGrayTeachesCode Жыл бұрын
Welcome!
@johnaweiss11 ай бұрын
10:57 Does the test for main inside kansas.py test itself? Or the module who imported it? Unclear. 14:55 How could kansas be the main file? It's imported. Unclear.
@muzhaffarhaydar79284 ай бұрын
thanks dave.
@xzex2609 Жыл бұрын
Kansas fun fact : Kansas is home to the one of the greatest progressive rock band in the history of music, named Kansas , and their first album named Kansas. their music is so advance that their works will be considered as magic. no one ever come near this band ever .
@utinthein7274 Жыл бұрын
Thank you, Sir.
@DaveGrayTeachesCode Жыл бұрын
Welcome!
@alexanderkomanov4151 Жыл бұрын
Thanks Dave!
@DaveGrayTeachesCode Жыл бұрын
Welcome!
@bahinhoo11 ай бұрын
Why vs code didn't offer subfunctions of math library? And formatting document did not work, too. I tried everything about formatting what was offered. How to fix this?😢😢
@DaveGrayTeachesCode11 ай бұрын
Formatting has changed. Docs link: code.visualstudio.com/docs/python/formatting
@holygroovearena Жыл бұрын
Hello. More into web development with Js but wanted to ask if you have a LinkedIn account so I reach out and learn more from you. You're advice on striving for daily progress has been really helpful and love your teaching. Very comprehensive
@thomasprevarin58405 ай бұрын
I've tries to replicate importing a custom module, when I import Kansas the system underlines Kansas and by hovering on it, it returns the following message: kensas is not accesses pylance
@DaveGrayTeachesCode5 ай бұрын
Check for typos. You've got Kansas and kensas in your comment.
@thomasprevarin58405 ай бұрын
@@DaveGrayTeachesCode sorry, yes I did quote kansas on both files, there are no typos in my code
@robin2080 Жыл бұрын
Do you have a patreon ?
@DaveGrayTeachesCode Жыл бұрын
Not yet, but I need to get one going! I do have a: www.buymeacoffee.com/davegray
@toddlask Жыл бұрын
cool channel! please consider a pygame series.
@DaveGrayTeachesCode Жыл бұрын
Thanks! Good request!
@nubian_goat Жыл бұрын
Yes bro more nextjs 13
@DaveGrayTeachesCode Жыл бұрын
There will be. I will continue Python on Tuesdays for this beginners series until complete.
@utinthein7274 Жыл бұрын
Sir, Why _pycache_ file appear. Please.
@DaveGrayTeachesCode Жыл бұрын
Here you go: www.google.com/search?q=why+does+pycache+file+appear
@utinthein7274 Жыл бұрын
@@DaveGrayTeachesCode Thank you, sir
@aqajavad7471 Жыл бұрын
Nice
@VictorChukwuemeka-o3x8 ай бұрын
Couldn't understand it would try again
@VictorChukwuemeka-o3x8 ай бұрын
Now I have a little understanding, progress over perfection
@aqajavad7471 Жыл бұрын
یس
@quinnjin22 ай бұрын
Error: " AttributeError: module 'kansas' has no attribute 'capital " problem line: print(kansas.capital) ????
@quinnjin22 ай бұрын
I'd added some #commented notes from the lesson, but hadn't saved, after I saved it, it worked.