Skip to content

Latest commit

 

History

History
80 lines (39 loc) · 1.71 KB

gifs.rst

File metadata and controls

80 lines (39 loc) · 1.71 KB

Several small gifs showing specific fades functionality

How to cleanly test a Python library from PyPI without having to install or create anything:

testpylibnoinstall.gif

How to use a specific version of a Python library without messing your system:

usespecificlibversion.gif

How to cleanly test a Python library from GitHub without having to install or create anything:

testpylibgithub.gif

How to cleanly test a Python library without having to install or create anything and using ipython:

testlibwithipython.gif

How to cleanly test a Python 2 library from PyPI without having to install or create anything:

testlibpylegacy.gif

How to cleanly test multiple Python libraries without having to install or create anything:

multiplelibs.gif

How to get a Python interpreter using some specific requirements:

usingreqs.gif

How to make a Python script to be autonomous, not needing to remember any virtualenv details:

autonomousscript.gif

How to create a Python web project using whatever Django specific version:

createdjangoproject.gif

How to prepare your Python project for anybody to run it or its tests without any previous setup:

projecttests.gif

How to open an isolated Jupyter notebook for Python with pandas, matplotlib and numpy:

jupyternotebook.gif

How to run a modern timeit on a code snippet:

moderntimeit.gif

How to use a library from a local branch, but isolated from the system:

locallib.gif

How to automatically use the latest code to download YouTube videos:

youtubedl.gif