Introduction to Python IDLE | IDLE Installation and Configuration Tutorial | Edureka

Поделиться
HTML-код
  • Опубликовано: 22 авг 2024
  • ** Python Certification Training: www.edureka.co... **
    This Edureka video on 'Python IDLE' will train you to use IDLE which is an IDE that comes as a default implementation when you install python.
    Below are the topics covered in this video:
    What is IDLE?
    IDLE Installation
    Working with IDLE
    Configuration
    Basic Examples
    Python Tutorial Playlist: goo.gl/WsBpKe
    Blog Series: bit.ly/2sqmP4s
    Palindrome in Python: www.edureka.co...
    Patterns in Python: www.edureka.co...
    #Edureka #PythonEdureka #PythonIDLE #pythonProgramming #pythonTutorial #PythonTraining
    Do subscribe to our channel and hit the bell icon to never miss an update from us in the future: goo.gl/6ohpTV
    Instagram: / edureka_learning
    Facebook: / edurekain
    Twitter: / edurekain
    LinkedIn: / edureka
    -----------------------------------------------------------------------------------------------------------
    How it Works?
    1. This is a 5 Week Instructor-led Online Course,40 hours of assignment and 20 hours of project work
    2. We have a 24x7 One-on-One LIVE Technical Support to help you with any problems you might face or any clarifications you may require during the course.
    3. At the end of the training, you will be working on a real-time project for which we will provide you a Grade and a Verifiable Certificate!
    - - - - - - - - - - - - - - - - -
    About the Course
    Edureka's Python Online Certification Training will make you an expert in Python programming. It will also help you learn Python the Big data way with integration of Machine learning, Pig, Hive and Web Scraping through beautiful soup. During our Python Certification training, our instructors will help you:
    1. Master the Basic and Advanced Concepts of Python
    2. Understand Python Scripts on UNIX/Windows, Python Editors and IDEs
    3. Master the Concepts of Sequences and File operations
    4. Learn how to use and create functions, sorting different elements, Lambda function, error handling techniques and Regular expressions ans using modules in Python
    5. Gain expertise in machine learning using Python and build a Real Life Machine Learning application
    6. Understand the supervised and unsupervised learning and concepts of Scikit-Learn
    7. Master the concepts of MapReduce in Hadoop
    8. Learn to write Complex MapReduce programs
    9. Understand what is PIG and HIVE, Streaming feature in Hadoop, MapReduce job running with Python
    10. Implementing a PIG UDF in Python, Writing a HIVE UDF in Python, Pydoop and/Or MRjob Basics
    11. Master the concepts of Web scraping in Python
    12. Work on a Real Life Project on Big Data Analytics using Python and gain Hands on Project Experience
    - - - - - - - - - - - - - - - - - - -
    Why learn Python?
    Programmers love Python because of how fast and easy it is to use. Python cuts development time in half with its simple to read syntax and easy compilation feature. Debugging your programs is a breeze in Python with its built in debugger. Using Python makes Programmers more productive and their programs ultimately better. Python continues to be a favorite option for data scientists who use it for building and using Machine learning applications and other scientific computations.
    Python runs on Windows, Linux/Unix, Mac OS and has been ported to Java and .NET virtual machines. Python is free to use, even for the commercial products, because of its OSI-approved open source license.
    Python has evolved as the most preferred Language for Data Analytics and the increasing search trends on python also indicates that Python is the next "Big Thing" and a must for Professionals in the Data Analytics domain.
    Who should go for python?
    Edureka’s Data Science certification course in Python is a good fit for the below professionals:
    · Programmers, Developers, Technical Leads, Architects
    · Developers aspiring to be a ‘Machine Learning Engineer'
    · Analytics Managers who are leading a team of analysts
    · Business Analysts who want to understand Machine Learning (ML) Techniques
    · Information Architects who want to gain expertise in Predictive Analytics
    · 'Python' professionals who want to design automatic predictive models
    For more information, Please write back to us at sales@edureka.in or call us at IND: 9606058406 / US: 18338555775 (toll free)

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

  • @edurekaIN
    @edurekaIN  5 лет назад +19

    Got a question on the topic? Share it in the comment section below. Please drop a comment if you need the data-sets and codes discussed in this video. For Edureka Python Data Science Course curriculum, Visit our Website: bit.ly/2FBUtO7 Use code "RUclips20" to get Flat 20% off on this training.

  • @ind-ram
    @ind-ram 4 года назад +39

    IDLE:integrated development learning environment

  • @raquelalmeida5675
    @raquelalmeida5675 2 года назад +1

    I don't know nothing of python. Your video just saved my confidence

    • @edurekaIN
      @edurekaIN  2 года назад

      We are very glad to hear that your a learning well with our contents :) continue to learn with us and don't forget to subscribe our channel so that you don't miss any updates !

  • @free-palestine000
    @free-palestine000 4 года назад +16

    this was extremely helpful thank you

  • @Ahmedinho2022
    @Ahmedinho2022 2 года назад +2

    Thank you guys.

  • @josephbais7463
    @josephbais7463 2 года назад +2

    Thank you!! now I am beginning to like Python.

    • @edurekaIN
      @edurekaIN  2 года назад

      Good to know our contents and videos are helping you learn better . We are glad to have you with us ! Please share your mail id to send the data sheets to help you learn better :) Do subscribe the channel for more updates : ) Hit the bell icon to never miss an update from our channel : )

  • @steves3422
    @steves3422 4 года назад +7

    Simple explanation and good examples - Thanks!

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

    Thank you for making this video. It's very helpful and clear. I tried to make my own function to print asterixes and got an error about not being able to multiply a string by a string. Here is the function.
    def new(a):
    print('*' * a)
    nAsterixes = input("how many asterixes should I print?")
    new(nAsterixes)
    To get it to work I had to convert a to int as follows
    def new(a):
    print('*' * int(a))
    nAsterixes = input("how many asterixes should I print?")
    new(nAsterixes)
    I don't know why pyton thought a was a string. Anyway thanks.

  • @ameera4656
    @ameera4656 2 года назад +2

    thank you so much i have my mock in like 3 days

    • @edurekaIN
      @edurekaIN  2 года назад

      We are very glad to hear that your a learning well with our contents :) continue to learn with us and don't forget to subscribe our channel so that you don't miss any updates !

  • @dinosaru80
    @dinosaru80 2 года назад +2

    Thank you, This really helped me learn about python and IDEL

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

    Thank you for your efforts!

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

      You're Welcome 😊 Glad it was helpful!!

  • @shortswithsam6222
    @shortswithsam6222 2 года назад +1

    thanks it helped me a lot

  • @dipalirajabhausarwade4814
    @dipalirajabhausarwade4814 3 года назад +4

    Thank you so much mam, its really helpful for me.

  • @drrajendrakumaryadav182
    @drrajendrakumaryadav182 4 года назад +3

    excellent explanation for learners

  • @Drake_Gamerz
    @Drake_Gamerz 2 года назад +1

    It really helped me . Thank you very much . You earned a new subscriber ...

    • @edurekaIN
      @edurekaIN  2 года назад +1

      Thank you for your review : ) We are glad that you found our videos /contents useful . We are also trying our best to further fulfill your requirements and enhance your expirence :) Do subscribe the channel for more updates : ) Hit the bell icon to never miss an update from our channel : )

  • @augurelite
    @augurelite 2 года назад +1

    Thanks! this really helped me get the basics of the python syntax coming from already knowing MATLAB!

    • @edurekaIN
      @edurekaIN  2 года назад +1

      We are super happy that Edureka is helping you learn better. Your support means a lot to us and it motivated us to create even better learning content and courses experience for you . Do subscribe the channel for more updates : ) Hit the bell icon to never miss an update from our channel : )

  • @IsakAmunkete
    @IsakAmunkete 3 года назад +2

    Thank you very much

    • @edurekaIN
      @edurekaIN  3 года назад

      You are welcome👍
      Do subscribe to our channel to stay posted on upcoming tutorials: ruclips.net/user/edurekaIN.

  • @PythonForIdiots
    @PythonForIdiots 3 года назад +1

    up here useful for me 2:55

  • @Anilkumar-bl7mx
    @Anilkumar-bl7mx 2 года назад +1

    It's very good to learn for beginners thank you so much
    But I have one doubt how to clear that output screen

    • @edurekaIN
      @edurekaIN  2 года назад

      Thank you for you time in giving a feedback :) We are glad that you are learning from our videos! Stay connected with our channel :)

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

    This is great. Thank you.

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

      You're very welcome!

  • @jagdishmenaria9745
    @jagdishmenaria9745 2 года назад +1

    Nice explanation Thanks

    • @edurekaIN
      @edurekaIN  2 года назад

      Keep learning with us :)

  • @bhavnitapostaria6212
    @bhavnitapostaria6212 2 года назад +1

    Very helpful video

    • @edurekaIN
      @edurekaIN  2 года назад +1

      Glad it was helpful!

  • @finixgaming9613
    @finixgaming9613 2 года назад +2

    Thank you ma'am it's really helpful 🥰

    • @edurekaIN
      @edurekaIN  2 года назад +1

      Thank you for your review : ) We are glad that you found our videos /contents useful . We are also trying our best to further fulfill your requirements and enhance your expirence :) Do subscribe the channel for more updates : ) Hit the bell icon to never miss an update from our channel : )

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

    Thank you!❤️

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

      You’re welcome 😊 Keep learning with us..

  • @sakshideshmukh9513
    @sakshideshmukh9513 2 года назад +1

    thank you ! :)

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

    Thanx

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

    Thanks mam😊

  • @idan_shemesh
    @idan_shemesh 2 года назад +1

    Hi! I stumbled upon your video when I was trying to find an answer to a question a have, unfortunately I didnt find the answer so can somebody please help me?I actually have 2 questions the first question is: can you edit a written code line?(for example can I change a letter after I already printed something like print("hi") and after I pressed enter to change?
    The next question is why my Idle is missing the run button? Thank you for your help

  • @kirjanovasjustas4363
    @kirjanovasjustas4363 2 года назад

    we have to use this in school

  • @foodie5448
    @foodie5448 3 года назад

    Mam you are great teacher 😊😊

  • @randysmith6297
    @randysmith6297 2 года назад +1

    Thank You :^)

  • @jestrada014
    @jestrada014 3 года назад +1

    Thank you!!

    • @edurekaIN
      @edurekaIN  3 года назад +1

      Hi : ) We really are glad to hear this ! Truly feels good that our team is delivering and making your learning easier :) Keep learning with us .Stay connected with our channel and team :) . Do subscribe the channel for more updates : ) Hit the bell icon to never miss an update from our channel : )

  • @shankarsharma1181
    @shankarsharma1181 2 года назад +1

    Great video!

    • @edurekaIN
      @edurekaIN  2 года назад +1

      Glad you enjoyed it

  • @manojsirivellavlogs1044
    @manojsirivellavlogs1044 4 года назад +2

    Tqs for ur information

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

    I want to learn phython and i have zero experience in computer . whats your recommendation

  • @mintooconstruction9203
    @mintooconstruction9203 4 года назад +2

    Your voice is very good . Thank you and you also take care.

  • @havishg5638
    @havishg5638 4 года назад +1

    thanks mam

  • @anjuminamdar6474
    @anjuminamdar6474 4 года назад

    It's very clear ma'am ...tq so much 😊

  • @anthonynorton666
    @anthonynorton666 3 года назад

    Thank you.🙏

  • @DnyaneshwarPanchaldsp
    @DnyaneshwarPanchaldsp 2 года назад

    nice presentation

    • @edurekaIN
      @edurekaIN  2 года назад

      Thank you so much for the review ,we appreciate your efforts : ) We are glad that you have enjoyed your learning experience with us .Thank You for being a part of our Edureka team : ) Do subscribe the channel for more updates : ) Hit the bell icon to never miss an update from our channel : )

  • @anirbanc88
    @anirbanc88 2 года назад +1

    cool