PYTHON LISTS 😎 How to SLICE ✂️ ADD ➕ and REMOVE Items | Python Tutorial for Beginners

Поделиться
HTML-код
  • Опубликовано: 24 сен 2024

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

  • @TechWithPro18
    @TechWithPro18  Месяц назад +1

    Code Share:
    Jupyter Notebook File (work in Jupyter Notebook):
    drive.google.com/file/d/1nR-XL6cgecioPE2oS109j-59H0Tj6kov/view?usp=sharing
    Python(.py) File (Work in any IDE):
    drive.google.com/file/d/14sv7I1SCM5mm6HytBWBZQvAxgVtNrPVK/view?usp=sharing
    Data Types in Python: ruclips.net/video/EKZWydXIsHg/видео.html
    Rock Paper Scissors Game in Python: ruclips.net/video/ryo7siJjVCI/видео.html
    For Loops in Python: ruclips.net/video/_WJPbFDumWE/видео.html
    While Loops id Python: ruclips.net/video/Z0ZBKnqyeUg/видео.html
    If Elif Else Condition: ruclips.net/video/BI-Tv2NAImQ/видео.html
    What is Python Interpreter ? How It Works Under the Hood Explained : ruclips.net/video/sKVO5XGr3yU/видео.html

  • @indrajitghoshchowdhury9775
    @indrajitghoshchowdhury9775 Месяц назад +1

    Clear and simple explanation of the concept. Thank you so much.. 👌

  • @atreyeeghoshchowdhury2304
    @atreyeeghoshchowdhury2304 Месяц назад +1

    Fantastic tutorial! 🖥 This video was incredibly clear and easy to follow, even for a beginner like me. Your explanations and examples made complex concepts much more understandable. I'm really looking forward to more content like this. Keep up the great work! 👍🚀

  • @bultaurunae
    @bultaurunae Месяц назад +1

    i wanted to know, i m practicing python in vs code can you make a video explaining for complete beginners the difference between vs code or jupyter please.

    • @TechWithPro18
      @TechWithPro18  Месяц назад

      Thanks for your comment. Sure, I will make detailed videos on it soon. Just wanted to mention, both are good, specifically VS code is great (I also use that) for projects. And Jupyter has it's own strength in terms of executing the code line by line separately, so that you do not need to comment out other lines of code. And it also comes very handy when you are doing exploratory work with your data in data science, there you can generate graph inline to understand the data etc. BTW, I already have one video for setting up both and there I have discussed the difference between them briefly, you can refer that too for time being till I release a detailed one.
      Install Jupiter Notebook and VS Code: ruclips.net/video/oLy8BpMHW10/видео.html
      Python Installation Guide and Set Up Virtual Environment Step by Step: ruclips.net/video/zhOSGra8VBs/видео.html