joaopalmeiro / pybites

Possible solutions to PyBites challenges.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible solutions to PyBites challenges

PyBites profile.

Quickstart

  • make init.
  • make shell or pipenv shell.

Notes

  • Pipenv:
    • pipenv --venv.
    • pipenv --py.
    • Since black is pinned to a specific version, there is no need to add allow_prereleases = true to the Pipfile.
  • VS Code:
  • Bite 56:
    • python Beginner-Bites/056.py -w 80 -l 187.
    • python Beginner-Bites/056.py -h

About

Possible solutions to PyBites challenges.

License:MIT License


Languages

Language:Python 99.4%Language:Makefile 0.6%