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
68
「他の人が理解できる」を掘り下げる_リーダブルコード LT会 - vol.4
yacpotato
0
81
Other Decks in Technology
See All in Technology
EncryptedSharedPreferences が deprecated になっちゃった!どうしよう! / Oh no! EncryptedSharedPreferences has been deprecated! What should I do?
yanzm
0
470
Practical Agentic AI in Software Engineering
uzyn
0
110
はじめてのOSS開発からみえたGo言語の強み
shibukazu
3
900
roppongirb_20250911
igaiga
1
240
JTCにおける内製×スクラム開発への挑戦〜内製化率95%達成の舞台裏/JTC's challenge of in-house development with Scrum
aeonpeople
0
250
AIエージェントで90秒の広告動画を制作!台本・音声・映像・編集をつなぐAWS最新アーキテクチャの実践
nasuvitz
3
320
サラリーマンの小遣いで作るtoCサービス - Cloudflare Workersでスケールする開発戦略
shinaps
2
470
品質視点から考える組織デザイン/Organizational Design from Quality
mii3king
0
210
プラットフォーム転換期におけるGitHub Copilot活用〜Coding agentがそれを加速するか〜 / Leveraging GitHub Copilot During Platform Transition Periods
aeonpeople
1
210
RSCの時代にReactとフレームワークの境界を探る
uhyo
10
3.5k
Aurora DSQLはサーバーレスアーキテクチャの常識を変えるのか
iwatatomoya
1
1.1k
研究開発と製品開発、両利きのロボティクス
youtalk
1
530
Featured
See All Featured
Mobile First: as difficult as doing things right
swwweet
224
9.9k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
Context Engineering - Making Every Token Count
addyosmani
3
57
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
1.1k
A designer walks into a library…
pauljervisheath
207
24k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
RailsConf 2023
tenderlove
30
1.2k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Site-Speed That Sticks
csswizardry
10
820
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
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/