Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add IPython for Web Devs to books page #162

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added _static/ipython-for-web-devs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions _templates/sidebar_links.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ <h3>{{ _('Book') }}</h3>
"_static/jupyter-in-depth.png",
"_static/jupyter-for-ds.png",
"_static/ipython-cookbook-2nd.png",
"_static/ipython-for-web-devs.png",
]

function pick(){
Expand Down
17 changes: 17 additions & 0 deletions books.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ Books And Videos



IPython for Web Devs
--------------------

.. image:: _static/ipython-for-web-devs.png
:width: 200px
:alt: IPython for Web Devs
:target: _static/ipython-for-web-devs.png

* `IPython for Web Devs <https://ipythonbook.com/>`_
* by `Eric Hamiter <http://erichamiter.com>`_
* 80 pages
* November 15 2020

This book is suitable for both beginning and experienced back-end web developers that use Python frameworks such as Django or Flask. There is an introduction to setting up IPython profiles, tweaking configuration settings, learning about available "magic" commands to improve workflows, and creating custom commands that can improve productivity.



IPython Interactive Computing and Visualization Cookbook, Second Edition
------------------------------------------------------------------------

Expand Down