Organisers and Hong Kong Python User Group. Suppporting Organiastions

Sponsors in 2018
Gold Sponsor – HK01 Gold Sponsor – Microsoft Silver Sponsor – Python Software Foundation Bronze Sponsor – MySQL Bronze Sponsor – Jetbrains Sponsorship PyCon HK 2018 calls for sponsors.

Privacy Statement 2018
Privacy Statement related to PyCon Hong Kong 2018 is the following. Microsoft’s privacy statement can be found on here. You can simply fill out this form before 30 Nov 2018 to opt-out your email address from sponsor data. For enquiry, please contact with [email protected]

Schedule 2018
PyCon Hong Kong 2018 Schedule is now published, conference team reserves the final right to change the program without further notice. Program introduction in PDF format is also available for download. 23 November 2018, Friday 24 November 2018, Saturday

Deploying Django App On AWS Lambda – Serverless Architecture
How to run your application on cloud is one of most challenging tasks in the full development cycle. With the latest serverless technology, we can deploy our application easily on cloud, with much more affordable cost, but with more server processing power. This talk will also discuss on how to archive asynchronous function call on…

NoSQL Development for MySQL Document Store using Python
MySQL 8.0 introduced the MySQL Document Store, allowing developers to work with SQL relational tables and schema-less JSON collections through the use of the X DevAPI. Join us to better understand how MySQL Connector/Python implements and makes use of the X DevAPI along with a quick demo showcasing its most relevant features. Additionally, concepts such…

Ready, Get Set, Go! Development Sprints in Python community
This talk would cover all about the development sprint which has been hidden weapon of Python community that helps us to have a healthy ecosystem. In this talk, I’ll show the history of development sprint, how it helps us become a strong and diverse community, and how can you host your own development sprint along…

Distributed System in Deep Learning
The recent trends in distributed Deep Learning and how distributed system can both massively reduce training time and enable parallelisation. I will introduce different distributed deep learning paradigms, including model-level parallelism and data-level parallelism, and demonstrate how data parallelism can be used for distributed training.In next iteration phase of deep learning there will be need…

How to Evolve Life using Python
In this talk I will demonstrate how to create Artificial Life in a computer using Python and its wonderful libraries. The Python program, called “Lenia”, is developed to discover/evolve new life species, using its interactive UI to facilitate Evolutionary Algorithms (EA). A video recorded from the program won the Virtual Creatures Contest in GECCO conference…

Collaboration hack with slackbot
Do you know that Slack knows that Integration and API are easy to use and are hackable collaboration platform? Even Python is able to easily make chatbot by using slackbot ( https://github.com/lins05/slackbot ) . With using this framework, you are able to let slackbot perform a Python process triggered by a mention or a keyword…