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
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
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
grapheme_strrev関数が採択されました(あと雑感)
youkidearitai
PRO
1
180
CDIの誤解しがちな仕様とその対処TIPS
futokiyo
0
130
DevinとClaude Code、SREの現場で使い倒してみた件
karia
1
720
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
340
CSC307 Lecture 09
javiergs
PRO
1
850
AI主導でFastAPIのWebサービスを作るときに 人間が構造化すべき境界線
okajun35
0
400
2026年は Rust 置き換えが流行る! / 20260220-niigata-5min-tech
girigiribauer
0
210
PJのドキュメントを全部Git管理にしたら、一番喜んだのはAIだった
nanaism
0
220
AIに仕事を丸投げしたら、本当に楽になれるのか
dip_tech
PRO
0
170
JPUG勉強会 OSSデータベースの内部構造を理解しよう
oga5
2
220
PostgreSQL を使った快適な go test 環境を求めて
otakakot
0
370
izumin5210のプロポーザルのネタ探し #tskaigi_msup
izumin5210
1
490
Featured
See All Featured
Speed Design
sergeychernyshev
33
1.6k
End of SEO as We Know It (SMX Advanced Version)
ipullrank
3
4k
What Being in a Rock Band Can Teach Us About Real World SEO
427marketing
0
180
Conquering PDFs: document understanding beyond plain text
inesmontani
PRO
4
2.4k
Build The Right Thing And Hit Your Dates
maggiecrowley
39
3k
Designing for humans not robots
tammielis
254
26k
Amusing Abliteration
ianozsvald
0
120
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
37
6.3k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
199
72k
Applied NLP in the Age of Generative AI
inesmontani
PRO
4
2.1k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
31
3.1k
Docker and Python
trallard
47
3.7k
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