Skip to main content

Just a quick tutorial for nbdev

Project description

nbdev_hellow_world

A deck of cards demo of nbdev based on ideas from Allen Downey.

Install

Install using:

pip install nbdev_hellow_world

or

conda install -c fastai nbdev-hellow-world

How to use

This lib provides a Cardclass you can use to create, display, and compare playing cards:

Card(1, 3)
3♦️

Suits are numbered according to this list:

suits
['♣️', '♦️', '❤️', '♠️']

Ranks are numbered according to this list:

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-hellow-world-0.0.2.tar.gz (8.4 kB view hashes)

Uploaded Source

Built Distribution

nbdev_hellow_world-0.0.2-py3-none-any.whl (8.2 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