Skip to main content

A test project using nbdev

Project description

nbdev_cards

A deck of cards demo of nbdev based on ideas from “Think Python 2nd Edition” by Allen B. Downey.

Install

pip install nbdev-cards2022

or

conda install -c fastai nbdev-cards2022

How to use

This lib provids a Card class that you can use to create, display, and compare playing cards.

Card(2,3)
3♥
suits
['♣', '♦', '♥', '♠']
ranks
[None, 'A', '2', '3', '4', '5', '6', '7', '8', '9', '10', 'J', 'Q', 'K']

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nbdev-cards2022-0.0.3.tar.gz (8.5 kB view hashes)

Uploaded Source

Built Distribution

nbdev_cards2022-0.0.3-py3-none-any.whl (8.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page