Using Python Shell at python.org

This section provides a tutorial example on how to use to the Python shell at python.org with a Web browser to run Python code.

If you just want to try few lines of Python code, you can use the on-line Python Shell at python.org with a Web browser. It is free to use. And no login is required.

Here is what I did:

1. Start any Web browser.

2. Go to https://www.python.org/shell. A Python interactive shell is displayed in the middle of the the Web page.

3. Enter the following Python code at the ">>>" prompt:

print("Hello world!")

4. Press "Enter". The code is interpreted immediately and output is displayed.

>>> print("Hello world!")
Hello world!

5. Continue to try more Python code.

6. If you see the shell console is closed, refresh your Web browser. The Python shell will be started again.

Python Shell at python.org
Python Shell at python.org

Table of Contents

 About This Book

 2009 - Bitcoin Cryptocurrency Invented by Satoshi Nakamoto

 2002 - .NET Framework Developed by Microsoft

 1995 - PHP: Hypertext Preprocessor Created by Rasmus Lerdorf

 1995 - Java Language Developed by Sun Microsystems

1991 - Python Language Designed by Guido van Rossum

 What Is Python Language

Using Python Shell at python.org

 Python "while" Statement for Execution Loop

 Python pandas.DataFrame - The Table Class

 1991 - WWW (World Wide Web) Developed by Tim Berners-Lee

 1991 - Gopher Protocol Created by a University of Minnesota Team

 1984 - X Window System Developed a MIT Team

 1984 - Macintosh Developed by Apple Inc.

 1983 - "Sendmail" Mail Transfer Agent Developed by Eric Allman

 1979 - The Tcsh (TENEX C Shell) Developed by Ken Greer

 1978 - Bash (Bourne-Again Shell) Developed by Brian Fox

 1978 - The C Shell Developed by Bill Joy

 1977 - The Bourne Shell Developed by Stephen Bourne

 1977 - Apple II Designed by Steve Jobs and Steve Wozniak

 1976 - vi Text Editor Developed by Bill Joy

 1974 - Internet by Vinton Cerf

 1972 - C Language Developed by Dennis Ritchie

 1971 - FTP Protocol Created by Abhay Bhushan

 1970 - UNIX Operating System Developed by AT&T Bell Labs

 1957 - FORTRAN Language Developed by IBM

 References

 Full Version in PDF/EPUB