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
370
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
260
Python on the move: The state of Mobile Python
freakboy3742
0
300
I am a doctor...
freakboy3742
0
150
Professional Yak Coiffure
freakboy3742
0
91
Other Decks in Technology
See All in Technology
DenoとJSRで実現する最速MCPサーバー開発記 / Building MCP Servers at Lightning Speed with Deno and JSR
yamanoku
1
220
DB 醬,嗨!哪泥嘎斯基?
line_developers_tw
PRO
0
1k
CSS、JSをHTMLテンプレートにまとめるフロントエンド戦略
d120145
0
180
Абьюзим random_bytes(). Фёдор Кулаков, разработчик Lamoda Tech
lamodatech
0
230
Clineを含めたAIエージェントを 大規模組織に導入し、投資対効果を考える / Introducing AI agents into your organization
i35_267
4
1.2k
_第3回__AIxIoTビジネス共創ラボ紹介資料_20250617.pdf
iotcomjpadmin
0
140
Windows 11 で AWS Documentation MCP Server 接続実践/practical-aws-documentation-mcp-server-connection-on-windows-11
emiki
0
320
25分で解説する「最小権限の原則」を実現するための AWS「ポリシー」大全 / 20250625-aws-summit-aws-policy
opelab
5
470
Amazon Bedrockで実現する 新たな学習体験
kzkmaeda
1
240
米国国防総省のDevSecOpsライフサイクルをAWSのセキュリティサービスとOSSで実現
syoshie
2
630
讓測試不再 BB! 從 BDD 到 CI/CD, 不靠人力也能 MVP
line_developers_tw
PRO
0
1k
AWS アーキテクチャ作図入門/aws-architecture-diagram-101
ma2shita
27
9.3k
Featured
See All Featured
Adopting Sorbet at Scale
ufuk
77
9.4k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
910
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
60k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
181
53k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
20k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.5k
Building Applications with DynamoDB
mza
95
6.5k
Designing Experiences People Love
moore
142
24k
Practical Orchestrator
shlominoach
188
11k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.8k
RailsConf 2023
tenderlove
30
1.1k
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