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_prepare

Usage

Installation

Install latest from the GitHub repository:

$ pip install git+https://github.com/galopyz/snackademics.git

or from conda

$ conda install -c galopyz snackademics

or from pypi

$ pip install snackademics

Documentation

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..