Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
はんなりPython 47回LT回
Search
Yasshieeee
May 21, 2021
Technology
0
180
はんなりPython 47回LT回
PythonでCLIツールを作るTips集をまとめました。作成初期段階でのtermcolorとenquiriesの例を載せています。
Yasshieeee
May 21, 2021
Tweet
Share
More Decks by Yasshieeee
See All by Yasshieeee
Djangoで「良い」Factoryを書きたい
yacpotato
0
69
「他の人が理解できる」を掘り下げる_リーダブルコード LT会 - vol.4
yacpotato
0
81
Other Decks in Technology
See All in Technology
スタートアップの現場で実践しているテストマネジメント #jasst_kyushu
makky_tyuyan
0
110
Azureコストと向き合った、4年半のリアル / Four and a half years of dealing with Azure costs
aeonpeople
1
270
だいたい分かった気になる 『SREの知識地図』 / introduction-to-sre-knowledge-map-book
katsuhisa91
PRO
3
1.4k
生成AI時代のPythonセキュリティとガバナンス
abenben
0
120
AI駆動で進める依存ライブラリ更新 ─ Vue プロジェクトの品質向上と開発スピード改善の実践録
sayn0
1
250
MCP ✖️ Apps SDKを触ってみた
hisuzuya
0
340
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
12
81k
知覚とデザイン
rinchoku
1
520
ヘンリー会社紹介資料(エンジニア向け) / company deck for engineer
henryofficial
0
340
AWS UG Grantでグローバル20名に選出されてre:Inventに行く話と、マルチクラウドセキュリティの教科書を執筆した話 / The Story of Being Selected for the AWS UG Grant to Attending re:Invent, and Writing a Multi-Cloud Security Textbook
yuj1osm
1
130
現場データから見える、開発生産性の変化コード生成AI導入・運用のリアル〜 / Changes in Development Productivity and Operational Challenges Following the Introduction of Code Generation AI
nttcom
1
460
All About Sansan – for New Global Engineers
sansan33
PRO
1
1.2k
Featured
See All Featured
The Straight Up "How To Draw Better" Workshop
denniskardys
238
140k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
630
Optimizing for Happiness
mojombo
379
70k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.2k
How GitHub (no longer) Works
holman
315
140k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Become a Pro
speakerdeck
PRO
29
5.6k
The Pragmatic Product Professional
lauravandoore
36
7k
Docker and Python
trallard
46
3.6k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
54k
Documentation Writing (for coders)
carmenintech
75
5.1k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.7k
Transcript
None
§ 作成中のもの § 出力文字に色をつける -termcolor- § セレクトメニューを作成する -enqueries- § 今後の展開
Portfolio : https://yacpotato.github.io/
ダミーデータ作成ツール § カテゴリ § 数値 § 相関 § 時系列 Portfolio
: https://yacpotato.github.io/
§ 文字色 § 背景色 § エフェクト PyPI:https://pypi.org/project/termcolor/ Code:https://github.com/YaCpotato/python-cli-sample/blob/master/termcolor_sample.py Portfolio :
https://yacpotato.github.io/
§ 単一選択 § 複数選択 PyPI:https://pypi.org/project/enquiries/ Code:https://github.com/YaCpotato/python-cli-sample/blob/master/enquiries_sample.py Portfolio : https://yacpotato.github.io/
カテゴリ枠 § 列XカテゴリYのものの列Zの比率の操作 数値枠 § 相関関係 § 列XカテゴリYのものの数値分布の操作 可視化枠 §
アプリ化 Portfolio : https://yacpotato.github.io/