
Six Quick Python Projects
video description
Date: 2022-03-14
Related videos
Comments and reviews: 6
Anurag
I just started right now and did the first one but when I try it with a different website lets say instagram or youtube it gives me an error at the ['src']
TypeError: 'NoneType' object is not subscriptable
can any body tell me the solution?
Edit: I guess I figured it out maybe this works only on open source websites like github and sourceforge
please clearify me if possible
reply
I just started right now and did the first one but when I try it with a different website lets say instagram or youtube it gives me an error at the ['src']
TypeError: 'NoneType' object is not subscriptable
can any body tell me the solution?
Edit: I guess I figured it out maybe this works only on open source websites like github and sourceforge
please clearify me if possible
reply
Alessandro
Hi, nice video.
I came here from another site while searching for project ideas and I saw your weather script.
Just a security advice: do not put your actual API key on a public video or, at least, revoke it before publishing the video. Otherwise you allow people to misuse a key that is registered to your account.
reply
Hi, nice video.
I came here from another site while searching for project ideas and I saw your weather script.
Just a security advice: do not put your actual API key on a public video or, at least, revoke it before publishing the video. Otherwise you allow people to misuse a key that is registered to your account.
reply
AbdulRahman
Hey guys! I am not sure if this only happened to me but if you are on a Windows machine and when you ran the main.py file you encountered an error like ModuleNotFoundError: No module named 'PIL' in the last project, then you could fix the problem with installing Pillow: pip install pillow.
Cheers!
reply
Hey guys! I am not sure if this only happened to me but if you are on a Windows machine and when you ran the main.py file you encountered an error like ModuleNotFoundError: No module named 'PIL' in the last project, then you could fix the problem with installing Pillow: pip install pillow.
Cheers!
reply
Bharat
In project Qrcode with python in my Output shows error of [ ModuleNotFoundError : No Module name 'Image' ] .sir What we do for solve this error.
reply
In project Qrcode with python in my Output shows error of [ ModuleNotFoundError : No Module name 'Image' ] .sir What we do for solve this error.
reply
Peter
The weather info was not working for me. I keep getting a long error message -line 10, in -
weather_data = requests.get(base_url).json()-
reply
The weather info was not working for me. I keep getting a long error message -line 10, in -
weather_data = requests.get(base_url).json()-
reply
Gold
I'm a beginner, have no coding background -- love how you explain. (I'm 52, is it 2 late?) lol. (I actually love it so far)
reply
I'm a beginner, have no coding background -- love how you explain. (I'm 52, is it 2 late?) lol. (I actually love it so far)
reply
Add a review, comment
Other channel videos















