https://github.com/plus3x/python_lessons
https://github.com/plus3x/python_lessons
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/plus3x/python_lessons
- Owner: plus3x
- Created: 2019-11-26T13:42:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-26T13:43:00.000Z (over 6 years ago)
- Last Synced: 2025-04-04T20:41:22.706Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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 `_