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

Поділитися
Вставка
  • Опубліковано 22 сер 2019
  • ** Python Certification Training: www.edureka.co/python **
    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/blog/python-pr...
    Patterns in Python: www.edureka.co/blog/python-pr...
    #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  4 роки тому +18

    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 "UA-cam20" to get Flat 20% off on this training.

  • @ind-ram
    @ind-ram 4 роки тому +38

    IDLE:integrated development learning environment

  • @free-palestine000
    @free-palestine000 4 роки тому +16

    this was extremely helpful thank you

  • @steves3422
    @steves3422 4 роки тому +7

    Simple explanation and good examples - Thanks!

  • @anjuminamdar6474
    @anjuminamdar6474 4 роки тому

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

  • @dinosaru80
    @dinosaru80 2 роки тому +2

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

  • @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.

  • @dipalirajabhausarwade4814
    @dipalirajabhausarwade4814 3 роки тому +4

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

  • @foodie5448
    @foodie5448 3 роки тому

    Mam you are great teacher 😊😊

  • @drrajendrakumaryadav182
    @drrajendrakumaryadav182 4 роки тому +3

    excellent explanation for learners

  • @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 !

  • @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 : )

  • @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 : )

  • @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 :)

  • @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 : )

  • @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 : )

  • @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

  • @anthonynorton666
    @anthonynorton666 2 роки тому

    Thank you.🙏

  • @bashar12bashar
    @bashar12bashar Рік тому +2

    Thank you for your efforts!

    • @edurekaIN
      @edurekaIN  Рік тому

      You're Welcome 😊 Glad it was helpful!!

  • @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 !

  • @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: ua-cam.com/users/edurekaIN.

  • @manojsirivellavlogs1044
    @manojsirivellavlogs1044 4 роки тому +2

    Tqs for ur information

  • @Louviewtube
    @Louviewtube 6 місяців тому

    This is great. Thank you.

    • @edurekaIN
      @edurekaIN  6 місяців тому

      You're very welcome!

  • @havishg5638
    @havishg5638 3 роки тому +1

    thanks mam

  • @sakshideshmukh9513
    @sakshideshmukh9513 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 : )

  • @shortswithsam6222
    @shortswithsam6222 Рік тому +1

    thanks it helped me a lot

  • @mintooconstruction9203
    @mintooconstruction9203 4 роки тому +2

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

  • @kirjanovasjustas4363
    @kirjanovasjustas4363 2 роки тому

    we have to use this in school

  • @randysmith6297
    @randysmith6297 2 роки тому +1

    Thank You :^)

  • @mishelranaweeera7370
    @mishelranaweeera7370 Рік тому +1

    Thanx

  • @PythonForIdiots
    @PythonForIdiots 3 роки тому +1

    up here useful for me 2:55

  • @jagdishmenaria9745
    @jagdishmenaria9745 2 роки тому +1

    Nice explanation Thanks

    • @edurekaIN
      @edurekaIN  2 роки тому

      Keep learning with us :)

  • @aditirajput3694
    @aditirajput3694 Рік тому +1

    Thank you!❤️

    • @edurekaIN
      @edurekaIN  Рік тому

      You’re welcome 😊 Keep learning with us..

  • @anirbanc88
    @anirbanc88 Рік тому +1

    cool

  • @bhavnitapostaria6212
    @bhavnitapostaria6212 2 роки тому +1

    Very helpful video

    • @edurekaIN
      @edurekaIN  2 роки тому +1

      Glad it was helpful!

  • @shankarsharma1181
    @shankarsharma1181 2 роки тому +1

    Great video!

  • @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 : )

  • @evergeo
    @evergeo Рік тому

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

  • @ruchi4641
    @ruchi4641 Рік тому +1

    Thanks mam😊