1:42 - First project. Also, not a fan of this particular project because all the major browsers have extensions or built-in features that do the same thing. It's interesting to learn how those work, of course, and obviously to learn more about Python, but I'm thinking that maybe replacing this with something a bit fresher might be appropriate.
New subscribers here!! I love that at the first project, you don't cut out to show the perfect project, but instead showing us your thought process of why the code didn't work, and opening the documentation. Kudos! Edit: I suspected you were currently in Indonesia with that tropical house background, and looking at the Spotify, boy am I right 😂
Thanks for the advice, I’m a business student getting into python and automation. Want to focus on business analytics. Your videos are really valuable. Been a subscriber for a while now❤️
@CodeEmpire-dl7vv I have found it very helpful to just snip a screenshot, of a section of his code, to the clipboard and paste it into a blank Word doc that I keep open just for that. That allows me to make it as big as I like.
I'm stuck on the first project. It is complaining that my list index is out of range when it hits this line: set_name = sys.argv[1] This is from this section if __name__ == "__main__": set_name = sys.argv[1] urls = URLS[set_name] open_webpages(urls) If I comment out this section, I get a Return 0 so I assume all the previous code is fine. I also noticed that with his code of that line, the "1" changes color while mine is the same as the rest of the line. Any help is greatly appreciated. Does it mean that maybe import sys didn't complete successfully ?
🚀 Zero to Python Developer with No Degree - academy.internetmadecoder.com/python-dev-masterclass
1:42 - First project. Also, not a fan of this particular project because all the major browsers have extensions or built-in features that do the same thing. It's interesting to learn how those work, of course, and obviously to learn more about Python, but I'm thinking that maybe replacing this with something a bit fresher might be appropriate.
New subscribers here!! I love that at the first project, you don't cut out to show the perfect project, but instead showing us your thought process of why the code didn't work, and opening the documentation. Kudos!
Edit: I suspected you were currently in Indonesia with that tropical house background, and looking at the Spotify, boy am I right 😂
Im sorry if i missed the mention of this but what is he using to compile this code? I see it's not the traditional cmd prompt. Thanks
Is it possible to earn money with python only? Or do i eventually need to learn other things too
It is possible but depends on your chosen path.
Thanks for the advice, I’m a business student getting into python and automation. Want to focus on business analytics. Your videos are really valuable. Been a subscriber for a while now❤️
@@jamshedalam4219for business analytics it's probably good to focus on Python, Excel, Sql and a vizualization tool
We need mre like this❤
Hey im new :)
thansk for the materials:
i have this error tho on my compiler when i run the script:
ValueError: too many values to unpack (expected 6)
I am using Python and Open Flamingo for AI development as a group:)
i love your videos but can u make the font bigger plz so we can code alongside u
. love your videos
Good point
@CodeEmpire-dl7vv I have found it very helpful to just snip a screenshot, of a section of his code, to the clipboard and paste it into a blank Word doc that I keep open just for that. That allows me to make it as big as I like.
this is not for beginners
Yo 🎉 lovely
I'm stuck on the first project. It is complaining that my list index is out of range when it hits this line:
set_name = sys.argv[1]
This is from this section
if __name__ == "__main__":
set_name = sys.argv[1]
urls = URLS[set_name]
open_webpages(urls)
If I comment out this section, I get a Return 0 so I assume all the previous code is fine. I also noticed that with his code of that line, the "1" changes color while mine is the same as the rest of the line. Any help is greatly appreciated. Does it mean that maybe import sys didn't complete successfully ?
Check spelling