Skip to content

joaopalmeiro/pybites

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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