Python Automation with ChatGPT

Поделиться
HTML-код
  • Опубликовано: 8 июн 2024
  • Python Automation with ChatGPT | Write Python code to connect to OpenAI API and generate automation scripts in seconds!
    #python #chatgpt #techworldwithnana
    ▬▬▬▬▬▬ PRE-REQUISITES ⏰ ▬▬▬▬▬▬
    ► Python Programming Tutorial: • Python Tutorial for Be...
    ► ChatGPT Tutorial: • ChatGPT Tutorial - Use...
    In this video we are going to learn how to use Python to automate things for us so we don't have to do them manually. We're going to automate 2 use cases:
    First we will write a Python program that takes any blog article or any web page and it extracts
    all the headers from that page or article and then it translates all those headers to Spanish and saves it into its own HTML file so you can open it in the browser and basically see all the headers of that specific blog article translated in Spanish.
    In the second use will be that we're going to write a Python program that goes through all the files in our downloads folder it then checks if we have any files that are older than 30 days or were last used
    more than 30 days ago and it takes all these files and puts that into a new folder called "to_delete" which we can then review and basically delete if needed. So basically it helps us clean up our messy downloads folder with a bunch of old downloaded files in there.
    But here's even more interesting thing we will do we will use an artificial intelligence tool that you probably have already heard of a million times called ChatGPT and we will tell Python to use
    ChatGPT's API or the underlying API that ChatGPT is also using to generate the Python scripts for those two use cases that I mentioned.
    ▬▬▬▬▬▬ L I N K S 🔗 ▬▬▬▬▬▬
    ► Git Repo for this tutorial: gitlab.com/nanuchi/python-aut...
    ► OpenAI API: platform.openai.com/docs/intr...
    ► Requests Python library: requests.readthedocs.io/en/la...
    ► BeautifulSoup library: www.crummy.com/software/Beaut...
    ▬▬▬▬▬▬ T I M E S T A M P S ⏰ ▬▬▬▬▬▬
    0:00 - Intro - What we are automating?
    02:37 - Why Python for Automation?
    04:39 - Connect to OpenAI API
    06:45 - Create account and API key
    08:07 - Pre-Requisites for demo
    09:15 - Write Python script to connect to OpenAI
    33:29 - Install Library
    35:17 - Execute Python Script
    40:15 - Accept Prompt Input to send to OpenAI
    53:11 - UC 1: Python Automation Script for Blog Post Translation
    1:08:01 - UC 2: Python Automation Script for Cleaning Downloads Folder
    ▬▬▬▬▬▬ Want to learn more? 🚀 ▬▬▬▬▬▬
    Full Python course ► • Python Tutorial for Be...
    Full Docker course ► • Docker Tutorial for Be...
    Full K8s course ► • Kubernetes Tutorial fo...
    DevOps Tools explained ► bit.ly/2W9UEq6
    ▬▬▬▬▬▬ Connect with me 👋 ▬▬▬▬▬▬
    Join private FB group ► bit.ly/32UVSZP
    INSTAGRAM ► bit.ly/2F3LXYJ
    TWITTER ► bit.ly/3i54PUB
    LINKEDIN ► bit.ly/3hWOLVT
    ▬▬▬▬▬▬ Courses & Ebooks & Bootcamp 🚀 ▬▬▬▬▬▬
    ► Become a DevOps Engineer - full educational program 👉🏼 bit.ly/45mXaer
    ► High-Quality and Hands-On Courses 👉🏼 bit.ly/3BNS8Kv
    ► Kubernetes 101 - compact and easy-to-read ebook bundle 👉🏼 bit.ly/3Ozl28x

