snackademics
Learning in a fun and bite-sized way
Snackademics is a playful blend of “snacks” and “academics” - it suggests learning in a fun, bite-sized way, rather than heavy academic study. Like having a light snack instead of a full formal meal, but for learning!
The name implies that you can approach learning in a casual, snackable way while still getting the benefits of academic understanding. It’s meant to make learning feel less intimidating and more enjoyable.
Developer Guide
If you are new to using nbdev here are some useful pointers to get you started.
Install snackademics in Development mode
# make sure snackademics package is installed in development mode
$ pip install -e .
# make changes under nbs/ directory
# ...
# compile to have changes apply to snackademics
$ nbdev_prepareUsage
Installation
Install latest from the GitHub repository:
$ pip install git+https://github.com/galopyz/snackademics.gitor from conda
$ conda install -c galopyz snackademicsor from pypi
$ pip install snackademicsDocumentation
Documentation can be found hosted on this GitHub repository’s pages. Additionally you can find package manager specific guidelines on conda and pypi respectively.
How to use
Coming soon..