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
テックカンファレンス三大ステークホルダーの文化人類学 ─ 違いを認め合う関係性作り
bash0c7
4
1.1k
AIで楽になるはずが、なぜ疲れる?
kinopeee
0
130
なぜMIXIはゼロトラスト基盤として クラウドフレアを選んだのか - Cloudflare Peer Point SASE User Voices
mixi_engineers
PRO
2
140
reFACToring
moznion
1
870
MCPをつなげて作る組織横断のAIエージェント基盤
tsubakimoto_s
0
350
最新IoT事例11選に学ぶ!現場の成功パターンと実践のコツ【SORACOM Discovery 2026】
soracom
PRO
0
120
データベース研修【MIXI 26新卒技術研修】
mixi_engineers
PRO
1
670
ウォーターフォール開発案件のPMとしてAI活用を模索している話
hatahata021
2
200
データエンジニアこそ組織のオントロジーに向き合うべき — 問いに答えるAIから、事業を動かすAIへ
gappy50
4
1.4k
ダッシュボード"開発"について 〜使われるダッシュボードのつくりかた〜
kimichan
0
240
新たなDBアーキテクチャ「LTAP」にDeep Dive!!
inoutk
0
150
脱Jenkins、インターン生が挑んだCIツールGitHubActions移行
mixi_engineers
PRO
1
260
Featured
See All Featured
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
133
19k
Darren the Foodie - Storyboard
khoart
PRO
3
3.5k
Mobile First: as difficult as doing things right
swwweet
225
10k
Navigating the Design Leadership Dip - Product Design Week Design Leaders+ Conference 2024
apolaine
1
380
The B2B funnel & how to create a winning content strategy
katarinadahlin
PRO
1
440
Avoiding the “Bad Training, Faster” Trap in the Age of AI
tmiket
0
200
Everyday Curiosity
cassininazir
0
270
Measuring Dark Social's Impact On Conversion and Attribution
stephenakadiri
2
240
Deep Space Network (abreviated)
tonyrice
0
240
職位にかかわらず全員がリーダーシップを発揮するチーム作り / Building a team where everyone can demonstrate leadership regardless of position
madoxten
64
56k
What does AI have to do with Human Rights?
axbom
PRO
1
2.3k
Redefining SEO in the New Era of Traffic Generation
szymonslowik
1
370
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!