├── .gitignore ├── CONTRIBUTING.md ├── README.md ├── en ├── .keepthis ├── about-code_of_conduct.html ├── about-keynote_speaker.html ├── about-regional_pycons.html ├── about.html ├── call_for_proposals.html ├── night-party.html ├── program.html ├── registration-financial_aid.html ├── registration.html ├── sponsor-info.html ├── sponsors-sponsorship_packages.html ├── sponsors-why.html ├── sponsors.html ├── tutorial.html ├── venue-accommodation.html ├── venue-travel_info.html └── venue.html ├── ja ├── .keepthis ├── about-code_of_conduct.html ├── about-regional_pycons.html ├── about.html ├── registration-financial_aid.html ├── registration.html ├── venue-accommodation.html └── venue.html ├── kr ├── .keepthis └── 150316014-PyCon APAC 2015 Web Content (KO).docx ├── pics ├── .keepthis └── night-party │ ├── IMG_8964.jpg │ ├── IMG_8975.jpg │ ├── IMG_9028.jpg │ ├── IMG_9076.jpg │ ├── IMG_9094.jpg │ ├── IMG_9135.jpg │ ├── IMG_9162.jpg │ ├── IMG_9215.jpg │ └── IMG_9264.jpg ├── scripts ├── Gandi_logo_black.jpg ├── LIVEHOUSE.IN_-624x276.jpg ├── azure.png ├── carousell.png ├── gen_sponsor_page.py ├── gitcafe.png ├── hde-logo-pycon.png ├── inwinStack.jpg ├── kkbox.png ├── logo_3.png ├── machine-zone.png ├── mitac-logo.png ├── oursky-logo.png ├── pinkoi_400x160.png ├── softlayer-logo.jpg ├── sponsor_page.gen.html ├── sponsor_page.html ├── tagtoo.png └── trend.jpeg └── zh-tw ├── .keepthis ├── about-code_of_conduct.html ├── about-recruit.html ├── about-regional_pycons.html ├── about.html ├── call_for_proposals.html ├── night-party.html ├── program.html ├── registration-financial_aid.html ├── registration.html ├── sponsor-info.html ├── sponsor-prospectus.html ├── sponsor-why.html ├── tutorial.html ├── venue-accommodation.html └── venue.html /.gitignore: -------------------------------------------------------------------------------- 1 | .web_keychain 2 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | ## To help modify/add the content 2 | 3 | 1. Fork this repo. 4 | 2. Leave a comment at the issue you are going to work on. If no existed issue matches, create a new one. 5 | 3. Submit pull request. 6 | 7 | 8 | ## To proofread the content 9 | 10 | Directly comment in the source. 11 | If serious changes require, create a new issue. 12 | 13 | 14 | ## Content style guide 15 | 16 | ### Source naming rule 17 | The source for `http://tw.pycon.org/2015apac/en/foo/bar-baz` should be at `/en/foo-bar_baz.html`. 18 | Mind the `-` and `_` conversion. 19 | 20 | ### Use absolute URL path 21 | For simplicity, use absolute URL path, that is, the url path including `/2015apac//...`. 22 | (relative path will be converted by TinyMCE anyway) 23 | 24 | For example, a link to page `http://tw.pycon.org/2015apac/en/foo/bar`, use 25 | 26 | ```html 27 | ... 28 | ``` 29 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # PyCon APAC 2015 Web Content 2 | 3 | For the web source, see [another repo][websrc] (currently private). 4 | 5 | ~~~ 6 | ├── en/ 7 | ├── ja/ 8 | ├── kr/ 9 | ├── zh-tw/ 10 | └── pics/ 11 | ~~~ 12 | 13 | [websrc]: https://github.com/daikeren/pycon 14 | 15 | 16 | ## Contributing 17 | 18 | See `contributing.md` 19 | 20 | 21 | 22 | ## Useful Links 23 | 24 | To lang-specific webpage, 25 | 26 | - [en] 27 | - [ja] 28 | - [kr] 29 | - [zh-tw] 30 | 31 | To manage with the site web content, use [pyapac-web] tool. 32 | 33 | 34 | [en]: https://tw.pycon.org/2015apac/en/ 35 | [ja]: https://tw.pycon.org/2015apac/ja/ 36 | [kr]: https://tw.pycon.org/2015apac/kr/ 37 | [zh-tw]: https://tw.pycon.org/2015apac/zh/ 38 | [pyapac-web]: https://github.com/ccwang002/pyapac_web_uploader 39 | -------------------------------------------------------------------------------- /en/.keepthis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pycontw/APAC2015WebContent/72e65e03f101931480729c4f2963ca5aac4ea6b4/en/.keepthis -------------------------------------------------------------------------------- /en/about-code_of_conduct.html: -------------------------------------------------------------------------------- 1 |

PyCon APAC is a community-driven convention for the Python programming language in the Asia-Pacific region, created to facilitate discussions and exchange of ideas in the community. To provide a joyful, pleasant, and vibrant environment that creates value for all participants, we hereby publish PyCon APAC's Code of Conduct, which applies to all speech and action in both physical and digital venues of PyCon APAC. Your cooperation is necessary to help all of us to interact with respect and trust in PyCon APAC.

2 | 3 |

Code of Conduct

4 |

Attendees should not harass others, either by verbal or physical behavior. We have zero tolerance towards harassment or discrimination. Each attendee should be equally respected, regardless of his or her nationality, race, language, gender, sexual orientation, age, disability, physical appearance, faith, profession, seniority, political view, or intellect.

5 | 6 |

Appreciate each other. Each attendee will be expected to have a professional attitude and behavior. Users of Python from different professional roles, technical backgrounds, and application areas use and contribute to the technology in many different ways, and some of them are amazingly unimaginable. Opinions or actions that undervalue other members of the community are inappropriate.

7 | 8 |

Show consideration to others. Sexual contents in any form are inappropriate in any conference venue, including, but not limited to talks, open spaces, or social media. Words and actions originated from stereotypes are discouraged. In the conference rooms, cell phones should be set to silence or a mode that doesn't annoy others.

9 | 10 |

The conference organizers have the power to take appropriate actions to redirect the behavior of those who violate the code of conduct. The violators may be forced to leave the conference without a refund at the sole discretion of the organizers.

11 | 12 |

This Code of Conduct is approved by the organizers of PyCon APAC.

13 | -------------------------------------------------------------------------------- /en/about-keynote_speaker.html: -------------------------------------------------------------------------------- 1 |

Keynote Speaker

2 |
3 |
4 |
5 |
6 |
7 | 8 |

headpic

9 |
10 |
11 |
12 |

Robert Bradshaw

13 |

Autobiography

14 |

Robert Bradshaw is a software engineer at Google, working on tools for doing petabyte-scale data processing. He is also active in the open source community, leading the Cython project since it's inception and as a long-time contributor to the open source mathematics software Sage. 15 | He received a B.S. in Mathematics and Linguistics from Brigham Young University and a Ph.D. in Mathematics from University of Washington with William Stein studying questions related to the Birch and Swinnerton-Dyer conjecture. Robert currently resides in Seattle, Washington with his wife Camille and their two sets of young twins.

16 |
17 |
18 |

Experiences

19 |
    20 |
  • 21 | Software Engineer
    22 | Google 23 |
  • 24 |
25 |
26 |
27 |

Projects

28 |
    29 |
  • Cython
  • 30 |
  • Sage
  • 31 |
  • Google Cloud Platform
  • 32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 | 40 |
41 |
42 |
43 |
44 |
45 |
46 | 47 |

headpic

48 |
49 |
50 |
51 |

Steven G. Johnson

52 |

Autobiography

53 |

Steven G. Johnson is an associate professor of applied mathematics at the Massachusetts Institute of Technology (MIT), where he previously received a Ph.D. in physics and B.S. degrees in physics, mathematics, and computer science. His research interests include scientific computing and both the analytical and computational study of nanophotonic media (such as photonic crystals and metamaterials) for both classical and quantum phenomena. He is the co-author of nearly 200 papers and three books. SGJ was the co-recipient of the 1999 J. H. Wilkinson Prize for Numerical Software due to his work on the FFTW library, and has since then developed several popular free/open-source packages for technical computing, including MPB, Meep, and NLopt, as well as contributing to SciPy and other free software. He is active in the development of the new technical-computing language, Julia, and will introduce Julia at PyCon along with the ways in which Julia benefits from and interoperates with Python. 54 |

55 |
56 |
57 |
58 |
59 |

Experiences

60 |
    61 |
  • 62 | Associate Professor
    63 | Applied Mathematics, MIT 64 |
  • 65 |
66 |
67 |
68 |

Projects

69 |
    70 |
  • JuliaLang
  • 71 |
  • SciPy
  • 72 |
73 |
74 |
75 |
76 |

Personal Sites

77 | 81 |
82 |
83 |
84 |
85 | 86 |
87 |
88 |
89 | 93 |
94 |
95 |
96 |
97 |

Van Lindberg

98 |
99 |
100 |
101 |
102 |

Autobiography

103 |

Van Lindberg has worked professionally as an engineer, as a lawyer, and as an executive. He currently has a dual legal/technical role at Rackspace, and has worked out of both the legal department and the Office of the CTO. In April 2012, the American Bar Association Journal named Van as one of "America's Top 12 Techiest Attorneys." He has been involved with open source since 1994, when a friend introduced him to Linux. 104 |

105 |

106 | On the legal side, Van leads Rackspace's Intellectual Property program, directing Rackspace's strategy and policy around patent, copyright, trademark, trade secret, and open source matters. Van also heads Rackspace's lobbying efforts relative to patent reform. 107 |

108 |

109 | On the technical side, Van runs Rackspace's technical leadership corps, known internally as the "TCT." Van also works in technical strategy and ecosystem engagement at Rackspace, identifying emerging technologies, separating out differentiating versus non-differentiating product elements, and using open source strategies to be more competitive. 110 |

111 |

112 | Previously, Van worked at the law firm of Haynes and Boone, where he wrote "Intellectual Property and Open Source," published by O'Reilly and Associates, and grew an open source practice helping businesses with everything from open source compliance to business strategy. 113 |

114 |

115 | In addition to Van's open source practice, he did IP transactional work, patent prosecution, litigation, and post-grant actions (ex parte and inter partes reexams/reviews). 116 |

117 |

118 | Van currently serves as chairman of the board of the Python Software Foundation, on the board of the OpenStack Foundation, and as the chair of the Docker Governance Advisory Board. 119 |

120 |
121 |
122 |

Personal Sites

123 | 126 |
127 |
128 |
129 |
130 |
131 | 134 |
135 |

Experiences

136 |
    137 |
  • 138 | VP and Associate General Counsel / VP Technology, 139 | Office of the CTO
    140 | Rackspace, the Open Cloud Company 141 |

    142 | On the legal side, I lead Rackspace's Intellectual Property program, directing our strategy and policy around patent, copyright, trademark, trade secret, and open source matters. I also head Rackspace's lobbying efforts relative to patent reform. 143 |

    144 |

    145 | On the technical side, I run Rackspace's elite technical corps, known internally as the "TCT." I also work in technical strategy and ecosystem engagement at Rackspace. I specialize in identifying emerging technologies, separating out differentiating versus non-differentiating product elements, and using open source strategies to be more competitive. 146 |

    147 |
  • 148 |
  • 149 | Member of the Board of Directors
    150 | OpenStack 151 |

    152 | The OpenStack Foundation manages the growing ecosystem around the OpenStack Cloud Computing system. I am a director of the Foundation. 153 |

    154 |
  • 155 |
  • 156 | Chairman
    157 | Python Software Foundation 158 |

    159 | The PSF is the foundation dedicated to growing and supporting the community around the Python programming language. I am a director of the PSF and chairman of the board 160 |

    161 |
  • 162 |
163 |
164 |
165 |
166 |
167 | 168 |
169 |
170 |
171 | 175 |
176 |
177 |
178 |

Andy Terrel

179 |
180 |
181 |
182 |
183 |

Autobiography

184 |

Andy 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. 185 |

186 |

Andy 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.

187 |

Andy 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.

188 |
189 |
190 |

Projects

191 |
    192 |
  • Blaze
  • 193 |
  • Conda
  • 194 |
  • SymPy
  • 195 |
  • SciPy
  • 196 |
  • Elemental
  • 197 |
  • FEniCS
  • 198 |
  • PETSc
  • 199 |
200 |
201 |
202 |

Personal Sites

203 | 206 |
207 |
208 |
209 |
210 |
211 | 214 |
215 |
216 |

Experiences

217 |
    218 |
  • 219 | Chief Scientist, Continuum Analytics 2012 - 2014 220 |
  • 221 |
  • 222 | Research Scientist, University of Texas 2010 - 2012 223 |
  • 224 |
  • 225 | Scientific Software Developer, Enthought, 2011 226 |
  • 227 |
  • 228 | PhD, Computer Science (Computational Mathematics), 2010 229 |
  • 230 |
231 |
232 |
233 | 234 |
235 |
236 |
237 | 241 |
242 |
243 |
244 |

Kenneth Reitz

245 |

Autobiography

246 |

Kenneth Reitz is a versatile talent computer genius. Kenneth has a well-understood on Photography and has released many masterpieces on famous photo sharing platforms such as flickr and 500px. But most important, Kenneth is a grand Open Source software contributors who invents and leads many popular github projects. The most widely used one is Requests, a revolutionary package that allows tens of thousands Python Web Developers to develop Web services with human-friendly syntax instead of using the tedious , trivial urllib which Python standard library provides. 247 |

248 |

Despite Kenneth has a groundbreaking stride in Python Web Development, he is always a kind Python mentor for novice and expert Python developers. Under Kenneth's lead, the Github project "python-guide" has abundant resources helping many beginners to break the programming ice. On the other side, for the experts, Kenneth has established many great practices for writing good code, including project structuring, coding style, documentation and so on. 249 |

250 |

Kenneth embraces the elegant Architectures and APIs. Hence, Kenneth founded KennethReitz.com to provide Architecture solutions for numerous enterprises. In 2011, Kenneth joined the Heroku team for developing the best Python offering and playing a Heroku's voice in Python Community. Also, Kenneth is one of the fellows in Python Software Foundation. 251 |

252 |
253 |
254 |

Projects

255 |
    256 |
  • Requests: HTTP for Humans
  • 257 |
  • Certifi.io
  • 258 |
  • Python-Guide.org
  • 259 |
  • HTTPBin.org
  • 260 |
  • Clint
  • 261 |
  • OSX-GCC-Installer
  • 262 |
263 |
264 |
265 |
266 |
267 |
268 | 271 |
272 |

Experiences

273 |
    274 |
  • 275 | Python Overload
    276 | Heroku 277 |

    278 | Responsible for the technical design of Heroku's Python offering, as well as Heroku’s voice in the Python community. 279 |

    280 |
  • 281 |
  • 282 | Fellow
    283 | Python Software Foundation 284 |
  • 285 |
  • 286 | Architecture and Solutions Consultant
    287 | KennethReitz.com 288 |

    289 | Website development and consulting for Fortune 500 to local small businesses. Clients include: Rachael Ray Show, Kohl's, CareerBuilder, NoTreble.com, (c). 290 |

    291 |
  • 292 |
  • 293 | Blog Contributor
    294 | Github 295 |

    296 | I write The Github Reflog: a periodical of remarkable repos for the GitHub blog. 297 |

    298 |
  • 299 |
300 |
301 |
302 |

Personal Sites

303 | 307 |
308 |
309 |
310 |
311 |
312 | 313 |
314 |
315 |
316 |
317 |
318 |
319 | 320 |

headpic

321 |
322 |
323 | 324 |
325 |

Arnaud Bergeron

326 |

Autobiography

327 |

Arnaud is a long-time supporter of open-source who started with a modest patch to OpenBSD about keyboard encodings many years ago. He worked on Sage for a bit as well as submitting various small patches to a number of projects.

328 |

While doing some machine learning work for his masters he enjoyed working with GPUs so much that he switched his thesis to focus on using GPUs for computations. Soon after he finished his masters, he ended up working as one of the core developers on Theano dealing mostly with improving and expanding the current GPU support.

329 |
330 |
331 |

Experiences

332 | 339 |
340 |
341 |

Projects

342 |
    343 |
  • Theano
  • 344 |
  • libgpuarray
  • 345 |
346 |
347 |
348 |
349 |
350 |
351 |
352 | 353 | -------------------------------------------------------------------------------- /en/about-regional_pycons.html: -------------------------------------------------------------------------------- 1 |

Through PyCon APAC event, we wish a tighter connections between Pythonistas in APAC region. Beside PyCon Taiwan, there are plenty of regional PyCons and you should definitely take a look at and join them!

2 | 3 |

Asia PyCons

4 |

Australia (PyCon AU)

5 | 9 | 10 |

China

11 | 14 | 15 |

Hong Kong (PyCon HK)

16 | 20 | 21 |

Japan (PyCon JP)

22 | 27 | 28 |

Korea

29 | 33 | 34 |

Malaysia (PyCon MY)

35 | 40 | 41 |

New Zealand

42 | 47 | 48 |

Philippines (PyCon PH)

49 | 53 | 54 |

Singapore (PyCon SG)

55 | 59 | 60 |

Taiwan (PyCon TW)

61 | 66 | 67 | -------------------------------------------------------------------------------- /en/about.html: -------------------------------------------------------------------------------- 1 |

PyCon APAC 2015

2 |

PyCon APAC (Asia Pacific) is a conference organized by the Python community and for the community. It is an annual convention that can be enjoyed by Python users of all experience levels, from new users to core developers. The original PyCon was formed in North America in 2003, and now there are many other conferences being run in the PyCon spirit around the world.

3 | 4 |

To better serve all the attendees and the community, this year we publish the Code of Conduct. Please read it, and let's make a great conference together.

5 | 6 | 7 |

Background

8 |

PyCon APAC/TW 2015 is organized for pythonistas in the Asia-Pacific region. It will be hosted in Taipei, Taiwan. We would like to invite you to join this big event, being a part of it by sponsoring, promoting your brand and product, and even making your company succeed through it. Organizers of PyCon APAC/TW 2015 mostly come from local Python user groups, who also supported the two previous PyCon TW (2012 and 2013):

9 | 16 | 17 |

18 | 19 |

PyCon APAC is an international event. It was initiated in 2010 in Singapore, started to travel to Tokyo, Japan in 2013, and to Taipei, Taiwan last year.For PyCon APAC being held in Taiwan this year, the local PyCon Taiwan 2015 will be halted (or PyCon APAC 2015 is effectively PyCon Taiwan 2015)

20 | 21 |
22 |

Committee

23 |
24 |
    25 |
  • Chairperson: Keith Yang
  • 26 |
