python:pycon2013
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
python:pycon2013 [2013/03/16 22:57] – dblume | python:pycon2013 [2023/04/12 20:44] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Notes from PyCon 2013 ====== | ====== Notes from PyCon 2013 ====== | ||
+ | |||
+ | @pydanny: #pycon pro-tip: Show up to @raymondh or @jacobian or @roguelynn' | ||
+ | |||
+ | **Speaker Decks**: [[https:// | ||
+ | |||
+ | ===== Books for Kids ===== | ||
+ | |||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | |||
+ | ===== swiftstack Challenge ===== | ||
+ | |||
+ | > Given an ASCII string X, take the len(X) most significant bits of the md5 hash digest of that string. Treat those bits as an unsigned int, and append its base16 representation to " | ||
+ | |||
+ | Hmm, something like this works: | ||
+ | |||
+ | < | ||
+ | >>> | ||
+ | >>> | ||
+ | </ | ||
+ | |||
+ | ===== TODO: contextual.io Challenge | ||
+ | |||
+ | [[http:// | ||
+ | |||
+ | |||
+ | References: | ||
+ | * http:// | ||
+ | * https:// | ||
+ | |||
===== Disney - Optimizing ===== | ===== Disney - Optimizing ===== | ||
Line 5: | Line 35: | ||
[[http:// | [[http:// | ||
[[http:// | [[http:// | ||
+ | |||
+ | There' | ||
+ | |||
+ | < | ||
+ | x[1] = ... | ||
+ | x[5] = ... | ||
+ | x[10] = ... | ||
+ | x[2] = ... | ||
+ | x[6] = ... | ||
+ | x[11] = ... | ||
+ | ... | ||
+ | </ | ||
===== New Relic - Managing Python App Performance ===== | ===== New Relic - Managing Python App Performance ===== | ||
Line 30: | Line 72: | ||
# More stuff... https:// | # More stuff... https:// | ||
| | ||
- | 2. Discovery | + | 2. [[http:// |
- | + | ===== Lightning Talks ===== | |
- | [[http:// | + | |
- | + | ||
- | ====== Lightning Talks ====== | + | |
**PyCharm** | **PyCharm** | ||
Line 109: | Line 148: | ||
Check out itty | Check out itty | ||
+ | < | ||
from itty import get, post, run_itty | from itty import get, post, run_itty | ||
Line 114: | Line 154: | ||
def xxx(): | def xxx(): | ||
xxxxx | xxxxx | ||
+ | </ | ||
+ | < | ||
with ignore(OSError): | with ignore(OSError): | ||
os.remove(someFile) | os.remove(someFile) | ||
+ | </ | ||
+ | |||
+ | ===== Keynote 1 ===== | ||
+ | | ||
+ | Over 2500 attendees | ||
+ | PyCon is more than 20% Women | ||
+ | Python got to keep the name in the EU. | ||
+ | | ||
+ | [[http:// | ||
+ | | ||
+ | ===== Guido' | ||
+ | |||
+ | Async IO. Issue came up in PythonIdeas mail list. | ||
+ | |||
+ | People often solve this problem with threads. | ||
+ | |||
+ | ===== Raspberry Pi Quick Notes ===== | ||
+ | |||
+ | < | ||
+ | User: pi | ||
+ | Password: raspberry | ||
- | Who was Jessica McKellar? | + | $ startx |
+ | $ raspi-config | ||
+ | $ sudo shutdown -h now | ||
+ | </ | ||
===== Random Python-related URLs ===== | ===== Random Python-related URLs ===== |
python/pycon2013.1363499868.txt.gz · Last modified: 2023/04/12 20:44 (external edit)