3 PYTHON AUTOMATION PROJECTS FOR BEGINNERS

Ғылым және технология

🚀 Go from Beginner to Python Developer - bit.ly/3TFjhsS
Build these simple beginner Python projects to practice your Python skills and bolster your portfolio.
Python is one of the most powerful programming languages out there due to its versatility and the prevalence of libraries to achieve all sorts of interesting things.
These are some examples of Python scripting projects you can do as a beginner very easily to see the power of the Python programming language and learn to code in the process.
I also teach the basics of zsh shell scripting to make running these programs from your terminal window even easier.
My code:
github.com/tuomaskivioja/3-Si...
Pillow Python library:
pillow.readthedocs.io/en/stable/
PyPDF2 Python library:
pypi.org/project/PyPDF2/
Pytube Python library:
pytube.io/en/latest/
Premium Resources to Become a Software Engineer from Scratch:
🚀 FREE Course to Start Your Career in Software Development - coursecareers.com/a/internetm...
🚀 Become a Software Engineer with no Degree - academy.internetmadecoder.com...
📸 FOLLOW ME ON INSTAGRAM - / tuomaskivioja
🧠 Sign Up to my Newsletter to get my Free Online Computer Science Degree Template - academy.internetmadecoder.com...
CODING RESOURCES
💰 MY FAVOURITE CODING COURSES. Use Code FRIENDS10 for 10% off - academy.zerotomastery.io/a/af...
➕ BEST DATA STRUCTURES & ALGORITHMS COURSE - academy.zerotomastery.io/a/af...
📗 BEST BOOK TO PASS CODING INTERVIEWS - amzn.to/3i8B8EK
OTHER AMAZING LEARNING RESOURCES
📚 Get 1 Month Free on Skillshare and learn any skill. Code: aff30d21 🏆 (affiliate link) skillshare.eqcm.net/LPr92a
📘 Make It Stick: The Science of Successful Learning - amzn.to/3v16zYH
MY BLOG
📗 JOIN MEDIUM TO ACCESS MY BLOG CONTENT - / membership
GEAR & APPS I USE
📸 MY CAMERA FOR KZread VIDEOS - amzn.to/3BjU7Vv
🎤 MY MIC - amzn.to/34Q1QP6
💵 Sign up to Wise to avoid fees when sending money abroad - wise.com/invite/u/tuomask39
OTHER VIDEOS
💻 How I Learned to Code in 4 MONTHS - & Got a Software Engineer Job (no CS Degree) - • How I Learned to Code ...
⌨️ How I'm Teaching Myself Computer Science using Notion (OSSU) - • How I'm Teaching Mysel...
🖱 CS50 FULL REVIEW - Best Course to Learn Computer Science in 2022? (edX, Harvard) - • CS50 FULL REVIEW - Be...
WHO AM I?
On this channel, my aim is to give you the tools, strategies and methods to learn to code effectively - according to science! In addition, I document my life as a self-taught software engineer.
CHAPTERS:
0:00 Python is amazing
1:00 Project 1
5:20 Project 2
9:26 Project 3
13:00 SHELL SCRIPTING BASICS
DISCLAIMER: some of the links in the description may be affiliate links. If you purchase a product or service using the links that I provide I may receive a small commission. This is no extra charge to you! Thanks for supporting Internet Made Coder :)