27 |
28 |
    29 |
  • Vice Chairperson: Shuen-Huei Guan
  • 30 |
  • Vice Chairperson / Program: Wen-Chang "Tim" Hsu
  • 31 |
  • Program Chair: Stanley Huang
  • 32 |
  • Program / Tutorial: Tsung-Wei Hu
  • 33 |
  • Sponsorship: David Chien-Hsun Chen
  • 34 |
35 |
36 |
37 |
    38 |
  • Public Relation: Alfred, S,-Y., Wei
  • 39 |
  • Web: Ke-Ren Dai
  • 40 |
  • Reception: "Sosorry" Hsu
  • 41 |
  • Venue: Yiching Tang
  • 42 |
  • Finance: Lloyd Huang
  • 43 |
44 |
45 |
46 | -------------------------------------------------------------------------------- /en/call_for_proposals.html: -------------------------------------------------------------------------------- 1 |

Important Dates

2 |
    3 |
  • Jan 19, 2015 : Opening of Call for Proposals
  • 4 |
  • Mar 31, 2015 : Deadline for Proposal Submissions
  • 5 |
  • Apr 24, 2015 : Notification of Proposal Acceptance
  • 6 |
7 | 10 | 11 |

Back to __future__ II

12 |

The theme of PyCon APAC 2015 is "Back to __future__ II". We accept a broad range of python related proposals, from reports on academic and commercial projects and case studies. Suitable topics include, but not limited to:

13 | 14 |
    15 |
  • Web Programming (e.g Django, Pyramid, Web2Py, TurboGears)
  • 16 |
  • Cloud Computing
  • 17 |
  • Startups, Business, and Education
  • 18 |
  • Multimedia, Animation, and Graphics
  • 19 |
  • Game Programming
  • 20 |
  • GUI Programming
  • 21 |
  • Hardware/Embedded System Design
  • 22 |
  • System Administration and Security
  • 23 |
  • Network Programming
  • 24 |
  • Agile Development and Project Best Practices
  • 25 |
  • Packaging Issues
  • 26 |
  • Programming Tools
  • 27 |
  • Python Libraries and Extensions
  • 28 |
  • Python Implementations: IronPython, Jython, Pypy, Pyston, and Stackless.
  • 29 |
30 | 31 |

In addition to regular and lightning talks, you can also submit proposals for tutorials and for SciPy Track.

32 | 33 |

SciPy Track

34 |

The SciPy track is prepared for those who focus on scientific Python.  Submission to the SciPy track should be indicated in the proposal submission system.  Language of the track is English only. Suitable topics of the SciPy track include but are not limited to:

35 | 36 |
    37 |
  • Technical Computing, Scientific Computing, High-Performance Computing
  • 38 |
  • Big Data, Data Mining, Machine Learning
  • 39 |
  • Scientific/Engineering Education
  • 40 |
  • Computational Sciences
  • 41 |
  • Bioinformatics
  • 42 |
  • Computational Physics, Computational Chemistry, Computational Fluid Dynamics, Computational Mechanics, Computational Electromagnetics
  • 43 |
44 | 45 |

Tutorials/Workshop

46 |

We are looking for tutorials/workshop that can grow our community at any level. Each tutorial is 6-hour long in one day, workshop is 3-hour long in half day and it would be scheduled on the day before conference. Any topics that are relevant to Pythonistas' interests are welcome.

47 | 48 |

Proposal Submission

49 |

Please visit http://tw.pycon.org/2015apac/en/account/signup/ to sign up as a speaker and then create your proposals. You can submit proposals for talks, lightning talks, or tutorials.

50 | 51 |

The proposal shall include the following information:

52 |
    53 |
  • Title of the proposal
  • 54 |
  • Type of the proposal
  • 55 |
  • Language (Mandarin or English, but SciPy track accepts only English)
  • 56 |
  • Audience level or prerequisites
  • 57 |
  • Abstract, outline, or description. For SciPy track, an extended abstract of 2 to 3 A4 pages is optional for every submission.
  • 58 |
  • Permission for your talk to be recorded and released on the conference website
  • 59 |
  • Permission for your presentation slide to be downloaded from the conference website
  • 60 |
  • Additional information that can help the program committee to make decisions (e.g., years of experience using Python)
  • 61 |
62 | 63 |

Types of Proposals

64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 |
TypeDuration (including Q&A)Language
Regular Talk45 minutesEnglish/Mandarin
Lightning Talk5 minutesEnglish/Mandarin
SciPy Track Talk45 minutesEnglish
WorkshopHalf/Whole dayEnglish/Mandarin
TutorialsWhole dayEnglish/Mandarin
100 | 101 |

Paper Submission

102 |

For presenters who wish to write a paper of the same topic, please let us know. We will be happy to assist you to publish your work on The Python Papers or on the conference proceedings. Speakers in the SciPy track are especially encouraged to do so.

103 | -------------------------------------------------------------------------------- /en/night-party.html: -------------------------------------------------------------------------------- 1 |

Bazaar of Folks

2 |
3 |
4 | past-night-party 5 |
6 |
7 | past-night-party 8 |
9 |
10 |

 

11 |

You think the second day of PyCon ends at 17:30? NO! The exciting dinner party has yet to come! We have delicious buffet on the table and eye-opening performances lining up on the stage. If these all are still not enough for you, we've got you covered! We invite all participants to apply for their own booth at PyCon dinner party! Together more booth makes more fun!

12 |
    13 |
  • Time: June 6 Sat. 17:30~20:00
  • 14 |
  • Location: 4F hallways at both sides of the main conference room
  • 15 |
  • Qualifications: All PyCon APAC 2015 attendees
  • 16 |
17 | 18 |

What is in the night market?

19 |

You can enjoy the performances, stroll through the booths. Or you can host your own booth to share interesting stuff with others! Subjects ranging from Raspberry Pi, simulator, 3D animation, robot, ham radio, to Miku. As long as you're passionate about the things you share, you can share it with others at the booth! Booth hosts are not limited to individuals, you're welcome to team up with your friends!

20 |

Please don’t hurry to leave after the second day of PyCon on Jun. 6th. There follows a fantastic Night Party starting from 17:30 to 20:00, in which every booth host will promote and share their interesting topics or games, moreover, delicious buffet is served and fancy shows are performed on stage.

21 |

Booth Application Information

22 |

You are welcome to initiate a discussion on a certain topic and to invite other attendees to join your discussion topic or to just search for interesting discussions to join via the following link: 23 | https://goo.gl/qWmmE8 24 | The registration will be ended up at 14:00 on Jun. 6th. Then we will pick out 5 groups with the most advocates to announce, and set a booth for each of them in the Night Party in Jun. 6th evening, providing several chairs to make the discussion more comfortable.

25 |

If you have any question, please send email to reception[at]pycon.tw

26 | -------------------------------------------------------------------------------- /en/program.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

Talk Acceptance Announcement

4 |

Here lists the accepted regular, Scipy, and lightning talk this year. Details of the speaker info and talk abstract will be available as soon as our web team complete the interface.

5 |

Also, please take a look at our keynote speakers this year.

6 |

Regular Talk

7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 |
ID Speaker Lang Title
99 Adrian Liaw English The Implementation of Rubik's Cube Formula in PyCuber
32 Albert Huang English Happy rapid prototyping embedded assembly by Python: My Experience
17 Arindam Pradhan English python wrapping a json api
101 Chia-Chi Chang English How to build a recommendation system with python
91 Chia-Yi Yen English Millions way to avoid overfitting when building a portfolio
39 Dmitry Trofimov English Python Debugger Uncovered
66 Emanuel Danci English GitFs - Building a Filesystem in Python
20 Eric Tham English Machine learning in Finance using Python
65 Ian Lewis English Building a Scalable Python gRPC Service using Kubernetes
52 Lee Yang Peng English Network Security and Analysis system with Python
56 Melvin Foo Hannie Ching Tan Le Xuan English RPyScan
14 Quazi Nafiul Islam English Building Static Blogs using Pelican
78 Sammy Fung English Future Development of PyCON in Asia Pacific
104 Scott Tsai English Programmatic Debugging with GDB and Python
103 Summit Suen English Play Data, Play Ball!
69 Takayuki Shimizukawa English Sphinx autodoc: automated API documentation
79 Wei-Ting Kuo English Sentiment Analysis by NLTK
58 Chao-Kai Chang Mandarin 以雲端語音合成技術為基礎的音文同步有聲書之建立系統
12 Charles Hsu Mandarin Openstack Swift Benchmark with Ansible
80 Chien Hsun Chen Mandarin Tagtoo Task Manager
83 Chun-Yu Tseng Mandarin 快快樂樂成為 Coding Ninja (by pytest)
25 Dan Maas Mandarin MMO Game Server Design with Twisted Python
48 Kilik Kuo Mandarin Kernel-mapper (Tool to simplify the use of PyOpenCL)
102 Ko-Lung Yuan Mandarin Python與電子設計自動化:用愛與堅持實現專業
24 Liang Bo Wang Mandarin Python HDF5 Use Case
92 Shuen-Huei Guan Mandarin Orchestrating the execution of workflows for media streaming service and even more
89 Theon Lin Mandarin How to scale up your Web Apps/Sites written by Python?
95 TsungWei Hu Mandarin 工程師沒告訴設計師的事 / Happy Together: Designer and Programmer
42 Tzer-jen Wei Mandarin 利用 IPython Notebook 來互動簡報與教學
18 Tzu-ping Chung Mandarin The Future of GUI Programming with Python
84 Tzu-ping Chung Mandarin UnicodeEncodeError: can't encode character in position 0
41 Tzung-Bi Shih Mandarin Global Interpreter Lock: Episode I - Break the Seal
53 Tzung-Bi Shih Mandarin ZoneIDAProc: Instrumentation-based Dynamic Accessing
76 Yuchi Lin Mandarin Python 讓你的眼睛聽得見
74 枫 李 Mandarin Python & LLVM
37 高 國棟 Mandarin ceph 介紹
124 | 125 | 126 |

Scipy Track Talk

127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 |
ID Speaker Lang Title
15 Chu-Ching Huang English Interactive Python Computing Integration
72 David Mikolas English for physics in blender:
71 Hideki Tanaka English Marsface Project: Detecting Pseudo-artificial Structures on Mars
97 Jennifer Ma English Data Analysis in Wearable Technologies
73 Zong-han Xie English Liquid crystal device simulation with Python
151 | 152 | 153 |

Lightning Talk

154 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 |
ID Speaker Lang Title
62 Alexander Shieh English Python and Reinforcement Learning
100 Chih-Cheng Liang English Learning machine learning Python agilely
23 Chiu-Hsiang Hsu English CPython's bug in feature that nobody uses
51 Lee Yang Peng English Network Security and Analysis system with Python
75 Shunsuke Hida English The Effectiveness of Unit Tests in Django Backend Engineering of Large-scale Web Service
33 Albert Huang Mandarin Preprocessing Chinese Characters for LaTeX: pycwtex
28 Apua Juan Mandarin 開發小工具的心得
44 meng-hao chung Mandarin 網頁爬蟲由淺入淺
190 | 191 |

Bazaar of Folks

192 |

Do you think the #pyconapac2015 activities of second day ends at 5:30 pm? Not at all, wonderful buffet is yet to come! There will be eye-opening performance on stage and booths at the night party. We are excited to invite all of our attendants to become one of the performers or the booth host.

193 |

Find out more information about the night party.

194 |
195 |
196 | -------------------------------------------------------------------------------- /en/registration-financial_aid.html: -------------------------------------------------------------------------------- 1 |

Everybody Pays is one of the principles of PyCon APAC. All conference attendees including speakers, chairperson, staff and volunteers pay to register. While following this convention, we also have financial aid program to help people who have financial difficulties. As long as you need it, please simply apply for the financial aid. All applications are subject to review, which is based on our budget and your condition. (See the rationale behind Everybody Pays)

2 | 3 |

The financial aid program is set to minimize the financial barrier of the conference and to maximize the benefits to the community. For instance, taking students and engineers with full-time job into consideration, we will favor the students. Then, community contributors or conference speakers will have high priority.

4 | 5 | 6 |

Application How-Tos

7 |

The procedure of the application is what follows:

8 |
    9 |
  1. Please register the conference through the ticketing system, and, as far as possible, complete the payment.
  2. 10 |
  3. Please mail to registration[at]pycon.tw, briefly describe your circumstance, and leave the contact information (name, email and phone number).
  4. 11 |
  5. We will contact you to verify the information and learn more about your situation.
  6. 12 |
  7. The financial aid program opens for application right now until the end of registration. We will inform you if your application has been approved.
  8. 13 |
  9. After approval, the financial aid will be used to refund your registration fee.
  10. 14 |
15 | 16 |

We understand everyone's financial status is different and it's hard to quantify contribution. For the budget is limited, we can't guarantee to fund every applicants. But if you need support, please do let us know and we will do our best.

17 | -------------------------------------------------------------------------------- /en/registration.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

Ticket Info

4 |

This ticket is only for the 3-day main program during June 5 ~ June 7. As for the Tutorials and Workshops, please refer to the related pages.

5 |

Discount Ticket

6 |

The invoice will be donated to Open Culture Foundation.

7 |
8 |
9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 24 | 25 | 26 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 41 | 42 | 43 |
TicketEarly bird rateRegular rateNote
22 | Group Discounted (3 ppl for 1) 23 | 2,1902,690NTD 6,570 in total for early bird
27 | NTD 8,070 in total for regular
Individual Discounted2,5902,990
Student Discounted1,3901,790Undergraduate or under only (on campus).
40 | Proof of eligibility required at check-in
44 |
45 |
46 | Buy it now! 47 |
48 |
49 |
50 |

Normal Ticket

51 |

Invoice available.

52 |
53 |
54 |
55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 72 | 73 | 74 |
TicketEarly bird rateRegular rateNote
Individual4,5905,090Triplicate uniform invoices is available.
70 | Please provide your company name and Unified Business No. 71 |
75 |
76 |
77 | Buy it now! 78 |
79 |
80 |
81 |
82 |
83 | 84 |
85 |
86 |

87 | Schedule 88 |

89 |
    90 |
  • Ticket sale begins on April 7 06:05 p.m..
  • 91 |
  • Early bird tickets are limited and the sales will end on April 21.
  • 92 |
  • Sale of other tickets ends on May 15.
  • 93 |
94 |
95 |
96 | 97 | 98 |
99 |
100 |

101 | Notice 102 |

103 |
    104 |
  1. 105 | Valid postal address (local attendants only) 106 |
  2. 107 |
108 |
109 |
110 |
111 |

The conference will use RFID ticket as one of the registration identification. For attendants from Taiwan, Penghu, Kinmen and Matsu area, we will send you the ticket before the conference; while for overseas attendants, we will send you a digital identification through e-mail.

112 |

For local attendants, please leave either

113 |
    114 |
  • valid postal address, or
  • 115 |
  • service code (服務代碼) plus address of the Family branch (店址) and note "FamiPort store-to-store" (全家店到店). 116 | For example, 117 |
    118 | [FamiPort store-to-store] 10085/Fami Xinsheng S. Rd. Branch
    119 | No.163 Sec. 1, Xinsheng S. Rd., 120 | Da'an Dist., Taipei City 106, Taiwan 121 |
    122 | Or in Chinese, 123 |
    124 | [全家店到店] 10085/新生南路店
    125 | 台北市大安區新生南路一段 163 號 126 |
    127 |
  • 128 |
129 |

Family branch address can be found at http://www.famiport.com.tw/shop.asp

130 |
131 |
132 |
133 |
    134 |
  1. 135 | No Refund 136 |
  2. 137 |
138 |
139 |
140 |
141 |

There would be no refund once registration is confirmed.

142 |
143 |
144 |
145 |
    146 |
  1. The Size of T-shirt
  2. 147 |
148 |
149 |
150 |
151 |

Every registered participant will get a souvenir T-shirt. Please check your size by the following table.

152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 |
SizeHeight (cm)Shoulder widthBack length from HPSChest width
XL> 180457554
L170 - 180447252
M160 - 170436950
S150 - 160406547
XS< 15038.56344
185 |
186 |
187 |
188 |
    189 |
  1. Everybody Pays
  2. 190 |
191 |
192 |
193 |
194 |

PyCon APAC 2015 is a paid conference; Everybody, including staffs and speakers, has to pay for attendance. (see PyCon: Everybody Pays)

195 |
196 |
197 |
198 |
    199 |
  1. Ways To Pay for Tickets
  2. 200 |
201 |
202 |
203 |
204 |

You can pay through credit cards, PayPal, ATM transfer, and FamiPort.

205 |
206 |
207 |
208 |
    209 |
  1. Financial Aid Plan
  2. 210 |
211 |
212 |
213 |
214 |

If you are struggling with finances and can't afford a ticket, please contact us for Financial Aid, but you need to purchase the ticket before applying for financial aid.

215 |

For more info please refer to the financial aid page.

216 |
217 |
218 |
219 |
    220 |
  1. Special Food Taboos
  2. 221 |
222 |
223 |
224 |
225 |

We will provide lunch during conference. Let us know if you are a vegetarian or non-pork eaters.

226 |
227 |
228 |
229 |
    230 |
  1. Ticketing Consultancy
  2. 231 |
232 |
233 |
234 |
235 |

Please kindly mail to registration[at]pycon.tw

236 |

If you have any question about ticketing. Ning, who is in charge of ticketing, will reply you ASAP!

237 |
238 |
239 |
240 |
241 |
242 | -------------------------------------------------------------------------------- /en/sponsor-info.html: -------------------------------------------------------------------------------- 1 |

2 | General Info 3 |

4 |
    5 |
  • 6 | Application will be due in early May, 2015 7 |
  • 8 |
  • 9 | Every sponsor 10 | 11 | must 12 | 13 | fill in the 14 | 15 | Sponsorship Application Form 16 | 17 | . 18 |
  • 19 |
  • 20 | Logo size should be 400x160 px or larger in the same ratio. We recommend file format in transparent background PNG. 21 |
  • 22 |
23 |

24 | Contact Info 25 |

26 |

27 | Please contact Chien-Hsun (David) Chen by sponsorship[at]pycon.tw 28 |

29 |

30 | Tote Bag Inserts Shipping Info 31 |

32 |

33 | Tote bag inserts including DM, recruiting info, or gift, should arrived in 34 | 35 | afternoon on June 16th 36 | 37 | , the time of conference decoration. 38 |

