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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Bin Cai
October 24, 2014
Technology
4
55
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
Tebiki Engineering Team Deck
tebiki
0
27k
20年以上続く PHP 大規模プロダクトを Kubernetes へ ── クラウド基盤刷新プロジェクトの4年間
oogfranz
PRO
0
160
【Λ(らむだ)】最近のアプデ情報 / RPALT20260318
lambda
0
160
スピンアウト講座06_認証系(API-OAuth-MCP)入門
overflowinc
0
930
Phase01_AI座学_基礎
overflowinc
0
3.3k
ソフトバンク流!プラットフォームエンジニアリング実現へのアプローチ
sbtechnight
1
250
JEDAI認定プログラム JEDAI Order 2026 受賞者一覧 / JEDAI Order 2026 Winners
databricksjapan
0
260
LINEヤフーにおけるAIOpsの現在地
lycorptech_jp
PRO
5
2.1k
「お金で解決」が全てではない!大規模WebアプリのCI高速化 #phperkaigi
stefafafan
5
2.2k
PostgreSQL 18のNOT ENFORCEDな制約とDEFERRABLEの関係
yahonda
0
100
AlloyDB 奮闘記
hatappi
0
200
A Casual Introduction to RISC-V
omasanori
0
550
Featured
See All Featured
The Language of Interfaces
destraynor
162
26k
Prompt Engineering for Job Search
mfonobong
0
220
Building the Perfect Custom Keyboard
takai
2
720
My Coaching Mixtape
mlcsv
0
84
Primal Persuasion: How to Engage the Brain for Learning That Lasts
tmiket
0
300
Joys of Absence: A Defence of Solitary Play
codingconduct
1
320
Practical Orchestrator
shlominoach
191
11k
WCS-LA-2024
lcolladotor
0
490
RailsConf 2023
tenderlove
30
1.4k
Optimising Largest Contentful Paint
csswizardry
37
3.6k
VelocityConf: Rendering Performance Case Studies
addyosmani
333
24k
Ethics towards AI in product and experience design
skipperchong
2
230
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!