The official YouTube Channel of the EuroPython conferences. Current edition: EuroPython 2025.EuroPython is the official European conference for the Python pr...
前回はCPythonの講演とPyPyの講演を紹介しました。今回は、Pythonで開発されたフレームワークやライブラリといったアプリケーションに関する講演を紹介します。 Application:アプリケーション Beyond Python Enhanced Generators:Python拡張ジェネレーターの先へ 動的にシーケンスを生成するものとしてジェネレーターがあります。本講演を紹介する前にPythonのジェネレーターについて簡単に紹介します。ジェネレーターは、関数を定義してreturnの代わりにyieldというキーワードを使うことで作成できます。 >>> def f(): ... for i in range(3): ... yield i >>> g = f() >>> g.next() 0 >>> g.next() 1 >>> g.next() 2 >>> g.next() Tr
My updated High Performance Python tutorial is now available as a 55 page PDF. The goal is to take you on several journeys which show you different ways of making Python code run much faster (up to 75* on the CPU, faster with a GPU). UPDATE As of October 2014 I’ll be teaching High Performance Python and Data Science in London, sign-up here to join our announce list (no spam, just occasional notes
前回に続き、Pythonそのものの講演について紹介したいと思います。今回は、PyPyというPythonで実装されたPythonの講演を紹介します。 本カンファレンスに一緒に参加した池さん(@rokujyouhitoma)がPyPyというプロジェクトにとても興味をもたれたという話を受け、以下のPyPyの講演のレポートは池さんに執筆していただきました。 PyPy(執筆:池さん) PyPy IN PRODUCTION PyPyのセッションは、メインコミッター、設計者であるAntonio Cuni氏とArmin Rigo氏が講演されました。 Armin Rigo氏 大学にてプログラミング言語および言語実装を研究。PyPyプロジェクトのリーダー。CPythonのJITコンパイラであるPsycoの作者。Antonio Cuni氏らとPyPyに関する論文を共著。 Antonio Cuni氏 2006年よ
As I previously announced I attended the last Europython as a speaker and I made a presentation about Ubuntu and the Opportunistic Programming. This is the ODP file with slides and the PDF Handout. They also published the video of my english talk, but it’s a little bit weird because for the whole hour the video shows the projected slides and only my shadow on the left. Oh yes, sometimes you can se
合計すると188,654円になります。実際のところ、現地での食事や観光もしたのでもう少しお金がかかっています。航空券や燃料サーチャージも時期によって変動するので概算の参考程度にみてください。 往路は成田-ローマ-フィレンツェとすべて空路で移動しましたが、復路はフィレンツェ-ローマを電車で移動しました。フィレンツェ-ローマ間は、飛行機で1時間、電車で1.5時間程です。筆者は、飛行機よりも電車の方が快適で、待ち時間を考慮すると、電車のほうが便利なように感じました。 EuroPython 2011 keynote: 基調講演 EuroPython 2011は、2人のPythonistaによる基調講演から始まりました。 GOOD API DESIGN: 優れたAPIデザイン 最初に講演したのはAlex Martelli氏です。 Alex Martelli氏 Alex Martelli氏は、Pyth
Get started for free. Our basic plan gives you access to machines with a full Python environment already installed. You can develop and host your website or any other code directly from your browser without having to install software or manage your own server. Need more power? Upgraded plans start at $5/month. Start running Python online in less than a minute! » Watch our short video » Not convinc
This page contains the full archive of talks and videos from EuroPython 2011. More than 600 participants enjoyed the conference in the beautiful summer of Florence: if you want to be part of it, don't miss EuroPython 2012! What was my motivation for working with Python after two years of PHP? There is so much you can do. Functions are objects you can pass around, you can decompile functions to see
Contact Theatre, Manchester Friday 19th September to Monday 22nd September Home Become a sponsor Sponsors Buy tickets Django Girls Code of Conduct Inclusion Schedule Sprints Venue FAQ Blog Public Health Policy Contact Us PyCon UK will be at Contact Theatre from Friday 19th September to Monday 22nd September 2025. PyCon UK is a community conference, entirely run by volunteers. If you or your compan
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く