39 |
    40 |
  • 41 | 42 | Address: 43 | 44 |
    45 | Humanities and Social Science Building, No. 128, Sec. 2, Academia Rd., Nankang, Taipei 115, Taiwan (R.O.C.) 46 |
    47 |
  • 48 |
  • 49 | 50 | Recipient: Wen-Wei Liao 51 | 52 |
    53 | Phone: +886-926-986-948, Email: gattacaliao[at]gmail.com 54 |
    55 |
  • 56 |
57 |

58 | If they arrived before May 16th, please let us know in advance. Once we confirm, you could first send them to 59 |

60 |
    61 |
  • 62 | 63 | Address: 64 | 65 |
    66 | Room 316, Institute of Plant and Microbial Biology, No. 128 Sec. 2, Academia Rd, Nankang, Taipei 11529 Taiwan (R.O.C) 67 |
    68 |
  • 69 |
  • 70 | 71 | Recipient: Wen-Wei Liao 72 | 73 |
    74 | Phone: +886-926-986-948, Email: gattacaliao[at]gmail.com 75 |
    76 |
  • 77 |
78 |

79 | Please inform Wen-Wei Liao after your shipping. 80 |

81 |

82 | Sponsor Complimentary Passes 83 |

84 |

85 | Q1. How do our sponsors get complimentary passes? 86 |

87 |

88 | 89 | Sponsorship team 90 | 91 | is responsible for the complimentary pass application. Please provide your registration information to us in the following format: 92 |

93 |

94 | 95 | Mailto: 96 | 97 | sponsorship[at]pycon.tw 98 |
99 | 100 | Title: 101 | 102 | Complimentary Pass Acquisition - [Sponsor Company Name] 103 |
104 | 105 | Content: 106 | 107 |
108 |
109 |

110 |
111 |
112 |

113 | Complimentary Pass Acquisition for [N] passes. 114 |
115 | Pass 1: 116 |
117 |

118 |
    119 |
  • 120 | Name or Nickname, ex: Drake 121 |
  • 122 |
  • 123 | E-Mail, ex: sponsorship[at]pycon.tw 124 |
  • 125 |
  • 126 | Phone Number, please use national code like: +886-123-456789 127 |
  • 128 |
  • 129 | Nation 130 |
  • 131 |
  • 132 | Gender 133 |
  • 134 |
  • 135 | Food / Vageterian 136 |
  • 137 |
  • 138 | Size of Your T-Shirt, for size information, please refer 139 | 140 | Registration 141 | 142 |
  • 143 |
144 |

145 | Pass 2: 146 |

147 |
    148 |
  • 149 | ... 150 |
  • 151 |
152 |

153 | We will reply passes to you ASAP. 154 |

155 |
156 |
157 |

158 | Q2. How to check in using complimentary pass? 159 |

160 |

161 | Check-in desk will be at the conference venue, for the location information please refer to 162 | 163 | Venue 164 | 165 | . There will be staffed during check in time. Upon check in, 166 |

167 |
    168 |
  1. 169 | Please reveal last 3 digits of your Order SN or the QR Code to any one of our staffs. It should be within your ticket like this: 170 |

    171 | Order No. #12301 172 | 173 | 234 174 | 175 | or 176 | QR code sample 177 |

    178 |
  2. 179 |
  3. 180 | For identification, please also provide any one of the following certifications if any: 181 |
      182 |
    • 183 | Business Name Card 184 |
    • 185 |
    • 186 | ID card or Passport 187 |
    • 188 |
    • 189 | Any additional information could help us recognize would be fine. 190 |
    • 191 |
    192 |
  4. 193 |
194 | -------------------------------------------------------------------------------- /en/sponsors-sponsorship_packages.html: -------------------------------------------------------------------------------- 1 |

2 | Standard Sponsorship 3 |

4 | 5 | 6 | 7 | 9 | 12 | 15 | 18 | 19 | 20 | 21 | 22 | 25 | 28 | 31 | 34 | 35 | 36 | 39 | 42 | 45 | 47 | 48 | 49 | 52 | 55 | 57 | 59 | 60 | 61 | 64 | 67 | 70 | 73 | 74 | 75 | 78 | 81 | 84 | 87 | 88 | 89 | 92 | 95 | 98 | 101 | 102 | 103 | 106 | 109 | 112 | 114 | 115 | 116 | 119 | 122 | 125 | 128 | 129 | 130 | 133 | 136 | 139 | 141 | 142 | 143 | 146 | 149 | 152 | 155 | 156 | 157 |
8 | 10 | Gold 11 | 13 | Silver 14 | 16 | Bronze 17 |
23 | Sponsor 24 | 26 | 5,000 USD 27 | 29 | 2,000 USD 30 | 32 | 1,000 USD 33 |
37 | Booth 38 | 40 | v 41 | 43 | v 44 | 46 |
50 | Talk session 51 | 53 | v 54 | 56 | 58 |
62 | Complimentary passes 63 | 65 | 5 66 | 68 | 3 69 | 71 | 1 72 |
76 | Level of visibility 77 | 79 | 1st 80 | 82 | 2nd 83 | 85 | 3rd 86 |
90 | Information in program guide 91 | 93 | v 94 | 96 | v 97 | 99 | * 100 |
104 | Logo on poster 105 | 107 | v 108 | 110 | v 111 | 113 |
117 | Logo on website 118 | 120 | v 121 | 123 | v 124 | 126 | v 127 |
131 | Tote bag insert (provided by sponsor) 132 | 134 | v 135 | 137 | v 138 | 140 |
144 | Talent information 145 | 147 | v 148 | 150 | v 151 | 153 | v 154 |
158 |

159 | 160 | *It depends on available space in program guide. 161 | 162 |

163 |

164 | Media Sponsorship 165 |

166 |

167 | 168 | Please 169 | 170 | contact us (David) 171 | 172 | for details. 173 | 174 |

175 |
    176 |
  • 177 | Recognition on PyCon APAC site 178 |
  • 179 |
  • 180 | 1 complimentary pass 181 |
  • 182 |
183 |

184 | Patron Sponsorship 185 |

186 |

187 | 188 | 500USD, limited to individuals or startups 189 | 190 |

191 |
    192 |
  • 193 | Same to Bronze sponsorship package 194 |
  • 195 |
196 |

197 | Full prospectus are available in 198 |

199 | 221 |

222 | Follow 223 | 224 | sponsorship information 225 | 226 | to be become a PyCon APAC sponsor. 227 |

228 | -------------------------------------------------------------------------------- /en/sponsors-why.html: -------------------------------------------------------------------------------- 1 |

2 | About PyCon 3 |

4 |
5 |

6 | PyCon is a conference by the Python community for the community. It is for Python enthusiasts of all experience levels, from new users to core developers. 7 |

8 |

9 | The original PyCon was formed in North America in 2003, but there are now a number of other conferences being run in the PyCon spirit around the world. 10 |

11 | 17 |
18 |

19 | About PyCon APAC 20 |

21 |

22 | PyCon APAC/TW 2015 is organized for Pythonistas in Asia-Pacific and Taiwan. Find more information on the 23 | 24 | about page 25 | 26 | . 27 |

28 |

29 | 30 |

31 |

32 |

33 |

34 | Why PyCon APAC/TW 2015? 35 |

36 |

37 | The table below shows the performance of the two previous Python conferences in Taiwan. All indicates the growth of the community here. Furthermore, nearly all statistics get doubled! This 3rd Python conference in Taiwan can be predicted to keep the expanding progress. 38 |

39 | 40 | 41 | 42 | 44 | 49 | 54 | 59 | 60 | 61 | 62 | 63 | 66 | 69 | 72 | 75 | 76 | 77 | 80 | 83 | 86 | 89 | 90 | 91 | 94 | 97 | 100 | 103 | 104 | 105 | 108 | 111 | 114 | 117 | 118 | 119 | 122 | 125 | 128 | 131 | 132 | 133 | 136 | 139 | 142 | 145 | 146 | 147 |
43 | 45 | 46 | PyConTW 2012 47 | 48 | 50 | 51 | PyConTW 2013 52 | 53 | 55 | 56 | PyConTW 2014 57 | 58 |
64 | Date 65 | 67 | June 9-10, 2012 68 | 70 | May 25-26, 2013 71 | 73 | May 17-18, 2013 74 |
78 | Talk session (Accept/All) 79 | 81 | 18 / 20 82 | 84 | 33 / 50 85 | 87 | 55 / 81 88 |
92 | Lightning talk 93 | 95 | 6 96 | 98 | 14 99 | 101 | 15 102 |
106 | Participants 107 | 109 | 260 110 | 112 | 400 113 | 115 | 650 116 |
120 | Pageviews/visits for 2 months 121 | 123 | 27,722 / 8,608 124 | 126 | 62,854 / 17,636 127 | 129 | 136,113 / 28,924 130 |
134 | Sponsors 135 | 137 | 5 + 6 (Patron) 138 | 140 | 21 141 | 143 | 24 144 |
148 | 149 |

150 |

151 |

152 | 153 |

154 |

155 |

156 |

157 | Talents Gather Here 158 |

159 |

160 | The Python conference is like a carnival with huge amount of best programmers or geeks. Those talents are not only familiar with Python language but also enthusiastically in digging all of the skills around the world. Join us, you can hunt the best genius to join your company! 161 |

162 |
163 |
164 |
165 |

166 | Accomplish Your Alternative Talent Pool 167 |

168 |

169 | 170 |

171 |

172 | First of all, our sponsors can get a basket of talent information to further enrich your human resource database. We are committed that it will be one of your most favorite channels in the near future. 173 |

174 |
175 |
176 |

177 | Boost by Booth 178 |

179 |

180 | 181 |

182 |

183 | You would never want to miss our Job-Fair event, would you? It’s never such easier to build a link to this crowd of hackers. We provide the space for you! Set up your booth, let the talents connect you by this awesome opportunity, and get ready to boost your company! 184 |

185 |
186 |
187 |
188 |
189 |

190 | Polish Your Brand in Tech World 191 |

192 |

193 | 194 |

195 |

196 | Hey, lets put your brand on our portal. We provide you a lovely page to introduce your company and even your brand. Not only hackers who do join our sessions but also those people who only follow our page, can provide resumes for you. 197 |

198 |
199 |
200 |

201 | Q&S, Get a Win-Win Situation 202 |

203 |

204 | 205 |

206 |

207 | Geeks, hackers, passionists, all in here! PyCon APAC provides the best Quality in finding a best developer and further extends the Scale from local to APAC. Promoting your company here, there are more than 17,000 web visits from potential talents last year. Get your company ready to join this hunting season! 208 |

209 |
210 |
211 |
212 |

213 |

214 |

215 | Learn how to 216 | 217 | become a PyCon APAC sponsor 218 | 219 |

220 | -------------------------------------------------------------------------------- /en/sponsors.html: -------------------------------------------------------------------------------- 1 |

Gold

2 |
3 |
4 |
5 |
6 |
7 |

Microsoft Azure

8 |

Microsoft Azure 是微軟公司所提供之國際級雲端平台,全球設有二十個大型資料中心,IaaS 部分除了支援 Windows 平台外,更支援主流 Linux 作業系統,PaaS 部分支援ASP.NET, PHP, Java, node.js, Python,資料庫部分支援Microsoft SQL Server, Oracle 與 MySQL,是一開放之雲端平台. 核心服務通過ISO 27007,PCI DSS,HIPAA,SOC 1,SOC 2,FedRAMP,UK G-Cloud 等多項國際資安認證,目前微軟是全世界第一個取得 ISO/IEC 27018 Cloud Privacy 認證之國際公司 9 |

10 |
11 |
12 | 13 |
14 |
15 |
16 |
17 |

Gandi

18 |

Gandi (Gestion et Attribution des Noms de Domaine sur Internet) or in English “Management and Allocation of Domain Names on the Internet” is a company providing domain name registration and management as well as cloud hosting services. Gandi has its headquarters in Paris and offices in Luxembourg, San Francisco and Taipei. The company offers over 500 domain extensions and continues to add to this list on a regular basis. Gandi considers itself to be an ethical domain name registrar in an industry that has some ‘grey’ practices, it values the customers rights and privacy above all else and seeks to defend these wherever possible. As of 2014, Gandi manage more than 1,500,000 domain names from 192 countries, which places Gandi first among domain name registrars in France, sixth in Europe, and in the top 15 worldwide. Clients range from individuals, associations and small companies, to public institutions (The European Union for example) and large multinational corporations with confidence in Gandi.

19 |
20 |
21 | 22 |
23 |
24 |
25 |
26 |

SoftLayer - an IBM Company

27 |

SoftLayer, an IBM Company, provides cloud infrastructure as a service from a growing number of data centers and network points of presence around the world. Our customers range from Web startups to global enterprises. 28 | Products and services include bare metal and virtual servers, networking, turnkey big data solutions, private cloud solutions, and more. Our unique advantages include the industry's first Network-Within-a-Network topology for true out-of-band access, and an easy-to-use customer portal and robust API for full remote-access of all product and service management options. 29 |

30 |
31 |
32 | 33 | 34 |

Silver

35 |
36 |
37 |
38 |
39 |
40 |

Oursky

41 |

Oursky is a small web & mobile product development studio proudly based in Hong Kong. We build products with amazing experience, and turn ideas into reality.

42 |

Oursky is a team which:

43 |
    44 |
  • We're developers, and build a company where we want to work;
  • 45 |
  • We're geeky, and use latest technologies and whatever is cool;
  • 46 |
  • We appreciate good design, and build usable and great digital products;
  • 47 |
  • We fight for a better world, and actively involve in progressive social changes.
  • 48 |
49 |

Our works include:

50 |
    51 |
  • PandaForm, a web form builder with 8000 users;
  • 52 |
  • Jamn, which has been listed in Apple’s prestigious ‘Best of 2013 Apps’
  • 53 |
  • Artstack, a social network for fine art lovers with 2M users.
  • 54 |
55 |
56 |
57 | 58 |
59 |
60 |
61 |
62 |

GitCafe

63 |

64 |
65 |
66 | 67 |
68 |
69 |
70 |
71 |

Kdan Mobile

72 |

Established in 2009, Kdan Mobile Software Ltd. is a full-fledged software and business analytic company that specializes in developing content creation solutions as well as providing multimedia integration services. Our mission is to enhance the quality of life through software development. Our products provide solutions in the areas of Business, Productivity, Utility, and Entertainment across platforms including iOS, Android, Windows, and Macintosh. 73 |

74 |
75 |
76 | 77 |
78 |
79 |
80 |
81 |

Trend Micro (趨勢科技)

82 |

Trend Micro is the global leader in IT security, we develop innovative security solutions that make the world safe for businesses and consumers to exchange digital information. With over 26 years of security expertise, we’re recognized as the market leader in server security, cloud security, and small business content security.

83 |

Trend Micro security fits the needs of our customers and partners. Our solutions protect end users on any device, optimize security for the modern data center, and secure networks against breaches from targeted attacks. We deliver top-ranked client-server, network, and cloud-based protection that stops new threats faster, detects breaches better, and protects data in physical, virtual, and cloud environments.

84 |
85 |
86 | 87 | 88 | 89 |

Bronze

90 |
91 | 92 |

Media

93 |
94 |
95 |
96 |
97 |
98 |

LIVEhouse.in

99 |

LIVEhouse.in 為一嶄新台灣國產直播平台,其開發團隊擁有堅強技術及設計能力,已在台灣成功打造全世界最大的 K 歌平台 -- iKala。LIVEhouse.in 正積極與合作夥伴進行市場拓展,目前已經迅速累積數十個合作夥伴,並完成許多知名的大型活動直播,包括了全國性的國是會議直播,以及全球性的 COMPUTEX 論壇直播。LIVEhouse.in 除了在台灣扎根,也積極邁向國際市場。如需瞭解更多,請來信至 mkt@LIVEhouse.in

100 |
101 |
102 | 103 |
104 |
105 |
106 |
107 |

Tagtoo

108 |

Tagtoo, a venture backed start-up, specializes in online advertising innovation. As a pioneer of Real Time Bidding advertising technology in Taiwan, Tagtoo provides Demand Side Platform service that allows marketers to find the right customers at the right time and maximize the return on online advertising spending. With expertise in cloud architecture and big data analysis, Tagtoo’s clientele includes major industry player in e-commerce, real estate, travel, finance, and so on.

109 |
110 |
111 | 112 | 113 |

Other

114 |
115 |
116 |
117 |
118 |
119 |

Pinkoi

120 |

Pinkoi is the leading curated community and marketplace for designers in Asia for people to buy, sell, share designs and to be inspired.

121 |
122 |
123 | 124 | -------------------------------------------------------------------------------- /en/tutorial.html: -------------------------------------------------------------------------------- 1 |

Tutorial Overview

2 | 3 |

Tutorial track is part of the conference program. Each tutorial is whole-day (6-hour, from 09:00 to 17:00) or half-day class, arranged to run within the week ahead of conference days. After the call for proposals, we accept the following 7 tutorials:

4 | 5 | 14 | 15 |

Updated 2015/05/14: Flask and PyGame are cancelled.

16 | 17 |

How to Arrive TKU Taipei Campus

18 | 19 |

All the classes are held at TKU Taipei Campus. Please check Class Numbers on their KKTIX pages.

20 |

Dongmen (Exit 4 or 5) is the nearest MRT station. See this map for more details.

21 | 22 |

How to Register Tutorials

23 | 24 |

Tutorial registration is not included in regular conference registration prices. The tutorial rate is NTD 5,000 for whole-day class, or NTD 2,500 for half-day class. By request, we will send training certificate to the trainee.

25 | 26 |

Please register and pay on the KKTIX pages. For corporate trainees, be sure to fill data about your company name and tax ID.

27 | 28 |

Please complete the payment within 3 days after registration, otherwise your registration will be cancelled. You might want to be on the waiting list if the class is full. In that case, please send email to organizers[at]pycon.tw with your name, email address, and mobile phone number. We will contact you when there's vacancy.

29 | 30 |

Cancellation of Class

31 | 32 |

Minimum enrollment is 5, otherwise we may consider cancel the class. Once a tutorial is cancelled, we will refund 100% of the payment.

33 | 34 |

Contact

35 | 36 |

Please send email to organizers[at]pycon.tw for questions about tutorials.

37 | 38 |

Note: Tutorials are charged separately from Conference Registration and do not include admission to the main conference.

39 | 40 | -------------------------------------------------------------------------------- /en/venue-accommodation.html: -------------------------------------------------------------------------------- 1 |

PyCon APAC Lodging near the Venue

2 |

We accept reservation between Mar, 1 and May, 7. Please contact us directly.

3 | 6 |

PyCon APAC has onsite lodging at Academia Sinica Activities Center, 3-minute walk next to the venue. It comes with the following options:

