Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.

Commit

Permalink
add PyCon APAC 2015 videos
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Bulinski committed Jun 3, 2016
1 parent c671777 commit ded72b2
Show file tree
Hide file tree
Showing 49 changed files with 1,180 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ docs/_build/
# Editor things
*.swp
*~
.idea
10 changes: 5 additions & 5 deletions data/pycon-apac-2015/category.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "PyCon APAC 2015",
"description": "PyCon APAC/TW 2015 is for pythonistas in Asia-Pacific and Taiwan. It is for Python enthusiasts of all experience levels, from new users to core developers. PyCon APAC/TW 2015 was hosted in Taipei.",
"url": "https://tw.pycon.org/2015apac/",
"slug": "pycon-apac-2015",
"title": "PyCon APAC 2015",
"description": "PyCon APAC/TW 2015 is for pythonistas in Asia-Pacific and Taiwan. It is for Python enthusiasts of all experience levels, from new users to core developers. PyCon APAC/TW 2015 was hosted in Taipei.",
"url": "https://tw.pycon.org/2015apac/",
"slug": "pycon-apac-2015",
"start_date": "2015-05-30"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"summary": "",
"speakers": [
"Hideki Tanaka"
],
"source_url": "https://www.youtube.com/watch?v=XsinyMyoZPU",
"description": "R2 DAY2-04 Marsface Project: Detecting Pseudo-artificial Structures on Mars\nSpeaker: Hideki Tanaka\n\nThe discovery of \"Face on Mars\" by NASA in 1976 has attracted widespread popular and scientific interest over the past few decades. In this project, we apply various object detection techniques, such as conventional haar-like feature based methods and state-of-the-art deep learning methods, in order to detect such pseudo-artificial structures on Mars and other planets. The scientific Python ecosystem plays a crucial role in the exploration.\n\nAbout the speaker\n\nHideki Tanaka is a PyData.Tokyo organizer, optical design engineer, photographer based in Tokyo. He is a machine learning and deep learning enthusiast who is addicted to data science competitions.\n\n個人網頁連結 https://www.facebook.com/HidekiPhoto\nTwitter @atelierhide\n組織/公司 PyData.Tokyo\n頭銜 Organizer\n\nhttps://tw.pycon.org/2015apac/zh/program/71",
"title": "Marsface Project: Detecting Pseudo-artificial Structures ... - Hideki Tanaka (PyCon APAC 2015)",
"thumbnail_url": "https://i.ytimg.com/vi/XsinyMyoZPU/sddefault.jpg",
"quality_notes": "hd",
"tags": [],
"duration": 2297,
"copyright_text": "Standard YouTube Licence",
"language": "en",
"recorded": "2015-08-24",
"category": "PyCon APAC 2015",
"videos": [
{
"type": "youtube",
"length": 2297,
"url": "https://www.youtube.com/watch?v=XsinyMyoZPU"
}
],
"slug": "marsface-project-detecting-pseudo-artificial-pycon"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"summary": "",
"speakers": [
"Shuen-Huei Guan"
],
"source_url": "https://www.youtube.com/watch?v=aCDt3RJoV54",
"description": "Orchestrating the execution of workflows for media streaming service and even more\nSpeaker: Shuen-Huei Guan\n\nOne of advantages about cloud computing is potentially huge-scale resources for your task. And it's especially beneficial to data driven process with heavy computing. In this talk, the idea of job script to orchestrate the execution of workflows across multiple computing nodes is introduced. An implementation based on AWS SWF (Simple Workflow) is described with examples of processing for music streaming and video streaming in KKBOX.\n\n\nAbout the speaker\n\nShuen-Huei Guan, or just Drake, started his career as a technical director and, then, R&D manager in animation industry for 9 years with Hollywood experts and ingenious artists. What he has been playing with are Pixar's RenderMan, stereoscopic vision, or even other computer graphics research papers. The only common thing within is Python, which he uses to build prototype or even final product. And then, he brought what cultivated from that visual industry into music industry, KKBOX. But, this time, the challenges come from video streaming service. Quite dramatic, right!\n\n個人網頁連結 http://about.me/drakeguan\nTwitter @drakeguan\n組織/公司 KKBOX\n頭銜 Sr. Principal Engineer\n\nhttps://tw.pycon.org/2015apac/zh/program/92",
"title": "Orchestrating the execution of workflows for media streaming ... - Shuen-Huei Guan (PyCon APAC 2015)",
"thumbnail_url": "https://i.ytimg.com/vi/aCDt3RJoV54/sddefault.jpg",
"quality_notes": "hd",
"tags": [],
"duration": 2197,
"copyright_text": "Standard YouTube Licence",
"language": "en",
"recorded": "2015-08-24",
"category": "PyCon APAC 2015",
"videos": [
{
"type": "youtube",
"length": 2197,
"url": "https://www.youtube.com/watch?v=aCDt3RJoV54"
}
],
"slug": "orchestrating-the-execution-of-workflows-for-media"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"summary": "",
"speakers": [
"Takayuki Shimizukawa"
],
"source_url": "https://www.youtube.com/watch?v=I16ilkfbzUA",
"description": "Speaker: Takayuki Shimizukawa\n\nSphinx can extract paragraphs from sphinx document and store them into gettext format translation catalog files.\nGettext format translation catalog is easy to translate from one language to other languages.\nAlso Sphinx support internationalization by using such catalog files.\nYou can use your favolite editors or services to translate your sphinx docs.\nIn this session, I'll explain 3 things; (1) entier process to translate sphinx docs. (2) automation mechanism for the process. (3) tips, tricks and traps for wrinting docs and translating.\n\nAbout the speaker\n\n* Sphinx co-maintainer since 2011\n* \"Let's start Sphinx\" Japanese ebook author\n* Sphinx-users.jp account\n* PyCon JP organizer\n\n個人網頁連結 http://about.me/shimizukawa\nTwitter @shimizukawa\n組織/公司 BePROUD corp / PyCon JP / Sphinx-usres.jp\n頭銜 Python developer\n\nhttps://tw.pycon.org/2015apac/zh/program/50",
"title": "R0 D2-03 Easy contributable i18n process with Sphinx - Takayuki Shimizukawa (PyCon APAC 2015)",
"thumbnail_url": "https://i.ytimg.com/vi/I16ilkfbzUA/sddefault.jpg",
"quality_notes": "hd",
"tags": [],
"duration": 2281,
"copyright_text": "Standard YouTube Licence",
"language": "en",
"recorded": "2015-08-24",
"category": "PyCon APAC 2015",
"videos": [
{
"type": "youtube",
"length": 2281,
"url": "https://www.youtube.com/watch?v=I16ilkfbzUA"
}
],
"slug": "r0-d2-03-easy-contributable-i18n-process-with-apac"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"summary": "",
"speakers": [
"Kilik Kuo"
],
"source_url": "https://www.youtube.com/watch?v=HARNlC_8I1M",
"description": "Speaker: Kilik Kuo\n\nWe'd like to provide a simpler way for people to utilize GPU power via PyOpenCL.\nAlso provide a more clearer line to separate tasks easily for people we're good at OpenCL kernel programming & python programming. \n\nAbout the speaker\n\nABOUT\n\nExperience with Python for 5+ years.\nBeing fascinated by the coding style and simplicity of expression, and the people who use it !\n\nCurrent job - Software engineer in Mozilla Taiwan, worked on FxOS.\nPrevious job - Associate principal engineer in CyberLink, Windows / Mac desktop application \n\n個人網頁連結 https://www.facebook.com/kilik.kuo\n組織/公司 Mozilla Taiwan\n頭銜 Software Engineer\n\nhttps://tw.pycon.org/2015apac/zh/program/48",
"title": "R0 DAY03-03 Kernel-mapper (Tool to simplify the use of PyOpenCL) - Kilik Kuo (PyCon APAC 2015)",
"thumbnail_url": "https://i.ytimg.com/vi/HARNlC_8I1M/sddefault.jpg",
"quality_notes": "hd",
"tags": [],
"duration": 2543,
"copyright_text": "Standard YouTube Licence",
"language": "en",
"recorded": "2015-08-27",
"category": "PyCon APAC 2015",
"videos": [
{
"type": "youtube",
"length": 2543,
"url": "https://www.youtube.com/watch?v=HARNlC_8I1M"
}
],
"slug": "r0-day03-03-kernel-mapper-tool-to-simplify-the-use"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"summary": "",
"speakers": [
"Andy Terrel"
],
"source_url": "https://www.youtube.com/watch?v=3wfyAz8v8wk",
"description": "Speaker: Andy Terrel\n\nAndy is a computational scientist with experience implementing distributed, large data applications. In his research, he is known for creating novel algorithms to speed implementations of mathematical models on the world's largest supercomputers.\n\nAndy received his Computer Science PhD at the University of Chicago in 2010. He has held research positions at Argonne National Lab, Sandia National Lab, Institute of Computational Engineering and Sciences at The University of Texas-Austin, and the Texas Advanced Computing Center. In industry, Andy served as lead developer at Kove, Inc. during its early stages, where he helped bring a record-breaking SAN disk array to market.\n\nAndy is a passionate advocate for open source scientific codes. To this end, he is a board member of the NumFOCUS foundation and has been involved in the wider scientific Python community since 2006. Andy has contributed to numerous projects in the scientific stack and helps push for data to become a first class object for scientists worldwide.\n\nhttps://tw.pycon.org/2015apac/zh/program/keynote-speaker/",
"title": "R0 DAY03-K2 Andy Terrel (PyCon APAC 2015)",
"thumbnail_url": "https://i.ytimg.com/vi/3wfyAz8v8wk/sddefault.jpg",
"quality_notes": "hd",
"tags": [],
"duration": 2994,
"copyright_text": "Standard YouTube Licence",
"language": "en",
"recorded": "2015-08-27",
"category": "PyCon APAC 2015",
"videos": [
{
"type": "youtube",
"length": 2994,
"url": "https://www.youtube.com/watch?v=3wfyAz8v8wk"
}
],
"slug": "r0-day03-k2-andy-terrel-pycon-apac-2015"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"summary": "",
"speakers": [
"Charles Hsu"
],
"source_url": "https://www.youtube.com/watch?v=FuJ4qvhEW9w",
"description": "Speaker: Charles Hsu\n\n Using Ansible for OpenStack Swift benchmark\n\nOutline is here, may be modified in a future.\n\n* Introduct Openstack Swift\n * What's that?\n * Single Node Swift (SAIO Swift) (http://docs.openstack.org/developer/swift/development_saio.html)\n * Swift Cluster \n* Introduce Ansible \n * Why\n * Other tools (Fabric/Slatstack/Chef)\n* What's problems and pains\n * Configure multiple swift nodes (swift proxy/object/container servers) without extra packages \n * Deploy/manage multiple benchmark nodes\n * Sweep all data in Swift nodes (Dev Cluster) \n * Run a benchmark test\n * Collecting benchmark result from benchmark nodes and errors from swift nodes\n * Repeat it again, again and again\n* Use Ansible\n * Define a cluster and nodes\n * Deploy benchmark nodes\n * Collecting and aggregate result form benchmark node\n * Repeat\n* What's next? \n * Move it to Docker?\n\nAbout the speaker\n\nABOUT\nTwitter @thecharz\n組織/公司 SwiftStack\n頭銜 Techical Support Enginner\n\nhttps://tw.pycon.org/2015apac/zh/program/12",
"title": "R0 DAY1-01 Openstack Swift Benchmark with Ansible - Charles Hsu (PyCon APAC 2015)",
"thumbnail_url": "https://i.ytimg.com/vi/FuJ4qvhEW9w/sddefault.jpg",
"quality_notes": "hd",
"tags": [],
"duration": 2600,
"copyright_text": "Standard YouTube Licence",
"language": "en",
"recorded": "2015-08-24",
"category": "PyCon APAC 2015",
"videos": [
{
"type": "youtube",
"length": 2600,
"url": "https://www.youtube.com/watch?v=FuJ4qvhEW9w"
}
],
"slug": "r0-day1-01-openstack-swift-benchmark-with-ansible"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"summary": "",
"speakers": [
"Dmitry Trofimov"
],
"source_url": "https://www.youtube.com/watch?v=DHf-6gW3-qs",
"description": "Speaker: Dmitry Trofimov\n\nThis talk will explain how to implement a debugger for Python. We'll start with simple command line debugger, then look how it is implemented in modern IDEs like PyCharm and Pydev. Then we go further in the details and uncover the tricks used to implement some interesting features like multiprocess debugging, debugging of Django and Jinja2 templates and attaching to a launched Python process. \n\nAbout the speaker\n\nWorking on PyCharm project I put my efforts into making development in Python even more pleasurable.\n\nTwitter @DmitryTrofimov\n組織/公司 JetBrains\n頭銜 PyCharm Team Lead\n\nhttps://tw.pycon.org/2015apac/zh/program/39",
"title": "R0 DAY1-02 Python Debugger Uncovered - Dmitry Trofimov (PyCon APAC 2015)",
"thumbnail_url": "https://i.ytimg.com/vi/DHf-6gW3-qs/sddefault.jpg",
"quality_notes": "hd",
"tags": [],
"duration": 2118,
"copyright_text": "Standard YouTube Licence",
"language": "en",
"recorded": "2015-08-24",
"category": "PyCon APAC 2015",
"videos": [
{
"type": "youtube",
"length": 2118,
"url": "https://www.youtube.com/watch?v=DHf-6gW3-qs"
}
],
"slug": "r0-day1-02-python-debugger-uncovered-dmitry-pycon"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"summary": "",
"speakers": [
"Scott Tsai"
],
"source_url": "https://www.youtube.com/watch?v=oAYbt2PsKng",
"description": "Speaker: Scott Tsai\n\nTarget Audience: Developers that use both C/C++ and Python\n\nPython is the scripting language of choice for GDB but debugger scripting and programmatic debugging is underutilized in general because not enough developers are both GDB power users and familiar with Python. This talk aims to remedy that.\n\n\nAbout the speaker\n\nDevice driver, firmware, system software developer. Open source contributor, Linux enthusiast. Worked in several Taiwanese consumer electronics companies, a big multinational corporation and a Silicon Valley startup.\n\n個人網頁連結 http://scottt.tw/\nTwitter @scottttw\n組織/公司 Awit Systems\n頭銜 Software Developer\n\nhttps://tw.pycon.org/2015apac/zh/program/104",
"title": "R0 DAY1-03 Programmatic Debugging with GDB and Python - Scott Tsai (PyCon APAC 2015)",
"thumbnail_url": "https://i.ytimg.com/vi/oAYbt2PsKng/sddefault.jpg",
"quality_notes": "hd",
"tags": [],
"duration": 2203,
"copyright_text": "Standard YouTube Licence",
"language": "en",
"recorded": "2015-08-24",
"category": "PyCon APAC 2015",
"videos": [
{
"type": "youtube",
"length": 2203,
"url": "https://www.youtube.com/watch?v=oAYbt2PsKng"
}
],
"slug": "r0-day1-03-programmatic-debugging-with-gdb-and"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"summary": "",
"speakers": [
"Tzu-ping Chung"
],
"source_url": "https://www.youtube.com/watch?v=DQi8cjrUlkg",
"description": "Speaker: Tzu-ping Chung\n\nPython is a great programming language suitable for a wide variety of purposes. Among all these exciting things, however, there is one area with which Python is not great: GUI applications. In this talk, we will first take a look at existed solutions for GUI programming in Python, comparing their characteristics and features. We will then discuss how GUI programming with Python should be done in an ideal world, and what can be done (or is being done) to take us one step closer to our ideal.\n\nAbout the speaker\n\n個人網頁連結\n\nhttps://uranusjr.com/\n\nTwitter @uranusjr\n組織/公司 BIMEtek Co. Ltd.\n頭銜 Software Architect\n\nhttps://tw.pycon.org/2015apac/zh/program/18",
"title": "R0 DAY1-04 The Future of GUI Programming with Python - Tzu-ping Chung (PyCon APAC 2015)",
"thumbnail_url": "https://i.ytimg.com/vi/DQi8cjrUlkg/sddefault.jpg",
"quality_notes": "hd",
"tags": [],
"duration": 2313,
"copyright_text": "Standard YouTube Licence",
"language": "en",
"recorded": "2015-08-24",
"category": "PyCon APAC 2015",
"videos": [
{
"type": "youtube",
"length": 2313,
"url": "https://www.youtube.com/watch?v=DQi8cjrUlkg"
}
],
"slug": "r0-day1-04-the-future-of-gui-programming-with-tzu"
}
Loading

0 comments on commit ded72b2

Please sign in to comment.