https://github.com/deeplook/pandas-100
An emerging prototypical clone of https://github.com/deeplook/numpy-100, but for pandas.
https://github.com/deeplook/pandas-100
Last synced: about 1 year ago
JSON representation
An emerging prototypical clone of https://github.com/deeplook/numpy-100, but for pandas.
- Host: GitHub
- URL: https://github.com/deeplook/pandas-100
- Owner: deeplook
- License: gpl-3.0
- Created: 2017-01-03T16:48:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-01T21:55:04.000Z (over 9 years ago)
- Last Synced: 2025-04-08T01:41:15.103Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 736 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This generates double-sided quiz cards based on a MarkDown file.
## Dependencies:
- pip install reportlab
- DejaVuSansCondensed.ttf (if present else Helvetica)
- DejaVuSansCondensed-Bold.ttf (if present else Helvetica-Bold)
- nk57-monospace-cd-sb.ttf (if present else Courier)
## Usage:
python3 quizcards.py "100 Numpy exercises.md"
## Author:
Dinu Gherman (deeplook on GitHub)
## License:
GNU General Public License, Version 3