Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Starting your work with Python

Sumit Rawal answered on May 8, 2023 Popularity 3/10 Helpfulness 1/10

Contents


More Related Answers

  • how to get started with python
  • python if starts with
  • python startswith
  • python start with
  • when was python created
  • python startswith or string
  • builtwith python
  • startswith with condition python
  • who created python
  • how to use startswith() with list
  • start python server
  • Who created Python
  • how to run python file in when windows startup
  • start python project
  • how to python
  • First step creating python project
  • python startswith
  • how to start coding in python
  • how to start a pyhon progam
  • Second step creating python project
  • Third step creating python project
  • how to start coding in python
  • Python start over
  • start application from python
  • Beginning with Python programming:
  • Current Applications of Python
  • Working In Python
  • method starting with _ in python
  • Who created Python?

  • Starting your work with Python

    0

    Now that you have Python 3 installed, it's time to check if it works and make the very first use of it.

    This will be a very simple procedure, but it should be enough to convince you that the Python environment is complete and functional.

    There are many ways of utilizing Python, especially if you're going to be a Python developer.

    To start your work, you need the following tools:

    an editor which will support you in writing the code (it should have some special features, not available in simple tools); this dedicated editor will give you more than the standard OS equipment;

    a console in which you can launch your newly written code and stop it forcibly when it gets out of control;

    a tool named a debugger, able to launch your code step-by-step, which will allow you to inspect it at each moment of execution.

    Besides its many useful components, the Python 3 standard installation contains a very simple but extremely useful application named IDLE.

    IDLE is an acronym: Integrated Development and Learning Environment.

    Navigate through your OS menus, find IDLE somewhere under Python 3.x and launch it. This is what you should see:

    Popularity 3/10 Helpfulness 1/10 Language python
    Source: Grepper
    Tags: python
    Link to this answer
    Share Copy Link
    Contributed on May 08 2023
    Sumit Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.