Python Operators for Beginners | Python tutorial

Sdílet
Vložit
  • čas přidán 24. 07. 2024
  • Web Dev Roadmap for Beginners (Free!): bit.ly/DaveGrayWebDevRoadmap
    Learn Python operators for beginners in this tutorial. We'll look at assignment, arithmetic, comparison, boolean, and ternary operators. You will also create an if else statement using a comparsion operator.
    💖 Support me on Patreon ➜ / davegray
    ⭐ Become a full-stack dev with Zero To Mastery Courses:
    - The Complete Python Developer: bit.ly/CompPythonDev
    - Complete Machine Learning & Data Science: bit.ly/CompMachineLearning
    - Junior to Senior Dev Roadmap: bit.ly/WebDevRoadmap-JrtoSr
    🚩 Subscribe ➜ bit.ly/3nGHmNn
    📬 Course Updates ➜ courses.davegray.codes/
    ❓ Questions - Please post them to my Discord ➜ / discord
    ☕ Buy Me A Coffee ➜ www.buymeacoffee.com/davegray
    👇 Follow Me On Social Media:
    Github: github.com/gitdagray
    Twitter: / yesdavidgray
    LinkedIn: / davidagray
    🔗 Source Code: github.com/gitdagray/python-c...
    🔗 Playlist for this Python Course: bit.ly/dg-beginners-python
    Python Operators Tutorial 🐍
    (00:00) Intro
    (00:05) Welcome
    (00:14) What are Python Operators?
    (00:26) Assignment Operator
    (01:39) Arithmetic Operators
    (03:11) Combining Assignment & Arithmetic Operators
    (04:57) Concatenating Strings
    (05:38) Comparison Operators
    (07:14) Boolean Operators
    (10:23) Create a New File
    (11:19) Create an If Statement
    (12:41) Run the Program
    (14:31) Ternary Operator
    📚 Tutorial References:
    🔗 Python Official Site: www.python.org/
    🔗Visual Studio Code Official Site: code.visualstudio.com/
    Was this step by step Python basics tutorial for beginners helpful? If so, please share. Let me know your thoughts in the comments.
    #python #operators #beginners

Komentáře • 39

  • @vicekeys
    @vicekeys Před 8 měsíci +12

    Thanks Dave! You're a wonderful teacher. I like that you provide the lessons in a way that are easily digestible. Your videos are easy to sit through and not too long. Please stick with it.

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  Před 8 měsíci +4

      Thank you very much for the kind words and support! 🙏💯

    • @vicekeys
      @vicekeys Před 8 měsíci

      @DaveGrayTeachesCode Yes, you're very welcome.

  • @HHGamingOfficial
    @HHGamingOfficial Před 9 měsíci +2

    Loving your video tutorials! Walking through with you every step of the way to learn the basics. Thank you! 😀

  • @famad5469
    @famad5469 Před rokem +1

    prob the best coding tutorial on youtube, ive watched others tutorials and dont understand a single thing, and when i watch yours i immediately understand. THANKS DAVE (rlly hoping you continue these tutorials hehe)

  • @1conscience0dimension

    I really like your channel. Straight to the point ! And I can watch in accelerated even if I'm French and I perfectly understand, which means you have a good diction.

  • @MOJICA7257
    @MOJICA7257 Před rokem +3

    Thanks Dave!
    You Rock!

  • @rickythelarge5369
    @rickythelarge5369 Před rokem

    The best courses maker in YT, thankYOU DAVVE

  • @sizwenkosi6371
    @sizwenkosi6371 Před rokem

    You deserve a super thanks 💲 I'll make sure I do support when I can, because I've learned a lot from you.

  • @7doors847
    @7doors847 Před rokem

    Very nice Dave!👌

  • @dickschweiger289
    @dickschweiger289 Před 7 měsíci

    very good. Downloaded your videos so i had to go through them here to give you thumbs up and a comment.

  • @user-tb3dj3km2p
    @user-tb3dj3km2p Před 4 měsíci +2

    Progress over perfection

  • @ahshawon879
    @ahshawon879 Před rokem +1

    You're a great teacher, Sir. 💝

  • @muzhaffarhaydar7928
    @muzhaffarhaydar7928 Před 7 dny

    thanks dave

  • @silentCHIHUAHUA
    @silentCHIHUAHUA Před 9 měsíci +4

    So far this has been the best balance between a teaching guide and a reference guide. I can see myself learning and understanding due to the teaching, but could also use it as a quick reference in the future. Thank you sir

  • @Julia_K7
    @Julia_K7 Před rokem +3

    Great to see your python tutorial series Dave! Do you consider making a full course on testing in React? That would be super helpful as there are very few good courses on youtube but testing knowledge is required in many job offers. It would be fantastic to see your course on React Testing Library, Jest, Enzyme, etc. and unit tests, integration, end-to-end and so on :)

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  Před rokem +3

      Great request! I do want to cover some testing topics this year. 💯

    • @Julia_K7
      @Julia_K7 Před rokem

      @@DaveGrayTeachesCode Wow that's great! Can't wait for the series!

  • @amg3601
    @amg3601 Před rokem

    Thanks for the lecture 😊

  • @NinjanuggieNinjanuggie
    @NinjanuggieNinjanuggie Před 7 měsíci

    best code teacher ever

  • @dickschweiger289
    @dickschweiger289 Před 7 měsíci

    excellent teaching

  • @1conscience0dimension

    you can do ctrl+z and then enter, instead of quit(). I recommand to use the +(file icon) in the explorer to create a new file. You can directly name it. much quicker :)

  • @CTILET
    @CTILET Před rokem +1

    I know only javascript but not soo good, so maybe i learn Python cause Dave such a good teacher

  • @future-frank
    @future-frank Před 11 měsíci

    Hi Dave, thanks for these courses I'm gradually getting to grips with it but what I really struggle with is setting up the files/folders forinstance your Lesson01, 02, etc.... any info would be greatly appreciated thanks.

  • @mortezafarhangpanah256

    thanks

  • @simianomatlaldo9022
    @simianomatlaldo9022 Před 8 měsíci

    I dont understand why, but when I try to run python file in terminal it just doesnt do anything. In the previous example it showed "Welcome" and everything and I was in terminal, but now its not possible to open it inside of that.

  • @fiIipb
    @fiIipb Před 8 měsíci

    Hi, during the video something went wrong at 12:52 and it said:
    SyntaxError: invalid syntax
    >>> /bin/python3 "/home/laptop/Visual Code Studio/meaning.py"
    File "", line 1
    /bin/python3 "/home/laptop/Visual Code Studio/meaning.py"
    ^
    a bunch of times.
    Anyone know what can be causing this issue? But other than that everything is amazing!
    Thanks Dave!

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  Před 8 měsíci

      Your error message indicates you have a Syntax Error. Check for typos.