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
400
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
380
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
神回のメカニズムと再現方法/Mechanisms and Playbook for Kamikai scrumat2025
moriyuya
4
730
なぜAWSを活かしきれないのか?技術と組織への処方箋
nrinetcom
PRO
4
800
Large Vision Language Modelを用いた 文書画像データ化作業自動化の検証、運用 / shibuya_AI
sansan_randd
0
130
能登半島地震で見えた災害対応の課題と組織変革の重要性
ditccsugii
0
660
衛星画像超解像化によって実現する2D, 3D空間情報の即時生成と“AI as a Service”/ Real-time generation spatial data enabled_by satellite image super-resolution
lehupa
0
160
そのWAFのブロック、どう活かす? サービスを守るための実践的多層防御と思考法 / WAF blocks defense decision
kaminashi
0
190
防災デジタル分野での官民共創の取り組み (2)DIT/CCとD-CERTについて
ditccsugii
0
250
AWS Top Engineer、浮いてませんか? / As an AWS Top Engineer, Are You Out of Place?
yuj1osm
2
210
AWS Control Tower に学ぶ! IAM Identity Center 権限設計の第一歩 / IAM Identity Center with Control Tower
y___u
0
150
AI時代だからこそ考える、僕らが本当につくりたいスクラムチーム / A Scrum Team we really want to create in this AI era
takaking22
8
4.2k
オープンソースでどこまでできる?フォーマル検証チャレンジ
msyksphinz
0
130
"プロポーザルってなんか怖そう"という境界を超えてみた@TSUDOI by giftee Tech #1
shilo113
0
180
Featured
See All Featured
A designer walks into a library…
pauljervisheath
209
24k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.9k
Art, The Web, and Tiny UX
lynnandtonic
303
21k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
How GitHub (no longer) Works
holman
315
140k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
45
2.5k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
Mobile First: as difficult as doing things right
swwweet
224
10k
Building Applications with DynamoDB
mza
96
6.7k
How STYLIGHT went responsive
nonsquared
100
5.8k
Testing 201, or: Great Expectations
jmmastey
45
7.7k
Embracing the Ebb and Flow
colly
88
4.8k
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