/pydev-psets

psets for py-dev

Primary LanguageJupyter NotebookMIT LicenseMIT

Build Status GitHub

PYTH PSETS

πŸŽ‰πŸŽˆπŸŽ‚πŸΎπŸŽŠπŸ»πŸ’ƒ

Hand crafted and script harvested python problems presented as .py files and .ipynb jupyter notebooks

(PSET Generator)

Problems (307)

PSET Name Num Problems External?
BASIC DATA TYPES 13 No
CHALLENGING EXT 100 Yes
CONDITIONALS 15 No
CLASSES 19 No
FUNCTIONS 16 No
DICTS 9 No
LISTS 11 No
LOOPS 16 No
PANDAS1 BASICS 8 No
PANDAS1 WINE REVIEWS 26 No
PANDAS EXT 74 Yes

Getting Started

CD into the directory

cd pydev-psets

Then, build:

. ./activate

Then, cd into the pset you want to solve and run:

invoke test

To test your code manually, just run:

python {filename.py}

Done!

Dev notes

To watch / build tests:

$ invoke watch