Комментарии • 258

  • @TechWorldwithNana
    @TechWorldwithNana  Год назад +68

    Hope this video was useful for you! 💡 Let me know in the comments, what use cases would you be interested in and generally what video topics you would like to see?

    • @MrMAhmed22
      @MrMAhmed22 Год назад +2

      Bundle of thanks from pakistan Nana you're doing an amazing job

    • @andhojushiva6942
      @andhojushiva6942 Год назад

      Please,make full video on DSA with python

    • @hasbldasbi8290
      @hasbldasbi8290 Год назад +1

      It would be nice if you added it to the subtitles in Turkish😎⚙️🤓🤓🤓

    • @MAYANKKUMAR-pk3qo
      @MAYANKKUMAR-pk3qo Год назад

      Oops, too much annoying ads.

    • @Jameelahs1World
      @Jameelahs1World Год назад +1

      Hey Nana, thank you so much for creating amazing Peyton videos! I found this video very helpful. I am 10 years old. I just started learning how to call patients so I found your videos very helpful. I was wondering if you give tips for me? And also if you can mentor me?

  • @rushikeshdeshmukh385
    @rushikeshdeshmukh385 Год назад +189

    I got a job as DevOps engineer because of your RUclips channel I am able to cleared 10 companies interview ...Thank you nana 👍😊😊

    • @m-jay356
      @m-jay356 Год назад +4

      Wow!

    • @tsheskoelmaximus3784
      @tsheskoelmaximus3784 Год назад +10

      One of the my satisfying comments/messages a teacher/instructor can receive.
      Thank You for being a Valuable Testimony of her efforts.🎉

    • @kadogo7712
      @kadogo7712 Год назад +1

      that really encouraging for the wonderful nina .

    • @insurance5225
      @insurance5225 Год назад

      What topics are required to be studied as I completed not getting how to implement projects some suggestions would be helpful

    • @leonardakubude5097
      @leonardakubude5097 Год назад

      could you point the particular video that did the deed for you?

  • @Trumanshoww
    @Trumanshoww Год назад +16

    Hi, I am a man living in South Korea, and I am an AI researcher. My background is not at Computer Science, so I am afraid whether I can work as an engineer in the near future. However, thanks to you, not only this course, I am getting so much help from you. Thank you so so much for providing us this much nice-quality videos. I hope you always be happy. Have a great day, Nana :)

  • @erichuang16
    @erichuang16 11 месяцев назад

    I'm super happy to find Nana's channel. All videos that I've viewed are high quality -clear, logical and well explained. Thank you, Nana!

  • @valterpereiracjr
    @valterpereiracjr Год назад +3

    I was Clipper programmer (90´s) and tried to start learn Python (not very dedicated though) few times in the past. You did an amazing job explaining items like the "import" at the begining of the Python program and you did explain those in a very direct and clean way.
    I am truly amazed by your knowledge and the way you touched each and every line of the code you presented, even the one that AI created.
    Thank you a lot @TechWorldwithNana !!!!
    Great job!

    • @ScottKFraley
      @ScottKFraley Год назад

      Whooo Hooo!! Clipper in the Hizzy! ;D

  • @mustafaezzi2871
    @mustafaezzi2871 Год назад

    Amazing. I dint expected a one hour video would teach such a valuable and real life project in such a easy way. Bow down to your excellence and expertise

  • @paulrevere27
    @paulrevere27 Год назад +1

    great video! Thanks for your contributions to the dev community!!

  • @praveens2272
    @praveens2272 Год назад +8

    Awesome.. it definitely complement developers time but may not replace entirely

  • @adrienesquerre5790
    @adrienesquerre5790 Год назад +3

    Thank you for making it easier !

  • @RealSiegrist
    @RealSiegrist Год назад

    Great presentation and great selection of examples. Thank you Nana!

  • @fromdil6470
    @fromdil6470 Год назад +7

    👋 I just wanted to take a moment to express my appreciation for the 👌 examples you use in your content to illustrate important concepts. In particular, I found your recent piece on how audiences can reach multiple outcomes 🤔 to be both interesting and informative. I hope you will continue to create more content like this in the future. Thank you for all your hard work and dedication to producing high-quality content for your audience. 😊 Best regards, Nana

  • @OLAFBONDD
    @OLAFBONDD Год назад +1

    You have a talent in explaining. Thank you.

  • @tarekhabibi3662
    @tarekhabibi3662 Год назад +5

    Awesome Automation examples , thank you 🙏

  • @paulshortridge870
    @paulshortridge870 Год назад +3

    Fantastic demo thank you

  • @sagarahire-ys3uj
    @sagarahire-ys3uj Год назад +3

    U r very well ahead of time...thanks for this

  • @thomash.8297
    @thomash.8297 Год назад +2

    Top video Nana! Thank you so much!

  • @mukeshtiwari87
    @mukeshtiwari87 Год назад +2

    great example. thanks for uploading

  • @saman6199
    @saman6199 Год назад +1

    Love your work Nana, thanks for the effort and interesting topic.

  • @lerryalexanderortizsalazar6069

    Thank you so much! So helpful, and your explanation is amazing!

  • @tomkaufmann4390
    @tomkaufmann4390 Год назад +2

    great explanation, impressive results!

  • @christianmb1160
    @christianmb1160 Год назад +1

    Amazing Nana! Thank you so much!

  • @hzupanc
    @hzupanc Год назад +2

    Thank you Nana for such an amazing and well-structured tutorial on how to get maximum from Chat GPT.
    It could give us a lot in everyday work to automate some boring manual tasks and in the meantime advance Python knowledge or some other language of your choice, dependable on our inputs.

  • @maryannsalva3462
    @maryannsalva3462 2 месяца назад

    Superb! Thank you so much Nana! This is what all I need to start using OpenAI's ChatGPT! :)

  • @daedalusjones4228
    @daedalusjones4228 Год назад

    I'm a technical writer.
    The way you work reminds me a lot of the way that I work. (I don't run into that often.)
    I mean the way that you explain things, the way you pause to explain the underlying (and transferable) concepts, etc., explain other options (and why you are going with the one that you choose)...
    Really excellent.

  • @GereHadush
    @GereHadush Год назад +1

    It is great walk through lesson. Thank you

  • @tba77
    @tba77 Год назад +1

    Great and interesting example, I learned a lot of things thanks to your channel I even managed to get CKA certification and have a goal to master python language which is the thing I lack mastering a programming language thank you for all the content you provide

  • @nirmesh44
    @nirmesh44 Год назад +1

    Super Useful.Great content.😀

  • @yt7042
    @yt7042 Год назад +2

    Thank you Nana. I will probably have to visit more often your channel. :-)

  • @spoorthipanduranga6220
    @spoorthipanduranga6220 Год назад +2

    It is mind blowing and very useful. Thanks for making this video.
    Please do the DSA python videos next!

  • @RubenMoraVargas
    @RubenMoraVargas Год назад

    Great video! A small addition to the material: you can get the response of the GPT model in any language you need without a third party. You just need to add the specific instruction to the prompt, and maybe as a parameter in your API.

  • @hinafraz528
    @hinafraz528 Год назад

    you are amazing
    you start from very basic, love the way you teach.

  • @alkispiskas3580
    @alkispiskas3580 9 месяцев назад

    Excellent tutorial! Thank you for sharing!

  • @djendjou1
    @djendjou1 6 месяцев назад

    Simple, but yet the most ingenious use (imo) of the openai api i've seen so far.

  • @scottiepowell
    @scottiepowell Год назад

    Nana, fantastic video, love all your videos, anytime i'm struggling with a concept i check to see if you have a video on it. for the downloads cleanup i ran it for a windows 10 cleanup and it ran first time and worked but i told it 'cleanup files in the downloads folder', so chat wrote the script for files and didn't move folders in the downloads folder older than 30 days, i went back and changed the narrative and it worked like charm. The AI can be pretty sensitive to what we type and our words really matter in the results.

  • @srinivasaraopalakaluri
    @srinivasaraopalakaluri Год назад +2

    I really impressed by your lovely way of explanation and pretty cool code !! :-)

  • @nagdali9209
    @nagdali9209 Год назад +2

    I want to say my skills improved in DevOps so fast, thanks to you.
    for this, its too informative as i expected from you🙂💥

  • @nilakshirekhawar2861
    @nilakshirekhawar2861 Год назад

    Hi Nana,
    I am working on Azure cloud revolving around its OpenAI offering for 5+ months, but learned a lot from this video :) thanks ! Keep posting good content like this

  • @sonachan1
    @sonachan1 Год назад +1

    Great video. Covered a lot of topics with an easy to understand style! Thanks!

  • @arielfranco8251
    @arielfranco8251 6 месяцев назад

    Thank you very much for all your amazining content!

  • @aartikulkarni6761
    @aartikulkarni6761 Год назад

    Thank you Nana! Its very helpful !

  • @magicmedia7950
    @magicmedia7950 Год назад

    By far the best explaination for API request I have come across. Thanks for the good work. You have a like and a new subscriber

  • @bratwurstfan
    @bratwurstfan Год назад +1

    Thanks so much for the great introduction!

  • @AbuFaizal
    @AbuFaizal Год назад +1

    the way to teach concept explanation is excellent. please make more videos

  • @OpenRoadTafreeh
    @OpenRoadTafreeh Год назад +1

    Simply Awesome! You are the best trainer

  • @DJ-ct6so
    @DJ-ct6so 8 месяцев назад

    Excellent presentation. I learned a lot. Many, many thanks Nana.

  • @stephanemoreau846
    @stephanemoreau846 Год назад +1

    Great job , it's a very creative video for multiple automation script and DevOps task

  • @khalifakane8835
    @khalifakane8835 Год назад

    Very useful. Thank you!

  • @minnuzamir5458
    @minnuzamir5458 Год назад +1

    really great you are my best teacher!!!

  • @nagarajabalur6374
    @nagarajabalur6374 Год назад +1

    very useful content. Thank you for sharing.

  • @musicalbirds2928
    @musicalbirds2928 Год назад +1

    Great video. Thanks for sharing.

  • @ahassan7270
    @ahassan7270 6 месяцев назад

    You are a wonderful and SUPER teacher. I am very lucky found your channel. Python automation with chatgpt was a difficult and complicated issue before I found your channel. Your detailed explanations have melted all the difficulties and made things very easy to understand.
    Thank YOU so much for your great efforts and generous contributions which turned complexity into simplicity.

  • @GibranCastillo
    @GibranCastillo Год назад +1

    Nice!! Thank you for making this RUclips video

  • @WaltWhite_The_Walter_White
    @WaltWhite_The_Walter_White 7 месяцев назад

    Very nice. Thank you.

  • @eduhazard
    @eduhazard Год назад +1

    Thx!!! I Subscribed and liked! 🤩🤩🤩

  • @salilphatak7792
    @salilphatak7792 Год назад +1

    Awesome example..!!

  • @Unfaced85
    @Unfaced85 Год назад

    In my Company we have an AI/ChatGPT Hackathon later this month, so this video is perfect as preparation, thanks.

  • @ahmmo2870
    @ahmmo2870 Год назад +1

    This is awesome! 👏 Thank you for making it!
    Would be great and appreciated if you can make a video on how to fine tune an OpenAI model 😊

  • @kinshuksinghania4289
    @kinshuksinghania4289 Год назад +3

    Wirklich fantastisch, Nana!!!

  • @EcleticMusicFilm
    @EcleticMusicFilm Год назад +4

    If I haven't commented yet, let me say that I've watched many of your videos and you're one of the best tech instructors out there!

  • @mytechchannel2519
    @mytechchannel2519 Год назад +1

    Excellent content Nana, liked it

  • @fehdiyadbenabbes7453
    @fehdiyadbenabbes7453 Год назад +1

    Thank you Nana this is one of my best channel

  • @nikolaysalutski3270
    @nikolaysalutski3270 Год назад

    fantastic video once more, thank you!

  • @sonamohialdin3376
    @sonamohialdin3376 8 дней назад

    Awesome tutorial thank you

  • @zxcvbnm50748
    @zxcvbnm50748 Год назад

    Thanks Nana for sharing this awesome session.

  • @SolomaZed
    @SolomaZed Год назад

    Thank you Nana, great stuff

  • @jsathyanarayana7782
    @jsathyanarayana7782 Год назад +1

    Awesome Video!!As always amazing graphics and very creative❤

  • @hanankevich5762
    @hanankevich5762 Год назад

    Awesome examples
    Can’t wait to adopt this chatgpt code generator in my work place.😅

  • @anthonyrubio1194
    @anthonyrubio1194 11 месяцев назад

    Very helpful

  • @BrandonVicedomini
    @BrandonVicedomini Год назад +2

    Excellent video Nana. Very useful video for Python automation and ChatGPT, I definitely learned a lot. I have a question for you. What tools are you using to create you videos? What do you use to create the animations and where do you get the graphics? Thanks so much for your content. Definitely a like and subscribe.

  • @NetZeroEarth
    @NetZeroEarth 4 месяца назад

    Thank you Nana ❤

  • @FRANKWHITE1996
    @FRANKWHITE1996 Год назад +2

    Thanks for sharing ❤

  • @NeverCodeAlone
    @NeverCodeAlone Год назад

    Very nice thx a lot.

  • @allezvenga7617
    @allezvenga7617 Год назад

    Thanks for your sharing

  • @thrivedhr164
    @thrivedhr164 Год назад +1

    Nice and easy to understand explanation, Thanks Nana

  • @NKD748
    @NKD748 Год назад +2

    Thank you Nana

  • @mohamedheouaichi3392
    @mohamedheouaichi3392 Год назад +2

    Great Video and content. I like your videos and your lecture style. I also find your animations in your video very pleasing. Are using standart ppt animations or are you using a special software?

  • @HemantMishra-pr9yv
    @HemantMishra-pr9yv Год назад

    thank you, thank you, thank you soooooo much Nana ma'am.

  • @cardozoveronica
    @cardozoveronica 8 месяцев назад

    Nana! I learned Python from you! thank you!!! At this point I'd like to know how to structure a complex python code, not in one file. Thank you again!

  • @romanhryshchenko9111
    @romanhryshchenko9111 Год назад +3

    Nana you are amazing! This is a great instrument to learn Python & automation for DevOps.

  • @rus7289
    @rus7289 Год назад +2

    you are the best!

  • @drown228
    @drown228 3 месяца назад

    One of the best teachers I've ever known

  • @haidersyed6554
    @haidersyed6554 Год назад +1

    I love your teaching style, can you please make web development courses.

  • @daedalusjones4228
    @daedalusjones4228 Год назад +2

    Really excellent. Somewhere around 16:02, you mention environment variables, and their purpose (not hard-coding your API key in anywhere).
    Exactly the kind of info I'm looking for.
    You're an excellent instructor. Great info. Thanks.

  • @ananjohar8248
    @ananjohar8248 Год назад

    You are best tutor in youtube tech as a female version.

  •  Год назад

    Hi, thank you for your content. I really appreciated it!
    I have an off-topic question: there is a place where can I found the images/resources/icons are you using in your videos?

  • @brookster7772
    @brookster7772 8 месяцев назад

    Your videos are the best! I would like to request more videos on using the latest artificial intelligence related API’s perhaps even create some LLM apps, using python or another language, C-sharp would be great!
    Keep up the great work 😀

  • @ravireddy270
    @ravireddy270 Год назад +2

    Tqs for uploading

  • @jf1341
    @jf1341 Год назад

    Thank you thank you 🙏 🙏 🙏 🙏 🙏

  • @s.baskaravishnu22
    @s.baskaravishnu22 Год назад

    Many thanks

  • @gammalgris2497
    @gammalgris2497 Год назад

    Interesting tutorial.
    I have to deal with complex software systems. There are two big issues I have to face constantly. Code and scripts don't get reviewed as much as I would like. Testing. Manual testing and inspection can be time consuming when done repeatedly. It doesn't matter where code or scripts come from (human or AI). If it's not reviewed and tested there is a problem in an ever changing system/ environment.

  • @PrachiHanuh
    @PrachiHanuh Год назад +1

    Amazing Nana, you are awesome.

  • @simcha_storch
    @simcha_storch Год назад

    Thanks Nana!

  • @Ajeetkumar-uo4hf
    @Ajeetkumar-uo4hf Год назад +2

    Awesome

  • @caiyu538
    @caiyu538 Год назад +1

    Great. Great. Great

  • @ovskihouse5278
    @ovskihouse5278 10 месяцев назад +1

    These tutorials... Especially make chatgpt One special

  • @GlennLMS
    @GlennLMS Год назад

    Thanks for the video. Very interesting.
    One of the strengths of ChatGPT is the conversations, and how it remembers what has been previously talked about within the current conversation when coming up with new responses. Using the API, does ChatGPT still remember the conversation the Python program is having with it, or, is each API call a separate conversation?
    Hope that was clear 😋

  • @SiddharthSinghFiery69
    @SiddharthSinghFiery69 Год назад

    Hiya Nana ! Great video. I had a small query. Is it possible to build a Slackbot (that's more like a chatbot) using ChatGPT and Python ?

  • @charlesyaw6514
    @charlesyaw6514 6 месяцев назад +1

    Guys let's make Nana hit a million subs

  • @ten2the6
    @ten2the6 Год назад +1

    Thanks!

  • @suvrotica
    @suvrotica Год назад

    ❤ your video