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
ハードウェアとソフトウェアをつなぐ全てを内製している企業の E2E テストの作り方 / How to create E2E tests for a company that builds everything connecting hardware and software in-house
bitkey
PRO
1
130
Function Body Macros で、SwiftUI の View に Accessibility Identifier を自動付与する/Function Body Macros: Autogenerate accessibility identifiers for SwiftUI Views
miichan
2
180
「どこから読む?」コードとカルチャーに最速で馴染むための実践ガイド
zozotech
PRO
0
300
データアナリストからアナリティクスエンジニアになった話
hiyokko_data
2
440
なぜSaaSがMCPサーバーをサービス提供するのか?
sansantech
PRO
8
2.8k
Aurora DSQLはサーバーレスアーキテクチャの常識を変えるのか
iwatatomoya
1
910
MCPで変わる Amebaデザインシステム「Spindle」の開発
spindle
PRO
3
3.2k
EncryptedSharedPreferences が deprecated になっちゃった!どうしよう! / Oh no! EncryptedSharedPreferences has been deprecated! What should I do?
yanzm
0
250
サラリーマンの小遣いで作るtoCサービス - Cloudflare Workersでスケールする開発戦略
shinaps
2
430
Firestore → Spanner 移行 を成功させた段階的移行プロセス
athug
1
460
S3アクセス制御の設計ポイント
tommy0124
3
200
Webアプリケーションにオブザーバビリティを実装するRust入門ガイド
nwiizo
7
800
Featured
See All Featured
Unsuck your backbone
ammeep
671
58k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.8k
Raft: Consensus for Rubyists
vanstee
140
7.1k
Being A Developer After 40
akosma
90
590k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.1k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.7k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Writing Fast Ruby
sferik
628
62k
RailsConf 2023
tenderlove
30
1.2k
Typedesign – Prime Four
hannesfritz
42
2.8k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
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