VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
Six Quick Python Projects

Six Quick Python Projects

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Improve your Python programming skills by coding six different Python projects. You will create a web scraping program, a bulk file renamer, a weather program, a countdown timer, a password generator, and a QR code encoder / decoder. -- Course developed by Code With Tomi. https://www.youtube.com/c/CodeWithTomi
Date: 2022-03-14

Comments and reviews: 6


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

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

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

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

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

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