7 |
    8 |
  • superior single room: NT$1,650 /day
  • 9 |
  • superior double room: NT$1,750 (for one person) and NT$1,900 (for two people) /day
  • 10 |
11 |

*Extra person for NT$300 and extra bed for NT$450 respectively.
12 | **Room facilities include TV, wireless & wired network, thermos, hair dryer, and personal hygiene products. Breakfast and gym are also provided.

13 | 14 |

More information on the original site.

15 | 16 |

Application Procedure

17 |

When applying for the lodging, send mail to ccwang002@gmail.com (Liang Bo Wang) with the following information:

18 |
    19 |
  • Check-in and check-out date
  • 20 |
  • Number of people
  • 21 |
  • Room type and number of rooms
  • 22 |
  • Representative's name
  • 23 |
24 |

NOTE

25 |
    26 |
  • All date/time is represented in timezone UTC+08. A handy time zone conversion script is on GitHub's gist.
  • 27 |
  • Early check-in and later check-out should be noticed in advance.
  • 28 |
  • Since privacy info contained, mail can be sent with GnuPG encrypted. The PGP public key is 0xB233544E w. fingerprint 6ECD C5B8 235C D44D 2471 866E 30A4 5011 B233 544E.
  • 29 |
30 | 31 |

Outside the Venue

32 |

Alternatives are listed below with estimated price. You may need to go to the venue on your own.

33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 48 | 49 | 50 | 51 | 54 | 55 | 56 | 57 | 58 | 61 | 62 | 63 | 64 | 67 | 68 | 69 | 70 | 73 | 74 | 75 | 76 | 79 | 80 | 81 | 82 | 83 | 86 | 87 | 88 | 89 | 92 | 93 | 94 | 95 | 98 | 99 | 100 | 101 | 104 | 105 | 106 | 107 | 110 | 111 | 112 | 113 |
Price LevelHotel in TaipeiMRT Station Nearby
$$$ 46 | Grand Victoria Hotel 47 | Jiannan Rd. (Miramar) in 400m
52 | Grand Hyatt 53 | Taipei City Hall in 800m
$$ 59 | Tango Hotel Taipei XinYi 60 | Yongchun in 350m
65 | Taipei Fullerton, City Lake 66 | Daan in 250m
71 | Just Sleep @ NTU 72 | Gongguan (NTU) in 200m
77 | Dandy Hotel Daan Park Branch 78 | Daan in 100m
$ 84 | Forward Hotel Nangang 85 | Nangang Software Park in 350m
90 | CityInn Hotel Taipei Main Station I 91 | Taipei Main Station in 400m
96 | Vintage Travel & Hostel 97 | Daqiaotou in 800m
102 | Eight Elephants Hostel 103 | Guting in 400m
108 | The Loft Hostel 109 | Zhongxiao Dunhua in 300m
114 | 115 |

PyCon APAC will not help you book the above hotels.

116 | -------------------------------------------------------------------------------- /en/venue-travel_info.html: -------------------------------------------------------------------------------- 1 |

class TaipeiTrip(Tech, Nature, Design, Tradition):

2 |

'''Base class to travel in Taipei.'''

3 | 4 |

def __init__(self):

5 |

Taipei City, a long developed metropolis surrounded by mountains with great forest diversity, generates mixture of lifestyles ranging from fast-pace technology persuasion to deep immersion in nature and history. One can always find their own way travelling around from their point of view.

6 | 7 |

Based on surveys made by renowned bloggers and travelling sites, we recommend the following search keywords:

8 | 9 |
    10 |
  • Museum
  • 11 |
  • Buddhist temple
  • 12 |
  • Food, fruits, night market, Taiwanese snacks
  • 13 |
  • Electronics (3C) market
  • 14 |
  • Biking, riverside bikeways
  • 15 |
  • Bookstore 24hr
  • 16 |
  • Indie music
  • 17 |
  • Mountain trails, hot spring, natural scenery
  • 18 |
  • Towns near Taipei, Jiufen, Tamsui, Keelung
  • 19 |
20 | 21 | 22 |

def first_access(self):

23 |

If you have never heard of Taipei or Taiwan before, you may want to start from the introduction videos below.

24 | 25 |

26 | 27 | 28 |

def weather(self):

29 |

Taipei in May is warm and humid with frequent afternoon thunderstorms. An umbrella should always be with you. Temperature ranges from 21°C (70°F) to 28 (82°F) but it would be cooler in mountains, around 15°C (60°F) depends on the height.

30 | 31 |

def smartcard_payment(self):

32 |

'''Known as EasyCard, the eletric money system in Taipei.'''

33 | EasyCard, the contactless smartcard payment system, is very much like the JR East Suica card or the Octopus card. You could not only use EasyCard to pay most transportation fee (e.g., MRT, bus, youbike and train), but also in most convenient stores and supermarkets. EasyCard saves a lot of time finding changes from your pockets. 34 | 35 |

An EasyCard can be bought and recharged at every MRT station. It can also be recharged at most convenient stores.

36 | 37 |

def transportation(self, location):

38 |

MRT

39 |

MRT, the best way to travel around Taipei by, is also known as Taipei Metro, which is both cheap and easy to use. Most tourist attractions are reachable by MRT.

40 |

MRT is more English-friendly than other public transportations. However MRT is not a 24-hour service. No MRT in midnight.

41 | 42 |

Youbike(Ubike)

43 |

To become a member of Youbike, Taiwan cell phone number is required. Otherwise you will need an IC credit card for single ride payment.

44 | 45 |

Youbike is a public bicycle sharing service, which let members to rent a bike at one place and return at another. Their rental sites are well spread in Taipei, but before your ride, you might need to check their locations and operating status online to see if there are any bike left. Youbike charges by NT$10 per 30 minutes in the first 3 hours, with first half hour free.

46 | 47 |

Find more on their official site. Also the locations of rental sites can be found on OpenStreetMap, shown as yellow dots.

48 | 49 |

if __name__ == "__main__":

50 |

your_visit = TaipeiTrip()

51 | 52 |

Join PyCon APAC 2014/Taiwan and initiate your first trip to Taipei!

53 | -------------------------------------------------------------------------------- /en/venue.html: -------------------------------------------------------------------------------- 1 |

Venue Location

2 |

Academia Sinica, Nangang, Taipei City

3 | 4 |

5 |
    6 |
  • PyCon APAC 2015 venue is at Humanities and Social Science Building (HSSB), Academia Sinica. 7 |
  • Academia Sinica Address: No. 128, Sec. 2, Academia Rd., Nankang, Taipei 115, Taiwan (Show on Google Map).
  • 8 |
  • Note: You might want to save the 10-minute walk from main entrance to venue by taxi.
  • 9 |
10 |

More info about the venue location.

11 | 12 |

From Taoyuan International Airport

13 |

By Taxi

14 |

Taxi stands are outside the arrival hall of both Terminal I and II. Taxi from/to airport will have an extra 50% surcharge (exempt from highway toll). Typical fare is around NT$1,500 or US$50 to Academia Sinica directly and NT$1,000 or US$35 to Taipei downtown.

15 | 16 |

By Airport Bus - Direct Express to NanGang Expo Center

17 |

The most economical and easy way is to take the KuoKuang 1843 Line to Taipei NanGang Expo Center (near MRT Nankang Exhibition Center Station Exit 1) for NT$115 or US$4 then take taxi to the venue for NT$100 or US$3 in total 90 minutes.

18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 |
DirectionTime Schedule of KuoKuang 1843 Line
Airport to NanGang Expo Center06:2207:3708:5209:5210:5211:4212:42
13:4214:2215:2216:0216:4217:2218:07
18:5219:3720:2221:0721:5222:3723:22
NanGang Expo Center to Airport05:0006:1507:3008:3009:3010:2011:20
12:2013:0014:0014:4015:2016:0017:30
18:1519:0019:4520:3021:1522:00
82 | 83 |

By Airport Bus - Other Options

84 |

Additional transfer might needed, most bus only take you to Taipei Main Station or Taipei City Hall

85 |
    86 |
  • Location of ticket counter: at the Arrival Passenger Reception area
  • 87 |
  • Ticker fare: NT$105 to 150 (US$ 3 to 5)
  • 88 |
  • Estimated time: 1 hour in moderate traffic
  • 89 |
  • Bus dispatch interval: available every 20 minutes
  • 90 |
  • Bus platform location:
      91 |
    • Terminal I: the southwest side of the Arrival Passenger Reception Area.
    • 92 |
    • Terminal II: the northeast side of the Arrival Passenger Reception Area on the 1st floor.
    • 93 |
  • 94 |
95 |

More info see here

96 | 97 | 98 |

From Taipei Main Station

99 |

By Metro (MRT)

100 |

There are two possible routes to the venue:

101 |
    102 |
  • Take Line 5 (Bannan Line) to Nangang Exhibition Center Station (Exit 2), then take bus 205, 212, 276, 306, 620, 645, 679, S1, S5, or S12 to Academia Sinica Stop.
  • 103 |
  • Take Line 5 (Bannan Line) to Nangang Station (Exit 1), then take bus 212, 270 or Blue 25 to Academia Sinica Stop.
  • 104 |
105 |

You could take a taxi instead of a bus with an average NT$80 fare.
106 | More info on MRT official site.

107 | 108 |

By City Bus

109 |

Take 205, 212, 212-Straight Line, 270, 270 (Shuttle), 276, 306, 306 (Shuttle), 620, 645, 645 (Extended), S1, S12, S12 (Shuttle), S5, BL25, and get off at Academia Sinica stop. City bus fare is either NT$15 or 30 (less than US$1), which depends on your distance and can be paid by either EasyCard or cash.

110 | -------------------------------------------------------------------------------- /ja/.keepthis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pycontw/APAC2015WebContent/72e65e03f101931480729c4f2963ca5aac4ea6b4/ja/.keepthis -------------------------------------------------------------------------------- /ja/about-code_of_conduct.html: -------------------------------------------------------------------------------- 1 |

PyCon APACはアジア太平洋地域のPythonプログラム言語ソーシャルネットワークが発起した大会で、ソーシャルネットワークでの討論と意見交流を促進したいと希望しています。楽しく愉快で、生気溢れる環境を提供して、価値を創造するため、PyCon APACはこの行動規範(code of conduct)を作成しました。この公約は参加者がPyCon APACに関連する実体並びにデジタル・フィールドでの一切の言行に適用されます。みんなが一致協力することで、PyCon APACに相互尊敬と相互信頼が充満するように希望します。

2 | 3 |

行動規範

4 |

参加者にいかなる嫌がらせの言行があってはなりません。大会は任意の嫌がらせ或いは差別を容認しません。国籍、種族、言語、性別、性的傾向、年齢、心身状況、信仰、職業、経歴、政治的傾向、知力に関わらず、参加者は誰でも同じように尊重されなければなりません。

5 | 6 |

お互いに評価します。参加者は誰でも専業的な態度と行為を持ち合わせていなければなりません。Pythonのユーザーは異なる専業の分業、技術背景や応用分野の出身者です。私たちは非常に多様な方式でPython技術を使用し貢献しています。任意のソーシャルネットワークのメンバーをけなす言行は全て不適切です。

7 | 8 |

人に優しくします。任意の形式の性的暗示は、大会のいかなる場面でも全て不適切です。これらの場面には講演、開放スペース、或いはソーシャルネットワークのメディアが含まれますが、それらに限りません。型にはまった印象の言行がないことを望みます。会議中は携帯電話の着信をサイレントにするか、他人に影響しないモードにしてください。 9 |

10 | 11 |

セミナー準備チームにはこの規範に違反する行為を調整できる権利があります。準備チームの裁決を根拠にするだけで、規範違反者は会場を去らなければならず、会費は返還しません。

12 | 13 |

この行動規範はPyCon APAC準備チームが認可して執行します。

14 | -------------------------------------------------------------------------------- /ja/about-regional_pycons.html: -------------------------------------------------------------------------------- 1 |

私たちはPyCon APACの活動を通じて、アジア太平洋地区のPythonユーザーが更に相互に交流することを希望しています。アジア太平洋地区のPyConはPyCon Taiwanのほか、多くの地域性PyConが皆さんのご来訪とご参加を待っています。

2 | 3 |

アジア地区のPyCon

4 |

オーストラリア (PyCon AU)

5 | 9 | 10 |

中国

11 | 14 | 15 |

ホンコン (PyCon HK)

16 | 20 | 21 |

日本 (PyCon JP)

22 | 27 | 28 |

韓国

29 | 33 | 34 |

マレーシア (PyCon MY)

35 | 40 | 41 |

ニュージーランド

42 | 47 | 48 |

フィリピン (PyCon PH)

49 | 53 | 54 |

シンガポール (PyCon SG)

55 | 59 | 60 |

台湾 (PyCon TW)

61 | 66 | 67 | -------------------------------------------------------------------------------- /ja/about.html: -------------------------------------------------------------------------------- 1 |

PyCon APAC 2015

2 | 3 |

PyCon APACはPythonソーシャルネットワークが自発的にアジア太平洋地区Python愛好家のために開催するセミナーです。PyCon APACは現在毎年1回開催されており、PyCon APACユーザーは誰でも参加できます。PyConは2003年に北米で初めて開催されましたが、現在は世界中でPyConの精神に基づいて開催されている会議です。

4 | 5 |

更に効果的に参加者やソーシャルネットワークにサービスするため、今年私達は行動規範(code of conduct)を発表しました。その内容をご覧頂き、私たちとともに品質の良いセミナーを作りましょう。

6 | 7 |

始まり

8 |

PyCon APAC/TW 2015はアジア太平洋地区のPython愛好者により組織されています。開催地点は台湾台北にあり、私たちはあなたをこの盛会に招待したいと思います。また、製品の賛助、プロモーション活動、或いはあなたの事業の宣伝も歓迎します。今年の会議の計画実行者は主に以下のソーシャルネットワークで構成されています。

9 | 16 | 17 |

18 | 19 |

PyCon APACは国際的な活動です。2010年にシンガポールで始まり、2013年には日本の東京で行われました。そして2014年に台湾台北にやって来ました。台湾は今年PyCon APACを開催する関係から、本来のPyCon Taiwanは1回お休みにします。

20 | 21 | 22 |

委員会

23 |
    24 |
  • 大会主席: Keith Yang
  • 25 |
  • 大会副主席: 官順暉
  • 26 |
  • 大会副主席、プログラムスタッフ: 許文昌
  • 27 |
  • プログラムチェア: 黄偉倫
  • 28 |
  • プログラムスタッフ、チュートリアル担当: 胡祟偉
  • 29 |
  • スポンサー担当: 陳建勲
  • 30 |
  • 広報担当: 魏仕益
  • 31 |
  • Web担当: 戴克任
  • 32 |
  • 参加登録担当: 許乃文
  • 33 |
  • 財務担当: 黄宇新
  • 34 |
  • 会場担当: 唐宜靖
  • 35 |
36 | 37 | -------------------------------------------------------------------------------- /ja/registration-financial_aid.html: -------------------------------------------------------------------------------- 1 |

Everybody Pays(公平費用支払い) はPyConの核心的価値の1つです。特別に招請した講演者を除き、全ての会議参加者、例えば後援者、会議主席、スタッフ、ボランティアはみな自ら費用を支払うことで、会議に参加できます。こうする理由は、Everybody Paysに説明してあります。 2 | Everybody Paysの核心的価値を維持するのと同時に、私たちはFinancial Aid(財務補助)プランを企画しました。会議に興味があるものの資金支出が困難な方に会議参加をヘルプしたいと考えています。私たちは審査制を採取しているので、需要がある方は自主的に私たちに連絡してください。全ての申請を受領した後、予算や申請者の状況等の要素を根拠にして、Financial Aidを供与するか否かを決定します。 3 | 私たちはFinancial Aidの受理対象に多くの制限を設けたくありません。あなたにとって資金支出が困難でも、Pythonを熱愛するあまりPythonソーシャルネットワークのために何かしたいと考えていれば、申請基準に符合します。 4 |

5 | 6 |

しかし、Financial Aidの経費には限りがあり、補助できる数量も多くありません。このような情況で、私たちは受理する対象を「ヘルプが最も必要な人」或いは「参加者に対して最大のヘルプになる人」にします。例えば、家庭の収入が乏しい学生と安定した仕事があるエンジニアを比較した場合、私たちは優先的に学生をヘルプします。更に一歩進めて、申請者の身分で言えば、Pythonソーシャルネットワークに対して貢献がある人、或いは今回会議の講演者が私たちが優先的にヘルプする目標です。

7 | 8 | 9 |

申請の流れ

10 |

Financial Aid申請の方式は以下の通りです。

11 |
    12 |
  1. チケット販売サイトで参加を申し込み、会費を支払います。
  2. 13 |
  3. registration[at]pycon.twに、ご本人の身分(本名)並びに情況を簡単に説明し、また連絡方式(電子メールと電話)を記載してメールします。
  4. 14 |
  5. 私たちの担当者が申込者に連絡して、資料を確認し、申込者の状況を理解します。
  6. 15 |
  7. Financial Aid受理時間は今より正常な申し込み締め切り日までです。
  8. 16 |
  9. 私たちは自主的にあなたがFinancial Aidを申請できたか否かを告知します。申請ができた場合、費用払い戻しの方式で資金をあなたに供与します。
  10. 17 |
18 | 19 |

私たちは各個人の経済状況、或いはPythonソーシャルネットワークに対する貢献はいずれも比較が困難なことを知っています。そしてFinancial Aidの予算にも限度があり、全ての人をヘルプできるとは保証できません。しかし、私たちはやはり経済的に困難な方に、「ヘルプが必要なら声を掛けてください!私たちが尽力します」と伝えたいと思います。

20 | -------------------------------------------------------------------------------- /ja/registration.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

4 | チケット販売情報 5 |

6 |

割引チケット

7 |

領収書をOpen Culture Foundationに寄付すれば、チケットが割引価格で買えます。費用請求のために領収書をもらいたいご参加者は一般チケットを買ってください。 8 | 特別な注記がない場合、全ての情報は台湾元(NTD)で表示します。 9 | NTD 31.25 = USD 1.00 (Apr. 1) 10 |

11 |
12 |
13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 28 | 29 | 30 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 |
チケット種類早割一般説明
26 | 団体サービスチケット(3人) 27 | 2,1902,690早割チケットは3人合計でNTD 6,570。
31 | 一般チケットは3人合計でNTD 8,070。
個人チケット2,5902,990
学生チケット1,3901,790大学(含む)以下の在学生に限ります。
入場時に学生証を提示する必要があります
47 |
48 |
49 | 購票去 50 |
51 |
52 |
53 |

一般チケット

54 |

領収書を付きます

