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
BeeWare
Search
Russell Keith-Magee
September 04, 2013
Technology
2
380
BeeWare
A lightning talk given at DjangoCon US 2013, introducing BeeWare
Russell Keith-Magee
September 04, 2013
Tweet
Share
More Decks by Russell Keith-Magee
See All by Russell Keith-Magee
Python All The Things!
freakboy3742
2
390
Snakes in a browser
freakboy3742
1
130
Making a splash with your open source project
freakboy3742
0
370
Things your parents didn't teach you about sharing your toys
freakboy3742
0
370
A tale of two cellphones: Python on Android and iOS
freakboy3742
0
240
Beyond Web 2.0 - Django and Python in the modern web ecosystem
freakboy3742
0
270
Python on the move: The state of Mobile Python
freakboy3742
0
310
I am a doctor...
freakboy3742
0
150
Professional Yak Coiffure
freakboy3742
0
91
Other Decks in Technology
See All in Technology
モダンフロントエンド 開発研修
recruitengineers
PRO
4
1.1k
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
8.6k
Claude Code x Androidアプリ 開発
kgmyshin
1
600
.NET開発者のためのAzureの概要
tomokusaba
0
230
RAID6 を楔形文字で組んで現代人を怖がらせましょう(実装編)
mimifuwa
1
320
夢の印税生活 / Life on Royalties
tmtms
0
290
生成AI利用プログラミング:誰でもプログラムが書けると 世の中どうなる?/opencampus202508
okana2ki
0
190
DuckDB-Wasmを使って ブラウザ上でRDBMSを動かす
hacusk
1
110
攻撃と防御で実践するプロダクトセキュリティ演習~導入パート~
recruitengineers
PRO
3
480
ゆるふわエンジニアでもAIフローにチャレンジしたい!!~Zapierのすゝめ~
masakiokuda
2
100
Browser
recruitengineers
PRO
5
720
トヨタ生産方式(TPS)入門
recruitengineers
PRO
4
490
Featured
See All Featured
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Designing for humans not robots
tammielis
253
25k
Fireside Chat
paigeccino
39
3.6k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.1k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
110
20k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Transcript
BeeWare Dr Russell Keith-Magee DjangoCon US 2013
None
tkinter
The Unix Philosophy
Corollary: All tools must use the command line
Testing
cricket
None
cricket • Young (v0.2.0), but quite stable • I’ve been
using it for almost 6 months • Does one thing well - runs test suites • Runs Django 1.5, 1.6 and unittest2 suites • Usage: •pip install cricket cricket-django
Part 1 of a bigger plan
Part II
Debugging
bugjar
None
bugjar • Early days - v0.1.0 release • Set/remove breakpoints
• import pdb; pdb.set_trace() • Can be used to debug remotely • Usage: •pip install bugjar bugjar myscript.py arg1 arg2
Part III
BeeWare The IDEs of Python
pybee.org @pybeeware