Python for Beginners || Python Full Course || Python

Поділитися
Вставка
  • Опубліковано 25 сер 2024
  • Python for Beginners || Python Full Course || Python
    A small help to those who wanted to upgrade their skills.
    If you're looking to start learning Python, then this video is for you! I'll teach you the basics of Python in a easy-to-follow, step-by-step format.
    By the end of this video, you'll have everything you need to get started with Python programming.
    TIMESTAMPS
    0:00 - 58:00 introduction
    1:21 - 3:00 chapter 1 download and install python
    3:00 - 4:00 chapter2 your first python project
    4:00 - 49:15 chapter 3 data types in python 49:16- 1:04 chapter 4 operators in python
    1:06 - 1:26. chapter 5 taking inputs from users
    1:28 - 1:37 chapter 6 exception handling in python
    1:38 - 1:55 chapter 7 file handling in python
    =====To Get More useful video's, please follow below links ======
    1.) To learn Learn SQL Server Concepts, visit below playlist
    • Learn SQL Server Concepts
    2.) To learn SQL Server Clauses and Keywords, please visit below playlist
    • SQL SERVER CLAUSE/KEYW...
    3.) For SSIS Tutorial, follow below playlist
    • SQL SERVER Integration...
    4.) For SSRS tutorial, follow below playlist
    • SSRS Tutorials
    5.) Python Tutorials, follow below playlist
    • Python for Data Engine...
    6.) Azure Data Factory Playlist
    • Azure Data Factory Tut...
    7.) Power BI Concepts, Visit below playlist
    • Power BI Concepts
    8.) MS Excel and Google Sheets, follow below playlist
    • MS Excel Concepts
    =======My Favorite Study Materials you can check out =====
    --Python Crash course :amzn.to/40gfFPr
    --SQL Programming :amzn.to/40gqK2T
    --MSBI Course : amzn.to/3Qxh94y
    --Power BI Course :amzn.to/3QgimMl
    =========Share, Support and Subscribe =========
    Subscribe to my UA-cam channel :
    / @learnwithmrajput
    Share and like the Facebook Page :
    / 212104595551052
    Thank you for Watching
    By SQL
    By SQL Training Session
    Disclaimer : the above links may be amazon affiliate links, which means if you go through it,
    I may get some commission but please bear in mind, it won't charge you a single penny
    ..so if you like the content, keep watching and support my channel.
    #Python for Beginners || Python Full Course || Python
    #pythoninterviewquestionsandanswers
    #python
    #pythonjobs
    #pythontutorial
    #pythonlearning

КОМЕНТАРІ • 7

  • @huawei6173
    @huawei6173 9 місяців тому +1

    Thanks Mamta for your support for batter understanding 🙏

  • @dr.artirajput1065
    @dr.artirajput1065 9 місяців тому +1

    Really very helpful

  • @1983Deeps
    @1983Deeps 10 місяців тому +1

    Example of Immutable :
    The values declared in Tuple are constant at their Index. User cannot update them, however, user can update index level data in List.
    list = ["Hello", "bye"]
    list[0] = "Seeya" # This is allowed
    list = ("Hello", "bye")
    list[0] = "Seeya" # This is NOT allowed

    • @LearnWithMRajput
      @LearnWithMRajput  3 місяці тому

      Correct, we cannot change values at index level in tuple..

  • @naveenkopuri5944
    @naveenkopuri5944 5 місяців тому

    Mam...how can i reach you

    • @LearnWithMRajput
      @LearnWithMRajput  3 місяці тому

      Hi you can send out email @ Sqltrainingsession@gmail.com