55 |
56 |
57 |
58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 75 | 76 | 77 |
チケット種類早割一般Note
一般チケット4,5905,0903枚綴り発票を付き
73 | 会社名称及び統一番号を注記してください 74 |
78 |
79 |
80 | 購票去 81 |
82 |
83 |
84 |
85 |
86 | 87 |
88 |
89 |

90 | チケット販売期限 91 |

92 |
    93 |
  • チケット販売を開始します:2015年4月7日午後6時5分
  • 94 |
  • 早割チケットは時間限定、枚数限定でチケットを販売します。2015年4月21日にチケット販売を締め切ります。
  • 95 |
  • その他のチケットは2015年5月15日に締め切ります。
  • 96 |
97 |
98 |
99 | 100 | 101 |
102 |
103 |

104 | 注意事項 105 |

106 |
    107 |
  1. 108 | 郵送先住所を確認してください!(郵送は台湾、澎湖、金門、馬祖に限ります) 109 |
  2. 110 |
111 |
112 |
113 |
114 |

PyCon APACの入場チケットにはすべて「RFID」が使われて参加者の身分を識別します。台湾、澎湖、金門および馬祖からの参加者の場合、会議の前に郵便でチケットを送ります。海外参加者の場合、EメールでデジタルIDを送ります。

115 |

下記の資料を提供してください:

116 |
    117 |
  • 有効な住所。または、
  • 118 |
  • ファミリーマートのサービスコード (服務代碼) と 住所 ( 店址 )。 それに、コンビニ受取 (全家店到店)を注記してください。 119 | 例: 120 |
    121 | [コンビニ受取] 10085 / ファミリーマート新生南路店/台北市大安区新生南路一段163号 122 |
    123 | Or in Chinese, 124 |
    125 | [全家店到店] 10085/全家新生南路店/台北市大安區新生南路一段163號 126 |
    127 |
  • 128 |
129 |

コンビニ受取情報(ファミリーマート): http://www.famiport.com.tw/shop.asp

130 |
131 |
132 |
133 |
    134 |
  1. 135 | 払い戻し不可 136 |
  2. 137 |
138 |
139 |
140 |
141 |

登録が確認されたら、払い戻しはできません。

142 |
143 |
144 |
145 |
    146 |
  1. Tシャツのサイズ
  2. 147 |
148 |
149 |
150 |
151 |

参加申し込みの皆さんにはそれぞれ記念Tシャツを1枚プレゼントしますので、申し込み時にサイズを記入してください。サイズは下の表を参考にしてください。

152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 |
サイズ身長 (cm)胸幅首周り
XL> 180457554
L170 - 180447252
M160 - 170436950
S150 - 160406547
XS< 15038.56344
185 |
186 |
187 |
188 |
    189 |
  1. Everybody Pays
  2. 190 |
191 |
192 |
193 |
194 |

PyCon APAS 2015は有料なので、参加費用は全てのスタッフと講演者の自己負担でお願いします。(PyCon: Everybody Paysを参照してください)

195 |
196 |
197 |
198 |
    199 |
  1. 支払い方式
  2. 200 |
201 |
202 |
203 |
204 |

お支払い方法は「クレジットカード」、「PayPal」、「ATM振込み」の3種類のをご用意しております。

205 |
206 |
207 |
208 |
    209 |
  1. 財務補助計画Financial Aidプラン
  2. 210 |
211 |
212 |
213 |
214 |

資金上で困難がある場合、大会Financial Aidプランに申請してください。但し、先にチケットを購入しなければ申請できません。 215 | 詳細な申請の説明は、専用ページで検索してください。 216 |

217 |
218 |
219 |
220 |
    221 |
  1. 特殊な飲食習慣
  2. 222 |
223 |
224 |
225 |
226 |

会議の当日は昼食を提供します。ベジタリアン或いはその他の要求(例えば、牛肉或いは豚肉を食べない)がある場合は、必ず注記してください。

227 |
228 |
229 |
230 |
    231 |
  1. チケット業務についてのお問合せ
  2. 232 |
233 |
234 |
235 |
236 |

何か問題がありましたら、 registration[at]pycon.tw

237 |

にメールしてください。チケット業務のNingが迅速に回答します。

238 |
239 |
240 |
241 |
242 |
243 | -------------------------------------------------------------------------------- /ja/venue-accommodation.html: -------------------------------------------------------------------------------- 1 |

PyCon APAC会場付近の宿泊

2 | 3 |

中央研究院活動センターに宿泊したい方は、4月1日より5月7日までの間に申請してください.。5月1日以後の申請について、私たちは申請送付を代理しますが、適時に宿泊予約状況が回答できる保証はありません。

4 | 5 |

PyCon APACが宿泊を提供する中央研究院活動センターは、会場から徒歩3分の距離にあります。部屋は以下の中から選択できます。

6 |
    7 |
  • 高級1人部屋:NT1,650元/日
  • 8 |
  • 高級2人部屋:NT1,750元(1人)、1,900元(2人)/日
  • 9 |
10 |

*1名追加はNT300元、ベッド追加はベッド1つNT450元を徴収します。
11 | **客室設備にはテレビ、無線/有線LAN、魔法瓶、ヘアドライヤー、個人用衛生用品があり、また朝食やフィットネスジムも提供します。

12 | 13 |

More information on the original site.

14 | 15 |

更に多くの情報は元の宿泊施設が提供するウェブサイトで検索してください。

16 | 17 |

Application Procedure

18 |

When applying for the lodging, send mail to ccwang002@gmail.com (Liang Bo Wang) with the following information:

19 |
    20 |
  • Check-in and check-out date
  • 21 |
  • Number of people
  • 22 |
  • Room type and number of rooms
  • 23 |
  • Representative's name
  • 24 |
25 |

NOTE

26 |
    27 |
  • All date/time is represented in timezone UTC+08. A handy time zone conversion script is on GitHub's gist.
  • 28 |
  • Early check-in and later check-out should be noticed in advance.
  • 29 |
  • Since privacy info contained, mail can be sent with GnuPG encrypted. The PGP public key is 0xB233544E w. fingerprint 6ECD C5B8 235C D44D 2471 866E 30A4 5011 B233 544E.
  • 30 |
31 | 32 |

台北の宿泊

33 |

その他の宿泊代替プランは以下の通りです。会場へは自身で行く必要があります。

34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 49 | 50 | 51 | 52 | 55 | 56 | 57 | 58 | 59 | 62 | 63 | 64 | 65 | 68 | 69 | 70 | 71 | 74 | 75 | 76 | 77 | 80 | 81 | 82 | 83 | 84 | 87 | 88 | 89 | 90 | 93 | 94 | 95 | 96 | 99 | 100 | 101 | 102 | 105 | 106 | 107 | 108 | 111 | 112 | 113 | 114 |
価格帯台北のホテル最寄のMRT駅
$$$ 47 | 維多麗亜酒店 48 | 剣南駅から400m、徒歩約5分
53 | 台北君悦酒店 54 | 市政府駅から800m、徒歩約10分
$$ 60 | 天閣飯店台北信義 61 | 永春駅から350m、徒歩約5分
66 | 台北馥敦飯店 67 | 大安駅から250m、徒歩約3分
72 | 捷絲旅台大尊賢館 73 | 公館駅から200m、徒歩約3分
78 | 丹迪旅店 大安森林公園店 79 | 大安駅から100m、徒歩約1分
$ 85 | 台北馥華商旅 86 | 南港軟体園区駅から350m、徒歩約5分
91 | 新駅旅館 台北駅一館 92 | 台北駅から400m、徒歩約5分
97 | 旅行時光民宿 98 | 大橋頭駅から800m、徒歩約11分
103 | Eight Elephants Hostel 104 | 古亭駅から400m、徒歩約5分
109 | 沐舎背包客桟 110 | 忠孝敦化駅から300m、徒歩約4分
115 | 116 |

PyCon APACは以上のホテルの予約サポートをしません。

117 | -------------------------------------------------------------------------------- /ja/venue.html: -------------------------------------------------------------------------------- 1 |

アクセス・来場案内

2 |

中央研究院・人文社会科学館(HSSB)

3 | 4 |

5 | 6 |

会場紹介

7 |
    8 |
  • PyCon APAC 2015 venue is at Humanities and Social Science Building (HSSB), Academia Sinica. 9 |
  • 115台北市南港区研究院路2段128号(google Mapに表示)
  • 10 |
  • 中央研究院正門から徒歩約10分で会場へ、またタクシーで研究院に入り直接会場へ行けます。
  • 11 |
12 |

会場のアクセス情報は中央研究院のウェブサイトで検索してください。

13 | 14 |

桃園国際空港から

15 |

タクシーで

16 |

第1ターミナルビルと第2ターミナルビルの入国ロビー外にタクシー乗り場があります。空港発着のタクシーはメーター料金に50%の費用が加算されます(高速道路の通行料は不要です)。空港から中央研究院(台北市の東端)までのタクシー代はおおよそNT1,500元、空港から台北市中心部までのタクシー代はおおよそNT1,000元です。

17 | 18 |

空港シャトルバスで直接南港展覧館へ

19 |

国光バスは最も経済的で便利な方法です。国光バス1843番線は台北南港展覧館(MRT南港展覧館駅1番出口付近)まで運行していて、バス代はNT115元です。そこからタクシーに乗り換えて会場まで約NT100元。全所要時間は約90分です。

20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 |
行き先国光バス1843番線時刻表
空港から南港展覧館06:2207:3708:5209:5210:5211:4212:42
13:4214:2215:2216:0216:4217:2218:07
18:5219:3720:2221:0721:5222:3723:22
南港展覧館から空港05:0006:1507:3008:3009:3010:2011:20
12:2013:0014:0014:4015:2016:0017:30
18:1519:0019:4520:3021:1522:00
84 | 85 |

空港シャトルバスでその他の場所へ

86 |

乗り継ぎが必要で、シャトルバスの多くは台北駅或いは台北市政府までです。

87 |
    88 |
  • チケット売り場:入国旅客待合ロビー
  • 89 |
  • チケット料金:NT100~150元
  • 90 |
  • 所要乗車時間:一般の交通量で約1時間
  • 91 |
  • バス発車間隔:20分に1便
  • 92 |
  • バス停位置:
      93 |
    • 第1ターミナルビル:入国旅客待合ロビーの西南側
    • 94 |
    • 第2ターミナルビル:入国旅客待合ロビーの東北側1F
    • 95 |
  • 96 |
97 |

更に詳細な情報は空港シャトルバスのサイトで検索してください。

98 | 99 |

台北駅から

100 |

MRTで

101 |

2種類の方法で会場に行けます。

102 |
    103 |
  • 藍5番線(板南線)に乗車して南港展覧館駅で下車します(2番出口)。その後、205、212、276、306、620、645、679、小1、小5、小12番のバスに乗車して、中央研究院前で下車します。
  • 104 |
  • 藍5 番線(板南線)に乗車して南港駅で下車します(1番出口)。その後、212、270、藍25番のバスに乗車して、中央研究院前で下車します。
  • 105 |
106 |

また、バスに代えてタクシーも利用できます。料金は約NT80元です。過去の経験によると、多くの方がこの方法で会場に来ています。MRT駅からタクシー相乗りの方法も考えられます。
107 | MRTの更に詳細な情報はオフィシャルサイト.で検索してください。

108 | 109 |

バスで

110 |

205、212、212直通、270、270区間、276、306、306区間、620、645、645副線、小1、小12、小12区間、小5、藍25番のバスに乗車して、中央研究院前で下車します。

111 | 112 |

Ubike

113 |

中央研究院の周辺にもUbikeの貸出しステーションがあります。路線は下図を参照してください。更に詳細な付近のUbike路線情報は、OpenCycleMapで検索してください。

114 | -------------------------------------------------------------------------------- /kr/.keepthis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pycontw/APAC2015WebContent/72e65e03f101931480729c4f2963ca5aac4ea6b4/kr/.keepthis -------------------------------------------------------------------------------- /kr/150316014-PyCon APAC 2015 Web Content (KO).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pycontw/APAC2015WebContent/72e65e03f101931480729c4f2963ca5aac4ea6b4/kr/150316014-PyCon APAC 2015 Web Content (KO).docx -------------------------------------------------------------------------------- /pics/.keepthis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pycontw/APAC2015WebContent/72e65e03f101931480729c4f2963ca5aac4ea6b4/pics/.keepthis -------------------------------------------------------------------------------- /pics/night-party/IMG_8964.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pycontw/APAC2015WebContent/72e65e03f101931480729c4f2963ca5aac4ea6b4/pics/night-party/IMG_8964.jpg -------------------------------------------------------------------------------- /pics/night-party/IMG_8975.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pycontw/APAC2015WebContent/72e65e03f101931480729c4f2963ca5aac4ea6b4/pics/night-party/IMG_8975.jpg -------------------------------------------------------------------------------- /pics/night-party/IMG_9028.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pycontw/APAC2015WebContent/72e65e03f101931480729c4f2963ca5aac4ea6b4/pics/night-party/IMG_9028.jpg -------------------------------------------------------------------------------- /pics/night-party/IMG_9076.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pycontw/APAC2015WebContent/72e65e03f101931480729c4f2963ca5aac4ea6b4/pics/night-party/IMG_9076.jpg -------------------------------------------------------------------------------- /pics/night-party/IMG_9094.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pycontw/APAC2015WebContent/72e65e03f101931480729c4f2963ca5aac4ea6b4/pics/night-party/IMG_9094.jpg -------------------------------------------------------------------------------- /pics/night-party/IMG_9135.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pycontw/APAC2015WebContent/72e65e03f101931480729c4f2963ca5aac4ea6b4/pics/night-party/IMG_9135.jpg -------------------------------------------------------------------------------- /pics/night-party/IMG_9162.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pycontw/APAC2015WebContent/72e65e03f101931480729c4f2963ca5aac4ea6b4/pics/night-party/IMG_9162.jpg -------------------------------------------------------------------------------- /pics/night-party/IMG_9215.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pycontw/APAC2015WebContent/72e65e03f101931480729c4f2963ca5aac4ea6b4/pics/night-party/IMG_9215.jpg -------------------------------------------------------------------------------- /pics/night-party/IMG_9264.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pycontw/APAC2015WebContent/72e65e03f101931480729c4f2963ca5aac4ea6b4/pics/night-party/IMG_9264.jpg -------------------------------------------------------------------------------- /scripts/Gandi_logo_black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pycontw/APAC2015WebContent/72e65e03f101931480729c4f2963ca5aac4ea6b4/scripts/Gandi_logo_black.jpg -------------------------------------------------------------------------------- /scripts/LIVEHOUSE.IN_-624x276.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pycontw/APAC2015WebContent/72e65e03f101931480729c4f2963ca5aac4ea6b4/scripts/LIVEHOUSE.IN_-624x276.jpg -------------------------------------------------------------------------------- /scripts/azure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pycontw/APAC2015WebContent/72e65e03f101931480729c4f2963ca5aac4ea6b4/scripts/azure.png -------------------------------------------------------------------------------- /scripts/carousell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pycontw/APAC2015WebContent/72e65e03f101931480729c4f2963ca5aac4ea6b4/scripts/carousell.png -------------------------------------------------------------------------------- /scripts/gen_sponsor_page.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/python 2 | 3 | import jinja2 4 | import csv 5 | import logging 6 | import codecs 7 | from collections import defaultdict 8 | from gcloud import storage 9 | from jinja2 import Template 10 | template = Template(open('sponsor_page.html').read()) 11 | 12 | 13 | bucket = storage.get_bucket( 14 | "pycon-apac-2015", 15 | "living-bio" 16 | ) 17 | 18 | 19 | def upload_image(filename): 20 | try: 21 | key = bucket.upload_file(filename) 22 | key.make_public() 23 | return key.public_url 24 | except: 25 | return 'http://storage.googleapis.com/pycon-apac-2015/%s' % filename 26 | 27 | def import_application(): 28 | level_orders = ["Gold", "Silver", "Bronze", "Media", "Other"] 29 | sponsor_categories = defaultdict(list) 30 | with open('application.csv') as ifile: 31 | ireader = csv.DictReader(ifile) 32 | 33 | for row in ireader: 34 | if not row['Sponsor Package']: continue 35 | level = row['Sponsor Package'].split()[0] 36 | if level not in level_orders: 37 | logging.warning("not recognize level %s", level) 38 | continue 39 | 40 | name = row["Sponsor Name"].decode('utf8') 41 | logo = upload_image(row["Sponsor Logo Image"]) 42 | description = row["Sponsor Description"].decode('utf8') 43 | 44 | sponsor_categories[level].append({ 45 | "name": name, 46 | "level": level, 47 | "logo": logo, 48 | "description": description 49 | }) 50 | 51 | sponsor_categories = [{ 52 | "level":k, 53 | "sponsors": sponsor_categories[k] 54 | } for k in level_orders] 55 | 56 | html = template.render(sponsor_categories=sponsor_categories) 57 | with open('sponsor_page.gen.html', 'w') as ofile: 58 | ofile.write(html.encode('utf8')) 59 | 60 | 61 | if __name__ == '__main__': 62 | import clime; clime.start(debug=True) 63 | -------------------------------------------------------------------------------- /scripts/gitcafe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pycontw/APAC2015WebContent/72e65e03f101931480729c4f2963ca5aac4ea6b4/scripts/gitcafe.png -------------------------------------------------------------------------------- /scripts/hde-logo-pycon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pycontw/APAC2015WebContent/72e65e03f101931480729c4f2963ca5aac4ea6b4/scripts/hde-logo-pycon.png -------------------------------------------------------------------------------- /scripts/inwinStack.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pycontw/APAC2015WebContent/72e65e03f101931480729c4f2963ca5aac4ea6b4/scripts/inwinStack.jpg -------------------------------------------------------------------------------- /scripts/kkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pycontw/APAC2015WebContent/72e65e03f101931480729c4f2963ca5aac4ea6b4/scripts/kkbox.png -------------------------------------------------------------------------------- /scripts/logo_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pycontw/APAC2015WebContent/72e65e03f101931480729c4f2963ca5aac4ea6b4/scripts/logo_3.png -------------------------------------------------------------------------------- /scripts/machine-zone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pycontw/APAC2015WebContent/72e65e03f101931480729c4f2963ca5aac4ea6b4/scripts/machine-zone.png -------------------------------------------------------------------------------- /scripts/mitac-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pycontw/APAC2015WebContent/72e65e03f101931480729c4f2963ca5aac4ea6b4/scripts/mitac-logo.png -------------------------------------------------------------------------------- /scripts/oursky-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pycontw/APAC2015WebContent/72e65e03f101931480729c4f2963ca5aac4ea6b4/scripts/oursky-logo.png -------------------------------------------------------------------------------- /scripts/pinkoi_400x160.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pycontw/APAC2015WebContent/72e65e03f101931480729c4f2963ca5aac4ea6b4/scripts/pinkoi_400x160.png -------------------------------------------------------------------------------- /scripts/softlayer-logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pycontw/APAC2015WebContent/72e65e03f101931480729c4f2963ca5aac4ea6b4/scripts/softlayer-logo.jpg -------------------------------------------------------------------------------- /scripts/sponsor_page.gen.html: -------------------------------------------------------------------------------- 1 |
2 | 3 |

