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
Open Source x Python
Search
Bin Cai
October 24, 2014
Technology
59
4
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
Open Source x Python
How to open source a python software
Bin Cai
October 24, 2014
Other Decks in Technology
See All in Technology
AIペネトレーションテスト・ セキュリティ検証「AgenticSec」紹介資料
laysakura
2
9.3k
QAエンジニア起点で進める、SmartHRにおける信頼性向上について
kaomi_wombat
1
150
モバイルアプリ開発概論2026
recruitengineers
PRO
6
670
今こそ聞きたいソフトウェア設計 ドメイン駆動設計再入門
masuda220
PRO
17
7.6k
SO-101×VLAによる3色キューブのピック&プレース
abeja
0
220
Eight Engineering Unit 紹介資料
sansan33
PRO
3
8.2k
20260807_第6回_関東kaggler会LT_claw系bot xangiと始める、"寂しくない" kaggle
sugupoko
0
360
tamachi.go 誕生の裏側
rymiyamoto
1
110
Apache Icebergインフラストラクチャ:ストレージ・カタログ・エンジンの選択肢とClouderaプラットフォームでの実装
tsugiyama
0
120
2027年のMetricKit
kantacky
0
100
Digitization部 紹介資料
sansan33
PRO
2
7.7k
Invisible to AI? Making TYPO3 Sites Quotable by AI Search Systems
wolfgangwagner
0
230
Featured
See All Featured
A better future with KSS
kneath
240
18k
A Soul's Torment
seathinner
6
3.5k
Discover your Explorer Soul
emna__ayadi
2
1.3k
Navigating the moral maze — ethical principles for Al-driven product design
skipperchong
2
490
How to build a perfect <img>
jonoalderson
1
5.9k
Rebuilding a faster, lazier Slack
samanthasiow
85
9.6k
Self-Hosted WebAssembly Runtime for Runtime-Neutral Checkpoint/Restore in Edge–Cloud Continuum
chikuwait
0
720
Tell your own story through comics
letsgokoyo
1
1k
Bioeconomy Workshop: Dr. Julius Ecuru, Opportunities for a Bioeconomy in West Africa
akademiya2063
PRO
1
250
Beyond borders and beyond the search box: How to win the global "messy middle" with AI-driven SEO
davidcarrasco
3
210
Building the Perfect Custom Keyboard
takai
2
840
The Limits of Empathy - UXLibs8
cassininazir
1
610
Transcript
x @VeryCB
https://github.com/verycb/flask-slack
Saber http://code.dapps.douban.com/saber
Write a library is much easier than you thought
Write a library is much easier than you thought
Write a library is much easier than you thought especially
if you use python.
Python 2 or Python 3?
Python 2 + Python 3!
pyenv https://github.com/yyuu/pyenv
What’s new In Python 3.x https://docs.python.org/release/3.0/whatsnew/3.0.html
__future__ https://docs.python.org/2/library/__future__.html
six https://pypi.python.org/pypi/six
pytest http://pytest.org pytest-cov pytest-pep8
tox https://tox.readthedocs.org
Documentation is important!
sphinx http://pytest.org sphinx-quickstart sphinx.ext.autodoc
setuptools https://pythonhosted.org/setuptools/
Licenses http://opensource.org/licenses
python setup.py bdist_egg python setup.py sdist python setup.py bdist_wininst …
python setup.py register python setup.py upload
https://github.com http://git-scm.com
https://travis-ci.org
https://coveralls.io
https://readthedocs.org
None
One more thing…
None
http://shields.io
3X!