diff --git a/schedule/102/view_talk/index.html b/schedule/102/view_talk/index.html index 3d6b7c9..bc5e44c 100644 --- a/schedule/102/view_talk/index.html +++ b/schedule/102/view_talk/index.html @@ -159,7 +159,7 @@ -

<-- Back to schedule

+

<-- Back to schedule

A Bird, A Guitarist And A Raised Platform Walk Into A Bar: Comparing Wagtail, Django CMS and Mezzanine

@@ -167,29 +167,29 @@

A Bird, A Guitarist And A Raised Platform Walk Into A Bar: Comparing Wagtail - + +
Project:Project: -Django, Django CMS, Mezzanine, Wagtail + Django, Django CMS, Mezzanine, Wagtail
-

Django CMS, Mezzanine and Wagtail are the three most popular Django-based content management systems; all three have kept (or, in Wagtail's case, gained) their popularity because they are so different to each other. In many ways, from their fundamental data models right through to how they approach their content editing UIs, each one has a very different take on how a CMS should work.

This talk will explore the different approaches, strengths and weaknesses of each CMS, and what they mean for you as a developer and for your content editors.

+

Django CMS, Mezzanine and Wagtail are the three most popular Django-based content management systems; all three have kept (or, in Wagtail's case, gained) their popularity because they are so different to each other. In many ways, from their fundamental data models right through to how they approach their content editing UIs, each one has a very different take on how a CMS should work.

This talk will explore the different approaches, strengths and weaknesses of each CMS, and what they mean for you as a developer and for your content editors.

-

Daisy Leigh Brenecki

+

Adam Brenecki

-Daisy is a developer from Adelaide, South Australia, currently part of a small team building internal and customer-facing software with Python and Django at CMV Group. She is also studying towards a Bachelor of Science (Honours) (Computer Science) at Flinders University. -

+Adam is a developer from Adelaide, South Australia, currently part of a small team building internal and customer-facing software with Python and Django at CMV Group. He is also studying towards a Bachelor of Science (Honours) (Computer Science) at Flinders University.

@@ -232,4 +232,3 @@

Sponsors

- diff --git a/schedule/108/view_talk/index.html b/schedule/108/view_talk/index.html new file mode 100644 index 0000000..0c4ce54 --- /dev/null +++ b/schedule/108/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Python for bridging between researchers and service operators: from CFFI to Jupyterhub

+ + + + + + + + + + +
Project: + PySWIFT +
+ + +
+
+
+

This talk will give an overview of a water forecasting system, which exposes via Python a suite of tools developed in C++ for hydrologists to use.

PySWIFT is a Python software system that allows the use of SWIFT (Short-term Water Information and Forecasting Tools), a hydrologic suite of tools for flood and short-term streamflow forecasting.

When integrating the SWIFT C++ system with Python, we aimed to achieve two main goals:
1. Provide a productive and interactive environment for hydrological modelling.
2. Take advantage of a complex multi-threaded C++ suite of tools that enables rapid execution.

To achieve the first goal, we created a modelling environment using JupyterHub. In this environment, modellers can set up, run, inspect and modify models, which is ideal to conduct exploratory experiments with the models.
To achieve the second goal, we used CFFI to create a Python wrapper for SWIFT’s API. CFFI allows us to interact with SWIFT’s C interface.

In this presentation, we will highlight the challenges and learnings that came about whilst building this system.

+
+
+ +

Kevin Plastow

+
+
+
+

+Kevin Plastow is a Python developer at the Bureau of Meteorology working in the Extended Hydrological Prediction unit.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/109/view_talk/index.html b/schedule/109/view_talk/index.html index f663c06..8a5532b 100644 --- a/schedule/109/view_talk/index.html +++ b/schedule/109/view_talk/index.html @@ -159,7 +159,7 @@ -

<-- Back to schedule

+

<-- Back to schedule

Automated deployment of Python packages for development

diff --git a/schedule/110/view_talk/index.html b/schedule/110/view_talk/index.html index ef6a184..a4294fe 100644 --- a/schedule/110/view_talk/index.html +++ b/schedule/110/view_talk/index.html @@ -159,7 +159,7 @@ -

<-- Back to schedule

+

<-- Back to schedule

MicroPython: Embedded programming for everyone

@@ -167,21 +167,20 @@

MicroPython: Embedded programming for everyone

- + +
Project:Project: - -MicroPython, BBC MicroBit, Grok Learning - + MicroPython, BBC MicroBit, Grok Learning
-

Embedded programming allows students to take their programs into the physical world - to build robots and interactive gadgets with sensors and displays. Until recently, this has been almost exclusively the domain of lower level languages like C which is not known for its beginner friendliness.

MicroPython is an optimized implementation of Python 3 designed to be run on the sort of embedded microcontrollers that are making their way into the classroom, allowing Python to take the place of C. In particular, the BBC MicroBit, the pyboard and the ESP8266 all now support MicroPython.

By using a language that students are already familiar with, more time can be spent on fun things like building robots and less time debugging code or setting up development tools.

One of the problems with teaching embedded programming in a classroom environment is the equipment required - both the actual boards and any additional accessories or modules. We will also demonstrate a browser-based MicroBit simulator which makes embedded programming accessible to more students and also allows for the creation of structured lessons, problems and assessments.

+

Embedded programming allows students to take their programs into the physical world - to build robots and interactive gadgets with sensors and displays. Until recently, this has been almost exclusively the domain of lower level languages like C which is not known for its beginner friendliness.

MicroPython is an optimized implementation of Python 3 designed to be run on the sort of embedded microcontrollers that are making their way into the classroom, allowing Python to take the place of C. In particular, the BBC MicroBit, the pyboard and the ESP8266 all now support MicroPython.

By using a language that students are already familiar with, more time can be spent on fun things like building robots and less time debugging code or setting up development tools.

One of the problems with teaching embedded programming in a classroom environment is the equipment required - both the actual boards and any additional accessories or modules. We will also demonstrate a browser-based MicroBit simulator which makes embedded programming accessible to more students and also allows for the creation of structured lessons, problems and assessments.

@@ -190,8 +189,7 @@

Jim Mussared

-Jim works at Grok Learning, an Australian startup that is looking to revolutionise how programming is taught in schools. He’s taught embedded programming to high school students for the last four years through the National Computer Science Summer School and Python programming through the NCSS Challenge. In his spare time, he loves sailing and working on electronics projects. -

+Jim works at Grok Learning, an Australian startup that is looking to revolutionise how programming is taught in schools. He’s taught embedded programming to high school students for the last four years through the National Computer Science Summer School and Python programming through the NCSS Challenge. In his spare time, he loves sailing and working on electronics projects.

@@ -234,4 +232,3 @@

Sponsors

- diff --git a/schedule/115/view_talk/index.html b/schedule/115/view_talk/index.html new file mode 100644 index 0000000..ae498ff --- /dev/null +++ b/schedule/115/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Tutorial: Technical Blogging for Python Programmers

+ + + + + + + +
+
+
+

This tutorial will cover how to write about your programming projects for an online audience, whether you're promoting your projects, recruiting open source contributors, or building up a blog to impress employers. We'll briefly cover the mechanics of blogging, then dive into how to write effectively about technical topics.

+
+
+ +

Thursday Bram

+
+
+
+

+Thursday Bram writes about technical topics all over the web. She's an organizer of PyLadies PDX and the PyDX conference, co-chair of Open Source Bridge 2016, a board member with the Stumptown Syndicate, and whatever else she's agreed to do this week. Thursday is online at her site, ThursdayBram.com, and on Twitter, as @thursdayb.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/117/view_talk/index.html b/schedule/117/view_talk/index.html index a350c01..9cfcdeb 100644 --- a/schedule/117/view_talk/index.html +++ b/schedule/117/view_talk/index.html @@ -159,14 +159,11 @@ -

<-- Back to schedule

+

<-- Back to schedule

Teaching geometry using Logo/Python turtle module, or how to sneak programming into maths class

- - -
@@ -175,7 +172,7 @@

Teaching geometry using Logo/Python turtle module, or how to sneak programmi
-

With the new national curriculum for Digital Technologies, there is a fantastic opportunity (and in some schools, need) to teach programming in conjunction with other learning areas. Python is an ideal first language, and there is a natural and deep relationship between mathematics and computer science.

We used the Python’s Turtle module (an implementation of Logo) to create resources that integrate the Year 7 Geometry topic and the basics of Python programming in a way that’s highly engaging for students. Learn about how we integrated the two subject areas and the results of our pilot run with a cohort of Year 7 students in NSW.

+

With the new national curriculum for Digital Technologies, there is a fantastic opportunity (and in some schools, need) to teach programming in conjunction with other learning areas. Python is an ideal first language, and there is a natural and deep relationship between mathematics and computer science.

We used the Python’s Turtle module (an implementation of Logo) to create resources that integrate the Year 7 Geometry topic and the basics of Python programming in a way that’s highly engaging for students. Learn about how we integrated the two subject areas and the results of our pilot run with a cohort of Year 7 students in NSW.

@@ -184,8 +181,7 @@

Vivian Li

-Vivian is currently working as an Engagement Engineer at Grok Learning, an Australian startup that is looking to revolutionise how programming is taught in schools. She's taught programming to high school students for the last six years through the National Computer Science Summer School and Girls' Programming Network, and is passionate about teaching the next generation the STEM skills they need to become the creators of tomorrow. -

+Vivian is currently working as an Engagement Engineer at Grok Learning, an Australian startup that is looking to revolutionise how programming is taught in schools. She's taught programming to high school students for the last six years through the National Computer Science Summer School and Girls' Programming Network, and is passionate about teaching the next generation the STEM skills they need to become the creators of tomorrow.

@@ -228,4 +224,3 @@

Sponsors

- diff --git a/schedule/118/view_talk/index.html b/schedule/118/view_talk/index.html new file mode 100644 index 0000000..5012711 --- /dev/null +++ b/schedule/118/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Have It Your Way: Maximizing Drive-Thru Contributions

+ + + + + + + +
+
+
+

They drop by, they fix their particular problem, they leave. They're the drive-through contributor. While, yes, we all would prefer that these people stick around and join the community, there's no denying that a good drive-thru contribution adds value to your project.

A strong argument can be made that the more drive-thru contributors your project has, the healthier the project process and ecosystem. It shows that you've set up a process which is easy to understand, easy to follow, and which makes it easy to contribute. In a situation like that, it increases the opportunities for new contributors to become new community members and everyone is a winner.

This talk will present:

* Methods for maximizing drive-thru contributions
* Overall advantages of those methods for your project
* An argument for using number of drive-thru contributions as a metric for project health

+
+
+ +

VM (Vicky) Brasseur

+
+
+
+

+VM (aka Vicky) is a manager of technical people, projects, processes, products and p^Hbusinesses. In her nearly 20 years in the tech industry she has been an analyst, programmer, product manager, software engineering manager, technical business consultant, and director of software engineering. She currently is proud to be a Senior Engineering Manager at Hewlett Packard Enterprise, working in service to a team 100% dedicated to open source development.

Vicky occasionally blogs at http://anonymoushash.vmbrasseur.com and frequently tweets at @vmbrasseur.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/124/view_talk/index.html b/schedule/124/view_talk/index.html new file mode 100644 index 0000000..98f3a29 --- /dev/null +++ b/schedule/124/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

A Project-Driven Approach to Teaching Python: A Showcase of Student Work and Achievements

+ + + + + + + +
+
+
+

One of the greatest advantages the teaching of the Digital Technologies has over most other schooling disciplines is the ease and speed with which students can see the result of their learning. New knowledge and skills go from being concepts they've never seen before to working code and applications very quickly, resources to assist them are everywhere, and feedback throughout the learning process is immediate. This presentation demonstrates some of the work graduating students from my Year 12 class have produced in their final year - projects that demonstrate mastery of computer science concepts like path finding, Bayesian spam filters, Markov chain-based predictive text generators and Artificial Intelligence algorithms. With the right support and guidance, students can go from programming novices to Python ninjas in a time frame as short as two years. Come along and see what high school students are capable of, and how we can help them get there!

+
+
+ +

Bruce Fuda

+
+
+
+

+Bruce Fuda is currently the Associate Principal and Director of Technologies at Gungahlin College in the ACT. He has been teaching programming to students in years 6-12 since 2005 - the majority of those years using Python as the primary programming language. He was a member of the Advisory Group for the development of the Australian Curriculum: Technologies during the writing phase and has been involved in projects across multiple Australian jurisdictions developing teacher capability and lesson resources to support the implementation of the curriculum. He is also President of Information Technology Educators ACT (InTEACT), an Apple Distinguished Educator, Google Certified Innovator and was recently named the 2016 Australian ICT Educator of the Year. He believes that the skills and knowledge that you develop through an understanding of the digital technologies are the modern equivalent of magic, and wants to see all students have the opportunity to become masters of this mystical art.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/125/view_talk/index.html b/schedule/125/view_talk/index.html index 3afba94..83255ac 100644 --- a/schedule/125/view_talk/index.html +++ b/schedule/125/view_talk/index.html @@ -159,14 +159,11 @@ -

<-- Back to schedule

+

<-- Back to schedule

Teaching Python: Ten+ Years of Successes, Trials and Tribulations

- - -
@@ -175,7 +172,7 @@

Teaching Python: Ten+ Years of Successes, Trials and Tribulations

-

Teaching programming has always been a challenge given the lack of experience, understanding and knowledge students in schools generally have about what is involved and what it means to be studying "IT". It hasn't been helped by a lack of robust curriculum in most states and territories in Australia. With the recent endorsement of the Australian Curriculum: Digital Technologies, most states and territories have implementation timelines as early as 2017, and this means that teachers (and those who want to support them in their classrooms) now have an obligation to deliver ambitious, engaging and rigorous learning activities in their classrooms. Having been in the enviable situation of being supported and encouraged to design and implement innovative computer science curricula for students in years 6-12, I'll be sharing the reasons why I choose to use Python as my primary teaching language in high school, and identify the tips, tricks and traps teachers need to watch out for when using it as the basis for learning not just programming skills, but computational thinking more generally. This includes an explanation of the importance of a project-driven approach, and demonstration of the techniques I use and projects my students work on in class.

+

Teaching programming has always been a challenge given the lack of experience, understanding and knowledge students in schools generally have about what is involved and what it means to be studying \"IT\". It hasn't been helped by a lack of robust curriculum in most states and territories in Australia. With the recent endorsement of the Australian Curriculum: Digital Technologies, most states and territories have implementation timelines as early as 2017, and this means that teachers (and those who want to support them in their classrooms) now have an obligation to deliver ambitious, engaging and rigorous learning activities in their classrooms. Having been in the enviable situation of being supported and encouraged to design and implement innovative computer science curricula for students in years 6-12, I'll be sharing the reasons why I choose to use Python as my primary teaching language in high school, and identify the tips, tricks and traps teachers need to watch out for when using it as the basis for learning not just programming skills, but computational thinking more generally. This includes an explanation of the importance of a project-driven approach, and demonstration of the techniques I use and projects my students work on in class.

@@ -184,8 +181,7 @@

Bruce Fuda

-Bruce Fuda is currently the Associate Principal and Director of Technologies at Gungahlin College in the ACT. He has been teaching programming to students in years 6-12 since 2005 - the majority of those years using Python as the primary programming language. He was a member of the Advisory Group for the development of the Australian Curriculum: Technologies during the writing phase and has been involved in projects across multiple Australian jurisdictions developing teacher capability and lesson resources to support the implementation of the curriculum. He is also President of Information Technology Educators ACT (InTEACT), an Apple Distinguished Educator, Google Certified Innovator and was recently named the 2016 Australian ICT Educator of the Year. He believes that the skills and knowledge that you develop through an understanding of the digital technologies are the modern equivalent of magic, and wants to see all students have the opportunity to become masters of this mystical art. -

+Bruce Fuda is currently the Associate Principal and Director of Technologies at Gungahlin College in the ACT. He has been teaching programming to students in years 6-12 since 2005 - the majority of those years using Python as the primary programming language. He was a member of the Advisory Group for the development of the Australian Curriculum: Technologies during the writing phase and has been involved in projects across multiple Australian jurisdictions developing teacher capability and lesson resources to support the implementation of the curriculum. He is also President of Information Technology Educators ACT (InTEACT), an Apple Distinguished Educator, Google Certified Innovator and was recently named the 2016 Australian ICT Educator of the Year. He believes that the skills and knowledge that you develop through an understanding of the digital technologies are the modern equivalent of magic, and wants to see all students have the opportunity to become masters of this mystical art.

@@ -228,4 +224,3 @@

Sponsors

- diff --git a/schedule/126/view_talk/index.html b/schedule/126/view_talk/index.html new file mode 100644 index 0000000..4965176 --- /dev/null +++ b/schedule/126/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Learning TensorFlow

+ + + + + + + + + + +
Project: + TensorFlow +
+ + +
+
+
+

The recently released TensorFlow library has caused great waves in machine learning circles, with its powerful syntax that allows for distributed computation, improved efficiency, and modularisation. The framework allows you to build graph-based models, such as those used in machine learning and artificial intelligence, and have those models run on a distributed computing systems, including GPUs.

This talk will cover what TensorFlow is, why/when you should use it, and cover the basics surrounding Variables, Placeholders, and Custom Functions. Importantly, there are several use cases *not* focused on data analytics - TensorFlow is more than just a machine learning library!

+
+
+ +

Robert Layton

+
+
+
+

+Robert Layton is a data analyst, working with Red Marker and dataPipeline on text problems for businesses. He has a PhD investigating cybercrime analytics and was the 2014 Federation University's Young Alumni of the Year. He works with Python on a daily basis, and has done so for more than 6 years. His work has helped organisations large and small, and in many different sectors. Further, his research on authorship analysis has gained worldwide recognition.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/127/view_talk/index.html b/schedule/127/view_talk/index.html new file mode 100644 index 0000000..17e7834 --- /dev/null +++ b/schedule/127/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Reproducible Research in Python

+ + + + + + + +
+
+
+

You’ve seen a great idea on someone’s blog that you think would really push that old analysis you did 6 months ago to the next level. You open up the Dropbox folder you have with all of your scripts, and … you’re lost. Which script did you start with? What does this random chunk of code do? Where is the original data file? You finally sort out your scripts, but then your code fails every second line because you don't even remember which packages you used before. Frustrated, you give up.

What if I told you that there is a better way to keep track of your analyses, and that it is easier than you think to do so? In this talk I will show you how using a reproducible research approach to your analyses can save you hours of time when revisiting or updating old projects, and demonstrate some of the tools that Python has available to make this possible. This talk will cover how to manage your packages using virtualenvs, how to thoroughly document your analysis using Jupyter Notebook, how to keep track of any changes using source control systems like Git and how to collaborate effectively using GitHub. By the end you will wonder why you’ve ever done your analyses any other way, and will be happily maintaining and improving your projects for many years to come!

+
+
+ +

Jodie Burchell

+
+
+
+

+Jodie Burchell loves data – no seriously, she loves data. It took a while before she discovered this passion, but during her PhD in psychology she realised that all she wanted to do was apply her knowledge of behavioural sciences and statistics to interesting problems. She currently works as a data scientist in client-side analytics in SEEK Australia. Her favourite languages are Python, R and Stata. When she is not dreaming about analyses, she enjoys baking, studying Spanish (badly) and reading Reddit.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/130/view_talk/index.html b/schedule/130/view_talk/index.html new file mode 100644 index 0000000..abf4662 --- /dev/null +++ b/schedule/130/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Migrating to a Serverless Web Application

+ + + + + + + +
+
+
+

There is a lot of talk about serverless applications and NoOps with AWS, Google Cloud Azure and many small players providing solutions. Like all new technologies there is a lot of buzz with few practical case studies that people can use to make decisions.

To help with this signal to noise problem we'll examine the migration of a high read/low write application with a live data feed. This talk will detail the reasons why this migration was attempted and how the migration was done following the entire SDLC.

+
+
+ +

Rory Hart

+
+
+
+

+Rory Hart is CTO of Biarri Rail, a global provider of SaaS planning and operations solutions to railways. At work he gets to play with two of his favorite things, computers and trains. His focus is on improving how software is delivered to and consumed by railways.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/131/view_talk/index.html b/schedule/131/view_talk/index.html new file mode 100644 index 0000000..4493864 --- /dev/null +++ b/schedule/131/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

The Evolution of Python Packaging at Facebook

+ + + + + + + +
+
+
+

With tens of millions of Python invocations every day, what’s a packager to do? The answer selected must account for the insanity of a deeply-heterogeneous production environment: different kernels, different OS distributions, even different versions of system Python. It also needs enough context to carry with it a consistent reference point for when it was packaged relative to the work of thousands of engineers in a single, unified source control tree. Lastly, at Facebook scale with hundreds of thousands of servers, every byte sent over the network and stored on disk counts, and every CPU cycle wasted can create a myriad of challenges associated with data center operations management.

Sure, it’d be easy to show what a beautiful, easy packaging format we’ve developed at Facebook, and sing its praises, but that’s not what this talk is about. Instead, we’ll get into the nitty-gritty, and talk about hard tradeoffs that happen when developing a system in the real world. This is an in-depth look at how Facebook’s packaging has evolved, warts and speed bumps included. Some of the design goals we addressed (and/or issues we hit!) included:

* Synchronizing and pinning versioning of underlying compiled libraries across related tools
* Running the package as a transparently-Pythonic command-line utility, à la shebang, so we could do in-place replacements of packages written in other languages (e.g. C++)
* Optimizing package size transferred across the network
* Optimizing package sizes on disk
* Minimizing package launch times
* Handling packages launched from a network-FS location that subsequently goes offline

Attendees will learn about the different tools and techniques we used to solve these challenges, as well as the reasoning behind any trade offs that were made.

+
+
+ +

Dan Reif

+
+
+
+

+Dan Reif is a Production Engineer on the MySQL Infrastructure team at Facebook, which has automated the management of tens of thousands of MySQL servers in the largest deployment in the world, almost exclusively with Python. Previously, he was Director of Engineering at a managed hosting company.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/132/view_talk/index.html b/schedule/132/view_talk/index.html new file mode 100644 index 0000000..c19afe4 --- /dev/null +++ b/schedule/132/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Python on Windows

+ + + + + + + +
+
+
+

Some of us working in the corporate world are required to use Microsoft Windows.
How can we bring the goodness of Python to the Windows platform?
What are the problems you could encounter and how can you solve them?

- wail at install directory problems!
- scream at path separators!
- cry at the craziness of special window installers
- revel in the beauty of lovely help
- marvel at the joy of py launcher and a proper #! line
- be terrified at accessing the winapi through the win32 libraries
- be astonished at Python taking control of Excel / Word / Outlook / Acrobat through the COM interface with win32com
- laugh at batch files!


+
+
+ +

Peter Lovett

+
+
+
+

+Peter Lovett is a programmer, son of a programmer, and all three of his sons can program in Python. Peter has more than a third of a century of paid programming experience, having started with punched cards, but is open to more modern tools. He has worked with many languages, from Assembler and C to Perl, Java and Python. He runs training courses through his company, Plus Plus in Australia and New Zealand, running courses for some of Australia and New Zealand's biggest companies. He can be found at www.plusplus.com.au

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/133/view_talk/index.html b/schedule/133/view_talk/index.html new file mode 100644 index 0000000..b50b4c7 --- /dev/null +++ b/schedule/133/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Tutorial: A Practical Introduction To Machine Learning

+ + + + + + + + + + +
Project: + scikit-learn +
+ + +
+
+
+

Machine learning is a hot topic, with lots of hype about what it can and might do. Given the broad landscape of machine learning, and the continuing proliferation of new tools and techniques it can be difficult to get a pragmatic view of how machine learning can be used, or even where to start.

This tutorial will provide a high level introduction to machine learning: what it is, what kind of problems we can solve with it, and how can we apply it. In doing so this tutorial will also introduce the scikit-learn library and show you why this library is a central part of the machine learning ecosystem in Python.

We will start from scratch with a small example dataset, and walk through the process of building and carefully validating a classifier with scikit-learn. The practical focus during the tutorial will be on hands on implementation and experimentation. The technical focus will be on machine learning algorithms as black boxes for making decisions.

Assumed background: This tutorial only assumes that you are comfortable with Python the language. We will *not* assume that you have any maths background, or that you are familiar with numerical computing: discussion of maths and algorithms will be strictly limited to hand waving.

Setup Instructions are available on the wiki: https://2016.pycon-au.org/wiki/TutorialSetups

About Jack

Jack Simpson is a PhD candidate at the Australian National University working on image processing and behavioural analysis. He received his Software Carpentry Instructor training over a year ago and since then has organised and taught multiple workshops university.

About Alistair

Alistair Walsh is a cognitive neuroscientist currently working at The University of Melbourne, Research Platforms department as a Community Manager. He teaches Python, machine learning and text and image processing to researchers who aren't from a computer science background but need to use programming tools in their research. Alistair is also an instructor trainer for Software Carpentry and has run Software Carpentry programming workshops in Melbourne, Sydney and Adelaide.

+
+
+ +

Sam Hames

+
+
+
+

+Sam is a data person, currently working in the Business Intelligence field. He is also completing a PhD in medical image analysis at the University of Queensland. On top of that he is also a Data/Software Carpentry trainer and frequently runs workshops to introduce programming to researchers.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/134/view_talk/index.html b/schedule/134/view_talk/index.html index 14b67e9..6d2c2e7 100644 --- a/schedule/134/view_talk/index.html +++ b/schedule/134/view_talk/index.html @@ -159,14 +159,11 @@ -

<-- Back to schedule

+

<-- Back to schedule

Teaching Python with Minecraft

- - -
@@ -175,7 +172,7 @@

Teaching Python with Minecraft

-

Minecraft is one of the best selling video games of all time. So, why not use it as a tool for teaching Python?

Instead of clicking to place blocks, students can create giant shapes, structures or even games within the game by learning some basic Python code - and along the way, key programming concepts.

This presentation will cover how it works, and what you need to set this up for school or home. We'll look at examples of coding projects, how it can relate to other subjects in the curriculum (such as maths and design), and discuss why this is a great tool for introducing beginners to text-based coding.

No prior knowledge required, although some familiarity with the Minecraft game and/ or text-based coding will be useful.

Recommended for teachers or parents of students in Years 5 - 12 who are at a beginner or intermediate stage of learning programming. Budding young coders also welcome!

+

Minecraft is one of the best selling video games of all time. So, why not use it as a tool for teaching Python?

Instead of clicking to place blocks, students can create giant shapes, structures or even games within the game by learning some basic Python code - and along the way, key programming concepts.

This presentation will cover how it works, and what you need to set this up for school or home. We'll look at examples of coding projects, how it can relate to other subjects in the curriculum (such as maths and design), and discuss why this is a great tool for introducing beginners to text-based coding.

No prior knowledge required, although some familiarity with the Minecraft game and/ or text-based coding will be useful.

Recommended for teachers or parents of students in Years 5 - 12 who are at a beginner or intermediate stage of learning programming. Budding young coders also welcome!

@@ -184,8 +181,7 @@

Digital K

-Digital K has worked as a media & technology educator for over a decade at museums, universities and in NSW schools, with the aim of empowering young people to be creators and not just consumers of all things digital.
She also runs a range of coding and electronics workshops for teachers and adults, tailored to need. -

+Digital K has worked as a media & technology educator for over a decade at museums, universities and in NSW schools, with the aim of empowering young people to be creators and not just consumers of all things digital.
She also runs a range of coding and electronics workshops for teachers and adults, tailored to need.

@@ -228,4 +224,3 @@

Sponsors

- diff --git a/schedule/135/view_talk/index.html b/schedule/135/view_talk/index.html new file mode 100644 index 0000000..9fa4227 --- /dev/null +++ b/schedule/135/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Digitising 100 years of parliamentary data - Django as a framework for government data management

+ + + + + + + + + + +
Project: + Australian Parliamentary Handbook +
+ + +
+
+
+

Historical information on Australian Parliaments has been available in the Parliamentary Library's flagship publication the Parliamentary Handbook - an extensive almanac with biographies, tables and records dating back to Australia's federation. This data is used as a way to track key social issues, such as length of service, gender representation in parliament and historical election information in an authoritative format.

To improve access to this information the library began development of a mobile app which evolved into a complete Django-based data management system for managing parliamentary biographies and service histories based on Popolo, a civic data framework for the management and dissemination of parliamentary information. Along with interactive biographies and records of ministries and parties, the system for the first time allows users to build custom tables from complex queries that are dynamically updated as new information is made available.

Coupled with this is the development of a biographical data management system that will ensure that records of new parliamentarians and future changes to existing parliamentarians are captured in a single system.

In this presentation, we cover the challenges and successes in digitising over 100 years parliamentary data, including migration, data cleansing and data trust issues. We also provide a technical breakdown of the chosen framework and infrastructure, and issues during development especially when dealing with imprecise or incomplete historical records. Lastly, we cover the Django apps for data modelling and querying built for this project that have already been released as open-source.

+
+
+ +

Samuel Spencer

+
+
+
+

+Sam has worked on a number of government agency data and metadata transformation initiatives promoting open-source in government across a number of data domins including official statistics, health and welfare management and reform, and the creation of systems for historical political biographies.

Currently Sam works at the Parliamentary Library, managing technical innovation and is the lead developer on the Parliamentary Handbook.

Outside of work, Sam is the principal developer and architect of the Aristotle Metadata Registry, as well as a contributor to a number of Django libraries and serves as the Asia-Pacific committee representative for the International Association of Social Science Information Services and Technology.
Sam resides in Canberra, Australia with his rabbit Inara.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/136/view_talk/index.html b/schedule/136/view_talk/index.html new file mode 100644 index 0000000..c9c3909 --- /dev/null +++ b/schedule/136/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Starting fires in national parks - A proof of concept Python toolkit for effective landscape fuel hazard management

+ + + + + + + + + + +
Project: + Fire risk evaluation proof of concept +
+ + +
+
+
+

Since the 2009 Victorian Bushfires there has been a major funding increase to allow fuel reduction burns in national parks in NSW. The first recommendation (Review of performance targets for bushfire fuel management on public land 2015) is that the government moves towards a risk reduction target rather than the current hectarue target. An evidentiary method of proposing burns based on ISO 31000 Risk management - principles and guidelines (2009) was built into a manual workflow using Esri's ArcGIS suite. The next step was to automate the process as much as possible. To do this we built a suite of tools using Python in ArcGIS and in Pandas. This meant that we could spend more time making sure our calculations were correct and we understood the data rather than spending time re-creating ways to read tables and perform calculations.

In this talk we'll cover the suite of tools we built and a workflow for a user, and what this means for environmental policy in the department and NSW. We'll talk about ways we step between automation and using tools like Excel which our Environmental managers are very familiar with, but which don't always lend themselves to consistent input. And we'll talk about how building this suite not only does the calculations for us, but also records the metadata at every step along the trail, so we can provide evidence of how we made our decisions.

+
+
+ +

Henry Walshaw

+
+
+
+

+Henry heads Spatial Vision's enterprise GIS development team, designing, developing, implementing and supporting spatially based software systems. Henry is also the Spatial Analysis trainer for Python Charmers, a Melbourne based company delivering public and customised private Python training courses where he teaches Python for GIS using open source libraries.
He brings a wealth of experience and expertise amassed over more than 10 years designing and implementing spatial solutions at a number of well-known organisations including Geoscience Australia, the Victorian Department of Sustainability and Environment, (DSE), Victorian EPA, SKM and We-Do IT.

In his spare time Henry is passionate about GIS, Python and Spatial technology. Given how much he uses open source technoogy Henry is keen to keep the community going, so he has built a number of plugins for QGIS (the leading open source GIS application) including a Differential Privacy plugin for anonymising spatial data locations, and he is contributing more to Python geospatial libraries as well where he is responsible for the SVG geometry representation of shapely geometries, and the popup labeling of GeoJSON and Geopandas geodataframes in folium.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/137/view_talk/index.html b/schedule/137/view_talk/index.html new file mode 100644 index 0000000..00e8fff --- /dev/null +++ b/schedule/137/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

The Internet of Not Great Things

+ + + + + + + +
+
+
+

The Internet of Things! Existential menace or meaningless buzzword?
Automating away drudgery or just eroding privacy? Cornucopia or Panopticon?

We'll look at the poor state of the current IoT in terms of
security, privacy and interoperation. We'll consider a set of
requirements for a better IoT. And we'll look at what
we as Pythonistas can do to improve on this, as a community
and an industry.

+
+
+ +

Nick Moore

+
+
+
+

+Nick is a enthusastic about the Internet, passionate about open
source and downright zealous about Python.
He has worked in systems administration, programming, research,
standardization, teaching and systems integration in companies from startups to
multinational giants. He has previously presented at IETF, OSDC, LinuxConf and BuzzConf.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/138/view_talk/index.html b/schedule/138/view_talk/index.html new file mode 100644 index 0000000..e2e3344 --- /dev/null +++ b/schedule/138/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Preventing Cat-astrophes with GNU MediaGoblin

+ + + + + + + + + + +
Project: + GNU MediaGoblin +
+ + +
+
+
+

What would happen to all the cat videos if YouTube were to disappear? It would be a cat-atstrophe!

GNU MediaGoblin is Python-based media publishing system for artists — an alternative to centralised, censored and surveilled systems like Flickr, YouTube and SoundCloud. MediaGoblin gives people privacy, choice and control of their own media, something we need now more than ever.

This talk will explore the architecture of GNU MediaGoblin, the technical challenges in implementing fully decentralised sharing and commenting through PyPump and the Pump.io API as well as work to lower the Python deployment barrier to empower normal people to escape the centralised systems (\"userops\").

+
+
+ +

Ben Sturmfels

+
+
+
+

+Ben Sturmfels is a business owner, software engineer and free software activist from Ballarat, Australia. He organises Free Software Melbourne, leads the End Software Patents Australia campaign and contributes to GNU MediaGoblin.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/141/view_talk/index.html b/schedule/141/view_talk/index.html new file mode 100644 index 0000000..c72a4cd --- /dev/null +++ b/schedule/141/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

The Internet of (Virtual) Things with Python on Amazon

+ + + + + + + + + + +
Project: + None +
+ + +
+
+
+

IoT is becoming a hot topic with big players like Amazon and Intel actively
investing into this space. Whereas the hardware costs for such \"things\" like
drones have become (relatively) affordable, their virtual counterparts in a
computer game like simulation are even cheaper. And they are not limited to
drones.

In this presentation I will show how to use Amazon's IoT interface to remote
control a virtual drone with Python.

+
+
+ +

Oliver Nagy

+
+
+
+

+Oliver has a telecommunications- and physics background, spent some time in
academia, and now works for a startup where he develops signal processing
algorithms for WiFi technology.

Aside from reading, sport, and Python programming he enjoys tinkering with
everything from signal processing, control systems, and (game) physics
simulations... yes, sometimes it is really sad :)

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/142/view_talk/index.html b/schedule/142/view_talk/index.html new file mode 100644 index 0000000..3551edd --- /dev/null +++ b/schedule/142/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Python for Water Forecasting Services

+ + + + + + + + + + +
Project: + Water Resources Information of the Bureau of Meteorology +
+ + +
+
+
+

Since 2008, the Bureau of Meteorology has developed several modelling systems to support its streamflow forecasting services. These systems include MSDM (Modified Statistical Downscaling Method) and WAFARi (Water Availability Forecasts of Australian Rivers) for the Seasonal Streamflow Forecasting service (http://www.bom.gov.au/water/ssf), STAR (Streamflow Toolkit for Australian Rivers) for the 7-Day Streamflow Forecasting service (http://www.bom.gov.au/water/7daystreamflow) and HRS toolkit for the Historical Reference Stations (http://www.bom.gov.au/water/hrs). These systems routinely ingest recent observation data, fetch climate forecasts, run rainfall-runoff models and provide updated forecasts through publicly available websites. We chose Python as the primary programming language to build the main components of these systems, and used open source packages for scientific computing including NumPy, Pandas, Matplotlib, PyTables and IPython. Python was used as the glue to integrate different system components, and as a bridge to connect scientists and IT programmers. This approach resulted in a highly productive collaboration with CSIRO and university partners. It also fostered effective communication between hydrologists and system developers. In this presentation, we will describe how these modelling systems were built up and currently operate within the Bureau, and also explain how the use of Python was a key factor for successful development and operation of these forecasting systems.

+
+
+ +

Daehyok Shin

+
+
+
+

+Daehyok Shin is a hydrological modeller and also a professional Python programmer for scientific and engineering computing. He studied electronics and computer programming at the Engineering Department and remote sensing and geographic information system at the Environment Department of the Seoul National University, South Korea. He earned a Ph.D degree with a study about watershed hydrological modelling at the Geography Department of the University of North Carolina, Chapel Hill, USA. He joined the Bureau of Meteorology in 2008 and since the year, he has led several project teams to develop operational modelling systems for new streamflow forecasting services. The new service includes the Seasonal Streamflow Forecasting Service, the Hydrological Reference Stations Service and the 7-day Streamflow Forecasting Service. As a scientific Python programmer since 2004, he conducted a key role in the Bureau's adoption of Python for the development of its operational streamflow forecasting systems. He gave many presentations about the application of Python and organised a couple of Python training programs particularly for environmental modellers. He is currently working at the Bureau's Head Office in Melbourne.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/143/view_talk/index.html b/schedule/143/view_talk/index.html new file mode 100644 index 0000000..775c06f --- /dev/null +++ b/schedule/143/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Using Jupyter notebooks to develop and share interactive data displays

+ + + + + + + + + + +
Project: + Not applicable +
+ + +
+
+
+

Presented with Maoyuan Liu from the Bureau of Meteorology.

Jupyter notebooks have become a very popular tool for scientific data analysis and exploration. Often notebook users may produce a data analysis within a notebook and decide they wish to share it with a wider audience. While notebooks offer excellent facilities for data visualisation, they are less than ideal as a medium for sharing these visualisations more broadly. Interacting with data in a notebook requires knowledge of programming. Notebooks with static data displays are more accessible to non-technical audiences, but static displays severely limit the breadth and depth of data that can be explored within one notebook. So the question arises: How can we provide our audience with the ability to explore our data?

Developing interactive data displays for the web typically requires knowledge of web technologies that notebook users may not possess. To bridge this gap, a flurry of recent activity has focussed on the development of tools that facilitate interactivity within notebooks. Such tools include interactive plotting tools that enable actions such as zooming and selecting of data within plots, user interface elements (eg. drop-down menus, sliders) that can be incorporated into notebooks, and tools that facilitate the arrangement of plots and information into dashboard-like displays.

My team at the Australian Bureau of Meteorology has used these tools to build shareable interactive data displays comparing weather forecasts against observations across Australia. In this talk we will review currently available tools that facilitate interactivity within notebooks, share our experience in using them, and the practices we have developed around their use. A simple step-by-step example will demonstrate how we can put together an interactive data display allowing selective plotting of data through UI controls and interaction with the plots.

+
+
+ +

Ioanna Ioannou

+
+
+
+

+Ioanna Ioannou is a software engineer working on forecast systems development for the Australian Bureau of Meteorology. Her current work focusses on the development of a python library to facilitate the evaluation of weather forecasts against observations. This work includes the gathering and processing of large amounts of data, its analysis, and visualisation to communicate the results. Ioanna has also worked extensively in the field of virtual reality based training, where she developed haptic simulators for dentistry and ear surgery and carried out automated analysis and evaluation of complex surgical motion trajectories using python.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/144/view_talk/index.html b/schedule/144/view_talk/index.html new file mode 100644 index 0000000..969e35e --- /dev/null +++ b/schedule/144/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Releasing Calendar-Versioned Software

+ + + + + + + + + + +
Project: + Twisted +
+ + +
+
+
+

Calendar-versioned software (or “calver”), in contrast to semantically versioned software (or “semver”), is released on regular intervals, rather than on the occurrence of features, bug fixes, or backwards compatibility breaking changes. This method of releasing software, notably used by Twisted and various related projects, eschews the “major.minor.patchlevel” format and the guarantees of a semver regime and instead focuses on providing robust backwards compatibility, clear deprecation cycles, and frequent but smaller releases. This talk discusses some of the trials and tribulations of the release process of such a project, Twisted, and the ways that it makes it work, as well as what tools are available to make the process easier if you wish to implement it yourself.

+
+
+ +

Amber Brown

+
+
+
+

+Amber Brown pretends to be an owl on the internet. When she's not doing that, she does release management and is a core developer for the Twisted project. Perth-born, country-raised, absolutely terrible at ping-pong.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/145/view_talk/index.html b/schedule/145/view_talk/index.html new file mode 100644 index 0000000..59a5315 --- /dev/null +++ b/schedule/145/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

CPython internals and the VM

+ + + + + + + + + + +
Project: + CPython +
+ + +
+
+
+

Ever wanted to know what CPython, the standard Python interpreter, is doing under the hood? What happens at startup before your code is run? How is your code translated to VM bytecode, what does that bytecode mean, and how is it run? In this talk, we'll dive into all of those fun parts!

This will help you understand what your code is doing under the hood, how to potentially optimize it, and to know the advantages and disadvantages of CPython and how they affect you.

+
+
+ +

Christopher Swenson

+
+
+
+

+Dr. Christopher Swenson is a computer scientist, programmer, author, and occasional mathematician. He currently sells his labor to Capital One as a Technology Fellow. Previously, he has worked for Seed, Simple, Google, and the US Department of Defense as a software engineer and cryptanalysis. He wrote the book Modern Cryptanalysis. He holds a Ph.D in computer science from The University of Tulsa in Oklahoma (US). He is a cupcake.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/148/view_talk/index.html b/schedule/148/view_talk/index.html new file mode 100644 index 0000000..78f5d42 --- /dev/null +++ b/schedule/148/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

The dangerous, exquisite art of safely handing user-uploaded files.

+ + + + + + + +
+
+
+

Every web application has an attack surface -- the exposed points of interaction where a malicious or mischievous user can commit malice, or mischief (respectively). Possibly nowhere, however, is more vulnerable than places a user is allowed to upload arbitrary files.

The scope for abuse is eye-widening: The contents of the file, the type of the file, the size and encoding of the file, even the *name* of the file can be a potent vector for attacking your system.

The scariest part? Even the best and most secure web-frameworks (yes, I'm talking about Django) can't protect you from all of it.

In this talk, I'll show you every scary thing I know about that can be done with a file upload, and how to protect yourself from -- hopefully -- most of them.

+
+
+ +

Tom Eastman

+
+
+
+

+Tom Eastman is a open source technologist, Python developer and devops/security consultant.

He believes your two crucial metrics for measuring code-quality should be (a) "Will the person who inherits my code be glad that I wrote it this way?" And (b) "Will the person who penetration-tests my code be annoyed that I wrote it this way?"

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/149/view_talk/index.html b/schedule/149/view_talk/index.html new file mode 100644 index 0000000..04583c9 --- /dev/null +++ b/schedule/149/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Security Starts With You: Social Engineering

+ + + + + + + +
+
+
+

Virus? There’s an app for that. Malware? There’s an app for that. Social engineering? It's a little more complicated. These techniques, used by hackers to gather information on their target, are hard to combat without education - so why don’t we talk about them more often? Aimed at the average user who could be targeted by such an attack, this talk discusses the tools of social engineering, how it can be combated and why so many companies fail in preparing their employees for such an attack.

+
+
+ +

Tiberius Hefflin

+
+
+
+

+Tibbs recently graduated from the University of West of Scotland with a degree in computer security. She has relocated to Portland, OR, where she evangelizes for privacy and security while doing security assurance work for Portland General Electric. She is passionate about encouraging small children to take the plunge into STEM and about laughing at cats on the internet.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/151/view_talk/index.html b/schedule/151/view_talk/index.html new file mode 100644 index 0000000..8ba13d0 --- /dev/null +++ b/schedule/151/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Big data biology for pythonistas: getting in on the genomics revolution

+ + + + + + + +
+
+
+

In 2001 Bill Clinton unveiled \"the most important, most wondrous map ever produced by humankind\" - the human genome. This monumental endeavour cost $3 billion, and took hundreds of scientists from all over the world 13 years. Today, a single person can generate such a map in ~2 days for $1000. This dramatic drop in cost means that we now have data for hundreds of thousands of people - and other species - from all corners of the globe, and cohorts are available for every major disease under the sun. Petabytes of new data are also being generated every day.

Most of this data is publicly available, so anyone with an internet connection can try in silico biology from the comfort of their own home. In my talk, I'll walk through what this data looks like, and how it's analysed - with a special focus on where python fits into the workflow (;tldr the most interesting parts!). I will also highlight some common pitfalls software engineers and developers face when getting into this space. Finally, I'll showcase several other facets of bioinformatics that sorely need contributions from good coders.

Genomics is rapidly entering the world of health care in both the public and private hospital sectors, and in direct-to-consumer genetic testing. Understanding this data, the challenges and limitations of its analytics will help us all make better-informed health and medical decisions, affecting our quality of life and those we love.

+
+
+ +

Darya Vanichkina

+
+
+
+

+Dr Darya Vanichkina is a genomics data scientist at the Centenary Institute, University of Sydney. She is interested in the biology of the nervous and immune systems, and the roles that alternative splicing plays in modulating cellular phenotypes. This translates to a lot of next generation sequencing data analysis using the University's HPC cluster and AWS, all with the aim of understanding the basic biology of these systems, and what breaks in disease. She holds a bioinformatics and genomics PhD from the University of Queensland, and a Bachelors/Masters Degree in Biochemistry and Molecular Biology from Lomonosov Moscow State University.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/153/view_talk/index.html b/schedule/153/view_talk/index.html new file mode 100644 index 0000000..d875528 --- /dev/null +++ b/schedule/153/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Deciding between continuity and change in your Open Source community

+ + + + + + + + + + +
Project: + Registrasion +
+ + +
+
+
+

When you’re a big, for-profit project, it can be easy to justify a change from outdated software to the new hotness: figure out why the old software isn’t working for you, do a cost-benefit analysis, and – if it still seems like a good idea – make the change.
When you’re a community of volunteers, that justification can be less clear: cost-benefit analyses will rarely be about money. Worse still, the human costs can be difficult to justify: It’s difficult to get volunteers to do more unpaid work than they’re already doing. If your community depends on Open Source software, you get the added political difficulty of needing to navigate the divide between large-scale change and making small improvements to systems your community actively contributes to.
Whilst the motivation might be different, the process isn’t: leading a community towards change means understanding why existing systems aren’t suitable, making your community enthusiastic about the need for change, and then actually making that change.
To help make this point more concretely, we’ll look at how and why linux.conf.au – a long-running Open Source conference in Australia – effected a move away away from a bespoke legacy conference management software to one based on Symposion, the popular Django-based software created for the Python Software Foundation. We’ll also look at how that’s led to the PSF funding Registrasion, a Django-based conference sales platform.
With this case study as a guide, we’ll talk about how to make a decision to replace the software that your community runs on. In particular, we’ll cover how to identify and engage with stakeholders within a community; the value of prototypes in maintaining interest; and what a cost-benefit analysis might look like when your currencies are human joy, and burnout prevention.

+
+
+ +

Christopher Neugebauer

+
+
+
+

+Christopher is an programmer who lives in the Tasmanian city of Hobart. His recent professional focus has been on mobile development, which has meant his day jobs involve less Python than he'd like. He's strongly interested in developing the Australian and International Python communities: he is director of linux.conf.au 2017, a past convenor of PyCon Australia, and has been a fellow of the Python Software Foundation since 2013.

In his spare time, he enjoys presenting on Mobile development at Open Source conferences, and presenting on Open Source development at Mobile conferences.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/154/view_talk/index.html b/schedule/154/view_talk/index.html new file mode 100644 index 0000000..2db674c --- /dev/null +++ b/schedule/154/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

I wish I learnt that earlier!

+ + + + + + + +
+
+
+

Python is an easy language to learn. Many Python programmers just picked it up thinking “It can’t be too different from X, just with indents!”. By learning a language this way you don’t discover the features unique to that language.


In this talk we’ll take a tour of Python features that are easily missed. This includes list comprehension, generator functions and the PEP documents. Where appropriate time comparisons between different methods will be given.

+
+
+ +

Rachel Bunder

+
+
+
+

+Rachel has been programming for over 10 years and has been using Python for 5. She is a Data Scientist and a organiser for Sydney Python and Sydney PyLadies. Rachel enjoys making big booms with Napoleonic artillery pieces, creating things with her hands and playing with data.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/155/view_talk/index.html b/schedule/155/view_talk/index.html new file mode 100644 index 0000000..3ed5ce3 --- /dev/null +++ b/schedule/155/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Functional Programming for Pythonistas

+ + + + + + + +
+
+
+

Rampant side effects.
The shifting sands of mutable state beneath your feet.
Enter Functional Programming.
Functional Programming helps you write more clear, maintainable and testable code.
This talk will cover the core principles of functional programming, how they relate to techniques you probably already use, how to apply them in python, the benefits they can offer and how to introduce them to other developers.

+
+
+ +

Bianca Gibson

+
+
+
+

+Bianca is a developer at realestate.com.au in Melbourne, who became a functional programming enthusiast after getting a taste building functional web apps in scala. She was previously a council member of Linux Australia, and when she steps away from the computer (she promises it happens) likes reading, yoga, cycling, cooking, eating and stout.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/156/view_talk/index.html b/schedule/156/view_talk/index.html new file mode 100644 index 0000000..4187c4f --- /dev/null +++ b/schedule/156/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Imposter Syndrome

+ + + + + + + +
+
+
+

Ever thought ‘oh no, they are all going to realise that I have absolutely no idea what I’m doing’? If so this talk is for you. I’ll cover some of the signs of imposter syndrome, how to minimise it’s negative impact and how to reduce those feelings in yourself and others.

+
+
+ +

Bianca Gibson

+
+
+
+

+Bianca is a developer at realestate.com.au in Melbourne, who became a functional programming enthusiast after getting a taste building functional web apps in scala. She was previously a council member of Linux Australia, and when she steps away from the computer (she promises it happens) likes reading, yoga, cycling, cooking, eating and stout.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/159/view_talk/index.html b/schedule/159/view_talk/index.html new file mode 100644 index 0000000..7f3d845 --- /dev/null +++ b/schedule/159/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

GPS Tracking with Python

+ + + + + + + +
+
+
+

Python is very well-suited to implement GPS tracking services. Devices need to report position data to servers, and Python handles this role well, especially with the new support for asynchronous event loops in Python 3 which can handle tens of thousands of simultaneous connections. In addition, the struct module in the Python standard library makes short work of processing binary data supplied by devices. In addition to basic interaction with tracking devices, this talk will also present methods of integration (server) testing using py.test, as well as considerations regarding support for both UDP and TCP protocols in the same stack, since different GPS tracking devices may prefer one or the other.

+
+
+ +

Caleb Hattingh

+
+
+
+

+Caleb is a long-time pythonista of some 15 years. Though a chemical engineer by training, he has worked on a wide variety of projects including mathematical modelling and simulation, financial and CRM software for the hospitality industry, online bookings, servers for capturing GPS data from IoT devices, and founded the online Codermoji service to provide a more effective way of learning to become a programmer.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/163/view_talk/index.html b/schedule/163/view_talk/index.html new file mode 100644 index 0000000..4b7252c --- /dev/null +++ b/schedule/163/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Working with real-time data streams in Python

+ + + + + + + + + + +
Project: + NA +
+ + +
+
+
+

An increasing number of devices and applications are producing vast amounts of data in real time. This can include measurements, sensor readings, and performance data.

Making this data useful often requires that we analyse and use the data in real time but this requires techniques to aggregate, filter, and smooth the data. Drawing on simple and well-tested techniques from mathematics and engineering allows us to solve these problems quickly and efficiently.

This talk will describe how Python can be used to develop powerful capabilities for working with real-time data streams and provide simple examples you can start using yourself.

+
+
+ +

Lachlan Blackhall

+
+
+
+

+Lachlan is the Co-founder and Chief Technology Officer of Reposit Power (http://repositpower.com/), an energy startup using big data to drive the deployment of energy storage in the electricity grid. Lachlan is an experienced Python developer having used Python extensively in both commercial and personal projects.

Commercially, Lachlan has developed and implemented Python-based data collection and analytics strategies and systems across the energy, telecommunications, consumer goods, and government sectors for organisations including The Nielsen Company, Coca Cola Australia, and CSIRO. Lachlan holds a PhD in applied mathematics and network theory and has a broad professional interest in big data and predictive analytics.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/166/view_talk/index.html b/schedule/166/view_talk/index.html new file mode 100644 index 0000000..06da8d1 --- /dev/null +++ b/schedule/166/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

How digital agencies can invest in open-source products without going broke or insane

+ + + + + + + + + + +
Project: + GLAMkit +
+ + +
+
+
+

Compared to single-project software teams, digital agencies face the challenges of having to balance limited capacity amongst competing clients and projects, which makes it difficult to find time between the billable hours to invest.

However, agencies also have a whole lot to gain from building reusable code - chiefly scalability. If an agency's reusable code can become a product that offers value to clients, then agencies can move beyond hourly-rate pricing towards value-based pricing.

But creating products is expensive and risky, and open-sourcing products is even more so, until the benefits start accumulating.

This talk covers learnings from our 7 years as a Python/Django web agency, moving from using open source to contributing and creating it; what guides our investment decisions, and why some decisions worked and some didn't, and how our philosophy has shifted as a result.

+
+
+ +

Greg Turner

+
+
+
+

+Dr Greg Turner is CEO of the Interaction Consortium, a web agency in Sydney and Melbourne. The IC builds content tools and digital platforms in Python, and makes GLAMkit, an open-source CMS for the cultural sector. Last year, the Interaction Consortium went to the USA to build the website and systems integrations for San Francisco Museum of Modern Art.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/167/view_talk/index.html b/schedule/167/view_talk/index.html new file mode 100644 index 0000000..cb003ac --- /dev/null +++ b/schedule/167/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

ESP8266 and MicroPython

+ + + + + + + +
+
+
+

The ESP8266 is an exciting new WiFi enabled SoC which is not only small and fast but also very very cheap. And now it can run Python! This talk discusses the ins and outs of ESP8266 chips and modules, how to install MicroPython, and what you can do with it once you've installed it.

+
+
+ +

Nick Moore

+
+
+
+

+Nick is a enthusastic about the Internet, passionate about open
source and downright zealous about Python.
He has worked in systems administration, programming, research,
standardization, teaching and systems integration in companies from startups to
multinational giants. He has previously presented at IETF, OSDC, LinuxConf and BuzzConf.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/168/view_talk/index.html b/schedule/168/view_talk/index.html new file mode 100644 index 0000000..435daac --- /dev/null +++ b/schedule/168/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Evaluating fire simulators using Docker, Dask and Jupyter notebooks!

+ + + + + + + + + + +
Project: + Bushfire predictive services +
+ + +
+
+
+

Bushfires are one of the most destructive forces in our environment. A major responsibility of the Bureau of Meteorology is to provide information on weather conditions that could make bushfires difficult to fight. Fire agencies then use simulators of fire behaviour to inform finer grained warnings to protect the Australian public. Objectively choosing the best performing simulators, or indeed the best versions of the same simulator, with respect to end-user requirements is a difficult task that requires a large amount of computation.

The introduction of new tools like Docker, Dask and Jupyter notebooks make the task of large scale computation much easier! The Bureau of Meteorology is looking at these technologies to help modernise its legacy workflows and processes, one example is our recent work in the area of fire simulators.

This talk will work through the approach developed for a reproducible environment (using Docker) and then how we form workflows (jupyter notebooks) that execute fire simulators on a small compute cluster of both windows and linux hosts (Dask, Distributed). Finally, we will work through an example of scaling up an experiment and demonstrate a process that is easy to replicate and follow for fellow scientists.

+
+
+ +

Nathan Faggian

+
+
+
+

+Nathan Faggian's career started at Monash University, completing a PhD in computer vision under the supervision of Prof. Andrew Paplinski and Dr. Jamie Sherrah, working on the development of fast human face recognition algorithms. Nathans then shifted focus to work in medical imaging at the University of Melbourne and the Howard Florey Institute, working for Prof. Leigh Johnston and Prof. Gary Egan. Following a quick transition to the Centre for Neuroscience, Nathan was awarded an Australian Academy of Science grant to work in South Korea with Prof. Zhang-hee Cho on ultra-high field imaging. After the completion of his postdoc Nathan joined the Centre for Australian Weather and Climate Research (CAWCR) in the Australian Bureau of Meteorology to work on the development of a national forecasting system, the Graphical Forecast Editor (GFE). During this time Nathan developed tools that supported national fire weather forecast processes, which improved services to the Australian public. As a member of CAWCR Nathan also contributed to the development of "ensemble guidance", a post-processing of Numerical Weather Prediction (NWP) model output that underpins the public weather forecast. Nathan then briefly left the Bureau and transitioned into the corporate world, joining Microsoft as a data scientist. In this role he was responsible for delivering insights from large anti-malware datasets (using a huge volume of telemetry data) to support the continuous improvement of an entire research division. Following this transition Nathan re-joined the Bureau, division of weather services, to help with the development of bushfire predictive services.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/17/view_talk/index.html b/schedule/17/view_talk/index.html new file mode 100644 index 0000000..3d48864 --- /dev/null +++ b/schedule/17/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Warpdrive, making Python web application deployment magically easy.

+ + + + + + + + + + +
Project: + warpdrive +
+ + +
+
+
+

Ask a beginner to deploy a Python web application and they will often complain it is too hard. Although we have standards for how a Python web application should interface with a web server, the web servers for Python all work differently, with a myriad of options and being difficult to set up properly.

In this talk you will be given a preview of a project called 'warpdrive', a project being developed to simplify the process of deploying a Python web application.

The 'warpdrive' project makes it easy to run your Python web application on your own system, but it can also create a Docker image for your application, providing you with an easy path to deploying it on a Docker service.

How 'warpdrive' works is also compatible with next generation Platform as a Service (PaaS) offerings such as the latest OpenShift, which has been reimplemented around Docker and Kubernetes.

Come see how working on and deploying your Python web application could be made so much easier using 'warpdrive'.

+
+
+ +

Graham Dumpleton

+
+
+
+

+Graham is the author of mod_wsgi, a popular module for hosting Python web applications with the Apache HTTPD web server. He has a keen interest in Docker and Platform as a Service (PaaS) technologies, and is a Fellow of the Python Software Foundation and Emeritus Member of the Apache Software Foundation. He is currently a developer advocate for OpenShift at Red Hat.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/171/view_talk/index.html b/schedule/171/view_talk/index.html new file mode 100644 index 0000000..1d74cf7 --- /dev/null +++ b/schedule/171/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Pyrobuf and the Tyranny of Speed

+ + + + + + + + + + +
Project: + Pyrobuf +
+ + +
+
+
+

The data structures used to represent information and program state in memory are rarely conducive to the storage and transmission of that information and state. The process of translating those data structures into a format better suited to storage is known as serialisation or marshalling.

Google’s Protobuf is a mechanism for serialising and deserialising structured data. Pyrobuf is a alternative, lightning-fast, implementation of Protobuf written in Cython that is 2-4 times faster than Protobuf when using its C++ backend and 20-40 times faster than its pure Python implementation.

In this talk we’ll briefly review Protobuf and compare it to other well known serialisation mechanisms such as XML and JSON. We’ll then take a look at Pyrobuf and the basic strategies it uses to achieve significantly better performance.

Pyrobuf’s main claim to fame is its speed. This makes fixing bugs and adding new features a real challenge as any degradation in performance will not be well-received by users who’ve come to expect and rely on its speed. Therefore, for the remainder of the talk we’ll discuss tricks and tips, some more legitimate than others, for maintaining speed as new features are added.

+
+
+ +

Gregory Saunders

+
+
+
+

+Greg has been programming in Python since 1995. He has a PhD in Computer Science and has been working in the financial services industry for over ten years. He is currently a Python developer at Optiver.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/172/view_talk/index.html b/schedule/172/view_talk/index.html new file mode 100644 index 0000000..a8afdf0 --- /dev/null +++ b/schedule/172/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Designing hardware APIs to facilitate hands-on learning

+ + + + + + + + + + +
Project: + Obelisk Systems +
+ + +
+
+
+

Through experimentation with educational hardware and software, Obelisk Systems has identified the need for, and developed a brand new framework to allow students (both university and high-school) fluid interaction with complex hardware within classrooms. This framework is further implemented into an API that handles all low-level sensor access whilst maintaining relevance to a wide variety of students.
This API will be used to interface with space experimentation and education hardware being developed by Obelisk Systems.

+
+
+ +

Andreas Antoniades

+
+
+
+

+Andreas Antoniades is the Managing Director of Obelisk Systems, an Australian embedded aerospace & electrical engineering firm located in the Hunter Valley.

Andreas graduated in 2016 from the University of Newcastle with a bachelor of Electrical Engineering (honours) / Bachelor of Business. Whilst at university he was Student Ambassador for UoN Electrical Engineering as well as designing/building both an electric motorbike and car to compete in the Hunter Electric Vehicle Festivals. He has worked with BHP Billiton and Gloucester Coal, followed by the Hunter Medical Research Institute where he worked on an independent stroke rehabilitation project. His speciality now is embedded systems engineering, particularly in aerospace applications.

Obelisk Systems currently is focused on design and provision of Robust and affordable development and flight-grade Cubesat components, a popular variant of miniature satellites. To complement this, Obelisk Systems is also develops university R&D platforms, allowing simple interface of satellite hardware to industry-standard mathematical and flight modelling software. Obelisk Systems is dedicated to providing hardware platforms that not only facilitate easier access to space, but also address the growing need for STEM education. Recently Obelisk Systems has engaged in several educational hardware projects, one of which is powering the first Australian start-up mission to the I.S.S.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/176/view_talk/index.html b/schedule/176/view_talk/index.html new file mode 100644 index 0000000..548c13e --- /dev/null +++ b/schedule/176/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Breaking up arrays up into chunks for fun and science with Xarray and Dask

+ + + + + + + + + + +
Project: + xarray +
+ + +
+
+
+

Xarray is n-dimensional array package bringing numpy and pandas-style interfaces to labelled data. Its main use is for manipulating scientific datasets stored in NetCDF file format.

The Dask package brings task graphs for parallel computation of arrays, by breaking them up into smaller chunks, for lazy processing of arrays. It can handle larger-than-memory dataset, scaling from a single machine to a cluster.

When used together, then can be used to analyse all sorts of scientific data. This talk will look at using them to analyse a timeseries of Earth-observation from Landsat satellites.

+
+
+ +

Andrew Hicks

+
+
+
+

+Andrew is a developer from Canberra who works on software projects relating to scientific and geospatial data. He has been using Python for analysis of environmental data. Andrew is currently working at Geoscience Australia on an open-source system to let scientists easily access and manipulate Earth-observation data through Python.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/178/view_talk/index.html b/schedule/178/view_talk/index.html index 2ab48a3..1807878 100644 --- a/schedule/178/view_talk/index.html +++ b/schedule/178/view_talk/index.html @@ -159,7 +159,7 @@ -

<-- Back to schedule

+

<-- Back to schedule

Controlling a 3D printer with Python

@@ -167,21 +167,20 @@

Controlling a 3D printer with Python

- + +
Project:Project: - -OpenGB - + OpenGB
-

Additive manufacturing ("3D printing") has already proven to be a revolutionary technology in industries as diverse as medicine, architecture, industrial design and aerospace.

At the same time affordable consumer-grade printers have put 3d printing increasingly within reach of the general public.

However the user interfaces of most 3D printers still leave something to be desired. Interaction is generally performed via a monochrome LCD and jog dial. Network connectivity is often an afterthought with file transfers primarily performed via SD Card.

OpenGB is an Open Source 3D printer control interface. It was developed in conjunction with re:3D as part of the Open Gigabot project but was designed to work on a variety of Open Source 3D printers.

In this talk James Stewart will describe the OpenGB backend which is written in Python and acts as an intermediary between the network and the printer. Various technologies are employed including:

* Tornado
* Websockets
* JSONRPC
* Multiprocessing
* pySerial

As well as 3D printing enthusiasts, this talk will be of interest to anybody using Python to control a lower-level controller such as Arduino.

+

Additive manufacturing (\"3D printing\") has already proven to be a revolutionary technology in industries as diverse as medicine, architecture, industrial design and aerospace.

At the same time affordable consumer-grade printers have put 3d printing increasingly within reach of the general public.

However the user interfaces of most 3D printers still leave something to be desired. Interaction is generally performed via a monochrome LCD and jog dial. Network connectivity is often an afterthought with file transfers primarily performed via SD Card.

OpenGB is an Open Source 3D printer control interface. It was developed in conjunction with re:3D as part of the Open Gigabot project but was designed to work on a variety of Open Source 3D printers.

In this talk James Stewart will describe the OpenGB backend which is written in Python and acts as an intermediary between the network and the printer. Various technologies are employed including:

* Tornado
* Websockets
* JSONRPC
* Multiprocessing
* pySerial

As well as 3D printing enthusiasts, this talk will be of interest to anybody using Python to control a lower-level controller such as Arduino.

@@ -190,8 +189,7 @@

James Stewart

-James Stewart is a music-lover, home-brewer, husband, father and long-time technology enthusiast. An IT professional with over a decade of experience James was primarily an Operations Engineer but in recent years has increasingly focused on Software Development, particularly in Python.

James is currently employed as a DevOps Engineer working remotely for a company based in the UK and is also President of SparkCC, a makerspace based on the New South Wales Central Coast (sparkcc.org). -

+James Stewart is a music-lover, home-brewer, husband, father and long-time technology enthusiast. An IT professional with over a decade of experience James was primarily an Operations Engineer but in recent years has increasingly focused on Software Development, particularly in Python.

James is currently employed as a DevOps Engineer working remotely for a company based in the UK and is also President of SparkCC, a makerspace based on the New South Wales Central Coast (sparkcc.org).

@@ -234,4 +232,3 @@

Sponsors

- diff --git a/schedule/179/view_talk/index.html b/schedule/179/view_talk/index.html new file mode 100644 index 0000000..1246fad --- /dev/null +++ b/schedule/179/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Mental Health in Development

+ + + + + + + +
+
+
+

This talk will explore the various mental health pressures and impacts that development can have, as well as the strategies developers, and their workplaces, can use to deal with them to support those who may be suffering.
Many conversations have been started about mental health in technology, and it is important for these to continue. Parts of the development process can sometimes lead to situations where looking after yourself can be difficult and it is important not only to be able to minimise the risk of these, but to be able to recognise them and find ways out of them.
On the other hand, the amount of technology to help combat mental health is increasing, and what better demographic to test, use and further develop these technologies than developers themselves. This talk will also discuss the rise and continuity of technology to assist in mental health.

+
+
+ +

Eloise Macdonald-Meyer

+
+
+
+

+Eloise, aka Ducky, is a computing student. She works part time as a web developer at a local Tasmanian web agency, Takeflight. Her main technical interests are in games technology, human-computer interaction, geographic information systems and any ways she can combine them. She is an active member in communities (including Girl Geek Coffees & Tasmanian Game Development Society), and in her free time she enjoys snowboarding, sailing, playing & making games and teaching kids how to code.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/18/view_talk/index.html b/schedule/18/view_talk/index.html new file mode 100644 index 0000000..a21118a --- /dev/null +++ b/schedule/18/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Hear no evil, see no evil, patch no evil: Or, how to monkey-patch safely.

+ + + + + + + + + + +
Project: + wrapt +
+ + +
+
+
+

Python is a dynamic programming language and has a strong tradition of adhering to a programming style called duck-typing. This means that it is possible to easily modify an application's code while it is running. One might wish to do this for various reasons, including enhancing the functionality of code, correcting errant behaviour, or adding instrumentation or debugging code.

Making such code modifications can be tricky though and not done correctly can potentially interfere with the operation of the original code, through destroying introspection abilities, not honouring the duck-typing mantra or due to being applied at the wrong time.

If you do need to do monkey patching though, the 'wrapt' library is your friend, with its transparent object proxy wrappers and post import hook mechanism, it allows you to safely monkey patch code to modify its behaviour.

Come learn about the 'wrapt' library and the joys, but also the dangers, of monkey patching.

+
+
+ +

Graham Dumpleton

+
+
+
+

+Graham is the author of mod_wsgi, a popular module for hosting Python web applications with the Apache HTTPD web server. He has a keen interest in Docker and Platform as a Service (PaaS) technologies, and is a Fellow of the Python Software Foundation and Emeritus Member of the Apache Software Foundation. He is currently a developer advocate for OpenShift at Red Hat.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/182/view_talk/index.html b/schedule/182/view_talk/index.html new file mode 100644 index 0000000..e59e1a4 --- /dev/null +++ b/schedule/182/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Docker, made useful for those who even barely know what it is

+ + + + + + + + + + +
Project: + Docker +
+ + +
+
+
+

This is a hands-on, practical, goal-oriented tutorial. It'll take you from not even knowing what Docker is or why it might be useful, to deploying a simple Django project with it.

The tutorial is firmly focused on practical steps and achievements and will proceed at a relaxed pace. You'll understand Docker through using it, rather than by having it explained to you.

There'll be more to learn and discover than this tutorial can cover, but it will leave you in an excellent position to explore further, confident that you have a good grasp of key basic operations and how they relate to each other.

The tutorial will be accompanied by a handbook of all the material we cover in the workshop, so that you can revisit it and explore Docker at your own pace later.

Our examples will use Django as a good way of illustrating the use of Docker in development and deployment, but the principles apply equally well to other systems.

+
+
+ +

Daniele Procida

+
+
+
+

+Daniele Procida works at Divio AG. He is a board member of the Django Software Foundation and a Django core developer.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/184/view_talk/index.html b/schedule/184/view_talk/index.html new file mode 100644 index 0000000..9c612a2 --- /dev/null +++ b/schedule/184/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Code the Docs: Interactive Document Environments

+ + + + + + + + + + +
Project: + IPython, Swift Playgrounds, and Jupyer, primarily. +
+ + +
+
+
+

Distributing example code and applications with documentation is now easy. There are a million different ways to get code to people: from zips, to GitHub, to gists, and beyond. Code is easy to distribute. But how do we create a better link between example code, and written documentation?
Luckily, clever boffins have come up with some solutions: interactive document environments. These let the live code and the documentation sit side-by-side with one another, the distributed example code is the documentation.

This talk will take a brief look at some of the different interactive document environments out there – mainly Jupyter, IPython Notebooks, and Swift Playgrounds – and the various strengths, weaknesses, and caveats of these tools. We’ll also explore the future, and discuss where these tools are going, as well as the implications for technical documentation. Learn how to add interactivity to your documentation, and why this might be a good idea!

+
+
+ +

Paris Buttfield-Addison

+
+
+
+

+Dr Paris Buttfield-Addison is a producer and co-founder at Secret Lab, a mobile development studio based in beautiful Hobart, Australia. Secret Lab builds games for mobile devices, and primarily for children, such as the AIMIA winning (2014) ABC Play School apps, and the Qantas Joey Playbox.

Paris formerly worked with Meebo (which was acquired by Google) as mobile product manager. He has a BA in History, and a PhD in Computing/HCI, and has written nearly a dozen technical, game design, and mobile software development books, mostly for O’Reilly Media. He writes a lot of documentation, and extensively uses Swift, Go, and Python.

Paris can be found on Twitter @parisba. He still thinks digital watches are a pretty neat idea.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/185/view_talk/index.html b/schedule/185/view_talk/index.html new file mode 100644 index 0000000..db69485 --- /dev/null +++ b/schedule/185/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Integrating Python within a School Context

+ + + + + + + +
+
+
+

Python is an ideal first programming language for secondary school students due to the simplicity of its syntax, its enforced code formatting, and the extensibility of the language. Introducing Python to a school however, takes planning, an incremental approach, and modification to existing curriculum plans based on experience. In this presentation, you will be given an overview of how a high school has introduced Python through years 8-12. You will also learn about various Python packages and environments that can be of benefit to a school including: Python Turtle, Grok Learning, Pygame, Flask, and PythonAnywhere.

+
+
+ +

Brad Nielsen

+
+
+
+

+Brad Nielsen is an IT teacher at Marist College, Ashgrove Queensland where he has taught for the last five years. He has degrees in Multimedia/IT and Education. He has worked previously in IT for five years as a consultant and web developer specialising in online learning and Learning Management System software.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/188/view_talk/index.html b/schedule/188/view_talk/index.html new file mode 100644 index 0000000..849b45d --- /dev/null +++ b/schedule/188/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

More testing with fewer tests

+ + + + + + + + + + +
Project: + Hypothesis +
+ + +
+
+
+

We all wish we were were testing more, but tests are ugly, a pain to write and are brittle. Property based testing helps to solve all of these problems. Now, with Hypothesis, Python has an outstanding toolkit to write property based tests.

With Hypothesis, instead of writing individual tests, you describe properties of your code and Hypothesis generates the test cases for you. This frees you from writing repetitive and error prone test cases. Hypothesis will generate many more test cases than you'll ever be able to bare writing, and will find more bugs.

Hypothesis has plugins for Django and numpy to help you generate test cases for these two frameworks.

+
+
+ +

Clinton Roy

+
+
+
+

+\N

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/19/view_talk/index.html b/schedule/19/view_talk/index.html new file mode 100644 index 0000000..de4fbce --- /dev/null +++ b/schedule/19/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

The Power ⚡️ and Responsibility 😓 of Unicode Adoption ✨

+ + + + + + + + + + +
Project: + 🎉 +
+ + +
+
+
+

Communication is difficult.

Whether it’s between humans or machines or a combination of the two, trying to translate meaningful information is a lossy process.

Converting languages to use the new Unicode standard is hard, but once it's in place, you get this marvellous feature-add: Emoji compatibility. No longer do we have to make faces with symbols, or be forced to platform-specific emoticons! Rejoice in the extended character set!

Emoji has a rich history as a way to allow the communication of ideas in a reduced amount of data, and dates back to a time where this was important: SMS communications in Japan. However, as social networks feverishly try and clamber into this bandwagon, their implementations of the standard create more issues with miscommunication that aren't already possible with a 12x12 pictograph. 🤔

From the technical to the social aspects, mojibake and UTF-{8,16,32}, this talk will cover why the extended character set provided by the Unicode standard needs to be treated with responsibility by users and platforms alike.

This talk is not just an excuse to see what parts of the conference stack can’t handle Unicode, I promise. 😇

+
+
+ +

Katie McLaughlin

+
+
+
+

+Katie has worn many different hats over the years. She has previously been a software developer for many languages, systems administrator for multiple operating systems, and speaker on many different topics.

When she's not changing the world, she enjoys cooking, making tapestries, and yelling at JavaScript and its attempt at global variables.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/192/view_talk/index.html b/schedule/192/view_talk/index.html new file mode 100644 index 0000000..1562b81 --- /dev/null +++ b/schedule/192/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Hitting the Wall and How to Get Up Again - Tackling Burnout and Strategies for Self Care

+ + + + + + + +
+
+
+

It doesn't matter whether it is a labour of love, or you are working to pay the bills, or that delicious combination of both, there is a risk that one day you will hit the wall. Burnout is a looming menace in many communities, particularly those with long hours, tight deadlines, rigid dependencies, complex intellectual demands, uncertain rewards and moving goalposts.

Why does it happen? How can we learn to understand ourselves well enough to spot the signs in ourselves and in other? How can we repair the damage and come back from the brink? Jackson Fairchild will present a lively, enlightening and funny talk based on his experience as both an experienced mental health clinician and a person who works too hard.

+
+
+ +

Jackson Fairchild

+
+
+
+

+Jackson Fairchild is a counsellor, psychotherapist, educator and consultant with a nerd streak a mile wide and a former life in information technology. Jackson works in private practice as a counsellor and psychotherapist in Fitzroy North, and as the Team Leader of the Centre Supervisors at On the Line, a large remote counselling service that provides professional clinical support to clients Australia wide through services such as MensLine Australia and the Suicide Call Back Service. Jackson is passionate about self care, promoting healthy relationships, suicide prevention and progressive leadership.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/193/view_talk/index.html b/schedule/193/view_talk/index.html new file mode 100644 index 0000000..fefa1fc --- /dev/null +++ b/schedule/193/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

402: Payment Required. Micropayments for IoT

+ + + + + + + + + + +
Project: + Micropayment storage +
+ + +
+
+
+

What if you could provide access to sensor data in exchange for small amounts of payment, or give your devices a stipend and they could autonomously engage in commerce with in a marketplace of machines?

Payment solutions for microresources thus far have either required cumbersome aggregation, billing and centeralised metering or have been deemed too cheap to meter. We'll explore technology that could reduce this friction such as the bitcoin blockchain and open source python libraries that allow your devices to engage in micropayments in a fast, trustless and cheap manner.

+
+
+ +

Mitchell O'Neill

+
+
+
+

+Mitch was born in the dusty mining town of Kalgoorlie. Fed up with the gold mining life he took an Intro to Python course and after using phrases like 'state machine', 'blocking IO' and 'restful interfaces' got paid for writing in it. He spends his weekends trying to learn what these phrases mean and weekdays making sure he mentions them enough. No one suspects anything.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/194/view_talk/index.html b/schedule/194/view_talk/index.html new file mode 100644 index 0000000..9473c76 --- /dev/null +++ b/schedule/194/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Multi-modal interaction with the real world using Python and the Internet of Things on Amazon Web Services (AWS

+ + + + + + + +
+
+
+

AWS IoT is a managed cloud service that enables Internet-connected things to easily and securely interact with each other and the cloud. This session will introduce you to the AWS IoT features, how you can build your IoT solutions on the AWS Cloud, and how to make use of the AWS IoT service even if you are not developing for physical devices, using Amazon Cognito and AWS Lambda for web sockets notifications in the browser. We will dive deep into how the Amazon Web Services platform makes it easy to create applications that interface with the Internet of Things using Python as a first-class language on devices and the back-end. We’ll demonstrate real implementations that use multiple modes of control, from movement and light intensity, to manual and voice control and engage the audience with two-way interactivity with minimal infrastructure to manage.

+
+
+ +

Adam Larter

+
+
+
+

+Adam Larter is a Principal Solutions Architect with Amazon Web Services (AWS) where he helps customers use best practice to design highly scalable, reliable and performant architectures in the AWS Cloud. Adam’s experience as a software developer allows him to dive deep into the code, and his background in the broadcast industry has given him broad experience in large-scale distributed media workloads. He has a passion for mobile and the Internet of Things, and all things ‘connected’.
Prior to joining the team at Amazon, Adam was CTO of a global media company specializing in workflow management, quality control, repurposing, delivery and storage of television, radio, print and online content.
Adam has a Master of Information Technology degree from Monash University in Australia.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/195/view_talk/index.html b/schedule/195/view_talk/index.html new file mode 100644 index 0000000..7b5d128 --- /dev/null +++ b/schedule/195/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Teaching Python through Outer Space

+ + + + + + + + + + +
Project: + Quberider +
+ + +
+
+
+

There is nothing more exciting than your very own space mission – and at quberider, we work to make that dream a reality for Australian youths.

By showing students just how exciting and cool science and technology really is, we can show them that the sky is no longer the limit. We give them the practical skills and the motivation they need to go of into the world and succeed.

In this talk, we’ll explore how quberider uses space to inspire students to learn how to code in python, and other core STEM skills.

+
+
+ +

Solange Cunin

+
+
+
+

+A passionate advocate with a mission to drive student engagement with science and technology, Solange Cunin is the founder and CEO of Australian startup Quberider. Soon to graduate from the University of New South Wales with a Bachelors in Mathematics and Aerospace Engineering, Solange already boasts both space industry and startup experience and has designed satellite system for major Australian universities. Solange believes that space is the most powerful tool we can use to inspire students to learn and achieve.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/196/view_talk/index.html b/schedule/196/view_talk/index.html new file mode 100644 index 0000000..42bbf6e --- /dev/null +++ b/schedule/196/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

test

+ + + + + + + + + + +
Project: + proj +
+ + +
+
+
+

test

+
+
+ +

Russell Keith-Magee

+
+
+
+

+Dr Russell Keith-Magee is a 10 year veteran of the Django core team, and President of the Django Software Foundation. He's also the founder of the BeeWare project, developing GUI tools to support the development of Python software. When he's not contributing to open source, he's the CTO of TradesCloud, a company providing integrated job management software for tradespeople.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/197/view_talk/index.html b/schedule/197/view_talk/index.html new file mode 100644 index 0000000..4756bad --- /dev/null +++ b/schedule/197/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

test

+ + + + + + + + + + +
Project: + proj +
+ + +
+
+
+

test

+
+
+ +

Damien George

+
+
+
+

+Damien has a background in theoretical physics, robotics and computer
engineering, and loves to program and build things. He is the creator
of MicroPython and ran two very fruitful Kickstarter campaigns to
build a community around this microcontroller language. He has built a
successful company based on MicroPython and the pyboard, brought it to
makers, teachers and industry developers around the world, worked with
the BBC on the micro:bit project, and embarked on projects with the
European Space Agency to bring MicroPython into space. Damien now
works full time improving and maintaining the MicroPython ecosystem.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/198/view_talk/index.html b/schedule/198/view_talk/index.html new file mode 100644 index 0000000..d1c9dd2 --- /dev/null +++ b/schedule/198/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Python All the Things

+ + + + + + + + + + +
Project: + Django, Channels +
+ + +
+
+
+

We’re familiar with Python as a scripting language, as a web server language, as a teaching language, as a data analysis language, and as a teaching language. But is that the limit of where Python can be used? What is the future for Python on other platforms? Is the prospect of using Python on those platforms a novelty, or a viable way to fend off an existential threat to the language? And how does this threat intersect with other threats we have to our community, and to our industry?

+
+
+ +

Russell Keith-Magee

+
+
+
+

+Dr Russell Keith-Magee is a 10 year veteran of the Django core team, and President of the Django Software Foundation. He's also the founder of the BeeWare project, developing GUI tools to support the development of Python software. When he's not contributing to open source, he's the CTO of TradesCloud, a company providing integrated job management software for tradespeople.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/199/view_talk/index.html b/schedule/199/view_talk/index.html new file mode 100644 index 0000000..950db23 --- /dev/null +++ b/schedule/199/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

MicroPython: a journey from Kickstarter to Space

+ + + + + + + + + + +
Project: + Django, Channels +
+ + +
+
+
+

MicroPython is a lean and efficient reimplementation of Python 3 with a
reduced standard library, and brings the awesomeness of Python to computing
devices with few resources, such as microcontrollers. In this talk I will
detail my journey in building MicroPython and the various projects that it
has been used in and the people who are using it. I will talk about running
a successful Kickstarter campaign (actually two of them!), circuit board
manufacturing, working with the European Space Agency, working with the BBC
on the micro:bit project, and the challenges of managing and funding
open-source software. There will also be some live demos!

+
+
+ +

Damien George

+
+
+
+

+Damien has a background in theoretical physics, robotics and computer
engineering, and loves to program and build things. He is the creator
of MicroPython and ran two very fruitful Kickstarter campaigns to
build a community around this microcontroller language. He has built a
successful company based on MicroPython and the pyboard, brought it to
makers, teachers and industry developers around the world, worked with
the BBC on the micro:bit project, and embarked on projects with the
European Space Agency to bring MicroPython into space. Damien now
works full time improving and maintaining the MicroPython ecosystem.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/200/view_talk/index.html b/schedule/200/view_talk/index.html index 1e598c9..f8584b0 100644 --- a/schedule/200/view_talk/index.html +++ b/schedule/200/view_talk/index.html @@ -161,18 +161,19 @@

<-- Back to schedule

-

Python's Bright Future in Science

+

Python's Bright Future in Science

- + +
Project:Project: -CPython, Cython, NumPy, SciPy, Numba, scikit-image + CPython, Cython, NumPy, SciPy, Numba, scikit-image
@@ -188,8 +189,7 @@

Juan Nunez-Iglesias

-Juan Nunez-Iglesias is a research scientist at the Victorian Life Sciences Computation Initiative, in the University of Melbourne. He uses image analysis and computer vision to study neural networks (the squishy ones, not the Googly ones), Malaria parasites, and other biological things. This work led him to the scikit-image library, for which he is now a core developer. He has taught at the SciPy conference, EuroSciPy, the ASPP summer school, and Software Carpentry workshops. He is co-author of the O'Reilly book, Elegant SciPy. -

+Juan Nunez-Iglesias is a research scientist at the Victorian Life Sciences Computation Initiative, in the University of Melbourne. He uses image analysis and computer vision to study neural networks (the squishy ones, not the Googly ones), Malaria parasites, and other biological things. This work led him to the scikit-image library, for which he is now a core developer. He has taught at the SciPy conference, EuroSciPy, the ASPP summer school, and Software Carpentry workshops. He is co-author of the O'Reilly book, Elegant SciPy.

@@ -232,4 +232,3 @@

Sponsors

- diff --git a/schedule/201/view_talk/index.html b/schedule/201/view_talk/index.html new file mode 100644 index 0000000..02be58a --- /dev/null +++ b/schedule/201/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Django & Drupal: A tale of two cities.

+ + + + + + + + + + +
Project: + Drupal +
+ + +
+
+
+


Drupal and Django have much in common. They’re both open source tools for building the web. They’re also marked by some fundamental differences. However, both are so much more than that.

\"Every human creature is constituted to be that profound secret and mystery to every other. A solemn consideration, when I enter a great city by night, that every one of those darkly clustered houses encloses its own secret; that every room in every one of them encloses its own secret!\" - Charles Dickens.

Let’s explore the darkly clustered houses of these two different communities of open source people.

- What common challenges do we face?
- What different approaches do we take?
- What can we learn from each other?

And finally, what could we do together?

+
+
+ +

Donna Benjamin

+
+
+
+

+Donna Benjamin is a Project Lead at Catalyst IT Australia, and is part of a global team of skilled open source technologists. Catalyst specialises in developing, designing and supporting enterprise grade systems using open source technologies.

Donna is a passionate advocate of Free and Open Source Software (FOSS) solutions for small business and education. In particular, the use of web applications on the Drupal platform, open source graphics tools such as Inkscape and GIMP, and the Moodle and Sugar learning platforms. Donna has taken on a range of leadership roles in the Open Source community, sitting on boards and committees and organising events. She is currently a Director of the Drupal Association and the Open Australia Foundation.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/202/view_talk/index.html b/schedule/202/view_talk/index.html new file mode 100644 index 0000000..0c8ed07 --- /dev/null +++ b/schedule/202/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Scripting the Internet of Things

+ + + + + + + + + + +
Project: + Micropython +
+ + +
+
+
+

A big part of the Internet of Things are the end nodes, such as sensors, that\t\t\t\t
are controlled by microcontrollers or other small computing devices. These\t\t\t\t
devices are getting more and more sophisticated and it can be beneficial to\t\t\t\t
program them with a scripting language instead of a low-level language like C.\t\t\t\t
Such scripting languages need to be implemented specifically to fit and run on\t\t\t\t
a microcontroller and in this talk I will discuss a few of them: Python, Lua,\t\t\t\t
JavaScript and Ruby. I will talk in detail about MicroPython, a lean and\t\t\t\t
efficient reimplementation of Python 3 with a reduced standard library, that\t\t\t\t
runs on microcontrollers and can be used to build Internet-of-Things devices.\t\t\t\t
There will be plenty of time in the talk for questions and open discussion.\t\t\t\t

+
+
+ +

Damien George

+
+
+
+

+Damien has a background in theoretical physics, robotics and computer
engineering, and loves to program and build things. He is the creator
of MicroPython and ran two very fruitful Kickstarter campaigns to
build a community around this microcontroller language. He has built a
successful company based on MicroPython and the pyboard, brought it to
makers, teachers and industry developers around the world, worked with
the BBC on the micro:bit project, and embarked on projects with the
European Space Agency to bring MicroPython into space. Damien now
works full time improving and maintaining the MicroPython ecosystem.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/203/view_talk/index.html b/schedule/203/view_talk/index.html index a028a91..6273fcb 100644 --- a/schedule/203/view_talk/index.html +++ b/schedule/203/view_talk/index.html @@ -159,14 +159,11 @@ -

<-- Back to schedule

+

<-- Back to schedule

Smart City: Connecting the dots and digital kids

- - -
@@ -175,7 +172,7 @@

Smart City: Connecting the dots and digital kids

-

Schools face a daunting challenge to increase their student
exposure to coding, hands-on technology learning to solve some
real-world problems and teaching STEM principles (Science, Technology,
Engineering and Mathematics) through design, construction and testing.
This personal presentation by a leading teacher illustrate journey to
connect his students to some real-world problems and the challenges
faced along the way. Following on from an earlier
computational-thinking challenge to build and program a moving
vehicle, Roland's current mission is to challenge students to design,
build a smart city consisting of intelligent vehicles and
infrastructure. To do this they need to program a navigation algorithm
to autonomously navigate vehicles through a series of traffic
challenges that test collision avoidance and road safety. They have
been invited to showcase their work at the ITS2016 Word Congress in
Melbourne with a maker-space for delegates to share our hands-on
problem solving and learning with the software and models developed by
the students. Moonshots live in a grey area between audacious
technology and pure science fiction. Our moonshot was to empower
students around the globe to build and control their future.

+

Schools face a daunting challenge to increase their student
exposure to coding, hands-on technology learning to solve some
real-world problems and teaching STEM principles (Science, Technology,
Engineering and Mathematics) through design, construction and testing.
This personal presentation by a leading teacher illustrate journey to
connect his students to some real-world problems and the challenges
faced along the way. Following on from an earlier
computational-thinking challenge to build and program a moving
vehicle, Roland's current mission is to challenge students to design,
build a smart city consisting of intelligent vehicles and
infrastructure. To do this they need to program a navigation algorithm
to autonomously navigate vehicles through a series of traffic
challenges that test collision avoidance and road safety. They have
been invited to showcase their work at the ITS2016 Word Congress in
Melbourne with a maker-space for delegates to share our hands-on
problem solving and learning with the software and models developed by
the students. Moonshots live in a grey area between audacious
technology and pure science fiction. Our moonshot was to empower
students around the globe to build and control their future.

@@ -184,8 +181,7 @@

Roland Gesthuizen

-Roland has an active interest in the development of online
learning communities, open education and software freedom, He is a
cohost of the #ACCELN show and a social-media evangelist who enjoys
teaching digital learning and science in Melbourne, Australia. As a
GLOBE trained teacher his work spans a range of environmental issues
using blended learning to bridge STEM principle of teaching and
learning. Over the past two decades he has presented and published at
ISTE, ACEC, VITTA and ICTEV conferences and groups. He is a recipient
of the 2010 ACCE Educator of the year Award and 2012 ISTE Making IT
Happen Award. On a quest to split the byte and rejoin Pangaea. -

+Roland has an active interest in the development of online
learning communities, open education and software freedom, He is a
cohost of the #ACCELN show and a social-media evangelist who enjoys
teaching digital learning and science in Melbourne, Australia. As a
GLOBE trained teacher his work spans a range of environmental issues
using blended learning to bridge STEM principle of teaching and
learning. Over the past two decades he has presented and published at
ISTE, ACEC, VITTA and ICTEV conferences and groups. He is a recipient
of the 2010 ACCE Educator of the year Award and 2012 ISTE Making IT
Happen Award. On a quest to split the byte and rejoin Pangaea.

@@ -228,4 +224,3 @@

Sponsors

- diff --git a/schedule/204/view_talk/index.html b/schedule/204/view_talk/index.html new file mode 100644 index 0000000..11498ac --- /dev/null +++ b/schedule/204/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

A quick introduction to AWS Serverless

+ + + + + + + + + + +
Project: + AWS Serverless +
+ + +
+
+
+

By combining simple tools already available in AWS you can now bring up a real, functioning web site with auto-scaling built in! Learn some of the basics of bringing up a simple site with 0 ops overhead.

+
+
+ +

Curtis Maloney

+
+
+
+

+Curtis has been working with python since the late '90s, starting with 1.5. In the interim he's used it for everything from web services, payment gateways, access control systems, and just mucking about.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/23/view_talk/index.html b/schedule/23/view_talk/index.html new file mode 100644 index 0000000..eaeae37 --- /dev/null +++ b/schedule/23/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

From Flying Circus to Holy Grail: Migrating the Twilio API from PHP to Python

+ + + + + + + + + + +
Project: + Twilio API +
+ + +
+
+
+

Almost every software project of meaningful scale eventually runs into architectural problems. One of the larger issues we’ve dealt with at Twilio is an increasingly-brittle and hard-to-manage PHP codebase, originally responsible for running a website and public REST API. Rather than risk a from-scratch rewrite of the entire system, we chose to extract small and well-defined chunks one at a time into simple services using a common internal interface standard.

Given a new fleet of services and a set of internal REST APIs, how do we get to parity with the existing public API specifications? Rather than force every service to implement authentication, data validation, rate-limiting, and so on, we chose to build a simple federation service to translate and proxy customer requests to internal systems. Python was a natural choice for this application due to its flexibility, extensive library and testing ecosystem, and suitability for rapid prototyping and development.

But: how did we get from A to B? This talk will cover the details of Twilio’s past and current API architecture, how we adapted the service-oriented architecture pattern to build a consistent public interface, and the testing and deployment strategies we used to migrate 5 billion monthly requests from old to new systems with no downtime.

+
+
+ +

Sam Kitajima-Kimbrel

+
+
+
+

+Sam Kitajima-Kimbrel is a Python enthusiast of four years who also enjoys cycling, cooking, and science fiction. He is currently working on distributed data storage systems for Twilio, having spent the past two years focused on maintaining and scaling the Twilio REST API. Sam resides in Fremont, California with his husband Kameron and their dog Basil.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/25/view_talk/index.html b/schedule/25/view_talk/index.html new file mode 100644 index 0000000..1cae1bd --- /dev/null +++ b/schedule/25/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Designing Hardware with Python - A story of the HDMI2USB.tv project...

+ + + + + + + + + + +
Project: + TimVideos & HDMI2USB +
+ + +
+
+
+

Python is generally considered a high level language a long way from hardware, this very fact actually makes it an awesome tool for helping out with the design and creation of hardware!

This talk will hopefully cover;
* Python hardware description languages (HDLs) for creating \"gateware\" for FPGA chips or even real IC design.
* Python scripting for hardware schematic layout and design rule checking.
* Python tools for deploying, programming and debugging embedded systems.
* Some cool projects like the HDMI2USB.tv (open source hardware for video capture) which use many of the above parts.

This talk will focus on open source tools.

+
+
+ +

Timothy Ansell

+
+
+
+

+Tim 'mithro' Ansell is a long time open source contributor. Originally getting into FOSS to make cool computer games, he quickly found and fell in love with the language Python. Tim loved the language so much he would eventually go on to start a conference dedicated to the topic called PyCon AU.

Tim's current efforts concentrate around trying to make recording and live streaming of user groups and conferences (such as PyCon AU) cheap and easy to do. This has amazingly required the development of custom open hardware and a huge amount of Python to make it happen.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/27/view_talk/index.html b/schedule/27/view_talk/index.html new file mode 100644 index 0000000..1faf7d9 --- /dev/null +++ b/schedule/27/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

RULES FOR RADICALS: CHANGING THE CULTURE OF PYTHON AT FACEBOOK

+ + + + + + + +
+
+
+

Today, services built on Python 3.5 using asyncio are widely used at Facebook. But as recently as May of 2014 it was actually impossible to use Python 3 at Facebook. Come learn how we cut the Gordian Knot of dependencies and social aversion to the point where new services are now being written in Python 3 and existing codebases have plans to move to Python 3.5. All without official support or sanction.

\"Rules for Radicals\" is a book for community organizers by the late Saul Alinsky on how to unite people to effect positive change in their communities.

+
+
+ +

Jason Fried

+
+
+
+

+Been in tech since 2006, and was a Perl guru for most of that time until I accepted a job with Facebook in 2011. With the new job came time to learn something new, and I have been writing Python ever since. When asyncio came out I jumped ship to Python 3 and have been working to get the rest of Facebook to shift as well.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/28/view_talk/index.html b/schedule/28/view_talk/index.html new file mode 100644 index 0000000..c6dd531 --- /dev/null +++ b/schedule/28/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Taking Django beyond HTTP

+ + + + + + + + + + +
Project: + Django +
+ + +
+
+
+

Django's new Channels feature takes Django beyond the world of HTTP's request-response protocol and into the modern Web protocol world of WebSockets and real-time communication - but it also does a lot more. Learn how Django can now respond to WebSockets, emails or instant messages as easily as HTTP, and we re-architected Django to support all these changes while keeping a clean API and backwards compatibility, and the implications it has for the wider Python ecosystem.

+
+
+ +

Andrew Godwin

+
+
+
+

+Andrew is a Django core developer, the main force behind Channels, South and Django's migrations, and in his day job works as a Senior Software Engineer at Eventbrite, tackling architectural and backend problems.

When he's not trying to work out how to make computers do the right thing, he enjoys flying small planes, archery and visiting lots of mountains.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/31/view_talk/index.html b/schedule/31/view_talk/index.html new file mode 100644 index 0000000..79288ae --- /dev/null +++ b/schedule/31/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Integrating 2 factor authentication into your project

+ + + + + + + +
+
+
+

Most websites these days require some kind of authentication. User name + password is the most common one. OAuth with Facebook / Github / Google / Twitter is also common. But sometimes you can't rely on 3rd party services and user name + password is not enough. In those cases 2 Factor Authentication is a nice, additional security layer. Use e.g. a phone to ensure a more secure authentication.

+
+
+ +

Markus Holtermann

+
+
+
+

+Markus is a Django core developer since early 2015 with a particular focus on the migrations framework. He discovered Python and Django in 2010 with ubuntuusers.de. Markus currently lives in Berlin, Germany and works as a Senior Backend developer at LaterPay in Munich.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/33/view_talk/index.html b/schedule/33/view_talk/index.html new file mode 100644 index 0000000..cc5c024 --- /dev/null +++ b/schedule/33/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Building brains

+ + + + + + + + + + +
Project: + The Virtual Brain +
+ + +
+
+
+

The Virtual Brain (TVB) is an open-source scientific software written in
Python for advanced simulations of complex brain dynamics. TVB can be used in
a client-server configuration, such that its web-based interface can be
accessed remotely, or as a standalone cross-platform Python library through a
scripting interface.

In this talk I will begin by briefly explaining the motivations and science
behind TVB. This will be followed by a description of TVB's architecture and
main functionalities, including: simulation of neural activity; modification
and visualization of brain connectivity and network dynamics; and, analysis
of time-series. Lastly, I will show you that getting started with brain
simulations is just one Jupyter notebook away.

With TVB you might not be able to build smart brains (yet), but you can build
one of the most realistic approximations to the physics of a human brain.

+
+
+ +

Paula Sanz-Leon

+
+
+
+

+Paula Sanz-Leon is a postdoctoral research associate (a. k. a. "postdoc"). Born and bred in Argentina, after getting her degree in biomedical engineering she traveled to France where she obtained a M. Sc. in Computational Biology and later on a Ph.D. in Computational Neuroscience. Her specialty are realistic and large-scale simulations of the human brain. She hopes that the tools she develops will become a useful way to understand diseases such as epilepsy and to enable others to study more complex brain phenomena. Paula loves programming in Python and is a strong supporter of open-knowledge and open-source software to which she has contributed as a developer and mentor.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/34/view_talk/index.html b/schedule/34/view_talk/index.html index fa2f415..370d8df 100644 --- a/schedule/34/view_talk/index.html +++ b/schedule/34/view_talk/index.html @@ -159,14 +159,11 @@ -

<-- Back to schedule

+

<-- Back to schedule

Fail Early, Fail Often, Fail Well

- - -
@@ -175,7 +172,7 @@

Fail Early, Fail Often, Fail Well

-

It happens. Things go south and it’s not even clear how. Your client and you can’t see eye to eye, or your enthusiastic new business partner has dropped off the radar. The project you’ve invested weeks, months, or years into may never see the light of day.

Failure comes in many forms and the increasing complexity of our projects and the world they operate in doesn’t help. Despite our best efforts, learning the hard way is often the only way. Perhaps this is why modern startup culture has rallied around the mantra: “Fail fast. Fail early. Fail often.” But I spent the better part of my career failing in freelance, agency, and startups, and the experience leads me to believe the common refrain to be lacking.

Like gymnasts who train to fall properly, I believe we must learn to fail well. In this talk, I draw from my experience learning the hard way, flagging the ten easiest and most insidious mistakes one can make. Because failure is inevitable, I will also be sharing a framework for recovery that includes managing yourself, your relationships, and your reputation.

Attendees will leave with a better sense of what NOT to do, an idea of how to cope with failure, and the knowledge that failure is inevitable and that’s OK.

+

It happens. Things go south and it’s not even clear how. Your client and you can’t see eye to eye, or your enthusiastic new business partner has dropped off the radar. The project you’ve invested weeks, months, or years into may never see the light of day.

Failure comes in many forms and the increasing complexity of our projects and the world they operate in doesn’t help. Despite our best efforts, learning the hard way is often the only way. Perhaps this is why modern startup culture has rallied around the mantra: “Fail fast. Fail early. Fail often.” But I spent the better part of my career failing in freelance, agency, and startups, and the experience leads me to believe the common refrain to be lacking.

Like gymnasts who train to fall properly, I believe we must learn to fail well. In this talk, I draw from my experience learning the hard way, flagging the ten easiest and most insidious mistakes one can make. Because failure is inevitable, I will also be sharing a framework for recovery that includes managing yourself, your relationships, and your reputation.

Attendees will leave with a better sense of what NOT to do, an idea of how to cope with failure, and the knowledge that failure is inevitable and that’s OK.

@@ -184,8 +181,7 @@

Josh Simmons

-Josh is a community organizer and web developer with a penchant for armchair philosophy. He currently serves as a board member for the Open Source Initiative, is a program manager at Google’s Open Source Programs Office, and is community manager emeritus for O’Reilly’s OSCON. -

+Josh is a community organizer and web developer with a penchant for armchair philosophy. He currently serves as a board member for the Open Source Initiative, is a program manager at Google’s Open Source Programs Office, and is community manager emeritus for O’Reilly’s OSCON.

@@ -228,4 +224,3 @@

Sponsors

- diff --git a/schedule/36/view_talk/index.html b/schedule/36/view_talk/index.html index 93dff36..e5c96d2 100644 --- a/schedule/36/view_talk/index.html +++ b/schedule/36/view_talk/index.html @@ -159,14 +159,11 @@ -

<-- Back to schedule

+

<-- Back to schedule

Why would a new developer choose Django?

- - -
@@ -175,7 +172,7 @@

Why would a new developer choose Django?

-

What makes new developers choose Django over Rails or WordPress? As a web developer and community organizer, Josh has learned a lot about the differences between the frameworks and why people make the choices they do.

We'll compare Django with other ecosystems to see where it excels and where it lags. You'll leave with a better sense of the web ecosystem as a whole and why people are choosing things that *aren't* Django. Critically, attendees will leave with specific ideas about how to attract more new developers.

+

What makes new developers choose Django over Rails or WordPress? As a web developer and community organizer, Josh has learned a lot about the differences between the frameworks and why people make the choices they do.

We'll compare Django with other ecosystems to see where it excels and where it lags. You'll leave with a better sense of the web ecosystem as a whole and why people are choosing things that *aren't* Django. Critically, attendees will leave with specific ideas about how to attract more new developers.

@@ -184,8 +181,7 @@

Josh Simmons

-Josh is a community organizer and web developer with a penchant for armchair philosophy. He currently serves as a board member for the Open Source Initiative, is a program manager at Google’s Open Source Programs Office, and is community manager emeritus for O’Reilly’s OSCON. -

+Josh is a community organizer and web developer with a penchant for armchair philosophy. He currently serves as a board member for the Open Source Initiative, is a program manager at Google’s Open Source Programs Office, and is community manager emeritus for O’Reilly’s OSCON.

@@ -228,4 +224,3 @@

Sponsors

- diff --git a/schedule/38/view_talk/index.html b/schedule/38/view_talk/index.html new file mode 100644 index 0000000..6ea7aef --- /dev/null +++ b/schedule/38/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Every Millisecond Counts: Performance & UX

+ + + + + + + + + + +
Project: + N/A +
+ + +
+
+
+

How do you lose 900 million dollars in 100ms? Or 8 million visits in just 4/10 of a second?

User expectations are higher than ever when it comes to web performance, so much so that we've created an entirely new application architecture just to make it feel like our websites are faster than they actually are.

This talk will look at how we can improve our users experience at any scale through performance optimizations at every layer of the stack, from backend to browser.

+
+
+ +

Davey Shafik

+
+
+
+

+Davey Shafik is a full-time developer with over 15 years of experience in PHP and related technologies. He is a Developer Evangelist at Akamai Technologies and has written three books, numerous articles, and spoken at conferences the world over. He is best known for his books, the [Zend PHP Certification Study Guide](http://zceguide.com) and [PHP Master: Write Cutting Edge Code](https://learnable.com/books/php-master-write-cutting-edge-code), and as the creator of [PHP Archive (PHAR)](http://php.net/phar) for PHP 5.3.

Davey is passionate about improving the tech community. He co-organizes the Prompt initiative (http://mhprompt.org), dedicated to lifting the stigma surrounding mental health discussions, and has worked with PHPWomen since its inception.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/41/view_talk/index.html b/schedule/41/view_talk/index.html new file mode 100644 index 0000000..3ddfb86 --- /dev/null +++ b/schedule/41/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Predicting the TripleJ Hottest 100 With Python

+ + + + + + + + + + +
Project: + Predicting the Hottest 100 With Python +
+ + +
+
+
+

For several years now, I've used Python to help me attempt to predict the results of TripleJ's Hottest 100.

LEARN! how to write scripts that use more than CPU0 on your fancy multi-core laptop!

SEE! the alarming amount of information you can get through social network APIs.

MARVEL! at the myriad ways Optical Character Recognition will mangle your text!

+
+
+ +

Justin Warren

+
+
+
+

+Justin is an analyst and a consultant, specialising in enterprise technology, particularly infrastructure, open source software, and information security. He has been coding in Python since the early 2000s, and is the author of the libsnmp, ModiPy, and NetAppZAPI libraries.

Justin moonlights as a journalist, and is a regular contributor to iTNews.com.au, CRN.com.au, and Forbes.com.

Justin runs consulting company PivotNine, based in Melbourne/Australia. He holds an MBA from Melbourne Business School but coded his way out of getting the lobotomy.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/47/view_talk/index.html b/schedule/47/view_talk/index.html new file mode 100644 index 0000000..9183156 --- /dev/null +++ b/schedule/47/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Search-First Writing for Developers

+ + + + + + + +
+
+
+

If people can't use your software, you have already failed as a developer.

This talk digs in to how optimizing for search and using the existing technical assistance forums can put your product ahead of the pack. Technical writing, in all its variations, is a type of interface with your product. It incorporates everything from an error message to an implementation guide. How can you as a developer make deploying, using, and promoting your product as painless as possible? Make it searchable. Make finding the answer to a problem so trivially easy that your user barely even remembers they had a problem.

No one wants to be using software. They want to be data mining or manipulating beautiful photos or targeting advertising. Making them think about the software diverts them from what they want to be accomplishing. Use these documentation techniques to get them in and out and on their way.

(my secret is: I'm always angry when I have to read help)

+
+
+ +

Heidi Waterhouse

+
+
+
+

+Heidi is a widely experienced technical writer with an interest in writing herself out of work. She specializes in creating entire documentation suites for new companies and products in less time than you would believe possible. She speaks on topics like search-led writing, starting new documentation products, and whistleblowing as a technical writer.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/50/view_talk/index.html b/schedule/50/view_talk/index.html new file mode 100644 index 0000000..9cb9f76 --- /dev/null +++ b/schedule/50/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

SSL all the things

+ + + + + + + +
+
+
+

Over the last few years SSL/TLS encryption of websites has risen tremendously. The Let’s Encrypt organization makes that pretty easy. And you can use it, too. For free! In this talk I'll show how to integrate SSL/TLS and point out some common pitfalls.

+
+
+ +

Markus Holtermann

+
+
+
+

+Markus is a Django core developer since early 2015 with a particular focus on the migrations framework. He discovered Python and Django in 2010 with ubuntuusers.de. Markus currently lives in Berlin, Germany and works as a Senior Backend developer at LaterPay in Munich.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/56/view_talk/index.html b/schedule/56/view_talk/index.html new file mode 100644 index 0000000..fe58425 --- /dev/null +++ b/schedule/56/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Django Reduxed

+ + + + + + + +
+
+
+

The talk will be an introduction to all the moving parts involved in building
a client side isomorphic single page application with a REST backend. We
will take a dive into How and where does React-Redux fit into the bigger picture
of REST APIs and Client Side MVC, and how to seamlessly introduce the goodness
it brings to your django project. We will also see some non obvious things that you had
to deal while using redux.

Having a service oriented architecture in web projects require interfacing the
backend using a REST-ful interface. Building your website as a single page app
allows you to focus on building the API up front, rather than duplicating your
efforts to build a website and then replicating the functionality with an API.
With a single page app, your website can be constructed in much the same way as
a mobile app. Django and the Django REST Framework enabled my team to quickly
deliverable a highly functional REST API that was customised to our unique needs.

React is a great tool to keep UI organised, but won't keep
track of the data and state of application. Redux comes to rescue over here -
it defines a minimal but sufficiently powerful way of interacting with that state.
An action from the UI is combined with a simple JS object(state).
Redux helps developers manage the state and flow of data around an application.


One of the strengths of redux is that everything is very explicit.
It ease out the process of managing the state and flow of data
around an application. Imagine tons of asynchronous actions without introducing
annoying UI bugs.

+
+
+ +

Saket Bhushan

+
+
+
+

+Saket Bhushan is the founder of Sosio, a data platform primarily for non-profits. In his previous life he spent considerable time in optimising computational mechanics algorithms.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/57/view_talk/index.html b/schedule/57/view_talk/index.html new file mode 100644 index 0000000..e5d06af --- /dev/null +++ b/schedule/57/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

A Girls Guide To Growing A Moustache with Python

+ + + + + + + +
+
+
+

The objective is to showcase the power and flexibility of combining preexisting python modules and apply them to the field of facial detection and machine learning.
Correctly positioning a mustache on any given face in a straight forward and fun example of applying the technology in a 30 min presentation

To use an elementary task as a vehicle for explaining and demonstrating the complexities of shape recognition, object classifiers and machine learning.

I will demonstrate the use of image pyramids for image scaling and blending.
The histogram of oriented gradients (HOG) is a feature descriptor used in computer vision and image processing for the purpose of object detection.
Finding the location of different facial features (e.g. corners of the eyes, eyebrows, and the mouth, the tip of the nose etc.) accurately will be described.
Facial landmarks are used to align facial images to a mean face shape. How this allows the blending of images will be described and demonstrated.

If you are a girl and want a mustache, you can’t just grow one, so you have to steal one.
I developed this project on raspberry pi and python. I wanted to do something different on that platform. I felt there were too many people who used their Rpi to feed their dog, water their plants or play MP3. I knew the platform had more potential than that. Hopefully this talk will help people think differently about Rpi3.
Attendees will learn tips on image processing, as well as training your own object classifier.
Showcasing the power of python in a fun, lighthearted way. Hopefully, being informative and entertaining.

+
+
+ +

Heidi Baxter

+
+
+
+

+Heidi graduated with Honors in Chemistry from the University of Leeds before taking up a position as an Industrial Chemist with ICI (ORICA). This led to a career in software development working in UK, Aus and USA. In 2000 she became an author by the publication by Addison Wesley of
Oracle8i tuning and administration : the essential reference
ASIN: B007EIZGOG
this was a sales success and translated into German.
In her spare time she uses python to write software that allows her to train object classifiers to steal mens' mustaches and put them on the face of Taylor Swift.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/61/view_talk/index.html b/schedule/61/view_talk/index.html new file mode 100644 index 0000000..8b4524c --- /dev/null +++ b/schedule/61/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Behind Closed Doors: Managing Passwords in a Dangerous World

+ + + + + + + +
+
+
+

Secrets come in many forms, passwords, keys, tokens. All crucial for the operation of an application, but each dangerous in its own way. In the past, many of us have pasted those secrets in to a text file and moved on, but in a world of config automation and ephemeral microservices these patterns are leaving our data at greater risk than ever before.

New tools, products, and libraries are being released all the time to try to cope with this massive rise in threats, both new and old-but-ignored. This talk will cover the major types of secrets in a normal web application, how to model their security properties, what tools are best for each situation, and how to use them with major web frameworks.

+
+
+ +

Noah Kantrowitz

+
+
+
+

+Noah Kantrowitz is a web developer turned infrastructure automation enthusiast, and all around engineering rabble-rouser. By day he builds tools and teaches, and by night he works with the Python Software Foundation infrastructure team. He is an active member of the Chef community, and enjoys merge commits, cat pictures, and beards.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/63/view_talk/index.html b/schedule/63/view_talk/index.html new file mode 100644 index 0000000..8e769bb --- /dev/null +++ b/schedule/63/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Poets, programmers and Python

+ + + + + + + +
+
+
+

Three key concepts in programming - loops, self-reference and hierarchy - also turn out to have powerful functions in poetry, art, logic and artificial interest research.

We can explore them all, and how they intersect, with simple Python programs.

In this talk I will discuss: Hamlet; Alice's Adventures in Wonderland; TextArc, metadata, the Mexican artist Ulises Carrión; the Oulipo group of mathematicians, writers and artists; rule-governed play; self-reference; Spanish; the ouroboros; Douglas Hofstadter; humour; the quest for intelligence and self-consciousness; the emergence of complex structures from simple processes - and throughout, I will demonstrate Python programs that dive into them.

+
+
+ +

Daniele Procida

+
+
+
+

+Daniele Procida works at Divio AG. He is a board member of the Django Software Foundation and a Django core developer.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/64/view_talk/index.html b/schedule/64/view_talk/index.html new file mode 100644 index 0000000..19332dd --- /dev/null +++ b/schedule/64/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Click: A Pleasure To Write, A Pleasure To Use

+ + + + + + + +
+
+
+

We have a wide variety of packages and modules in Python that help build
commandline tools in different ways. One of the more recent contenders is
'click'. It uses a very intuitive approach to create simple CLIs as well as
complex ones. In this talk, I will introduce building CLIs with 'click' and
illustrate some of its advantages.

+
+
+ +

Sebastian Vetter

+
+
+
+

+Sebastian has discovered his love for Python early in his University days. Since then, he has used it in academic research, financial testing and web development. He has made considerable contributions to the django-oscar project and has recently moved to Canada to work at Mobify. He is passionate about his work with Python and in the open source community as well as a healthy obsession with code aesthetics.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/65/view_talk/index.html b/schedule/65/view_talk/index.html index 179cedc..c4abac2 100644 --- a/schedule/65/view_talk/index.html +++ b/schedule/65/view_talk/index.html @@ -159,14 +159,11 @@ -

<-- Back to schedule

+

<-- Back to schedule

Turning stories into websites

- - -
@@ -175,7 +172,7 @@

Turning stories into websites

-

The user story sits at the centre of most agile development methodologies.

But what makes a good story? and where do stories come from? What do we do with them once they've been estimated, prioritised, re-sized and broken down? How can we maintain our sense of the big picture when it's broken down into tiny puzzle pieces? How does that help us build good products?

This talk puts the focus on the "user" telling the story to understand their requirements for the product. It then turns back to the team to look at how we hear and discuss those stories in order to bring them to life to build the product, and build it right.

+

The user story sits at the centre of most agile development methodologies.

But what makes a good story? and where do stories come from? What do we do with them once they've been estimated, prioritised, re-sized and broken down? How can we maintain our sense of the big picture when it's broken down into tiny puzzle pieces? How does that help us build good products?

This talk puts the focus on the \"user\" telling the story to understand their requirements for the product. It then turns back to the team to look at how we hear and discuss those stories in order to bring them to life to build the product, and build it right.

@@ -184,8 +181,7 @@

Donna Benjamin

-Donna Benjamin is a Project Lead at Catalyst IT Australia, and is part of a global team of skilled open source technologists. Catalyst specialises in developing, designing and supporting enterprise grade systems using open source technologies.

Donna is a passionate advocate of Free and Open Source Software (FOSS) solutions for small business and education. In particular, the use of web applications on the Drupal platform, open source graphics tools such as Inkscape and GIMP, and the Moodle and Sugar learning platforms. Donna has taken on a range of leadership roles in the Open Source community, sitting on boards and committees and organising events. She is currently a Director of the Drupal Association and the Open Australia Foundation. -

+Donna Benjamin is a Project Lead at Catalyst IT Australia, and is part of a global team of skilled open source technologists. Catalyst specialises in developing, designing and supporting enterprise grade systems using open source technologies.

Donna is a passionate advocate of Free and Open Source Software (FOSS) solutions for small business and education. In particular, the use of web applications on the Drupal platform, open source graphics tools such as Inkscape and GIMP, and the Moodle and Sugar learning platforms. Donna has taken on a range of leadership roles in the Open Source community, sitting on boards and committees and organising events. She is currently a Director of the Drupal Association and the Open Australia Foundation.

@@ -228,4 +224,3 @@

Sponsors

- diff --git a/schedule/66/view_talk/index.html b/schedule/66/view_talk/index.html new file mode 100644 index 0000000..7069962 --- /dev/null +++ b/schedule/66/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Geoscience Big Data Computing with Python

+ + + + + + + + + + +
Project: + Australian Geoscience Datacube and Applications +
+ + +
+
+
+

Python programming language is extensively used in Geoscience Australia (www.ga.gov.au) for scientific computing. In particular, a datacube system has been developed recently using Python as a core technology. The system manages petabyte-scale earth-observation satellite imagery datasets. And has enabled a wide range of applications such as the Water Observation from Space.

This talk is about how Geoscience Australia applies scientific computing (Python) to the big data challenges.

+
+
+ +

Fei Zhang

+
+
+
+

+Dr Fei Zhang is a Technical Lead in Scientific Computing in Geoscience Australia.

He joined the organization in 2005. Since then he has been playing a key role in geoscientific software systems development, particularly in Earth-observation satellite data acquisition,management, processing and analysis.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/68/view_talk/index.html b/schedule/68/view_talk/index.html new file mode 100644 index 0000000..0117bcb --- /dev/null +++ b/schedule/68/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Empowering X.509 Certificate Management with Python

+ + + + + + + +
+
+
+

Today, more than ever before, security is part of the fabric of the internet, with most websites defaulting to https over the historically used default of unsecured http. Whenever you see a URL starting with https:// (https:), your browser is sending the HTTP (or Spdy) traffic through a Transport Layer Security (TLS) tunnel. Part of establishing this secure tunnel involves your browser validating an X.509 certificate provided by the website you're viewing. This allows you to be sure that the server on the other end is who it says it is before you send some potentially sensitive information like your username and password.

This is just one example of how these technologies can be used, but there are many more. In distributed systems that communicate sensitive information, like user data, it is imperative to have a mutual authentication mechanism, where the client is confident it is talking to the right service, as well as the service being confident it is talking to the right client. Beyond strong authentication, it is usually desirable to have some authorization logic, to prevent clients from having unrestricted access to all services.

Since any TCP communication can be tunneled through TLS, and TLS supports such mutual authentication through X.509 certificates, they are the perfect set of tools for the job. The problem to solve then becomes how you manage all of these certificates.

Crafting simple certificates with the openssl command line is a bit tricky but doable. However, modern certificates support a variety of advanced features and it is quite complicated to take full advantage of them through the command line, especially in a programmatic way. This is where Python can be a powerful tool. Through the use of certain libraries, you can inject valuable information into your certificates that can be used for many purposes, such as establishing a robust authorization model for a service.

In this session we'll explore some of the ways you can leverage X.509 certificate features to better protect your systems and data. We'll give specific examples of how to use Python for the programmatic management of complex certificates as well as talking about how the largest website on the Internet, Facebook, handles hundreds of thousands of such certificates in its internal infrastructure, using these same approaches.

By the end of this talk, you will understand how to craft your own elaborate certificates with Python and how to use them to secure communications between networked services.

+
+
+ +

Marlon Dutra

+
+
+
+

+Marlon has over 20 years of experience in distributed systems, with a strong background in infrastructure, Linux systems, networking and security. Marlon has worked for Facebook since 2012, where he is a Production Engineer and serves as a technical leader for the production engineering security team.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/76/view_talk/index.html b/schedule/76/view_talk/index.html new file mode 100644 index 0000000..ee11e43 --- /dev/null +++ b/schedule/76/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Graphing when your Facebook friends are awake

+ + + + + + + + + + +
Project: + zzzzz +
+ + +
+
+
+

Look I’m not really sure why but I think I made a thing that makes graphs of when people are online on Facebook. It sounds kinda creepy and uh it is. We'll talk about the struggle of finding a good graphing library, so come along and roleplay as the NSA. ˙ ͜ʟ˙

+
+
+ +

Alexander Hogue

+
+
+
+

+Alex is a kid with a laptop and a pocketful of memes. Currently he's a Security Something at Atlassian, which is a little bit like being an adult but with more ice cream. He makes dumb novelty websites as a substitute for getting out more.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/77/view_talk/index.html b/schedule/77/view_talk/index.html new file mode 100644 index 0000000..43bf722 --- /dev/null +++ b/schedule/77/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

So you want to make a screencast?

+ + + + + + + +
+
+
+

Well, do you? If so, there are a bunch of tips and tricks that you can learn that will get you up to speed very quickly.

Creating lesson content is always demanding and time-consuming. Using screencasts as a medium of instruction is no different, but there are clearly very specific habits that can make you much more efficient. Specific advice about working with Python and the Jupyter Notebook will also be covered.

Secondly, this talk will also touch on aspects related to working with a publisher. These will include drafting the initial scope of work, negotiating timelines, and managing feedback and criticism.

+
+
+ +

Caleb Hattingh

+
+
+
+

+Caleb is a long-time pythonista of some 15 years. Though a chemical engineer by training, he has worked on a wide variety of projects including mathematical modelling and simulation, financial and CRM software for the hospitality industry, online bookings, servers for capturing GPS data from IoT devices, and founded the online Codermoji service to provide a more effective way of learning to become a programmer.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/78/view_talk/index.html b/schedule/78/view_talk/index.html new file mode 100644 index 0000000..91f16e5 --- /dev/null +++ b/schedule/78/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Data Science Design Patterns

+ + + + + + + +
+
+
+

Most 'data science' projects fall into just a few well-understood design patterns. This talk de-mystifies what those patterns are, how to use them practically, and how to get to grips with your data. We'll a look at how to understand the input/output structure of the models, how to design a reasonable 'experiment', and how to get started. We'll look at getting to grips with problems by simple data sets that can fit entirely on-screen, designing the basic 'form' of the machine before levelling up to bigger data and badder algorithms.

All of this will be shown using Python tools, libraries and running code.

+
+
+ +

Tennessee Leeuwenburg

+
+
+
+

+Tennessee Leeuwenburg works has worked in scientific programming and computing for many years. He has an interest in artificial intelligence, data science, natural language generation and clean code. He has presented at PyCon AU on multiple occasions, so should at least be able to run to time.

Tennessee tweets to @tleeuwenburg and gits infrequently to https://github.com/tleeuwenburg/.

On the non-technical front, he is becoming slowly less terrible at playing guitar, using mainly a process of trial and error.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/79/view_talk/index.html b/schedule/79/view_talk/index.html new file mode 100644 index 0000000..9f1d7a1 --- /dev/null +++ b/schedule/79/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Teaching programming in undergraduate psychology

+ + + + + + + +
+
+
+

Psychology is a diverse discipline that involves the scientific study of behaviour and cognition. As part of undergraduate training in psychology, students are required to develop substantial skills in research methods and critical thinking. Here, I will discuss our recent efforts to use computer programming to aid in the student achievement of such outcomes. We have introduced a programming component in two third-year undergraduate psychology courses. As part of 'Vision & Brain', students learn to use Python (particularly the package 'PsychoPy') to implement their own vision science experiments. As part of 'Research Internship', students learn to use Python (particularly the 'numpy' and 'veusz' packages) to perform data analyses and to produce visualisations. The aim of these new course components is to provide students with a set of skills that will increase their ability to conduct research, but also to increase their problem solving and critical thinking skills through the process of coding. I will discuss our educational and practical implementation of such material and will use the results of student surveys and feedback to evaluate their effectiveness. Finally, I will discuss some of the challenges we encountered and give some indications of potential future developments.

+
+
+ +

Damien Mannion

+
+
+
+

+Damien Mannion is a vision scientist and lecturer in the School of Psychology at UNSW Australia. After being awarded a PhD from the University of Sydney in 2010, he held postdoctoral positions in San Francisco and Minnesota in the USA before returning to Australia in 2013 as a Lecturer at UNSW. His primary research interest is understanding how we perceive the world; what are our visual capacities and how are they realised in the brain. To investigate this, he shows human observers particular patterns on computer screens and ask them to make judgements about what they see. Often, the observers do this while inside an MRI scanner, which allows the collection of snapshots of the distribution of activity levels within their brain while they are perceiving such patterns. The overall goal of such research is to understand how the patterns of light are communicated in the brain to allow our perception of the visual environment. He also teaches perception in the undergraduate psychology program at UNSW, and has a specific interest in the use of computer programming in learning and teaching.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/80/view_talk/index.html b/schedule/80/view_talk/index.html new file mode 100644 index 0000000..23b6596 --- /dev/null +++ b/schedule/80/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Error handling without fear

+ + + + + + + +
+
+
+

If you're like most developers you have a difficult relationship with error handling. You try to do \"enough of it\" to make your code work, but fundamentally errors make you uncomfortable and you want to avoid them as much as possible.

This is a logical reaction to errors when we first started programming - most errors were mistakes in our programs. But as you mature as a programmer errors are increasingly circumstances outside your control, and good error handling is essential to writing good code. It is the part of the iceberg under water.

This talk will teach you how to accept errors as something that is natural in any program and how to start thinking about error handling as part of \"what your program really is about\", rather than being a chore.

We will look at common classes of errors in domains like input validation, using libraries, and managing disk and network io operations, and discuss appropriate error handling strategies in each case. We will also discuss what kinds of errors we shouldn't try to handle at all, and why.

Finally, we will talk about how to approach testing error handling code and the pitfalls of overly clever error handling.

+
+
+ +

Martin Matusiak

+
+
+
+

+Martin is a software engineer based in Amsterdam. He discovered Python in 2005 and has been a big fan of the language and of the community ever since and has participated in various open source projects for a long time. In his professional life he's worked a lot on web applications and web services. Recently he's become a coach and organizer of Django Girls, which is just the coolest thing in Python land right now!

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/82/view_talk/index.html b/schedule/82/view_talk/index.html new file mode 100644 index 0000000..b622008 --- /dev/null +++ b/schedule/82/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Tutorial: Exploratory data analysis for lazy people (using sklearn-tree)

+ + + + + + + +
+
+
+

Exploratory Data Analysis is a vital first step in any data science project. In additional to getting a feel for the data, it can reveal issues with bad quality data, which could adversely affect your analysis. This task is traditionally a manual and subjective task involving histograms and scatter plots of indiviual variables or pairs of variables; or by doing manual \"pivots\" of the data, manually subsetting and aggregating in different directions, hoping to discover subsets of interest.

In this tutorial I will show a way of automating second process -- using decision trees to automatically slicing the data to reveal the most significant segments of data, while also reveal issues of data quality. The tutorial will also include an introduction to using pandas for dataframe analysis, and time permitting we also look at using partial dependence plots produced by tree ensemble methods to quickly reveal non-linear relations between variables.

Participants will need to have a laptop with a working installation of the Anaconda Python 2.7 distribution.

+
+
+ +

Max Flander

+
+
+
+

+Max is a Data Scientist working at Seek Ltd. He has a PhD in Mathematics from the University of Melbourne, during which he contributed to Sage, now he spends most of his time in scikit-learn and pandas.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/83/view_talk/index.html b/schedule/83/view_talk/index.html index a3a231d..641d005 100644 --- a/schedule/83/view_talk/index.html +++ b/schedule/83/view_talk/index.html @@ -167,21 +167,20 @@

Doing Math with Python

- + +
Project:Project: - -Doing Math with Python - + Doing Math with Python
-

The talk aims to highlight how Python is the perfect programming language to make programming more fun and immediately applicable to young learners. By making use of standard library modules such as the fractions module, third party packages such as matplotlib and sympy, the audience will learn how to write programs to solve common math problems. Some of the topics that will be discussed are:

- Simulating uniform and non-uniform random events
- Drawing Fractals
- Solving algebraic equations and inequalities
- Solving calculus problems

+

The talk aims to highlight how Python is the perfect programming language to make programming more fun and immediately applicable to young learners. By making use of standard library modules such as the fractions module, third party packages such as matplotlib and sympy, the audience will learn how to write programs to solve common math problems. Some of the topics that will be discussed are:

- Simulating uniform and non-uniform random events
- Drawing Fractals
- Solving algebraic equations and inequalities
- Solving calculus problems

@@ -190,8 +189,7 @@

Amit Saha

-Amit Saha is currently a software engineer at Freelancer.com at Sydney, Australia and the author of "Doing Math with Python" . He is the creator and maintainer of "Fedora Scientific" - a Linux distribution targeted towards computer users in the educational, scientific and numerical fields of work and study. -

+Amit Saha is currently a software engineer at Freelancer.com at Sydney, Australia and the author of "Doing Math with Python" . He is the creator and maintainer of "Fedora Scientific" - a Linux distribution targeted towards computer users in the educational, scientific and numerical fields of work and study.

@@ -234,4 +232,3 @@

Sponsors

- diff --git a/schedule/84/view_talk/index.html b/schedule/84/view_talk/index.html new file mode 100644 index 0000000..de4013a --- /dev/null +++ b/schedule/84/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Ruruki in-memory graph database

+ + + + + + + + + + +
Project: + Ruruki +
+ + +
+
+
+

Graphs allow you to map data in ways that is interesting and effective. They allow you to look at data in new ways and ask interesting questions that you have not yet considered. Graphs are effective in a sense that they naturally grow as data is added.

One interesting thing that I found about using graphs, is that you can relate any types of data to each other. For example, say that you have a network graph representing servers connecting to switches which connect to routers, and so on. You can then introduce the software layer linking applications to servers, and how they connect to other applications. Then you realize that people need to administer servers, networks and applications. So you then introduce people to the graph outlining who is responsible for what. Now the power of graphs come in because you can ask questions like if RouterA breaks, who do I need to contact and what applications are affected.

Before committing to something more concrete like Neo4j, you may want to prototype a proof of concept first, or in my case validation where you make changes, test it, correct mistakes, and then commit to a reliable source. Ruruki was developed to be just that. An in-memory graph database for rapid prototyping and a temporary throwaway graph database.

+
+
+ +

Jenda Mudron

+
+
+
+

+Jenda started working at Optiver as an Application Engineer when he later become a enthusiastic python developer for the Application Engineering team writing and maintaining tools which assist in managing the trading systems.

He has a keen interest in graph databases and enjoys looking for solutions to problems and implementing them. He also enjoys learning new methods and techniques to better himself and the software that we writes and maintains.

Jenda enjoys mountain biking, squash, rugby union and Oztag. He most of all loves spending time with his wife and two boys.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/85/view_talk/index.html b/schedule/85/view_talk/index.html new file mode 100644 index 0000000..a707fc2 --- /dev/null +++ b/schedule/85/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Python for science, side projects and stuff!

+ + + + + + + +
+
+
+

There are many serious reasons why Python is a great language for scientific research but in this talk I will propose an alternative reason; Python is great for scientific research because of all the other non-scientific things you can do with it!

Research data can take a long time to generate, and researchers may never know when certain programming skills will be needed. Since you’re going to procrastinate on side projects anyway, using Python in those side projects is a great way to improve your skills until they are needed. Using my own experiences in computational biology research, I’ll go through how the use of Python for web scraping and data visualisation in several diversions, distractions and other side projects ultimately helped my research.

I’ll also outline how the general-purpose nature of Python can come in handy for teaching and outreach, and how packages like Django can allow for efficiently creating infrastructure around research data and analysis. There is more to research than doing research, and more to scientific programming in Python than the usual suspects in SciPy. In this talk I’ll argue that using Python for side projects and harebrained schemes is essential preparation for all of the other legitimate reasons to use Python to solve scientific problems.

+
+
+ +

Andrew Lonsdale

+
+
+
+

+Andrew Lonsdale is a PhD candidate using bioinformatics approaches to study plant cell walls in the ARC Centre of Excellence in Plant Cell Walls (http://www.plantcellwalls.org.au/). He studied software engineering and worked in industry before returning to study science. He is a Software and Data Carpentry instructor, and is also involved in community groups including COMBINE (http://combine.org.au/), a group for Australian students in bioinformatics and computational biology, and the ABACBS, the Australian Bioinformatics And Computational Biology Society (http://www.abacbs.org/).

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/86/view_talk/index.html b/schedule/86/view_talk/index.html new file mode 100644 index 0000000..57111c4 --- /dev/null +++ b/schedule/86/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Django - Customise your SQL

+ + + + + + + + + + +
Project: + Django +
+ + +
+
+
+

Learn about the different methods of altering the SQL that the Django ORM generates. Write complex reporting queries, perform calculations within the database, or drop down to writing the entire query in pure SQL. Take advantage of your specific database features.

+
+
+ +

Josh Smeaton

+
+
+
+

+Josh is a developer from Melbourne that does a lot of work with databases. He's a Django core developer that likes to hack on the ORM.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/87/view_talk/index.html b/schedule/87/view_talk/index.html new file mode 100644 index 0000000..1ddc4de --- /dev/null +++ b/schedule/87/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

OpenBMC: Boot your server with Python

+ + + + + + + + + + +
Project: + OpenBMC +
+ + +
+
+
+

OpenBMC is an open source software project that replaces the Baseboard Management Controller firmware that is responsible for turning off and on, and managing the health of your server. The core of the software that performs these functions is implemented in Python, allowing easy to read, modify and debug firmware that is traditionally not accessible to a user.

This talk will cover the architecture of the OpenBMC and demonstrate how easy it is to support a new server platform by writing a few lines of Python.

+
+
+ +

Joel Stanley

+
+
+
+

+Joel is a firmware and kernel hacker at IBM OzLabs. Based in Adelaide, he works on ensuring our low level bits and bytes are all upstream and up to date.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/88/view_talk/index.html b/schedule/88/view_talk/index.html new file mode 100644 index 0000000..552d08b --- /dev/null +++ b/schedule/88/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Exploring Kivy in the classroom - GUI and App development for Python

+ + + + + + + +
+
+
+

Graphical User Interface with Python is a tricky business. Come and learn a bit about Kivy and learn about my successes and failures using it with my Senior Software Development students (in NSW) to introduce GUI and App development with Python.
In this workshop you'll be introduced to the Kivy library, the tagging and formatting in kv files, setting up the python classes to support the UI and passing parameters between them.
The workshop is not really suitable for the Python beginner because we need to play around with classes and methods (one of the challenges with using it in the classroom) but will otherwise be a fairly measured pace.

+
+
+ +

Amanda Hogan

+
+
+
+

+Amanda Hogan is a ICT Integration Coordinator and computing teacher at Tara Anglican School for Girls. She has taught computing for the last 8 years and ICT integration for the last 5. She teaches Year 7 and Year 8 Mandatory Technology (the computing units) as well as Year 9-10 Information and Software Technology and Year 11-12 Software Design and Development (in a blended classroom with both internal students and some external to the school).

She also gives her time to work with colleagues in the greater community; running workshops at conferences and professional development evenings and being an active participant in computing conversations on social media.

Finally, she is a passionate advocate for raising the profile of programming and computational thinking among girls. In order to accomplish this she has added a programming unit to both years of the IST program at Tara, established a CodeClub for both the high school campus where I work and also in the primary school with Year 4 students where she volunteer her time in the afternoon. The newest initiative that she is putting her energy into is the burgeoning “Maker Space” in the school library, believing it’s important to teach the skills to students to allow them to make their imaginations come alive.
Amanda comes to teaching after working in the IT industry, most recently as a data analyst and program manager at Microsoft Australia. She is the recipient of the 2015 ICTENSW ICT teacher of the year award and is a Google Certified Innovator. She is also a regular volunteer and content creator for the Girls Programming Network.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/89/view_talk/index.html b/schedule/89/view_talk/index.html new file mode 100644 index 0000000..b8773de --- /dev/null +++ b/schedule/89/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Python for Bioinformatics for learning Python

+ + + + + + + +
+
+
+

In this talk I will explain why Python is an excellent language for learning about bioinformatics. I intend to make a compelling case in favour of using Python as a first language for teaching bioinformatics.

I will then explain how bioinformatics can be a useful vehicle for learning Python.

Finally, we will visit a site where users can learn both Python and bioinformatics in a stimulating, engaging and motivating environment.

The talk will assume familiarity with Python, but does not assume any knowledge of bioinformatics.

+
+
+ +

Martin Schweitzer

+
+
+
+

+Martin has been developing software for longer than the average Python developer has been alive. During this time he has used Fortran, Basic, Lisp, C, C++, Java and JavaScript, but Python is his favourite.

At work he tries to use Python whenever and wherever he can, but since he does not get enough of it at work, his hobby at home is to solve bioinformatics problems using Python.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/93/view_talk/index.html b/schedule/93/view_talk/index.html new file mode 100644 index 0000000..92628c5 --- /dev/null +++ b/schedule/93/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

From Humanities to Tech: How a Religion PhD came to be learning Python

+ + + + + + + +
+
+
+

Despite studying Physics, Chemistry, and the compulsory Maths at High School, I ended up in a Arts degree at University, and from there majored in Studies in Religion and History and continued on to do postgraduate research degrees in Religion. But along the way I became employed in IT and since completing my PhD have been teaching myself Python (among other things). However all these years in the Humanities have resulted in a particular way of approaching learning, one that is not entirely helpful to learning programming. In addition to this, there is also how I can make my new skills relevant to all those years of research and study?

This talk is going to be about my own journey from a STEM high school student, to a humanities researcher, and then to IT, and what I have learnt along the way. It is also about why (I think) teaching children about computers and programming is incredibly important. And also, what I am doing, and planning to do with my new found Python skills in relation to my PhD and potential further research.

+
+
+ +

Lauren Bernauer

+
+
+
+

+Lauren is a humanities academic moving into the world of IT. She has a PhD in Religion and Popular Culture, and has published a number of articles in that area. She has been teaching herself Python for the past couple of years and is one of the co-organisers for the Sydney PyLadies group.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/95/view_talk/index.html b/schedule/95/view_talk/index.html new file mode 100644 index 0000000..087c6ed --- /dev/null +++ b/schedule/95/view_talk/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Python at Terrace

+ + + + + + + + + + +
Project: + Python and Education +
+ + +
+
+
+

The development of the Digital Technologies curriculum and the shift from ICT to DT has dramatically changed the teaching of computing in schools. This change has challenged teachers to find new solutions and software to assist them in their teaching of the curriculum. Some schools have employed Python as a way of meeting these challenges and requirements outlined in the curriculum documents.
The band description 8.6 states that by the end of Grade Eight students should be using a general purpose language to code solutions. At Terrace we decided to use Python to achieve this outcome because of Python’s ease of deployment, cost and syntax light approach. Students in Grade Eight use the turtle and functions to write their name and create shapes. In Grades Nine and Ten the band description states:Students develop modular solutions to complex problems using an object-oriented programming language where appropriate, and evaluate their solutions and existing information systems based on a broad set of criteria including connections to existing policies and their enterprise potential. To achieve this we get students to program classes and databases. Students create a piece of software that creates customers for a bank or a character creator for an RPG. Students design, implement and evaluate the software that they create. In this presentation I will share the successes and failures over the past five years and provide people with software options, programs of work and ideas for Grades Eight to Ten when using Python.

+
+
+ +

Tim Stephens

+
+
+
+

+Tim is a Digital Technologies teacher at St Joseph’s College Gregory Terrace Brisbane who has been using Python in his classes for the past five years. He is an active member of QSITE who has presented at the last three state conferences and was recently named QSITE Educator of the Year for 2015.Tim was a member of QSITE’s Digital Champions program whose role was to provide support material for the teaching of Digital Technologies.

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/schedule/99/view_talk/index.html b/schedule/99/view_talk/index.html new file mode 100644 index 0000000..0dbf594 --- /dev/null +++ b/schedule/99/view_talk/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + PyCon Australia | August 12th - August 16th 2016 | Melbourne, Victoria + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + + + + + + +

<-- Back to schedule

+ +

Linear Genetic Programming in Python Bytecode

+ + + + + + + +
+
+
+

A quick tutorial on genetic programming and its implementation in Python.
Including the general process of evolution, the various representations of programs and particularly linear genetic programming.
Some really basic python libraries are introduced, including the DEAP and pyevolve frameworks.
It has been presented and prototyped by github user mgard (and documented http://multigrad.blogspot.com.au/2014/06/fun-with-python-bytecode.html) that python bytecode itself could be directly evolved in linear genetic programming to alleviate the overhead of compiling the permutations of trees generated by the evolutionary process.
Python bytecode itself is redly accessed and created by Cpython, though not compatible between versions and a subset of python bytecode instructions will be selected for the implementation of a basic example of symbolic regression.
A futher and more useful example will be provided.

+
+
+ +

Mark Burgess

+
+
+
+

+Mark is a present PhD student at the Australian National University - studying distributed algorithms for the control of electricity micro-grids.
Has worked for several years programming in Python at Reposit Power, a canberra based tech company overseeing the control and operation of home-electricity-storage solutions (including Testla's PowerWall)
An engineering & science graduate, and member of local hacker-space community MakeHackVoid

+
+ + +
+ + + +
+
+

Sponsors

+
Platinum +
+
+
Gold +
+
+
+
+
+
+
+ + + + + + + + + + + + + + +