martes, julio 14, 2009

EuroPython 2009

WoW! EuroPython 2009

Just dropping a note to say that all the talks I videoed are now available
here:
* http://europython09.blip.tv/

As a caveat, I'm going to re-encode the tutorials due to an issue with ffmpeg
creating invalid data streams (causing a loss of a/v sync for some of the
tutorials, which is a little disconcerting).

For those curious, the full list is this:

Key Notes
=========

Europython Welcome
http://europython09.blip.tv/file/2338504

Bletchley Park
http://europython09.blip.tv/file/2338379
http://europython09.blip.tv/file/2338500
http://europython09.blip.tv/file/2338498

Bruce Eckel
http://europython09.blip.tv/file/2338437
http://europython09.blip.tv/file/2338433

Cory Doctorow
http://europython09.blip.tv/file/2338470
http://europython09.blip.tv/file/2338501

Guido Keynote *nearly* ;-) :-)
http://europython09.blip.tv/file/2338552

Steve Holden - PSF and Us keynote
http://europython09.blip.tv/file/2351630

Steve Holden - After Dinner Talk (shakeycam)
http://europython09.blip.tv/file/2351567

Tony Hoare
http://europython09.blip.tv/file/2338828
http://europython09.blip.tv/file/2338824


Other Talks
===========

gSculpt 3d Modeller
http://europython09.blip.tv/file/2338555

Windmill Testing
http://europython09.blip.tv/file/2351628

Making Money with Python
http://europython09.blip.tv/file/2351505

Python and Java
http://europython09.blip.tv/file/2338630

Python and Nuke
http://europython09.blip.tv/file/2338673

rc-filterpype
http://europython09.blip.tv/file/2338751

RJDJ Reality Morph
http://europython09.blip.tv/file/2338742
http://europython09.blip.tv/file/2338749
http://europython09.blip.tv/file/2338789

QCake 3d Game Maker and Python
http://europython09.blip.tv/file/2338671

Xapian
http://europython09.blip.tv/file/2338867


Tutorials
=========

py.test Tutorial
http://europython09.blip.tv/file/2329746
http://europython09.blip.tv/file/2329747
http://europython09.blip.tv/file/2329778
http://europython09.blip.tv/file/2329806
http://europython09.blip.tv/file/2329876
http://europython09.blip.tv/file/2329908

PyGTK Tutorial (not as "photogenic" as others, due to its nature)
http://europython09.blip.tv/file/2329140
http://europython09.blip.tv/file/2329669
http://europython09.blip.tv/file/2329711
http://europython09.blip.tv/file/2329749
http://europython09.blip.tv/file/2329748

Europython Kamaelia Tutorial
http://europython09.blip.tv/file/2323925
http://europython09.blip.tv/file/2327817
http://europython09.blip.tv/file/2328583
http://europython09.blip.tv/file/2328810

Lightning Talks
===============

"Be Afraid"
http://europython09.blip.tv/file/2322638

Collaborations in Healthcare
http://europython09.blip.tv/file/2351370

Distributed Version Control Systems
http://europython09.blip.tv/file/2338583

Django Widget for Large Selections
http://europython09.blip.tv/file/2338907

Django - not Cows Doing Space Travel
http://europython09.blip.tv/file/2351369

EuroSciPy
http://europython09.blip.tv/file/2338580

FilterPype
http://europython09.blip.tv/file/2351368

Hack like an Evil Overlord
http://europython09.blip.tv/file/2338581
http://europython09.blip.tv/file/2338579

Help Tiddly Web - Unintentional Web Data Store
http://europython09.blip.tv/file/2351416

Internet Surveillance and Censorship
http://europython09.blip.tv/file/2351411

Jacob Hallen - Political Activism
http://europython09.blip.tv/file/2351402

Nagare Web Framework
http://europython09.blip.tv/file/2338589

Not Crashing a Car
http://europython09.blip.tv/file/2351409

Psyco v2 Talk
http://europython09.blip.tv/file/2351407

PyCharm intelli-j Plugin
http://europython09.blip.tv/file/2351406

Python and Excel
http://europython09.blip.tv/file/2351413

Python as Platform for Teaching Maths
http://europython09.blip.tv/file/2338582

Python at CWI
http://europython09.blip.tv/file/2351408

Python Community Germany
http://europython09.blip.tv/file/2351415

Python for Numerical Science
http://europython09.blip.tv/file/2351403

Python System Information
http://europython09.blip.tv/file/2351404

Reducing Database Load by Fifty Percent
http://europython09.blip.tv/file/2338588

Reimplementating (part of) the Google App Engine
http://europython09.blip.tv/file/2351410

Self Services Terminals
http://europython09.blip.tv/file/2351446

Service Station
http://europython09.blip.tv/file/2351442

Using Python to make 50 million per year
http://europython09.blip.tv/file/2338908

The Cloud In Five
http://europython09.blip.tv/file/2351444

TPS Reports in Django
http://europython09.blip.tv/file/2351443

Turbo Gears Meets Cubic Web
http://europython09.blip.tv/file/2338586

Turtles In Cairo
http://europython09.blip.tv/file/2351451

TwOTPp Twisted OTP Erlang From Python
http://europython09.blip.tv/file/2351445

Visualising Egg Dependencies
http://europython09.blip.tv/file/2351452

Writing Games - Pygame Fenix
http://europython09.blip.tv/file/2351447

Writing USB Drivers using Python
http://europython09.blip.tv/file/2338584


Source: Michael Spark's mail ;)
Talk Material : http://wiki.europython.eu/TalkMaterials

sábado, julio 04, 2009

Quotes of the Day: Bob Ippolito said

Bob Ippolito said:

"

The Pylons approach works quite well if you already know what you're doing. There's a whole lot of brain damage in some of the choices Django and TurboGears have made and neither were tolerable for me so rather than building our own framework we could simply use Pylons and configure it with the pieces we needed. We've built a lot of homegrown stuff on top of it, but we'd have done that anyway because no framework ships with solutions that worked for some of our needs.

The people I've hired with previous Django experience much prefer working on our Pylons based architecture than hacking around Django's cruft. For us, the conceptual integrity is perfectly intact in how we do projects across our business and we don't need as big of a crutch as what you're used to.

If the Pylons project magically changed into what you suggest it should be, then we wouldn't use it. I don't want Mako or Django's templates. Our home-grown auth/authz, caching, and model systems (more than one db involved, though using SQLAlchemy for plumbing) serve our needs better than anything out of a box could."


http://adam.gomaa.us/blog/2007/dec/16/frameworks-exist-for-conceptual-integrity/