docs.python.org

Website:https://docs.python.org/3/
Upvotes received2
Downvotes received1
Karma:0 (upvotes-downvotes)



0 earned Badges

No badges were found



Definitions (108)

1

1 Thumbs up   0 Thumbs down

virtual environment


A cooperatively isolated runtime environment that allows Python users and applications to install and upgrade Python distribution packages without interfering with the behaviour of other Python applic [..]
Source: docs.python.org

2

0 Thumbs up   0 Thumbs down

>>>


The default Python prompt of the interactive shell. Often seen for code examples which can be executed interactively in the interpreter.
Source: docs.python.org

3

0 Thumbs up   0 Thumbs down


The default Python prompt of the interactive shell when entering code for an indented code block or within a pair of matching left and right delimiters (parentheses, square brackets or curly braces).
Source: docs.python.org

4

0 Thumbs up   0 Thumbs down

”


The default Python prompt of the interactive shell when entering code for an indented code block or within a pair of matching left and right delimiters (parentheses, square brackets or curly braces).
Source: docs.python.org

5

0 Thumbs up   0 Thumbs down

      


The default Python prompt of the interactive shell when entering code for an indented code block or within a pair of matching left and right delimiters (parentheses, square brackets or curly braces).
Source: docs.python.org

6

0 Thumbs up   0 Thumbs down

       


The default Python prompt of the interactive shell when entering code for an indented code block or within a pair of matching left and right delimiters (parentheses, square brackets or curly braces).
Source: docs.python.org

7

0 Thumbs up   0 Thumbs down

 


The default Python prompt of the interactive shell when entering code for an indented code block or within a pair of matching left and right delimiters (parentheses, square brackets or curly braces).
Source: docs.python.org

8

0 Thumbs up   0 Thumbs down

   


The default Python prompt of the interactive shell when entering code for an indented code block or within a pair of matching left and right delimiters (parentheses, square brackets or curly braces).
Source: docs.python.org

9

0 Thumbs up   0 Thumbs down

        


The default Python prompt of the interactive shell when entering code for an indented code block or within a pair of matching left and right delimiters (parentheses, square brackets or curly braces).
Source: docs.python.org

10

0 Thumbs up   0 Thumbs down

    


The default Python prompt of the interactive shell when entering code for an indented code block or within a pair of matching left and right delimiters (parentheses, square brackets or curly braces).
Source: docs.python.org


To view all 108 definitions, please sign in.