Пікірлер: 679

  • @InternetMadeCoder
    @InternetMadeCoder Жыл бұрын

    Comment below what video you want to see next

  • @hamza77v

    @hamza77v

    Жыл бұрын

    Please more videos like this!

  • @julievu22

    @julievu22

    Жыл бұрын

    Please more video like this 🥰🍉 I'm so into this ❤️

  • @dsrawat6092

    @dsrawat6092

    Жыл бұрын

    GitHub link does not open

  • @InternetMadeCoder

    @InternetMadeCoder

    Жыл бұрын

    thanks for pointing out, I had it on private by accident

  • @dsrawat6092

    @dsrawat6092

    Жыл бұрын

    Please make more videos like this thank you

  • @Goldjet30
    @Goldjet30 Жыл бұрын

    So many Python project videos on KZread claiming to be "for beginners", but the only comprehensible lines of code are the imports. As a person *just* dipping his toes into Python - never touched a library or read API documentation - I'm very grateful for this video. Was able to follow along with all three projects and added some additional features by following the APIs. 🙏 bless!

  • @excaliber2845

    @excaliber2845

    Жыл бұрын

    this is probably below begginer and more like learner.. most of it is just importing modules

  • @seldom1305

    @seldom1305

    11 ай бұрын

    how do you find out about things like a library or reading API documentation, i dont even know what those are

  • @arthurmaul3284

    @arthurmaul3284

    11 ай бұрын

    @@seldom1305 do you have discord? I can teach you guys if you want

  • @arthurmaul3284

    @arthurmaul3284

    11 ай бұрын

    @@excaliber2845 you as well. I should probably make a free course on youtube lol

  • @onlyphantomleii

    @onlyphantomleii

    8 ай бұрын

    Programming is all about documentation. If you know the basics of the syntax you can literally do anything as long as you know where to find docs to whatever [Always google or KZread for me]

  • @jhamsyt
    @jhamsyt Жыл бұрын

    Thank you very much for taking the time to make this video!! I am an intermediate hobby-coder, I took Python for GIS in college and this video was easy for me to follow. There were some workarounds I had to implement as I'm working with a fairly fresh install of Ubuntu 22.04, but was able to have my code exit the same way yours did without too much downtime. Highly recommend this video to anyone that wants practical experience without watching another "print(hello world)" tutorial!!

  • @thatsreallyamoon
    @thatsreallyamoon Жыл бұрын

    Watching your video kickstarted a good motivation in me to finally go ahead and start Python for real. Even with an MS in Physics, my experimental work has actually never needed too heavy of a coding (mostly just a lot of MATLAB and other tools like SolidWorks, etc). KZread downloader seems like an amazing little project I can customize and maybe even learn UI development!

  • @theworkshop6914

    @theworkshop6914

    9 ай бұрын

    Hows it going mate?

  • @HIMANSHUPANDEY-cn3ob
    @HIMANSHUPANDEY-cn3ob7 ай бұрын

    Hi, the video was good. One thing that I want to point out is that in your code for PDF merging, the "merger.write()" command should be outside of the for loop. If not then the files will be merged multiple times as long as the loop goes on. Thanks

  • @davidedias1922
    @davidedias1922 Жыл бұрын

    The first line on the top of the Shell Script is called Shebang. This line represents the type of shell that the user will use when running the script. It is important to know this.

  • @InternetMadeCoder

    @InternetMadeCoder

    Жыл бұрын

    🔥

  • @davidmizak4642
    @davidmizak4642 Жыл бұрын

    The remarkable information you provide to your viewers needs to be applauded. I sincerely appreciate your effort to expand your viewers knowledge. A sincere thank you!

  • @_ASHN_

    @_ASHN_

    9 ай бұрын

    no

  • @clewis9223
    @clewis9223 Жыл бұрын

    Dude, Pytube is a game changer especially since I found you can do audio only. Thanks so much!

  • @kahmeelePy

    @kahmeelePy

    Жыл бұрын

    Same here ;)

  • @cgcrafford
    @cgcrafford Жыл бұрын

    Love it thanks, I'm still new and doing some courses on python. This video helped me see how to actually use the code and not just have it all stored.

  • @spaceflyer4427
    @spaceflyer4427 Жыл бұрын

    The amazing amount of things that can be done with Python never cease to amaze me!!👍

  • @InternetMadeCoder

    @InternetMadeCoder

    Жыл бұрын

    indeed!

  • @tagifts

    @tagifts

    Жыл бұрын

    I have to agree. It is also very diverse. There is something interesting for everybody.

  • @legendal2463

    @legendal2463

    Жыл бұрын

    guys im a beginner and i dont understand how to open the "ytdownload.py" window on my laptop. How did he go from Terminal to the coding window?

  • @ghosty24601

    @ghosty24601

    6 ай бұрын

    @@legendal2463 theres a terminal tab in visual studio code, which is the software he is using.

  • @LukeRadick
    @LukeRadick4 ай бұрын

    From learning other languages I found using the language in a real world situation is the best way to learn and remember. This was a great video, please keep doing them!

  • @Dudik28
    @Dudik28 Жыл бұрын

    My first real and useful project that I decided to do was an automatic image downloader that could detect the exact type of images you wish to download from a website. I was too lazy to do it manually so I wrote a script that selectively got the images, saved them in separate folders and sorted by date. Not too shabby if you ask me

  • @stareSimulVelCadere
    @stareSimulVelCadere Жыл бұрын

    Damn, blew me away with that first project... you were not kidding that you wouldn't be doing games as projects. Subscribed.

  • @krishna290gamer2
    @krishna290gamer2 Жыл бұрын

    I once made the pdf merger and photo editor but didn't thought that you could literally download yt videos! Finally not more ads from yt download websites

  • @viallymboma9874
    @viallymboma9874 Жыл бұрын

    Just a little correction of your code for merging the pdf: files = ["/home/vially/WORK/osw/file1.pdf", "/home/vially/WORK/osw/file2.pdf"] for file in os.listdir(os.curdir): if file.endswith(".pdf"): merger.append(file) print(file) merger.write("MainFile.pdf") Actually the merrge.write has to be outside of the for loop as well...I ws getting the same PDF many time before i got the ast pdf in the array only once. But when i brought the merge out of the for loop i got each of the pdf only ones...But this applies in a case when you have more than 2 files in the directory...you can even define which files you wanna loop by putting them in an array

  • @OnlyMon0
    @OnlyMon0 Жыл бұрын

    Another great tip for merging PDF's on a mac is: after highlighting them, left click --> Quick Actions --> Create PDF

  • @Colvin.crochet
    @Colvin.crochet Жыл бұрын

    You're one of my favorite youtubers seriously, you're just great and have really helped me learn a lot

  • @bobbydixon4484
    @bobbydixon4484 Жыл бұрын

    wow, I was a jock once and this video just changed how I look at solving problems of the world. I was so narrow in my thinking. Really, thanks !

  • @nickult
    @nickult Жыл бұрын

    Good stuff, i always felt like i need some motivation to use python and its really good for everyday automation stuff. I tend to have a lot of files monthly to sort of archive into folders with dates and such which is how i learned Rust XD. I am gonna be making a newer version in python for archiving them more organized with hopefully more sophisticated date and subfolder selections. On another note, for everyone who might copy the merger, the merger.write("...pdf") should be outside the loop so that it only runs once after the loop finishes to avoid potentially writing the same file as many times as the number or files in the same folder(pdfs or not). I often use cloud backups for important works and it can sometimes mess with their sync attempts. (And yes i understand probably more people commented about this or similar)

  • @benkigera
    @benkigera Жыл бұрын

    I use java, swift & kotlin mainly but I'm amazed by the number of things I can do with python. I'll definitely start learning it.

  • @afraimjoseph8989

    @afraimjoseph8989

    Жыл бұрын

    im starting with kotlin, absoulute beginner. what do u recommend?? any channel, or applications ?

  • @ajmjabir1061

    @ajmjabir1061

    Жыл бұрын

    @@afraimjoseph8989 watch Programming with Mosh's full 6hour free Python tutorial on youtube. Its the best and highly recommend it

  • @pingmetal

    @pingmetal

    Жыл бұрын

    @@ajmjabir1061 He's asking for material about Kotlin, not Python. Anyway, thanks for the recommendation. I'll check that video myself. :)

  • @Nukemann64
    @Nukemann64 Жыл бұрын

    that's SO cool seeing these little projects you can do! It gives me ideas of things i'd like to try and make once i finish learning about Python!

  • @InternetMadeCoder

    @InternetMadeCoder

    Жыл бұрын

    Great!

  • @0-lkx

    @0-lkx

    Жыл бұрын

    How are you coming along with leading so far?

  • @brzlncapoeirista
    @brzlncapoeirista8 ай бұрын

    Bro thank you so much this video was exactly what I needed to see! Keep up the good work!

  • @hv6411
    @hv6411 Жыл бұрын

    TY🤩 Would love to see a video on how to best learn syntax fundamentals!

  • @elgato2584
    @elgato2584 Жыл бұрын

    I ran the ytDownloader on a Windows machine. I had to add the "r" in front of the file path for the download folder to get it to work but other than that it works flawlessly. Great video.

  • @bishalkumarshaw2789

    @bishalkumarshaw2789

    17 күн бұрын

    Yes it is necessary because of the '\' sign inside the path. If we don't write 'r' at the beginning then '\' this sign is treated as an escape element like ' ', '\t' and more. To avoid the error we either write 'r' at the beginning or we can also give '\\' doubt oblique sign instead of '\' single oblique sign inside the path wherever it is present.

  • @arseniarendon
    @arseniarendon11 ай бұрын

    These are great 24 hour Hackathon projects for my HS. Thanks for the ideas.

  • @RaelRiios
    @RaelRiios Жыл бұрын

    Omg it was awesome, i was looking for some information and this guy made it completely clear in minuts. Ty brother.

  • @matthewdod8532
    @matthewdod853211 ай бұрын

    The information, you provide is amazing, I have learnt heaps about programming and python from your channel, always have good advice, and you are easy to understand!

  • @luismarrero9293
    @luismarrero9293 Жыл бұрын

    Great tutorials and videos. keep working on your very useful projects you saved me at least one problem with the youtube code. thanks.

  • @InternetMadeCoder

    @InternetMadeCoder

    Жыл бұрын

    Great to hear!

  • @cristinatroccoliwilliams1389
    @cristinatroccoliwilliams1389 Жыл бұрын

    This is awesome! As a teacher who has had to teach computing, while not being qualified in computing, I wish I had seen this earlier. Students would be interested in this kind of stuff. Keep them coming please! 😅

  • @bigpimpen1000

    @bigpimpen1000

    Жыл бұрын

    No disrespect, but how did you get the job?

  • @kratos9925

    @kratos9925

    Жыл бұрын

    @@bigpimpen1000 surely the school asked them to teach that class. Its really common when theres no enough teachers at that academic

  • @lostplug

    @lostplug

    10 ай бұрын

    @@bigpimpen1000 💀💀😭

  • @sayantanguha1934
    @sayantanguha19346 ай бұрын

    Didn't even know doing these things was possible in Python! Thanks a ton!

  • @NachoKun224
    @NachoKun224 Жыл бұрын

    Great guide, thanks for the video! I followed it and tried downloading this very video and it worked, however it didn't download the 4k version, but the 720p. So I started digging into the pytube docs and found out that get_highest_resolution() will only work for videos up to 720p (aka "progressive streams"), because for videos of higher res YT delivers video and audio separately ("adaptive streams"), so we'd have to dl them separately and then combine them. I'm looking into it.

  • @InternetMadeCoder

    @InternetMadeCoder

    Жыл бұрын

    ooh really, I had no idea, thanks for sharing this! So that is why so many videos I download only have 720p haha. Awesome stuff mate!

  • @rsstnnr76

    @rsstnnr76

    Жыл бұрын

    Let us know if you figure out out.

  • @Golden_OG

    @Golden_OG

    2 ай бұрын

    Any updates on this? Still only able to download 720p

  • @scrcrw183
    @scrcrw183 Жыл бұрын

    thats some value i really appreciate to receive, had fun watching thanks for sharin

  • @amoralmemes
    @amoralmemes Жыл бұрын

    This is just something unreal, thank you for that!

  • @PradeepKumar-mh5ht
    @PradeepKumar-mh5ht7 ай бұрын

    You are really amazing. Thank you for sharing such useful projects. Could you please make tutorials on Selenium with Python?

  • @gregd9260
    @gregd92606 ай бұрын

    GREAT VIDEO! That's why I love coding. My main language is java, didn't like python, but after seeing this, I might give it a go !!! Please continue to create more content like this one! Thank you for sharing your knowledge and keep it up.

  • @anushka.narsima
    @anushka.narsima Жыл бұрын

    omg I've been using python for years and didn't know the shell part, thanks!

  • @SMZYZT
    @SMZYZT Жыл бұрын

    amazing tutorial. I tried project 2 in a few minutes sucessfully. Thanks a lot!

  • @InternetMadeCoder

    @InternetMadeCoder

    Жыл бұрын

    Nice work!

  • @sharkywightman3397
    @sharkywightman3397 Жыл бұрын

    very impressive :) m a complete beginner, had no clue about the code but love the out come. cant wait to be able to do stuff like this.

  • @gauravdalvi6558

    @gauravdalvi6558

    Жыл бұрын

    Long way to go buddy 😅

  • @feliciaemmanuel1674

    @feliciaemmanuel1674

    9 ай бұрын

    Me too😅😅😅😅.A complete novice

  • @JoelRivera3
    @JoelRivera3 Жыл бұрын

    First video of yours I watched, Half way into the video I Liked, Subscribed and Commenting. Awesome!

  • @InternetMadeCoder

    @InternetMadeCoder

    Жыл бұрын

    Awesome! Thank you!

  • @jonastenora7478
    @jonastenora7478 Жыл бұрын

    These are great ideas and if you play with it and custom it then it will teach you a lot

  • @dironin2363
    @dironin2363 Жыл бұрын

    bro, you are the best! liked and subscribed ❤

  • @andrewjohnson2373
    @andrewjohnson2373 Жыл бұрын

    I’ve done Projects 1 and 3, but that KZread downloader is so cool! Thanks for sharing!

  • @InternetMadeCoder

    @InternetMadeCoder

    Жыл бұрын

    You're so welcome!

  • @rijana6333

    @rijana6333

    6 күн бұрын

    bro r u using mac or windows because in my case im using windows and when i run zhs it tells me that zhs is not internal or external command :|

  • @levmarkelov
    @levmarkelov Жыл бұрын

    These are great projects! Thanks for sharing - excited to implement the PDF Merger

  • @InternetMadeCoder

    @InternetMadeCoder

    Жыл бұрын

    Glad you like them!

  • @ok_iot
    @ok_iot Жыл бұрын

    Thanks! Love the cat pic! Also have you considered a Downloader for youtube to a specific that that gets the newest videos as they are uploaded?

  • @seanredmond9212
    @seanredmond9212 Жыл бұрын

    Thx for adding timestamps, and nice video 🙂

  • @khisrowhashimi
    @khisrowhashimi Жыл бұрын

    Someone must've already said this, but you need to have your `merger.write("combined..")` function call outside the for loop. Otherwise, when there are non-pdf files inside the folder, it will create buggy combined PDF files.

  • @kageno8165

    @kageno8165

    Жыл бұрын

    There's the solution! Thanks :)

  • @ItzJammyZzJ
    @ItzJammyZzJ Жыл бұрын

    Honestly, this is the most helpful and insightful videos that I have come across regarding Automating Python for Beginners. It's quick and straight to the point. Thank you for this video, for that I will not download your video as a respect to content creator like yourself :P

  • @joshuabatalibasi
    @joshuabatalibasi Жыл бұрын

    Great inspiration. I’m only beginning to learn and this was super helpful. Keep them coming.

  • @sytnoff1

    @sytnoff1

    15 күн бұрын

    How's the learning going?

  • @sytnoff1

    @sytnoff1

    15 күн бұрын

    How is your learning going?

  • @countofst.germain6417
    @countofst.germain6417 Жыл бұрын

    Okay great! I don't really like these ideas, but finally someone is actually giving practical ideas and these seem super easy. I'm starting to understand the power and practical applications of python.

  • @ryanstewart531

    @ryanstewart531

    Жыл бұрын

    Python by itself isn't even powerful, but when you factor in all the amazing libraries, it's clear why so many experienced programmers prefer python to the alternatives for many use-cases.

  • @thefirsttrillionaire2925

    @thefirsttrillionaire2925

    Жыл бұрын

    @@ryanstewart531 that’s the power of a great community for ya

  • @akshaybentlee8954
    @akshaybentlee8954 Жыл бұрын

    So informative, thanks a lot!

  • @solifuse8079
    @solifuse8079 Жыл бұрын

    There's a library for literally everything hahaha

  • @InternetMadeCoder

    @InternetMadeCoder

    Жыл бұрын

    Yep!

  • @Justin-eo5gn

    @Justin-eo5gn

    Жыл бұрын

    That's why we all love python 😄

  • @Colvin.crochet

    @Colvin.crochet

    Жыл бұрын

    Lmao literally!!!

  • @ShodaiThox

    @ShodaiThox

    Жыл бұрын

    Yeah that's a perk of having a huge community :)

  • @jaibhagat7441

    @jaibhagat7441

    Жыл бұрын

    Everything's done already

  • @shrimpo6416
    @shrimpo6416 Жыл бұрын

    I think I'm gonna finally dip into my first Python side project bc of your awesome vid that is REALLY for BEGINNERS! i understand it immediately and inspired me to explore more on pillows :) cuz i love photoshop

  • @InternetMadeCoder

    @InternetMadeCoder

    Жыл бұрын

    Great to hear!

  • @shrimpo6416

    @shrimpo6416

    Жыл бұрын

    Just finished my first Python Project -- YT vid downloader!!! Millions of thanks to you sir!!!

  • @shrimpo6416

    @shrimpo6416

    Жыл бұрын

    Your project is so useful! My high school US History teacher love it!

  • @esfera2181

    @esfera2181

    Жыл бұрын

    You aren't programming, using libraries is cheating. You just are using other peoples work and claiming that you "programmed" something

  • @03blaird

    @03blaird

    Жыл бұрын

    @@esfera2181 buddy modern day programming is 90 percent using pre-existing libraries. What do you think packages are!!?!? At the end of the day these are all just tools to be used to achieve your specif project goals.

  • @BonVoyageWorld
    @BonVoyageWorld Жыл бұрын

    thanks Ork, great vid!

  • @bellermuma5463
    @bellermuma54634 ай бұрын

    Thank you!! I was so scared to start the course trying to change my career now I feel relaxed . I thought python is very complicated

  • @MarcoAurelio-zu7sd
    @MarcoAurelio-zu7sd Жыл бұрын

    Thanks for sharing. Any links that would direct me to instructions on how to create a simple user interface, in which once you run the program, a window would open with 1 button, which would apply the changes to selected pictures in the folder?

  • @training7574
    @training7574 Жыл бұрын

    Usefel and generalizable ideas. Thanks!

  • @giacb188
    @giacb188 Жыл бұрын

    Hi. Great tutorial. Thanks!! I would like to ask you if you have an idea how to write a program that continuously scrolls text horizontally over the video, just like stock prices on the Stock Exchange.

  • @luizazilio5960
    @luizazilio59608 ай бұрын

    super nice video! thanks a lot :)

  • @alessandrochiri6315
    @alessandrochiri6315 Жыл бұрын

    Great job! Bravo 👏

  • @markbinner2375
    @markbinner2375 Жыл бұрын

    Not only is this content really useful (I love the absence of useless w**k) but it's really well-presented and there is no irritating artificial handclap music to drive me crazy. Great job!

  • @kobusswart4302
    @kobusswart43025 ай бұрын

    most helpful & inspiring, thanks brother

  • @ianbraganza3065
    @ianbraganza3065 Жыл бұрын

    Thanks for a great video. As someone who is in the middle of learning introductory python I was cringing at the idea of building tic tac toe and other useless projects. These are good practical ideas

  • @InternetMadeCoder

    @InternetMadeCoder

    Жыл бұрын

    👍👍

  • @burgerchampproductions2396
    @burgerchampproductions2396 Жыл бұрын

    This is the best free software Ive seen. Respect.

  • @TrueDetectivePikachu
    @TrueDetectivePikachu Жыл бұрын

    For the youtube one, there's youtube-dl for those who wanna do it on bash. Since now many terminals (at least here on Linux) now support image view, it would be nice to load some image thumbnails and select em to download the vid. I think there's a way to use the mouse to select videos, i know that kitty terminal has an in-built way, I'm not sure if alacritty or Wezterm has em, haven't tried it out.

  • @RenderingUser

    @RenderingUser

    Жыл бұрын

    Many terminals that display images? Only one I know is kitty But I probably wouldn't use s terminal to watch videos anyway It'll just have to be mpv

  • @shaunhorn4378
    @shaunhorn4378 Жыл бұрын

    Great video. Clear and concise.

  • @InvestLarge
    @InvestLarge Жыл бұрын

    Nice! Really loving Python and KZread tutorial videos New subscriber 😎

  • @InternetMadeCoder

    @InternetMadeCoder

    Жыл бұрын

    Welcome aboard!

  • @JimNichols
    @JimNichols Жыл бұрын

    A couple of things came to mind as I watched this video (insert I am not a programmer disclaimer here) this brought back some great memories of Basic Plus in computer lab 40 years ago, it seems that python has a huge root stock in basic commands I recognized "argv" as an argument string from basic. Python maybe on my list of learning this year do you think 62 is to old to learn Python???? .. :) The second thing #2 program is basically a scraper and would not the YT algorythm not detect it and ban your IP address? I love the videos and you may have prodded me into learning Python. Basic, Cobol, RPG, machine assy were on my plate so there is the challenge... Thanks for the vids and the time it takes to create content, edit it and UL it to make me want to code again...:|

  • @honzosaurus42069-no_furry
    @honzosaurus42069-no_furry8 ай бұрын

    Thx very much for this video.

  • @ianclaproth3675
    @ianclaproth3675 Жыл бұрын

    Great video. Well presented, and very inspiring. Thank you.

  • @InternetMadeCoder

    @InternetMadeCoder

    Жыл бұрын

    🔥

  • @NareshPadiyar
    @NareshPadiyar Жыл бұрын

    Amazing video, learnt something new today.

  • @moniashekart8635
    @moniashekart8635 Жыл бұрын

    Thank you so much, great content.

  • @T1T3T4
    @T1T3T44 ай бұрын

    ngl as much as i struggled with the first one, it really got me hooked on working on it

  • @vali69
    @vali699 ай бұрын

    I like how you add or remove 's' from nouns at the worst possible time. For example "a lot of the times".

  • @premjha23
    @premjha23 Жыл бұрын

    Amazing tutorial!

  • @nunoxavier7536
    @nunoxavier7536 Жыл бұрын

    Great video, my questions is how do you know that coding file is the same that you want in output?

  • @bradchellingworth5973
    @bradchellingworth5973 Жыл бұрын

    I love the fact that after showing us how to steal youtube videos, you then talk about how we should like the video to help youtube understand that its a good video. Playing the system man, love it

  • @InternetMadeCoder

    @InternetMadeCoder

    Жыл бұрын

    hehehe

  • @markojovanovic8774
    @markojovanovic87747 ай бұрын

    Would it be possible to create any of these without using the libraries?

  • @heikolahjanen5489
    @heikolahjanen5489 Жыл бұрын

    Interesting projects, need to investigate more Python libraries.

  • @ivana.4753
    @ivana.4753 Жыл бұрын

    So i have not a lot of programing experience... But i looked at your guide, about the YT Downloader, not so long ago i was searching for an app, something like this on the internet. Long story short. I just watched the video, i'm in my bed, installed a random python client on Android, and basicly installed the pip, figured out how to show path to Download folder on my phone and VUOLA!!!!! I god damn downloaded a random video from KZread!!!! OMG, from my phone, with almost ZERO knowledge hahaha, this is AMAZING!!! THANK YOU, so so much :)))

  • @blueboytv9191
    @blueboytv9191 Жыл бұрын

    Thanks for this. Subscribing now.

  • @BOSSAVEX
    @BOSSAVEX4 ай бұрын

    i want to upscale image without using software like lightroom. How to?

  • @zaanly
    @zaanly Жыл бұрын

    Hi, can you please share your vs code extension and settings you are using? I'm just fan of it :)

  • @NoelGutierrezA
    @NoelGutierrezA10 ай бұрын

    Thank You! Really good video!!

  • @kayaqueen6982
    @kayaqueen6982 Жыл бұрын

    The only KZread channel that I actually like first then watch the video

  • @deemon710
    @deemon710 Жыл бұрын

    I'd like to learn more shell scripting and handy ways of incorporating python. Ooh! Especially something scheduled!!

  • @InternetMadeCoder

    @InternetMadeCoder

    Жыл бұрын

    vids coming!

  • @TheRedstoneArchive
    @TheRedstoneArchive10 ай бұрын

    When you asked for the like on the video, I feel like you should show us how to write a python script on how to go through and leave a like on all of your videos!! lol Great video btw!! This is amazing!

  • @flamesjames
    @flamesjames Жыл бұрын

    Awesome video, thanks a lot man

  • @roguephilosopher2465
    @roguephilosopher246517 күн бұрын

    Would love to see a formal video about the library flet for ui ❤

  • @me12722
    @me127229 ай бұрын

    You can alias your shell scripts and that way you can execute your scripts as a terminal command. For example you could name one of the aliases pdf_merger. Then from any directory in your terminal you could call pdf_merger filename1 filename2 etc. This was a really cool video.

  • @rijana6333

    @rijana6333

    6 күн бұрын

    bro how to run zhs when trying to download yt videos in windows 10

  • @JacktheRiPPeR__
    @JacktheRiPPeR__ Жыл бұрын

    You're a game changer dude

  • @kushangshah-be7hn
    @kushangshah-be7hn Жыл бұрын

    impressive, I hope to see more of python.

  • @manuelsemente
    @manuelsemente Жыл бұрын

    Thank you for the great content

  • @tutorialesdeyoutube6875
    @tutorialesdeyoutube6875 Жыл бұрын

    I'm starting to learn python, and this video is very motivated for me

  • @theoruiz-hidalgo2110
    @theoruiz-hidalgo21107 ай бұрын

    Great teacher, so do is the tool, thanks alot ! Liked and Subscribed. Ps: You should take care of hiding you personnal infos, there's some leaks Peace and Unity

  • @patelpurva6404
    @patelpurva6404 Жыл бұрын

    Your videos are great bro I think that in your videos you share your story of any learning how you come to any learning and that's why i like your videos bro lots of love Video suggestion: make full guide of self learning on any skill by story telling And bro your thumbnails are so cool

  • @InternetMadeCoder

    @InternetMadeCoder

    Жыл бұрын

    thanks for the suggestion and kind words!

  • @dragonore2009
    @dragonore20097 ай бұрын

    Something I did recently in Python, was to create a Python program that would call out to the wikiservice using sparql, where I would grab certain information used from the result of the query to be used to place in a JSON file. I certainly didn't want to manually create all that JSON, so Python did it for me, all 100k+ lines of JSON data I needed for a web app I'm developing.

  • @PcHabitat
    @PcHabitat Жыл бұрын

    Hello my friend, I know this is out of topic, but I’m doing the CS50 course you recommended and it’s great. I just wanted to know for the psets, what did you do to wrap your head around nested for loops for star patterns?

  • @mariocaval8186

    @mariocaval8186

    Жыл бұрын

    I am not sure if they went through this in the week you are in at the moment, but I would recommend running your loops in debug mode to see step by step your computer's 'thought process'

  • @SLIME-gx6fo

    @SLIME-gx6fo

    Жыл бұрын

    Write codes in copy. And run it line by line using pen and pencil. You will understand much clearly

  • @mariocaval8186

    @mariocaval8186

    Жыл бұрын

    @@SLIME-gx6fo That is what debug mode does. It works line by line, where you have to click yourself to make it go to the next line. No need for a copy or pen

  • @dameanvil
    @dameanvil3 ай бұрын

    00:02 🐍 Python projects are simple and practical, fostering immediate application. 01:00 🖼 Image editor project utilizes Python's library for easy photo editing, offering potential automation for repetitive tasks. 05:21 🎥 KZread downloader project enables video downloads with just a few lines of Python code, eliminating the need for premium services. 09:26 📚 PDF merger project simplifies file management by combining multiple PDFs into one, enhancing efficiency. 13:01 🐚 Shell scripting enhances workflow automation by enabling program execution directly from the command line, reducing manual intervention.

  • @akashpathak3222
    @akashpathak3222 Жыл бұрын

    hi imc can u pls tell me where did you created the file imgs and editimg is in the same folder which you created the project or the python directory

  • @iamstudyingenglish.takeite4352
    @iamstudyingenglish.takeite435210 ай бұрын

    Thank you for being an inspire human.

Келесі