Gold

4 |
5 |
6 |
7 |
8 |
9 |

Microsoft Azure

10 |

Microsoft Azure 是微軟公司所提供之國際級雲端平台,全球設有二十個大型資料中心,IaaS 部分除了支援 Windows 平台外,更支援主流 Linux 作業系統,PaaS 部分支援ASP.NET, PHP, Java, node.js, Python,資料庫部分支援Microsoft SQL Server, Oracle 與 MySQL,是一開放之雲端平台. 核心服務通過ISO 27007,PCI DSS,HIPAA,SOC 1,SOC 2,FedRAMP,UK G-Cloud 等多項國際資安認證,目前微軟是全世界第一個取得 ISO/IEC 27018 Cloud Privacy 認證之國際公司

11 |
12 |
13 | 14 |
15 |
16 |
17 |
18 |

Gandi

19 |

Gandi (Gestion et Attribution des Noms de Domaine sur Internet) or in English “Management and Allocation of Domain Names on the Internet” is a company providing domain name registration and management as well as cloud hosting services. Gandi has its headquarters in Paris and offices in Luxembourg, San Francisco and Taipei. The company offers over 500 domain extensions and continues to add to this list on a regular basis. Gandi considers itself to be an ethical domain name registrar in an industry that has some ‘grey’ practices, it values the customers rights and privacy above all else and seeks to defend these wherever possible. As of 2014, Gandi manage more than 1,500,000 domain names from 192 countries, which places Gandi first among domain name registrars in France, sixth in Europe, and in the top 15 worldwide. Clients range from individuals, associations and small companies, to public institutions (The European Union for example) and large multinational corporations with confidence in Gandi.

20 |
21 |
22 | 23 |
24 |
25 |
26 |
27 |

SoftLayer - an IBM Company

28 |

SoftLayer, an IBM Company, provides cloud infrastructure as a service from a growing number of data centers and network points of presence around the world. Our customers range from Web startups to global enterprises. 29 | Products and services include bare metal and virtual servers, networking, turnkey big data solutions, private cloud solutions, and more. Our unique advantages include the industry's first Network-Within-a-Network topology for true out-of-band access, and an easy-to-use customer portal and robust API for full remote-access of all product and service management options. 30 |

31 |
32 |
33 | 34 |
35 |
36 |
37 |
38 |

HDE, Inc.

39 |

HDE, Inc. is a leading cloud-based security provider in Japan. Our service HDE One is designed to: prevent unauthorized access to cloud services (Access Control); reduce the risk of information leakage due to devices theft or loss (Device Security); prevent email data breaches (Messaging Security). These solutions are provided for users of cloud services like Office365, Google Apps, Salesforce. The concept of HDE, Inc. is "liberation of technology" which means to make the world better by sharing benefits of new forefront technology to our customers thorough adaption of those technologies into our service. 40 | 41 | To know more about our company, please visit http://www.hde.co.jp/en/. 42 |

43 |
44 |
45 | 46 | 47 |

Silver

48 |
49 |
50 |
51 |
52 |
53 |

Oursky

54 |

(English first, please contact me when you need a Chinese version / shorter version) 55 | 56 | Oursky is a small web & mobile product development studio proudly based in Hong Kong. We build products with amazing experience, and turn ideas into reality. 57 | 58 | Oursky is a team which: 59 | - We're developers, and build a company where we want to work; 60 | - We're geeky, and use latest technologies and whatever is cool; 61 | - We appreciate good design, and build usable and great digital products; 62 | - We fight for a better world, and actively involve in progressive social changes. 63 | 64 | Our works include: 65 | - PandaForm, a web form builder with 8000 users; 66 | - Jamn, which has been listed in Apple’s prestigious ‘Best of 2013 Apps’ 67 | - Artstack, a social network for fine art lovers with 2M users.

68 |
69 |
70 | 71 |
72 |
73 |
74 |
75 |

GitCafe

76 |

77 |
78 |
79 | 80 |
81 |
82 |
83 |
84 |

Kdan Mobile

85 |

Established in 2009, Kdan Mobile Software Ltd. is a full-fledged software and business analytic company that specializes in developing content creation solutions as well as providing multimedia integration services. Our mission is to enhance the quality of life through software development. Our products provide solutions in the areas of Business, Productivity, Utility, and Entertainment across platforms including iOS, Android, Windows, and Macintosh. 86 |

87 |
88 |
89 | 90 |
91 |
92 |
93 |
94 |

Trend Micro (趨勢科技)

95 |

Trend Micro is the global leader in IT security, we develop innovative security solutions that make the world safe for businesses and consumers to exchange digital information. With over 26 years of security expertise, we’re recognized as the market leader in server security, cloud security, and small business content security.

96 |
97 |
98 | 99 |
100 |
101 |
102 |
103 |

inwinSTACK

104 |

隨著主流開發平臺逐漸開源化,目前IT產業想要取得更多商機與利益,擁抱開源將會是重要的趨勢。開放原始碼軟體與協作開發能精進最先進領域的各項技術,OpenStack 是個擁有超過二萬個開發者參與的專案, 創造了開源史上的新里程碑 基於對開放原始碼的熱誠與信心,inwinSTACK團隊以過去多年在雲端領域所累積的經驗及前瞻性眼光,洞悉OpenStack IaaS 平台在IDC 營運商及企業IT系統市場中逐漸成為主流,因而積極籌組實力堅強的專業技術團隊,投入OpenStack 研發, 並與全球主要OpenStack 廠商合作, 建立台灣本身OpenStack 技術能量及與世界最新雲端技術接軌. inwinSTACK 提供客戶全方位的開放雲端平台環境包含運算, 儲存及網路 的IaaS架構諮詢, 教育訓練, 系統整合及佈署, 系統維護及委外管理等相關服務. inwinSTACK致力於提供客戶更貼近企業需求的多元化選擇與客製化服務,協助客戶擁有兼具穩定安全,高品質高C/P 值的雲端資訊系統環境,進而提昇客戶整體競爭優勢及創造最高利潤。 迎棧科技秉持著開放、服務、速度、價值、安全、溫馨、誠信、勤奮的經營理念,追求企業永續經營及成長, 目標成為國際級首屈一指的開放原始碼服務商。 105 | 106 | ※ 願景 107 | 108 | ※ 專注目標 - 只做OpenStack 109 | 110 | ※ 技術能量 - 研發與客製化能力 111 | 112 | ※ 服務導向 - 訓練、諮詢、建置 113 | 114 | ※ 本地支援 - 台灣最專業的團隊

115 |
116 |
117 | 118 |
119 |
120 |
121 |
122 |

Carousell 旋轉拍賣

123 |

Carousell - 旋轉拍賣,自2012年創立,目前為東南亞最大且成長最快速,新加坡第一名生活風格及第一名購物的C2C行動交易社群App。結合網路社群和行動商務,以讓銷售變得更簡單為目標,提供一更為簡化、方便的交易平台。

124 |
125 |
126 | 127 |
128 |
129 |
130 |
131 |

MiTAC 神通資科

132 |

"MiTAC 神通資科為國內資深系統整合廠商,更是Google Cloud Platform 亞太區策略合作夥伴,可提供企業全方位的 Google 雲端解決方案。Google Cloud Platform 提供了 Iaas 及 PaaS 的服務,擁有完整的運算、儲存與應用服務解決方案,讓您享有與 Gmail、Google Drive 相同的 Data Center 資源! 133 | 134 | MiTAC is a leading system integration company in Taiwan, and also a Google Cloud Platform partner. Google Cloud Platform enables developers to build, test and deploy applications on Google’s highly-scalable and reliable infrastructure. "

135 |
136 |
137 | 138 |
139 |
140 |
141 |
142 |

Machine Zone, Inc.

143 |

Founded in 2008 and based in Palo Alto, California, Machine Zone, Inc. (formerly Addmired, Inc.) is a technology-focused mobile gaming company building the best global real-time hardcore MMOs. With exploding revenue growth and an unwavering focus on technological innovations, we are always looking for exceptional talents from around the world to help build a great, iconic tech company.

144 |
145 |
146 | 147 | 148 |

Bronze

149 |
150 | 151 |

Media

152 |
153 |
154 |
155 |
156 |
157 |

LIVEhouse.in

158 |

LIVEhouse.in 為一嶄新台灣國產直播平台,其開發團隊擁有堅強技術及設計能力,已在台灣成功打造全世界最大的 K 歌平台 -- iKala。LIVEhouse.in 正積極與合作夥伴進行市場拓展,目前已經迅速累積數十個合作夥伴,並完成許多知名的大型活動直播,包括了全國性的國是會議直播,以及全球性的 COMPUTEX 論壇直播。LIVEhouse.in 除了在台灣扎根,也積極邁向國際市場。如需瞭解更多,請來信至 mkt@LIVEhouse.in

159 |
160 |
161 | 162 |
163 |
164 |
165 |
166 |

Tagtoo

167 |

Tagtoo, a venture backed start-up, specializes in online advertising innovation. As a pioneer of Real Time Bidding advertising technology in Taiwan, Tagtoo provides Demand Side Platform service that allows marketers to find the right customers at the right time and maximize the return on online advertising spending. With expertise in cloud architecture and big data analysis, Tagtoo’s clientele includes major industry player in e-commerce, real estate, travel, finance, and so on. 168 |

169 |
170 |
171 | 172 | 173 |

Other

174 |
175 |
176 |
177 |
178 |
179 |

Pinkoi

180 |

Pinkoi is the leading curated community and marketplace for designers in Asia for people to buy, sell, share designs and to be inspired.

181 |
182 |
183 | 184 |
185 |
186 |
187 |
188 |

KKTIX

189 |

KKTIX, the online event registration service from KKBOX, is the best platform to find and organize events. It allows event organizers to compose customized event page, set up ticket sales, and use e-tickets to streamline the registration process. For event searchers, KKTIX helps you manage the tickets purchased online, making everyday life full of fantastic events. 190 |

191 |
192 |
193 | 194 | 195 |
196 | -------------------------------------------------------------------------------- /scripts/sponsor_page.html: -------------------------------------------------------------------------------- 1 |
2 | {% for sponsor_category in sponsor_categories %} 3 |

{{sponsor_category.level}}

4 |
{% for sponsor in sponsor_category.sponsors %} 5 |
6 |
7 |
8 |
9 |

{{sponsor.name}}

10 |

{{sponsor.description}}

11 |
12 |
13 | {% endfor %} 14 | {% endfor %} 15 |
16 | -------------------------------------------------------------------------------- /scripts/tagtoo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pycontw/APAC2015WebContent/72e65e03f101931480729c4f2963ca5aac4ea6b4/scripts/tagtoo.png -------------------------------------------------------------------------------- /scripts/trend.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pycontw/APAC2015WebContent/72e65e03f101931480729c4f2963ca5aac4ea6b4/scripts/trend.jpeg -------------------------------------------------------------------------------- /zh-tw/.keepthis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pycontw/APAC2015WebContent/72e65e03f101931480729c4f2963ca5aac4ea6b4/zh-tw/.keepthis -------------------------------------------------------------------------------- /zh-tw/about-code_of_conduct.html: -------------------------------------------------------------------------------- 1 |

PyCon APAC 是由亞太區域的 Python 程式語言社群所發起的大會,希望能促進社群中的討論與意見交流。為了提供歡樂、愉快、生氣蓬勃的環境,創造價值,PyCon APAC 製作此行為準則 (code of conduct)。本公約適用於參與者在 PyCon APAC 相關的實體與數位場域中的一切言行。期望大家一起合作,讓 PyCon APAC 充滿互敬與互信。

2 | 3 | 4 |

行為準則

5 | 6 |

參加者不可有任何騷擾的言行。大會不容忍任何的騷擾或歧視。無分國籍、種族、語言、性別、性取向、年齡、身心狀況、信仰、職業、資歷、政治傾向,智力,每一位參加者都應該獲得同樣的尊重。

7 | 8 |

彼此欣賞。每位參加者都應該抱持專業的態度與行為。Python 的使用者來自不同的專業分工、技術背景與應用領域。我們以非常多樣的方式使用並貢獻 Python 技術。任何貶低社群中其它成員的言行都是不適當的。

9 | 10 |

體貼他人。任何形式的性暗示,都不適於大會中的任何場合。這些場合包含但不限於演講、開放空間,或社群媒體。最好不要有發自於刻板印象的言行。會議中請把手機調為靜音,或是其它不會影響他人的模式。

11 | 12 |

研討會籌備團隊有權調整任何違反此準則的行為。僅需根據籌備團隊的裁決,違反準則者可能必須離開會場,並不得退費。

13 | 14 |

本行為準則將由 PyCon APAC 籌備團隊認可執行。

15 | -------------------------------------------------------------------------------- /zh-tw/about-recruit.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

志工徵求

4 |

PyCon APAC 2015 持續在募集志工,有意願加入活動舉辦志工的人,請以 mail 方式聯絡。我們都是志願在工作閒暇或課餘時投入推廣 Python 語言的同好。志工的目的在於與我們一起燃燒生命推廣 Python :p 。相當歡迎各位的加入。

5 |

報名志工需先同意 PyCon APAC 的行為準則。在社群中也同時遵守這些原則。在 PyCon APAC 2015,我們遵守 "Everybody Pay" 的原則,無論志工或講師都是自掏腰包報名今年的 PyCon APAC 2015,你並不會得到額外的折扣。

6 |

報名的人並不一定會被分派到哪個組別,也並不保證一定能加入 ( 人力分派與調控由大會考量 ) ,但你可以在來信註明你對活動的哪個環節有興趣。若你願意與我們一起成功舉辦亞太區最大的 Python 盛會,我們相信你一定能獲得很多東西。比如人脈與經驗。並在未來的某個時刻幫助你。

7 |

若你準備好了,請來信到 organizers@pycon.tw

8 |

標題請註明為[PyConAPAC2015] 志工報名,並包含:

9 |
    10 |
  • 聯絡方式
  • 11 |
  • 簡單的自我介紹,與過去是否有協助舉辦活動的經驗
  • 12 |
  • 你有興趣的組別(組別列表請參考關於頁面)
  • 13 |
14 |

大學生工讀

15 |
    16 |
  • 時間:六月 5-7(周五六日)08:00 - 17:00
  • 17 |
  • 給薪:NTD 120/hr
  • 18 |
  • 報名聯絡:jinartphoto@gmail.com (Jin)
  • 19 |
20 |

工作內容與詳細描述

21 |

在會議期間協助場務佈置、會眾引導與相關工作事項。大會提供早餐(未定)、中餐和下午茶。由於給薪,因此工讀生視為 PyCon 短期員工,以協助活動舉辦為主,並不能自由參加議程。工作期長與時間可彈性調整,並自行選擇可工作的空檔。最短從半天到全部參加都是可以的。

22 |

請來信附上:

23 |
    24 |
  • 聯絡方式
  • 25 |
  • 簡單的自我介紹
  • 26 |
  • 就讀學校
  • 27 |
  • 可行的時段
  • 28 |
29 |

負責人 Jin 會盡快回覆。

30 |
31 |
32 | -------------------------------------------------------------------------------- /zh-tw/about-regional_pycons.html: -------------------------------------------------------------------------------- 1 |

我們希望能透過 PyCon APAC 這性質的活動,讓亞太地區的 Python 使用者有更多的互動與交流。在亞太區的 PyCon 除了 PyCon Taiwan 外,有不少地區性的 PyCon 值得各位造訪與參加!

2 | 3 | 6 | 7 |

近期舉辦的 PyCon

8 |

菲律賓

9 | 13 | 14 |

馬來西亞

15 | 20 | 21 |

新加坡

22 | 26 | 27 |

澳洲

28 | 32 | 33 |

日本

34 | 38 | 39 | 42 | 43 |

中國

44 | 47 | 48 |

紐西蘭

49 | 54 | -------------------------------------------------------------------------------- /zh-tw/about.html: -------------------------------------------------------------------------------- 1 |

PyCon APAC 2015

2 | 3 |

PyCon APAC 是由 Python 社群自發性為了亞太地區 Python 愛好者所舉辦的研討會。PyCon APAC 現在每年舉辦一次,歡迎每一位 Python 使用者參加。PyCon 最初是在 2003 年於北美開始舉辦,而如今全世界都有遵照 PyCon 精神所舉行的會議。

4 | 5 |

為了更有效地服務參與者和社群,今年我們發佈了行為準則 (code of conduct)。請詳閱其內容,並讓我們一起建立優質的研討會。

6 | 7 | 8 |

緣起

9 |

PyCon APAC/TW 2015 由亞太區域的 Python 愛好者所組織。舉辦地點在台灣台北。我們希望可以邀請你來參加這次盛會。也歡迎前來贊助、推廣產品,或是宣傳你的事業。今年會議的籌辦人主要來自於以下的社群:

10 | 11 | 18 | 19 |

20 | 21 |

PyCon APAC 是國際性活動。它於 2010 由新加坡開始,在 2013 年移師日本東京,並於 2014 年來到台灣台北。由於台灣今年主辦 PyCon APAC 的關係,原本的 PyCon Taiwan 暫停一次。

22 | 23 | 24 |

委員會

25 |
26 |
    27 |
  • 大會主席 • Keith Yang
  • 28 |
29 |
30 |
    31 |
  • 大會副主席 • 官順暉
  • 32 |
  • 大會副主席 / 議程組負責人 • 許文昌
  • 33 |
  • 議程委員會主席 • 黃偉倫
  • 34 |
  • 議程 / 教學組負責人 • 胡祟偉
  • 35 |
  • 贊助組組長 • 陳建勳
  • 36 |
37 |
38 |
39 |
    40 |
  • 公關組組長 • 魏仕益
  • 41 |
  • 網站組組長 • 戴克任
  • 42 |
  • 註冊組組長 • 許乃文
  • 43 |
  • 財務組組長 • 黃宇新
  • 44 |
  • 場地組組長 • 唐宜靖
  • 45 |
46 |
47 |
48 | -------------------------------------------------------------------------------- /zh-tw/call_for_proposals.html: -------------------------------------------------------------------------------- 1 |

PyCon APAC/Taiwan 2014 提案徵集已結束

