Skip to content
View Hobichange's full-sized avatar
  • Hiroshima Japan

Block or report Hobichange

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Hobichange/README.rst

Python School

Elementary documents to study Python. This series cover syntax, simple scripts, parsing various kind of data, and Web application.

Full HTML documents are available at:

Setup

Create a virtual Python environment with venv.

$ pyvenv_dir=venv
$ python3 -m venv $pyvenv_dir --prompt python-school-ja
$ source $pyvenv_dir/bin/activate
$ python3 -m pip install -U pip
$ python3 -m pip install -r requirements.txt

Generate HTML documents.

$ cd docs && make html && cd -

For scripts, install additional packages including local one.

$ python3 -m pip install -e ".[dev,test]"

Edit

Run a web server which watches source files using livereload.

$ python3 -m pip install -e ".[docs]"
$ python3 docserver.py

Edit source documents under docs/ directory.

If you edit Python scripts under src/ directory, run a linter and a test runner.

$ flake8 src/
$ pytest src/

Pinned Loading

  1. changeToSO changeToSO Public

    「リ」と「ン」を「ソ」に変換するChromeの拡張機能です

    TypeScript

  2. Hobichange Hobichange Public

    Python

  3. invention invention Public

    サイドバーにメニューを⾃由に構成できるウェブアプリケーショ ン