3 Python Automation Projects - For Beginners

preview_player
Показать описание
Today i'm going to show you how you can automate your life with these 3 fun, simple yet effective projects. These projects illustrate the power of knowing Python & the automation techniques.

🎓 Premium Courses 🎓

🎓 Free Courses 🎓

⏳ Timestamps ⏳
00:00 | Video Overview
01:26 | Currency Converter
18:49 | YouTube Video Downloader
29:51 | Automated File Backup

🔗 Socials 🔗

🔗 Support 🔗

🔖 Tags 🔖
- How To Create A Currency Converter In Python
- YouTube Video Downloader Using Python
- Automated File Backup Tutorial

Hashtags
#pythonprogramming
#pythonai
#automation
Рекомендации по теме
Комментарии
Автор

For the backup program (this only applies to windows). Rather than using a python scheduler which needs the python script to be running 24/7 (and hence to be restarted everytime the computer is restarted). You can use Windows Task Scheduler to call your script on a schedule that you set, and it will persist even with restarts.

Obviously the video is a python tutorial, but if anyone is interested in building something like the backup script I think it is a useful addition. Thanks for the great vid as always!

arnot
Автор

I feel like you're speaking directly to me in every video! Your Flask tutorials have been on my mind lately, dreaming of launching an API and the build process has been very enlightening

garrettsmith
Автор

Thank you so much, Tim! These three examples have a lot of stuff I need in my next project, perfect for me as a quite beginner! :)

DonnieX
Автор

i love how you explain every single line of code. University professor should start doing that lol

GBroSM
Автор

Thanks so much Tim. I have really learn alot from your valuable content.

alimihakeem
Автор

Thanks for the reinforcement for the beginners

esrxa
Автор

I can't believe I actually watched the entire video.
I gained a lot from it, really

bbbbg
Автор

Should I add these projects to my cyber security portfolio or these are not related or are too beginner projects.... reply please

MuhammadUmar-iqon
Автор

Sir, you are very* good at the things you do.
Tyvm for sharing. 🙏

mmGsix
Автор

Just a small addition, if you have 2 or more mp4 types, like 720p and 1080p, it will download the 720p version all the time. I've tested this against a few online downloaders / a few videos.

Not a big issue, most of the time, but still, better to know about it :)

Tutoriale.B
Автор

Good morning Tim,
I am having a issue with requests package. I have looked up so many answers but i cant seem to figure a work around can you tell me how it works on your system? PS. I'm on am M1 mac
Thanks, Terry

TerryLoughran
Автор

I did the same code in visual studio as you did, and it doesn't run, output an error that say pytube module is not defined and I did thr comand pip install pytube in pycharm and it says thats already satisfied

adelinadonisa
Автор

idk why youtube video downloader script is not working its throwing me error like bad request. i checked the url & everything is correct but its throwing me that error. is it due to bug of pytube or what?

amitpoudel
Автор

Is there a more elegant way of having the Python script running all day? Like if you run the script in the Terminal or something else maybe? I don't like the idea of having VScode open all day 24/7.

co
Автор

how long does it take to featch API in currency?

kushangshah-behn
Автор

Hey, great video again . However, are you sure that the two lines root = tk.TK() and root.Withdraw() are needed in you script ?

geoffreychinot
Автор

Can it be used to also download the mp3 from the youtube video?

predygamedev
Автор

um.. i dont have a website url nor company name isnce im juts a beginner trying to learn python, and hubspot is asking for those 2 pieces of info, what should i do?

maliekfranklin
Автор

Well we are not receiving any email verification message during sign up for currency converter API.

daryadil
Автор

Well.... It doesn't open the window to choose the folder I want video to be downloaded, it just stays in run mode after typing the yt link.... It works properly only in debugging mode... Any idea why this happens?

adelinadonisa