建议Python爱好者都看看Pycon2012的视频,了解一下最新的Python技术走向。这次大会的趋势可以看出,PyPy,使用Python进行数据分析处理,都是非常热门的话题,值得跟进学习。
——-
Writing a Pyramid application
http://www.tudou.com/programs/view/j796pQbGObw/
PyCon US 2012 Keynote: Guido Van Rossum
http://www.tudou.com/programs/view/aLK4m554Xi4/
Optimize Performance and Scalability with Parallelism and Concurrency
http://www.tudou.com/programs/view/xrBFSnD5DiI/
Introduction to Django
http://www.tudou.com/programs/view/GGNiOZbU58g/
Coroutines, event loops, and the history of Python generators (前一篇搬运的有问题,这篇是真的协程相关)
http://www.tudou.com/programs/view/pXvseP8AZ-E/
Web Server Bottlenecks And Performance Tuning
http://www.tudou.com/programs/view/XsZQmS3GEhg/
Using Coroutines to Create Efficient, High-Concurrency Web Applications (这个是Pycon2011的,但是个人比较感兴趣)
http://www.tudou.com/programs/view/74FGsdgN37o/
Python Epiphanies
http://www.tudou.com/programs/view/HfqX2eM191U/
Introduction to Metaclasses
http://www.tudou.com/programs/view/ottmy9iN8jg/
Faster Python Programs through Optimization
http://www.tudou.com/programs/view/IhrWvFJXyJE/
Data analysis in Python with pandas (pandas是这次pycon提到次数很多的开源项目,数据分析,类似R语言)
http://www.tudou.com/programs/view/y98DW-ozM8I/
Deep Freeze: building better stand-alone apps with Python
http://www.tudou.com/programs/view/ZRthYFwEIWk/
Python Metaprogramming for Mad Scientists and Evil Geniuses
http://www.tudou.com/programs/view/RUlyraj3XQg/
MongoDB and Python
http://www.tudou.com/programs/view/neVA5E8h-1c/
Introduction to PDB
http://www.tudou.com/programs/view/dX4cLsRtv7o/
Build reliable, traceable, distributed systems with ZeroMQ
http://www.tudou.com/programs/view/BzhgPl4PwR8/
Storm: the Hadoop of Realtime Stream Processing
http://www.tudou.com/programs/view/q7KK9iLhh3w/
Pragmatic Unicode, or, How do I stop the pain?
http://www.tudou.com/programs/view/xpAQ600RjIk/
High Performance Python II
http://www.tudou.com/programs/view/ZgsNSfBbmfg/
How the PyPy JIT works
http://www.tudou.com/programs/view/H-rfk6YwYRw/
What’s New in Python on Windows
http://www.tudou.com/programs/view/4uEmZJjTWdU/
Introspecting Running Python Processes
http://www.tudou.com/programs/view/x56-bMrEJwM/
pandas: Powerful data analysis tools for Python
http://www.tudou.com/programs/view/ZmaS7o2D-Gc/
PBS KIDS: Building a login system for kids and teens in Python
http://www.tudou.com/programs/view/KLZPHedroFk/
Scalability at YouTube
http://www.tudou.com/programs/view/aANysxO7xJ8/
Throwing Together Distributed Services With Gevent
http://www.tudou.com/programs/view/z0WqbYZm_sk/
Social Network Analysis with Python
http://www.tudou.com/programs/view/UX1oBO5Ojpo/
How to get the most out of your PyPy
http://www.tudou.com/programs/view/eqJLjzmqw1E/
More than just a pretty web framework, the Tornado IOLoop
http://www.tudou.com/programs/view/A6tETpGgkbI/
Parsing Horrible Things with Python
http://www.tudou.com/programs/view/F_PAYrwZE-U/
Coroutines, event loops, and the history of Python generators
http://www.tudou.com/programs/view/QapjrUe9fTA/
Python, Linkers, and Virtual Memory
http://www.tudou.com/programs/view/4Ykjvlc2ndE/
Stepping Through CPython
http://www.tudou.com/programs/view/KtF0TiQTnXQ/
Why PyPy by example
http://www.tudou.com/programs/view/FTzL8bCSvOc/
================================
在这里感谢土豆网!!感谢牛芒视频!!!!!!!
微博上的@season仔 也把pycon2012的两段视频搬到国内:http://weibo.com/1690047645/y9yd7tjHb
http://v.youku.com/v_show/id_XMzY0NjIwNzc2.html High Performance Python II
http://v.youku.com/v_show/id_XMzY0NTg2MjA4.html High Performance Python I
《“PyCon2012US视频土豆版本 (2)”》 有 1 条评论
请问以前你写的那个可以将TWITTER同步到新浪的方法还有效吗