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.
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
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 .
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.
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
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
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?😢😢
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.
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
Thank you Dave. Great video as usual.
Thank you!
complimenti. Finalmente qualcuno davvero di chiaro. Grazie per questo corso eccellente
8:56 If you return the print, will it print?
Thanks Dave one step closer to seeing my program idea coming to live!!
thank you dave great teacher ever we want more next js video
There will be more Nextjs. I will continue this Python beginners series on Tuesdays until complete.
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 .
Thank you!
Welcome!
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.
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
Check for typos. You've got Kansas and kensas in your comment.
@@DaveGrayTeachesCode sorry, yes I did quote kansas on both files, there are no typos in my code
thank you
Do you have a patreon ?
Not yet, but I need to get one going! I do have a: www.buymeacoffee.com/davegray
Thanks Dave!
Welcome!
Thank you, Sir.
Welcome!
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
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?😢😢
Formatting has changed. Docs link: code.visualstudio.com/docs/python/formatting
thanks dave.
Sir, Why _pycache_ file appear. Please.
Here you go: www.google.com/search?q=why+does+pycache+file+appear
@@DaveGrayTeachesCode Thank you, sir
cool channel! please consider a pygame series.
Thanks! Good request!
Yes bro more nextjs 13
There will be. I will continue Python on Tuesdays for this beginners series until complete.
Couldn't understand it would try again
Now I have a little understanding, progress over perfection
Nice
یس
Error: " AttributeError: module 'kansas' has no attribute 'capital " problem line: print(kansas.capital) ????
I'd added some #commented notes from the lesson, but hadn't saved, after I saved it, it worked.