Skip to content

Commit

Permalink
Merge pull request #50 from geeksambhu/patch-3
Browse files Browse the repository at this point in the history
Updated modules.rst
  • Loading branch information
shabda committed Aug 8, 2018
2 parents 9de36c1 + fe447ab commit 5e6ee99
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,19 @@ A simple editor for Python

Every python install comes with the idle editor, you can start it like this :code:`python -m idlelib.idle`

..image:: _static/idle.png
.. image:: _static/idle.png


Debugging emails
-------------------
.. code-block:: bash
python -m smtpd -n -c DebuggingServer localhost:1025
$python -m smtpd -n -c DebuggingServer localhost:1025
Profiling scripts
----------------------

python -m cProfile scriptname.py
.. code-block:: bash
$python -m cProfile scriptname.py

0 comments on commit 5e6ee99

Please sign in to comment.