PythonLearn how to make almost any Python application run faster, without sacrificing the clarity and flexibility of Python. PyPy is a new, fast Python interpreter with a JIT; it runs unmodified Python code. Cython compiles Python to C; a few hints from the programmer can make it run very fast. This talk will show how to use each one and their limits.
PythonIn this session I'll show you how you can take Flask, a so-called "microframework", and write readable, usable, testable and intelligent code for all of your macro-scale applications. We'll go through basic project structure, API design, ORM integration (including some popular non-relational databases), modular design with blueprints, and testing.
PythonSome programming languages don't even have a standard library. Many don't have one as awesome as Python. This is a talk on fifty awesome things I've found in it.
PythonProgramming is hard, but we can magnify our efforts with excellent API design. Let’s explore how, as we consider compactness, orthogonality, consistency, safety, coupling, state handling, layering, and more, illustrated with practical examples (and gruesome mistakes!) from several popular Python libraries.
PythonLive demo of the latest breed of gevent-socketio, Python's cross-framework Socket.IO implementation, supporting protocol version 0.7+, all for your real-time web pleasures.
Action packed live coding, chocolate and laughs with the package's maintainer.
PythonFacebook suggests people that you might already know, Amazon recommends books you might like, and LinkedIn shows how you're connected to the CEO of Nokia. We’ll take a look at the basic theory behind how some of these classifiers and recommenders work (no comp. sci. degree required!), and show a few working examples using real-world data.
PythonL'utilisation du chiffrement demeure encore aujourd'hui une zone obscure et peut entraîner, même lors de l'utilisation d'algorithmes sécuritaires, de graves conséquences.
La séance présentera le concept d'oracle de chiffrement, de mauvaises implémentations de chiffrement ainsi qu'une démonstration d'attaque en situation réelle.
PythonVous avez un code en production un peu lent? Des fuites de mémoire? Des problèmes de performances? C'est malheureusement ce nous est arrivé récemment. Cette session est un retour d'expérience des techniques et outils que l'on a trouvés pour résoudre nos soucis.
PythonTests help you write better code and make changes faster with confidence they're right. With the right tools and techniques, they don't have to be a burden. We'll show how to get started quickly with Python's 'unittest' and 'nosetests' libraries, and cover techniques for making your tests test the right thing, be robust to change, and run quickly.
Pour offrir une bonne expérience, l'utilisation de cookies est nécessaire. Certains sont essentiels au bon fonctionnement du site, tandis que d'autres nous aident à mieux répondre à vos intérêts.