Skip to main content

Modelling GNN following LAIDD tutorial

Project description

nbdev_cards

Published : 2022-09-12 22:22:37 (KST)

트럼프 카드 라이브러리에 대한 아이디어는 Think Python 2nd Edition by Allen B. Downey에서 가져옴.

설치

다음의 코드를 이용해 설치한다:

pip install card

다른 방법:

conda install -c sepiabrown card

사용법

이 라이브러리는 트럼프 카드들을 생성하고 비교할 수 있는 Card 클래스를 제공한다.

Card(suit=1,rank=3)
3♦️
suits
['♣️', '♦️', '♥️', '♠️']
assert Card(suit=1, rank=3)<Card(suit=2, rank=3)

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-cards-nix-flake-0.0.1.tar.gz (17.0 kB view hashes)

Uploaded Source

Built Distribution

nbdev_cards_nix_flake-0.0.1-py3-none-any.whl (8.7 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