2 |

徵求講題已結束,感謝社群同好踴躍投稿,提供意見及詢問。

3 | 4 |

重要日期

5 |
    6 |
  • Dec 23, 2013: Opening of Call for Proposals
  • 7 |
  • Mar 10, 2014: Deadline for Proposal Submissions
  • 8 |
  • Mar 24, 2014: Notification of Proposal Acceptance (Everyone will get a notification before Mar 25)
  • 9 |
  • May 16, 2014: Tutorial Day
  • 10 |
  • May 17-18, 2014: PyCon APAC Conference Days
  • 11 |
12 | 13 | 14 |

from everything import __future__

15 | 16 |

今年我們 2014 亞太及台灣 Python 年會合辦,主題口號是 "from everything import __future__"。 徵求各式領域應用 Python 的案例分析或經驗心得,以下列舉可能的主題範例,但主題不限於此

17 | 18 |
    19 |
  • Web Programming (e.g Django, Pyramid, Web2Py, TurboGears)
  • 20 |
  • Cloud Computing
  • 21 |
  • Startups, Business, and Education
  • 22 |
  • Multimedia, Animation, and Graphics
  • 23 |
  • Game Programming
  • 24 |
  • GUI Programming
  • 25 |
  • Hardware/Embedded System Design
  • 26 |
  • System Administration and Security
  • 27 |
  • Network Programming
  • 28 |
  • Agile Development and Project Best Practices
  • 29 |
  • Packaging Issues
  • 30 |
  • Programming Tools
  • 31 |
  • Python Libraries and Extensions
  • 32 |
  • Python Implementations: IronPython, Jython, PyPy and Stackless.
  • 33 |
34 | 35 |

除了一般長度的演講及閃電秀外,今年也接受教學課程及 SciPy 議程軌的提案。

36 | 37 | 38 |

SciPy 議程軌

39 |

今年我們特別針對科學應用規劃了「SciPy 議程軌」,希望能聚集在科學、工程、學術應用面上的 Python 的同好,讓更多不同的 Python 愛好者分享更廣泛的觀點及內容。

40 | 41 |

不過,SciPy 議程軌只接受英文演講,並且演講提案將會經由同儕審查,所以請投稿者準備一至三頁 A4 紙的加長摘要。

42 | 43 |

接受的主題包含但不限於下列項目:

44 | 45 |
    46 |
  • Scientific Computing, Technical Computing, High-Performance Computing
  • 47 |
  • Scientific/Engineering Education
  • 48 |
  • Computational Sciences
  • 49 |
  • Bioinformatics
  • 50 |
  • Big Data, Data Mining, Machine Learning
  • 51 |
  • Computational Physics, Computational Chemistry, Computational Fluid Dynamics, Computational Mechanics, Computational Electromagnetics
  • 52 |
53 | 54 |

詳情請見英文頁面

55 | 56 | 57 |

教學課程

58 |

除了演講之外,我們也期待看到講者貢獻教學課程,課程總長度為 6 小時,日期在正式議程的前一天。主題方面只要和 Python 相關都非常歡迎。

59 | 60 | 61 |

提案類型

62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 |
類型時間(含問答)可用語言
一般演講25 分鐘中英文
閃電秀5 分鐘中英文
SciPy 議程軌25 分鐘英文
教學課程6 小時中英文
93 | 94 | 95 |

提案上傳

96 |

請於本網站註冊並上傳您的提案,類型包括演講、閃電秀、課程。提案內容請用中文或英文進行說明。一個講題提案,可以由多位講者共同發表,但請由主要講者 (primary presenter) 執行上傳工作。提案內容應包含下列提案資訊:

97 | 98 |
    99 |
  • 講題標題
  • 100 |
  • 類型(一般演講 / 閃電秀)
  • 101 |
  • 語言(中文 / 英文)
  • 102 |
  • 聽眾對象
  • 103 |
  • 講題摘要
  • 104 |
  • 演講錄影檔及簡報投影檔案的授權
  • 105 |
  • 其他額外的附註說明,例如你的工作介紹或使用 Python 的歷史等等,來幫助議程委員做出適當的判斷。
  • 106 |
107 | 108 | 109 |

論文上傳

110 |

如有意願將演講內容延伸成為論文,也歡迎告知。我們將協助您投稿至 The Python Papers 或集結成會議論文集。我們特別鼓勵投稿 Scipy 議程軌的朋友嘗試。

111 | -------------------------------------------------------------------------------- /zh-tw/night-party.html: -------------------------------------------------------------------------------- 1 |

回到未來之夜市

2 |
3 |
4 | past-night-party 5 |
6 |
7 | past-night-party 8 |
9 |
10 |

 

11 |

你以為 PyCon 第二天的活動到 17:30 就結束了嗎?不!精采的 PyCon 晚宴還在後頭! 現場不僅備有美味的自助餐供你大飽口福,還有許多令人大開眼界的表演輪番登台。如果這樣還嫌不夠熱鬧,沒關係!這次更邀請大家一同來擺攤,與我們一起打造屬於 PyCon 熱鬧的夜市!

12 |
    13 |
  • 時間:六月 6 日(六)17:30 - 20:00
  • 14 |
  • 地點:四樓會場旁兩側走道
  • 15 |
  • 參加資格:所有 PyCon APAC 2015 會眾
  • 16 |
17 | 18 |

夜市有什麼?

19 |

你可以開心的欣賞表演、逛夜市攤位;你也可以主持攤位,和大家分享各種有趣的玩意兒:不論是各個推廣社群,或是超夯的 Raspberry Pi、模擬器、3D 動畫、機器人,無線電、初音......等等,只要是任何能引發你強烈興趣的東西都可以帶到現場來與和大家一起分享。攤位的負責人不限個人,我們也歡迎你與好朋友一同組隊主持。

20 |

聽完6/6第二天的議程後,還請別急著離開!緊接著於17:30開始持續至20:00,將是熱鬧的夜市擺攤時間,現場除備有美味的 buffet,舞台上同時有精采的演出,還有互動式遊戲等你來挑戰!

21 |

擺攤報名辦法

22 |

只聽議程不過癮,還想呼朋引伴一起來討論嗎?那麼千萬別錯過夜市擺攤的機會! 23 | 歡迎您發起一個主題,邀請感興趣的會眾一起來討論;或者你已經找到感興趣的討論主題,都請透過以下連結連署開攤吧: 24 | https://goo.gl/qWmmE8 25 | 我們將於第一天議程6/6 02:00p.m.時截止登記,並且統計出參與人數最多的5個組別,然後於6/6的「回到未來之夜市」設立專屬的攤位空間,以及提供坐椅讓大家更舒適地互相分享見解。

26 |

有任何疑問請寄信來reception[at]pycon.tw詢問

27 | -------------------------------------------------------------------------------- /zh-tw/program.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

議程講題公佈

4 |

這邊列出了今年接受的一般、Scipy、閃電秀講題。講題的細節及講者介紹會在 web 組介面完成之後放上。

5 |

另外,我們今年的 Keynote 講者都已經出爐了,歡迎大家查看他們的介紹

6 |

一般講題

7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 |
ID Speaker Lang Title
99 Adrian Liaw English The Implementation of Rubik's Cube Formula in PyCuber
32 Albert Huang English Happy rapid prototyping embedded assembly by Python: My Experience
17 Arindam Pradhan English python wrapping a json api
101 Chia-Chi Chang English How to build a recommendation system with python
91 Chia-Yi Yen English Millions way to avoid overfitting when building a portfolio
39 Dmitry Trofimov English Python Debugger Uncovered
66 Emanuel Danci English GitFs - Building a Filesystem in Python
20 Eric Tham English Machine learning in Finance using Python
65 Ian Lewis English Building a Scalable Python gRPC Service using Kubernetes
52 Lee Yang Peng English Network Security and Analysis system with Python
56 Melvin Foo Hannie Ching Tan Le Xuan English RPyScan
14 Quazi Nafiul Islam English Building Static Blogs using Pelican
78 Sammy Fung English Future Development of PyCON in Asia Pacific
104 Scott Tsai English Programmatic Debugging with GDB and Python
103 Summit Suen English Play Data, Play Ball!
69 Takayuki Shimizukawa English Sphinx autodoc: automated API documentation
79 Wei-Ting Kuo English Sentiment Analysis by NLTK
58 Chao-Kai Chang Mandarin 以雲端語音合成技術為基礎的音文同步有聲書之建立系統
12 Charles Hsu Mandarin Openstack Swift Benchmark with Ansible
80 Chien Hsun Chen Mandarin Tagtoo Task Manager
83 Chun-Yu Tseng Mandarin 快快樂樂成為 Coding Ninja (by pytest)
25 Dan Maas Mandarin MMO Game Server Design with Twisted Python
48 Kilik Kuo Mandarin Kernel-mapper (Tool to simplify the use of PyOpenCL)
102 Ko-Lung Yuan Mandarin Python與電子設計自動化:用愛與堅持實現專業
24 Liang Bo Wang Mandarin Python HDF5 Use Case
92 Shuen-Huei Guan Mandarin Orchestrating the execution of workflows for media streaming service and even more
89 Theon Lin Mandarin How to scale up your Web Apps/Sites written by Python?
95 TsungWei Hu Mandarin 工程師沒告訴設計師的事 / Happy Together: Designer and Programmer
42 Tzer-jen Wei Mandarin 利用 IPython Notebook 來互動簡報與教學
18 Tzu-ping Chung Mandarin The Future of GUI Programming with Python
84 Tzu-ping Chung Mandarin UnicodeEncodeError: can't encode character in position 0
41 Tzung-Bi Shih Mandarin Global Interpreter Lock: Episode I - Break the Seal
53 Tzung-Bi Shih Mandarin ZoneIDAProc: Instrumentation-based Dynamic Accessing
76 Yuchi Lin Mandarin Python 讓你的眼睛聽得見
74 枫 李 Mandarin Python & LLVM
37 高 國棟 Mandarin ceph 介紹
124 | 125 | 126 |

Scipy 講題

127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 |
ID Speaker Lang Title
15 Chu-Ching Huang English Interactive Python Computing Integration
72 David Mikolas English for physics in blender:
71 Hideki Tanaka English Marsface Project: Detecting Pseudo-artificial Structures on Mars
97 Jennifer Ma English Data Analysis in Wearable Technologies
73 Zong-han Xie English Liquid crystal device simulation with Python
151 | 152 | 153 |

閃電秀

154 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 |
ID Speaker Lang Title
62 Alexander Shieh English Python and Reinforcement Learning
100 Chih-Cheng Liang English Learning machine learning Python agilely
23 Chiu-Hsiang Hsu English CPython's bug in feature that nobody uses
51 Lee Yang Peng English Network Security and Analysis system with Python
75 Shunsuke Hida English The Effectiveness of Unit Tests in Django Backend Engineering of Large-scale Web Service
33 Albert Huang Mandarin Preprocessing Chinese Characters for LaTeX: pycwtex
28 Apua Juan Mandarin 開發小工具的心得
44 meng-hao chung Mandarin 網頁爬蟲由淺入淺
190 | 191 |

回到未來之夜市

192 |

你以為 #pyconapac2015 第二天(六月 6 日)的活動到下午 5:30 就結束了嗎?不!精采的 #pyconapac 晚宴還在後頭!現場不僅備有美味的 buffet 供你大飽口福,還有許多令人大開眼界的表演輪番登台。如果這樣還嫌不夠熱鬧,沒關係!這次更邀請大家一同來擺攤,與我們一起打造屬於PyCon熱鬧的夜市!

193 |

前往夜市

194 |
195 |
196 | -------------------------------------------------------------------------------- /zh-tw/registration-financial_aid.html: -------------------------------------------------------------------------------- 1 |

Everybody Pays(公平付費)是 PyCon 的核心價值之一,亦即除特邀講者外,所有的會議參與者,如:講者、會議主席、工作人員、志工,皆需自己付費,方能參加會議。這麼做的原因,已於 Everybody Pays 一文寫明。

2 | 3 |

在維持 Everybody Pays 此一核心價值的同時,我們也規劃了 Financial Aid (財務補助) 方案,希望協助對會議有興趣,但資金支出較為困難的朋友參與這次會議。我們採取審核制,請有需求的朋友主動與我們聯絡,我們收到所有申請後,會根據預算、申請者狀況等因素,決定是否給予 Financial Aid。

4 | 5 |

我們並不想對 Financial Aid 的受理對象有太多硬性的限制!您若是資金支出較為困難,而在熱愛 Python 之餘也願意為 Python 社群付出些什麼,這樣子就算是符合申請標準了!但是,由於 Financial Aid 經費有限,因此能夠補助的數量不多,這種情況下我們希望受理的對象大致為:「最需要被幫助的人」或「對與會者幫助最大的人」。舉例而言,若拿家庭收入欠佳的學生與已有穩定工作的工程師相比,我們會優先協助學生。更進一步,以申請者身分而言,對 Python 社群有所貢獻者,或這次會議的講者,會是我們優先協助的目標。

6 | 7 |

申請流程

8 |

申請 Financial Aid 的方式如下:

9 |
    10 |
  1. 請至售票網站報名,並完成繳費
  2. 11 |
  3. 請寄信至 registration[at]pycon.tw,簡要描述一下您的身分(真實姓名)與情況,並且留下聯絡方式(Email 與電話)
  4. 12 |
  5. 我們會有專人與您聯絡、核對資料及了解您的狀況
  6. 13 |
  7. Financial Aid 受理時間為即日起至正常報名截止日
  8. 14 |
  9. 我們會主動告知您是否有申請到 Financial Aid。若有,將使用退費的方式將資金給予您
  10. 15 |
16 | 17 |

我們知道每個人的經濟狀況,或者是對 Python 社群的貢獻皆是難以比較的。而 Financial Aid 的預算又有限,無法保證能幫到所有人,但我們還是想對有困難的朋友們說:「需要幫忙就說一聲吧!我們盡力!」(握拳)

18 | -------------------------------------------------------------------------------- /zh-tw/registration.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

售票資訊

4 |

此為三天議程活動之報名費用;Tutorials、Workshops,以及 Sprints 之報名與費用請另見相關活動辦法。

5 |

優惠票

6 |

發票將直接捐贈給開放文化基金會。如果需要發票報帳者,請購買一般票

7 |
8 |
9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 24 | 25 | 26 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 41 | 42 | 43 |
票種早鳥價原價說明
22 | 三人優惠票 23 | 2,1902,690早鳥票三人合計 NTD 6,570
27 | 一般票三人合計 NTD 8,070
個人優惠票2,5902,990
學生優惠票1,3901,790限大學(含)以下在學學生
40 | 報到需出示學生證
44 |
45 |
46 | 購票去 47 |
48 |
49 |
50 |

一般票

51 |

附發票

52 |
53 |
54 |
55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 72 | 73 | 74 |
票種早鳥價原價說明
個人/企業一般票4,5905,090可提供三聯式發票
70 | 請註明公司抬頭及統一編號 71 |
75 |
76 |
77 | 購票去 78 |
79 |
80 |
81 |
82 |
83 | 84 |
85 |
86 |

87 | 售票期限 88 |

89 |
    90 |
  • 開始售票:2015 年 4 月 7 日下午 6:05
  • 91 |
  • 早鳥票採限時、限量售票:2015 年 4 月 21 日截止售票
  • 92 |
  • 其餘為 2015 年 5 月 15 日截止
  • 93 |
94 |
95 |
96 | 97 | 98 |
99 |
100 |

101 | 注意事項 102 |

103 |
    104 |
  1. 105 | 請確認地址可收件(只寄送台、澎、金、馬地區) 106 |
  2. 107 |
108 |
109 |
110 |
111 |

本次活動使用感應式識別證做為報到憑證之一,我們將在活動開始前寄送識別證給您

112 |

報名時請留下

113 |
    114 |
  • 可收件的地址,或
  • 115 |
  • 「服務代碼」、「店址」、「全家店到店」。 116 | For example, 117 |
    118 | [FamiPort store-to-store] 10085/Fami Xinsheng S. Rd. Branch
    119 | No.163 Sec. 1, Xinsheng S. Rd., 120 | Da'an Dist., Taipei City 106, Taiwan 121 |
    122 | Or in Chinese, 123 |
    124 | [全家店到店] 10085/新生南路店
    125 | 台北市大安區新生南路一段 163 號 126 |
    127 |
  • 128 |
129 |

全家店到店服務店舖查詢:http://www.famiport.com.tw/shop.asp

130 |
131 |
132 |
133 |
    134 |
  1. 135 | 不接受退票 136 |
  2. 137 |
138 |
139 |
140 |
141 |

本次活動恕不接受退票。

142 |
143 |
144 |
145 |
    146 |
  1. T 裇尺寸
  2. 147 |
148 |
149 |
150 |
151 |

每一位報名參加者皆能得到紀念 T 裇一件,並在報名時填寫您的尺寸。尺寸請參考下表:

152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 |
尺寸身高肩寬長度胸圍
XL> 180457554
L170 - 180447252
M160 - 170436950
S150 - 160406547
XS< 15038.56344
185 |
186 |
187 |
188 |
    189 |
  1. Everybody Pays
  2. 190 |
191 |
192 |
193 |
194 |

