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
There's always money in the banana(-py) stand
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Kenneth Love
September 26, 2011
Programming
1
170
There's always money in the banana(-py) stand
A brief introduction to the Django MailChimp OAuth2 library, banana-py.
Kenneth Love
September 26, 2011
Tweet
Share
More Decks by Kenneth Love
See All by Kenneth Love
Those Who Care, Teach!
kennethlove
0
330
Django 101
kennethlove
2
1.1k
Views can be Classy
kennethlove
7
1.7k
Class-Based Views
kennethlove
2
290
Other Decks in Programming
See All in Programming
PJのドキュメントを全部Git管理にしたら、一番喜んだのはAIだった
nanaism
0
250
GC言語のWasm化とComponent Modelサポートの実践と課題 - Scalaの場合
tanishiking
0
110
AI主導でFastAPIのWebサービスを作るときに 人間が構造化すべき境界線
okajun35
0
700
米国のサイバーセキュリティタイムラインと見る Goの暗号パッケージの進化
tomtwinkle
2
550
メタプログラミングで実現する「コードを仕様にする」仕組み/nikkei-tech-talk43
nikkei_engineer_recruiting
0
170
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
420
Claude Code の Skill で複雑な既存仕様をすっきり整理しよう
yuichirokato
1
360
エージェント開発初心者の僕がエージェントを作った話と今後やりたいこと
thasu0123
0
240
Ruby and LLM Ecosystem 2nd
koic
1
520
DSPy入門 Pythonで実現する自動プロンプト最適化 〜人手によるプロンプト調整からの卒業〜
seaturt1e
1
680
SourceGeneratorのマーカー属性問題について
htkym
0
180
CSC307 Lecture 15
javiergs
PRO
0
240
Featured
See All Featured
Navigating the Design Leadership Dip - Product Design Week Design Leaders+ Conference 2024
apolaine
0
220
Data-driven link building: lessons from a $708K investment (BrightonSEO talk)
szymonslowik
1
970
Ecommerce SEO: The Keys for Success Now & Beyond - #SERPConf2024
aleyda
1
1.8k
Why You Should Never Use an ORM
jnunemaker
PRO
61
9.8k
A Guide to Academic Writing Using Generative AI - A Workshop
ks91
PRO
0
230
Six Lessons from altMBA
skipperchong
29
4.2k
The Cult of Friendly URLs
andyhume
79
6.8k
The Language of Interfaces
destraynor
162
26k
Building Flexible Design Systems
yeseniaperezcruz
330
40k
4 Signs Your Business is Dying
shpigford
187
22k
How GitHub (no longer) Works
holman
316
140k
Design in an AI World
tapps
0
170
Transcript
There’s always money in the Banana(-py) Stand! Kenneth Love &
Chris Jones
There’s always money in the Banana(-py) Stand! Kenneth Love &
Chris Jones AKA: Who the heck?
What the heck? An authentication library for Django using MailChimp’s
OAuth2 provider...thing. Sadly not a tasty baked good. A clever pun.
How the heck? Set redirect uri on Mailchimp to “http://your-domain/
bananas/ripe/”. Set the settings for API keys and the like. Include the URLs. Use the tag.
Where the heck? https://github.com/kennethlove/Banana-Py http://pypi.python.org/pypi/banana_py/ Or good, old-fashioned “pip install
banana-py” Demo Project: http://bit.ly/banana-py-demo