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
4
51
Open Source x Python
How to open source a python software
Bin Cai
October 24, 2014
Tweet
Share
Other Decks in Technology
See All in Technology
Storybook との上手な向き合い方を考える
re_taro
5
1.4k
ExaDB-D dbaascli で出来ること
oracle4engineer
PRO
0
3.9k
TypeScriptの次なる大進化なるか!? 条件型を返り値とする関数の型推論
uhyo
2
1.8k
エンジニア人生の拡張性を高める 「探索型キャリア設計」の提案
tenshoku_draft
1
130
OCI Network Firewall 概要
oracle4engineer
PRO
0
4.2k
iOS/Androidで同じUI体験をネ イティブで作成する際に気をつ けたい落とし穴
fumiyasac0921
1
110
LINEヤフーにおけるPrerender技術の導入とその効果
narirou
1
180
強いチームと開発生産性
onk
PRO
36
12k
AWS Lambda のトラブルシュートをしていて思うこと
kazzpapa3
2
200
Flutterによる 効率的なAndroid・iOS・Webアプリケーション開発の事例
recruitengineers
PRO
0
120
20241120_JAWS_東京_ランチタイムLT#17_AWS認定全冠の先へ
tsumita
2
310
マルチモーダル / AI Agent / LLMOps 3つの技術トレンドで理解するLLMの今後の展望
hirosatogamo
37
13k
Featured
See All Featured
YesSQL, Process and Tooling at Scale
rocio
169
14k
How to Ace a Technical Interview
jacobian
276
23k
The World Runs on Bad Software
bkeepers
PRO
65
11k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
27
4.3k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
25
1.8k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
Being A Developer After 40
akosma
87
590k
A designer walks into a library…
pauljervisheath
204
24k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
169
50k
GraphQLとの向き合い方2022年版
quramy
43
13k
Designing the Hi-DPI Web
ddemaree
280
34k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
665
120k
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!