/pydev-psets

psets for py-dev

Primary LanguagePython

README

Problems (289)

PSET Name Num Problems External?
BASIC DATA TYPES 3 No
CLASSES 29 No
CONDITIONALS 12 No
DICTS 8 No
FUNCTIONS 16 No
LISTS 7 No
LOOPS 16 No
PANDAS EXT 74 Yes
CHALLENGING EXT 100 Yes
PANDAS1 WINE REVIEWS 16 No
PANDAS1 BASICS 8 No

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