We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad85b2 commit 56abe7eCopy full SHA for 56abe7e
docs/shell.rst
docs/useful-tools.rst
@@ -1,23 +1,6 @@
1
Useful Tools
2
=================
3
4
-*For Python 2.7.*
5
-
6
-One of the reasons everybody loves Python is the interactive shell. It
7
-basically allows you to execute Python commands in real time and
8
-immediately get results back. Flask itself does not come with an
9
-interactive shell, because it does not require any specific setup upfront,
10
-just import your application and start playing around. ::
11
12
- $ pip install bpython
13
14
-And we can now install Python 2.7: ::
15
16
- $
17
18
19
-The **--framework** option tells Python
20
21
IPython
22
-------------------------------
23
0 commit comments