PyCon APAC 2015 為使用者需付費之議程,所有工作人員和講者均自行付費參加。(見 PyCon: Everybody Pays

195 |
196 |
197 |
198 |
    199 |
  1. 付款方式
  2. 200 |
201 |
202 |
203 |
204 |

我們提供三種付款方式:信用卡、PayPal、ATM轉帳、全家 FamiPort 超商繳費。

205 |
206 |
207 |
208 |
    209 |
  1. 財務補助計畫 Financial Aid Plan
  2. 210 |
211 |
212 |
213 |
214 |

若您資金上有困難,歡迎申請大會 Financial Aid 計劃,但必須先購票才能申請!

215 |

申請說明請參考專頁

216 |
217 |
218 |
219 |
    220 |
  1. 特殊飲食習慣
  2. 221 |
222 |
223 |
224 |
225 |

會議當天提供午餐,素食或其他需求(例如:不吃牛肉或豬肉)請務必註明。

226 |
227 |
228 |
229 |
    230 |
  1. 票務諮詢管道
  2. 231 |
232 |
233 |
234 |
235 |

如有任何問題,請寄信至 registration[at]pycon.tw

236 |

票務 Ning 將盡快給予回應!

237 |
238 |
239 |
240 |
241 |
242 | -------------------------------------------------------------------------------- /zh-tw/sponsor-info.html: -------------------------------------------------------------------------------- 1 |

一般資訊

2 |
    3 |
  • 贊助申請將於 2015 年四月初截止
  • 4 |
  • 每位贊助者皆必須贊助申請表
  • 5 |
  • 商標圖案必須是 400x160 px 或是等比例放大。建議使用透明背景 PNG 格式。
  • 6 |
7 | 8 | 9 |

聯絡窗口

10 |

請洽陳建勳 (David)

11 | 12 | 13 |

贊助商提袋小物寄送須知

14 |

贊助商可提供DM、徵才資訊、或小贈品,將於註冊時隨大會提袋發送。 15 | 請贊助商於會議開始前一天佈置期間,五月十六日下午,寄送至

16 |
    17 |
  • 地址:
    18 | 11529 台北市南港區研究院路二段128號 人文社會科學館
    19 |
  • 20 |
  • 收件人:廖玟崴先生
    21 | 電話:+886-926-986-948;Email:gattacaliao[at]gmail.com 22 |
  • 23 |
24 | 25 |

若您計畫於更早之前寄出,請事先通知我們。一旦確認後,煩請寄送至

26 |
    27 |
  • 地址:
    28 | 11529 台北市南港區研究院路二段128號 植物暨微生物學研究所 316 室
    29 |
  • 30 |
  • 收件人:廖玟崴先生
    31 | 電話:+886-926-986-948;Email:gattacaliao[at]gmail.com 32 |
  • 33 |
34 | 35 |

提袋寄出後請聯絡廖玟崴先生作進一步確認。

36 | 37 | 38 |

贊助須知:贊助商票券

39 |

Q1. 贊助商如何取得他們的贊助票券?

40 |

PyCon 贊助組負責贊助票的相關事宜。要取得您的贊助票,請透過以下的格式聯絡贊助組,贊助組將馬上協助您完成相關人員的註冊:

41 | 42 |

43 | 信箱: sponsorship[at]pycon.tw
44 | 標題: Complimentary Pass Acquition - [Sponsor Company Name]
45 | 內容: 46 |

47 |
48 |
49 | 50 |

贊助票券,共需[N]張
第 1 張:

51 |
    52 |
  • 名稱或暱稱,例:Drake
  • 53 |
  • E-Mail,例:sponsorship[at]pycon.tw
  • 54 |
  • 聯絡電話,請加上國碼,例:+886-123-456789
  • 55 |
  • 國家
  • 56 |
  • 性別
  • 57 |
  • 當日食物:葷 / 素
  • 58 |
  • T-Shirt 大小。相關資訊請見註冊頁面
  • 59 |
60 |

第二張:

61 |
    62 |
  • ...
  • 63 |
64 |

一旦我們收到信件,將馬上進行處理。

65 |
66 |
67 | 68 |

Q2. 當日報到

69 |

當日報到地點的詳細資訊請參考會場資訊。 屆時報到區將有專員為您服務。要完成當日的註冊流程:

70 | 71 |
    72 |
  1. 請告知我們您票券訂購的序號後三碼,或是使用票券內附的 QR 條碼。它看起來如下方所示: 73 |

    74 | 訂購序號. #12301234 or QR code sample 75 |

    76 |
  2. 77 |
  3. 為了驗證您的身分,另需請您提供任何一項可以證明您的身分的資料: 78 |
      79 |
    • 公司名片,也請您惠賜一張公司名片
    • 80 |
    • 身分證或是護照
    • 81 |
    • 或是任何可以證明贊助商與您身分的資料皆可
    • 82 |
    83 |
  4. 84 |
85 | -------------------------------------------------------------------------------- /zh-tw/sponsor-prospectus.html: -------------------------------------------------------------------------------- 1 |

贊助方案介紹

2 |

標準方案

3 |
4 |
5 |
6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 |
黃金級白銀級青銅級
費用 5,000 美金 2,000 美金 1,000 美金
攤位vv
演講v
贊助票數目 5 3 1
曝光度1st2nd3rd
公司資訊是否出現在議程導覽vv*
公司商標是否出現在海報vv
公司商標是否出現在網站vvv
是否可提供圖片供顯示於提袋上vv
人才相關訊息vvv
78 |

*依議程導覽之版面編排可能有所變動.

79 |
80 |
81 |
82 | 83 |

媒體贊助

84 |

進一步訊息請洽 官順暉

85 |
    86 |
  • 於 PyCon APAC 官網上標示
  • 87 |
  • 附贈一張贊助票
  • 88 |
89 | 90 |

友情贊助

91 |

500美金, 僅限於個人或新創團隊

92 |
    93 |
  • 相關條件同青銅級贊助方案
  • 94 |
95 | 96 |

這裡有更完整的贊助方案說明書( 文版) 供您進一步參考
97 | 歡迎加入 贊助商 行列.

98 | -------------------------------------------------------------------------------- /zh-tw/sponsor-why.html: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 |

關於 PyCon

7 |
8 |

PyCon 是由 Python 使用者社群舉辦的年度聚會. 參加者的使用經驗不拘,從初階入門者至高階駭客都有。

9 |

第一次的 PyCon 是2003年於美國舉辦。隨著時間的經過以及使用者人數的增加,截至今日,每年有非常多的 PyCon 在世界各地舉辦。

10 | 11 |
12 | 13 |

關於 PyCon APAC

14 |

PyCon APAC 為亞太區專為 Python 使用者舉辦使用者舉辦的年度會議。本屆 (2014) 即將於台灣舉行 Taiwan. 更多訊息請參考 官網

15 | 16 |

17 |

 

18 | 19 | 20 |

為何贊助 PyCon APAC/TW 2015?

21 |

下表列出了過去幾屆 PyCon TW 的一些成績。不管是參加人數還是議程數目,幾乎所有數據都顯示倍數的成長。而我們也預測相同的成長態勢會延續至今年。

22 | 23 | 24 | 25 | 26 | 28 | 33 | 38 | 43 | 44 | 45 | 46 | 47 | 50 | 53 | 56 | 59 | 60 | 61 | 64 | 67 | 70 | 73 | 74 | 75 | 78 | 81 | 84 | 87 | 88 | 89 | 92 | 95 | 98 | 101 | 102 | 103 | 106 | 109 | 112 | 115 | 116 | 117 | 120 | 123 | 126 | 129 | 130 | 131 |
27 | 29 | 30 | PyConTW 2012 31 | 32 | 34 | 35 | PyConTW 2013 36 | 37 | 39 | 40 | PyConTW 2014 41 | 42 |
48 | 日期 49 | 51 | June 9-10, 2012 52 | 54 | May 25-26, 2013 55 | 57 | May 17-18, 2013 58 |
62 | 議程數(錄取數/投稿數) 63 | 65 | 18 / 20 66 | 68 | 33 / 50 69 | 71 | 55 / 81 72 |
76 | 閃電秀 77 | 79 | 6 80 | 82 | 14 83 | 85 | 15 86 |
90 | 參加人數 91 | 93 | 260 94 | 96 | 400 97 | 99 | 650 100 |
104 | 兩個月的官網 導覽率/參觀者 105 | 107 | 27,722 / 8,608 108 | 110 | 62,854 / 17,636 111 | 113 | 136,113 / 28,924 114 |
118 | 贊助商數目 119 | 121 | 5 + 6 (Patron) 122 | 124 | 21 125 | 127 | 24 128 |
132 | 133 | 134 |

135 |

 

136 | 137 |

人才集散地

138 | 139 |

整個 PyCon 就像個大型程式設計師及 Geeks 的嘉年華會。他們很多都不止熟悉 Python,而且也對其他尖端技術懷有熱忱。 來到這裡,您可以很容易找到適合公司發展的人才!

140 | 141 |
142 |
143 |

拓展公司人才庫

144 |

145 |

首先,贊助商可以獲得這些人才的聯絡資訊。我們相信這會是您未來最有用的求才管道。

146 |
147 |
148 |

設置攤位

149 |

150 |

您一定不會想要錯過我們的求職/求才專區! 我們提供場地供您擺攤,方便您與這些高優質工程師接觸、建立關係並進一步面談。以便日後有機會能幫助公司快速發展。

151 |
152 |
153 |
154 |
155 |

提升公司知名度

156 |

157 |

在我們的官網及議程簡介等書面文宣等,可供您放置公司商標、簡介等。如此可增加您曝光機會,提升公司知名度,有利於日後求才。

158 |
159 |
160 |

求職/求才 雙贏

161 |

162 |

來自整個亞太區的駭客、Geeks、技術狂熱者將會齊聚一堂。本屆 PyCon APAC 是您提升國際知名度最好的機會。現在就加入贊助商的行列,幫助自己推向國際!

163 |
164 |
165 | 166 |

 

167 |

更多資訊請參考 如何贊助 PyCon APAC

168 | -------------------------------------------------------------------------------- /zh-tw/tutorial.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

專業課程 (Tutorial) 簡介

4 |

專業課程 (Tutorial) 是 PyCon APAC 2015 活動的一部份,舉辦時間在研討會的前一週內,分成全天 (09:00-17:00) 或半天的課程,形式都是手把手教學。經過公開徵求後,我們錄取了七個課程提案,講題、講師,還有日期資訊如下:

5 | 14 | 15 |

更新 2015/05/14: Flask 和 PyGame 已取消。

16 | 17 |

如何抵達課程教室

18 |

課程場地統一使用淡江大學台北校區教室,地址是台北市金華街199巷5號,請由 KKTIX 頁面查詢各課程的教室編號

19 |

場地距離捷運東門站出口 (四號、五號) 約 500 公尺,請沿麗水街往南,遇愛國東路右轉,白色建築物就是台北校區,門口正對摩門教會。請參考路線圖指標,還有下列的提示照片。

20 |
21 | 22 | 23 |

報名或候補方式

24 |

課程和研討會各自獨立收費,全天課程一般票是 5,000 元,學生票是 3,500 元,半天課程一般票是 2,500 元,學生票是 1,750 元。需要修習證明的朋友,請寄信給課程聯絡人申請電子檔。

25 |

請到各別的 KKTIX 報名頁面註冊及付款,需要報帳的朋友,請務必填寫公司抬頭和統編資料。上課當天會交付發票。

26 |

報名後,請於三天內完成繳費,三天內沒有繳費的話,系統自動取消報名。

27 |

報名人數滿班後,不再接受線上報名,想候補的朋友,請載明姓名、聯絡電郵、聯絡手機,寄信到 organizers[at]pycon.tw。我們發現有額外座位時,會依序通知候補名單。

28 | 29 |

開課條件

30 |

至少要有 5 人報名,才會正式開課,人數不足 5 人的話,我們將全額退費。

31 | 32 |

轉讓或退費

33 |

因故無法到場上課的話,請在開課前一週,寄信到 organizers[at]pycon.tw 通知,主辦單位可參考規定扣除行政費用,在活動結束之後退費。

34 |

因故無法到場上課的話,也可以將課程轉讓,同樣請在開課前通知 organizers[at]pycon.tw 轉讓結果,或由主辦單位協調候補名單。

35 | 36 |

聯絡或詢問

37 |

請寄信到 organizers[at]pycon.tw 詢問課程相關問題。

38 |

小叮嚀,研討會和課程是獨立售票,別忘了要購買研討會門票哦!

39 | 40 |
41 |
42 | 43 | -------------------------------------------------------------------------------- /zh-tw/venue-accommodation.html: -------------------------------------------------------------------------------- 1 |

PyCon APAC 會場附近的住宿

2 |

想要住宿中研院活動中心的朋友,請於四月 1 日至五月 7 日間申請。來信提出申請五月1 日後的申請,我們仍會代為送件,但無法保證能及時回覆訂房狀況。

3 |

PyCon APAC 提供住宿在中研院活動中心,距會場約 3 分鐘走路路程。房型有下列選項:

4 |
    5 |
  • 高級單人房:新台幣 1,650 元/日
  • 6 |
  • 高級雙人房:新台幣 1,750(一人)、1,900(兩人)元/日
  • 7 |
8 |

*多一人酌收新台幣 300 元,加床另需酌收一床新台幣 450 元
9 | **客房設施包括電視、無線網路和有線網路、熱水壺、吹風機和個人衛生用品,亦提供早餐與健身房。

10 | 11 |

更多資訊請至原住宿提供網站

12 | 13 |

申請流程

14 |

申請時,請寄信至 ccwang002@gmail.com(王亮博、亮亮)並提供以下資訊:

15 |
    16 |
  • Check-in 和 check-out 日期
  • 17 |
  • 人數
  • 18 |
  • 各房型所需之數目
  • 19 |
  • 代表人姓名
  • 20 |
21 |

NOTE

22 |
    23 |
  • 所有使用的時間皆為時區 UTC+08。有個簡易的時區轉換腳本在 gist 上。
  • 24 |
  • 提早 check-in 和晚 check-out 都需要事先註名。
  • 25 |
  • 因為包含了隱私的訊息,寄信時可以使用 GnuPG 加密。 The PGP public key is 0xB233544E w. fingerprint 6ECD C5B8 235C D44D 2471 866E 30A4 5011 B233 544E.
  • 26 |
27 | 28 |

台北其他住宿方案

29 |

其他的住宿替代方案列於此,您需要自行前往會場。

30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 45 | 46 | 47 | 48 | 51 | 52 | 53 | 54 | 55 | 58 | 59 | 60 | 61 | 64 | 65 | 66 | 67 | 70 | 71 | 72 | 73 | 76 | 77 | 78 | 79 | 80 | 83 | 84 | 85 | 86 | 89 | 90 | 91 | 92 | 95 | 96 | 97 | 98 | 101 | 102 | 103 | 104 | 107 | 108 | 109 | 110 |
價格區間台北的飯店鄰近捷運
$$$ 43 | 維多麗亞酒店 44 | 距劍南路站 400m 步行約 5 分
49 | 台北君悅酒店 50 | 距市政府站 800m 步行約 10 分
$$ 56 | 天閣飯店臺北信義 57 | 距永春站 350m 步行約 5 分
62 | 台北馥敦飯店 63 | 距大安站 250m 步行約 3 分
68 | 捷絲旅臺大尊賢館 69 | 距公館站 200m 步行約 3 分
74 | 丹迪旅店 大安森林公園店 75 | 距大安站 100m 步行約 1 分
$ 81 | 台北馥華商旅 82 | 距南港軟體園區站 350m 步行約 5 分
87 | 新驛旅館 台北車站一館 88 | 距台北車站 400m 步行約 5 分
93 | 旅行時光民宿 94 | 距大橋頭站 800m 步行約 11 分
99 | Eight Elephants Hostel 100 | 距古亭站 400m 步行約 5 分
105 | 沐舍背包客棧 106 | 距忠孝敦化站 300m 步行約 4 分
111 | 112 |

PyCon APAC 沒有提供預訂飯店服務,您需要自行預訂以上的飯店。

113 | -------------------------------------------------------------------------------- /zh-tw/venue.html: -------------------------------------------------------------------------------- 1 |

會場簡介

2 | 3 |

中央研究院,人文社會科學館(HSSB)

4 | 5 |

6 | 7 |
    8 |
  • 115 台北市南港區研究院路 2 段 128 號(顯示於 Google Map 上)
  • 9 |
  • 從中研院大門口步行前往會場約需 10 分鐘,亦可請計程車進入院區中直達會場。
  • 10 |
11 | 12 |

更多場地位置相關資訊請至中研院網站

13 | 14 |

交通方式

15 | 16 |

自行開車

17 |

人社館地下室設有汽車停車場。

18 |
    19 |
  • 中山高速公路東湖交流道(康寧路出口)下,過南湖大橋後,接研究院路。
  • 20 |
  • 北二高南港交流道下,接南深路,左轉舊庄路,接研究院路。
  • 21 |
  • 環東大道南港出口下,接研究院路。
  • 22 |
23 | 24 |

搭乘捷運

25 |

有兩種方式抵達會場:

26 |
    27 |
  • 搭乘板南線(藍線)至南港展覽館站(出口 2),然後轉乘公車 205、212、276、306、620、645、679、小 1、小 5、小 12 至中央研究院站。
  • 28 |
  • 搭乘板南線(藍線)至南港站(出口 1),然後轉乘公車 212、270 或藍 25 至中央研究院站。
  • 29 |
30 |

你也可以搭計程車代替公車,約新台幣 80元。根據過去的經驗,屆時將會有不少人採取此方式,不妨採取計程車共乘由捷運站前往。更多捷運的資訊請至官方網站

31 | 32 | 33 |

搭乘公車

34 |

搭乘 205、212、212直、270、270區、276、306、306區、620、645、645副、小1、小12、小12區、小5、藍25,並在中研院站下車。

35 | 36 |

Ubike

37 |

中研院週邊亦有不少 Ubike 的租借站,路線可見下圖。更多 Ubike 附近路線的資訊,可以見 OpenCycleMap

38 | 39 |

40 | 41 |

桃園國際機場 - 轉乘指引

42 |

搭乘計程車

43 |

第一航廈與第二航廈的入境大廳外面有計程車招呼站。從/到 機場搭乘計程車,需額外加收 50% 的費用(高速公路免收費)。 44 | 機場到中央研究院(台北市東端)的車費,大約是新台幣 1,500 元,機場到台北市中心的車費,大約是新台幣 1,000 元。

45 | 46 |

搭乘機場接駁公車 - 直接南港展覽館

47 |

國光客運是最經濟與最簡便的方法,搭乘國光 1843 線抵達臺北南港展覽館(近捷運南港展覽館站 1 號出口),車費約新台幣 115 元 ,然後再轉乘計程車至會場約新台幣 100 元,總共約需耗時 90 分鐘。

48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 |
方向國光客運 1843 線時刻表
機場至南港展覽館06:2207:3708:5209:5210:5211:4212:42
13:4214:2215:2216:0216:4217:2218:07
18:5219:3720:2221:0721:5222:3723:22
南港展覽館至機場05:0006:1507:3008:3009:3010:2011:20
12:2013:0014:0014:4015:2016:0017:30
18:1519:0019:4520:3021:1522:00
112 | 113 | 114 |

搭乘機場接駁公車 - 其他選擇

115 |

需額外轉乘,大部分接駁公車僅到達台北火車站或台北市政府

116 |
    117 |
  • 售票櫃台的位置:位於入境旅客接待區
  • 118 |
  • 票價:新台幣 100 至 150 元
  • 119 |
  • 預估乘車時間:一般車流量需 1 小時
  • 120 |
  • 公車發車間隔:每 20 分鐘一班
  • 121 |
  • 公車站牌位置:
      122 |
    • 第一航廈:入境旅客接待區的西南邊
    • 123 |
    • 第二航廈:入境旅客接待區的東北邊一樓
    • 124 |
  • 125 |
126 |

更多資訊請至機場巴士網頁

127 | --------------------------------------------------------------------------------