3 PYTHON AUTOMATION PROJECTS FOR BEGINNERS (FULL TUTORIAL)

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ม.ค. 2025

ความคิดเห็น • 22

  • @InternetMadeCoder
    @InternetMadeCoder  7 หลายเดือนก่อน +1

    🚀 Zero to Python Developer with No Degree - academy.internetmadecoder.com/python-dev-masterclass

  • @justrosy5
    @justrosy5 5 หลายเดือนก่อน +3

    1:42 - First project. Also, not a fan of this particular project because all the major browsers have extensions or built-in features that do the same thing. It's interesting to learn how those work, of course, and obviously to learn more about Python, but I'm thinking that maybe replacing this with something a bit fresher might be appropriate.

  • @justmeajah
    @justmeajah 6 หลายเดือนก่อน +1

    New subscribers here!! I love that at the first project, you don't cut out to show the perfect project, but instead showing us your thought process of why the code didn't work, and opening the documentation. Kudos!
    Edit: I suspected you were currently in Indonesia with that tropical house background, and looking at the Spotify, boy am I right 😂

  • @iiinfernal
    @iiinfernal 19 วันที่ผ่านมา

    How long will i need to completely learn this projects if i start learning python from now?

  • @ExploreFL2022
    @ExploreFL2022 5 หลายเดือนก่อน

    Im sorry if i missed the mention of this but what is he using to compile this code? I see it's not the traditional cmd prompt. Thanks

  • @luckykhan6217
    @luckykhan6217 7 หลายเดือนก่อน +2

    We need mre like this❤

  • @jamshedalam4219
    @jamshedalam4219 7 หลายเดือนก่อน +6

    Is it possible to earn money with python only? Or do i eventually need to learn other things too

    • @InternetMadeCoder
      @InternetMadeCoder  7 หลายเดือนก่อน +4

      It is possible but depends on your chosen path.

    • @jamshedalam4219
      @jamshedalam4219 7 หลายเดือนก่อน

      Thanks for the advice, I’m a business student getting into python and automation. Want to focus on business analytics. Your videos are really valuable. Been a subscriber for a while now❤️

    • @ShawnKuhn-hv4qz
      @ShawnKuhn-hv4qz 7 หลายเดือนก่อน

      ​@@jamshedalam4219for business analytics it's probably good to focus on Python, Excel, Sql and a vizualization tool

  • @BANIAAAAK
    @BANIAAAAK 5 หลายเดือนก่อน

    Hey im new :)
    thansk for the materials:
    i have this error tho on my compiler when i run the script:
    ValueError: too many values to unpack (expected 6)

  • @deanbartholomew8268
    @deanbartholomew8268 6 หลายเดือนก่อน

    I am using Python and Open Flamingo for AI development as a group:)

  • @CodeEmpire-dl7vv
    @CodeEmpire-dl7vv 5 หลายเดือนก่อน

    i love your videos but can u make the font bigger plz so we can code alongside u
    . love your videos

    • @InternetMadeCoder
      @InternetMadeCoder  5 หลายเดือนก่อน

      Good point

    • @smittysmusictavern8278
      @smittysmusictavern8278 5 หลายเดือนก่อน

      @CodeEmpire-dl7vv I have found it very helpful to just snip a screenshot, of a section of his code, to the clipboard and paste it into a blank Word doc that I keep open just for that. That allows me to make it as big as I like.

  • @cyborg316
    @cyborg316 4 หลายเดือนก่อน +2

    this is not for beginners

  • @Djonesplays
    @Djonesplays 7 หลายเดือนก่อน

    Yo 🎉 lovely

  • @smittysmusictavern8278
    @smittysmusictavern8278 5 หลายเดือนก่อน

    I'm stuck on the first project. It is complaining that my list index is out of range when it hits this line:
    set_name = sys.argv[1]
    This is from this section
    if __name__ == "__main__":
    set_name = sys.argv[1]
    urls = URLS[set_name]
    open_webpages(urls)
    If I comment out this section, I get a Return 0 so I assume all the previous code is fine. I also noticed that with his code of that line, the "1" changes color while mine is the same as the rest of the line. Any help is greatly appreciated. Does it mean that maybe import sys didn't complete successfully ?

    • @cupra2Jock.
      @cupra2Jock. 4 หลายเดือนก่อน

      Check spelling