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
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.
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 .
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
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
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?😢😢
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.
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
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.
complimenti. Finalmente qualcuno davvero di chiaro. Grazie per questo corso eccellente
Thanks Dave one step closer to seeing my program idea coming to live!!
Thank you Dave. Great video as usual.
Thank you!
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.
Thank you!
Welcome!
thanks dave.
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, Sir.
Welcome!
8:56 If you return the print, will it print?
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
Thanks Dave!
Welcome!
cool channel! please consider a pygame series.
Thanks! Good request!
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
Do you have a patreon ?
Not yet, but I need to get one going! I do have a: www.buymeacoffee.com/davegray
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
Yes bro more nextjs 13
There will be. I will continue Python on Tuesdays for this beginners series until complete.
Sir, Why _pycache_ file appear. Please.
Here you go: www.google.com/search?q=why+does+pycache+file+appear
@@DaveGrayTeachesCode Thank you, sir
Nice
Couldn't understand it would try again
Now I have a little understanding, progress over perfection
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.
یس
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.