An open API service indexing awesome lists of open source software.

https://github.com/plus3x/python_lessons


https://github.com/plus3x/python_lessons

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

Python Lessons
==============

To start lesson you need to install `python` and `pip`, also install requirements using:

.. code-block:: console

$ pip3 install -rrequirements.txt

To run lesson confirming you should use this command:

.. code-block:: console

$ py.test

Bookmarks:
- `Lesson 1: Hello `_