PyCon AU
PyCon AU
  • 871
  • 2 844 816
"PyCon Fair: PyCon Australia 2023" - (PyCon AU 2023)
() Sometimes, there’s something you want to share with the community, but a conference talk isn’t the best format to share it. That’s why this year, we’re trialling a small preview of a new format: PyCon Fair.
Each of our selected stalls will be provided with an A0-size poster on a pinboard, and a trestle table; the rest is up to their imagination.
PyCon Fair is pretty small this year; our hope is that it inspires you to come up with something cool to make it even bigger in future years! This year, we have two stalls that have been submitted as part of the Call for Proposals, plus an additional number of stalls that attendees can apply to be a part of during the conference.
pretalx.com/pyconau-2023/talk/A98JNT/
python, pycon, australia, programming, conference, technical, pyconline, developers, panel, sessions, libraries, frameworks, community, sysadmins, students, education, data, science
Videos licensed as CC-BY-NC-SA 4.0
PyCon AU is the national conference for the Python programming community, bringing together professional, student and enthusiast developers, sysadmins and operations folk, students, educators, scientists, statisticians, and many others besides, all with a love for working with Python.
Licensed as CC BY-NC-SA - creativecommons.org/licenses/by-nc-sa/4.0/
Produced by Next Day Video Australia: nextdayvideo.com.au
Sun Aug 20 13:30:00 2023 at Hall E
Переглядів: 450

Відео

"Closing Address (Sunday)" - Daisy Leigh Brenecki, Lilly Ryan (PyCon AU 2023)
Переглядів 3549 місяців тому
(Daisy Leigh Brenecki, Lilly Ryan) That's all for this year's PyCon AU (except for the sprints) 😭 pretalx.com/pyconau-2023/talk/A7CTJB/ python, pycon, australia, programming, conference, technical, pyconline, developers, panel, sessions, libraries, frameworks, community, sysadmins, students, education, data, science Videos licensed as CC-BY-NC-SA 4.0 PyCon AU is the national conference for the ...
"CountESS: Count-based Experiment Scoring and Statistics" - Nick Moore (PyCon AU 2023)
Переглядів 2349 місяців тому
(Nick Moore) CountESS is a new visual programming toolkit for data processing in bioinformatics. It aims to make complicated data processing pipelines easy to set up and replicate, but also easy to modify, explore and extend (in Python) pretalx.com/pyconau-2023/talk/873TCU/ python, pycon, australia, programming, conference, technical, pyconline, developers, panel, sessions, libraries, framework...
"Maths Whimsy with Python" - David Colls (PyCon AU 2023)
Переглядів 6559 місяців тому
(David Colls) The more whimsy the better. First, it's about having fun solving interesting problems, and second it's about breaking projects down into manageable chunks and harvesting useful results. Also Python. pretalx.com/pyconau-2023/talk/PUDUQQ/ python, pycon, australia, programming, conference, technical, pyconline, developers, panel, sessions, libraries, frameworks, community, sysadmins,...
"One person's Ansible is another's pyinfra." - Daryl Tester (PyCon AU 2023)
Переглядів 8569 місяців тому
(Daryl Tester) Have you ever sat there while writing an Ansible playbook and thought to yourself "Gee, I know how to express what I want in in a programming language, such as Python, but this Domain Specific Language bolted on top of Jinja layered on top of YAML is sure getting me down", then this may be the talk for you. Welcome to pyinfra, where your inventories and playbooks look remarkably ...
"Blender and 3D Art anyone can make using Python" - Sam Bishop (PyCon AU 2023)
Переглядів 8069 місяців тому
(Sam Bishop) In addition to its role as the scripting language of choice in the 3D graphics world, Blender one of the leading 3D art programs is built with Python and is packed full of ways you can use Python code to create 3D content both directly and through plugins that sometimes even have their own Python APIs. Come with me on a short journey into how you can create 3D content using Blender...
"N+1 Problem in Django Rest Framework" - Syed Muhammad Dawoud Sheraz Ali (PyCon AU 2023)
Переглядів 3159 місяців тому
(Syed Muhammad Dawoud Sheraz Ali) N 1 problems in Django are not new. Anyone who has worked with Django must have had some interaction with the N 1 problem. Django Rest Framework allows building robust APIs on top of Django. We will explore the N 1 problem in DRF, understand its occurrence in DRF views and serializer fields, and review its performance implications. pretalx.com/pyconau-2023/talk...
"Building 3D Trusted Data Pipelines With Dagster, Dbt, and Duckdb" - Danh Phan (PyCon AU 2023)
Переглядів 1,3 тис.9 місяців тому
(Danh Phan) This talk will demonstrate an example of building trusted data pipelines with 3D packages: Dagster, Dbt, and Duckdb. First, it presents the importance of trusted data pipelines by testing data quality. It then discusses what we need to test data quality, from high levels (like tables, relations, …) to low levels (like rows and columns). After that, I will show how to implement these...
"How To Have An Operational Incident (a crash course)" - Courtney Eckhardt (PyCon AU 2023)
Переглядів 1769 місяців тому
(Courtney Eckhardt) What's the Minimum Viable Incident Response Protocol? Come find out! pretalx.com/pyconau-2023/talk/PT9KHK/ python, pycon, australia, programming, conference, technical, pyconline, developers, panel, sessions, libraries, frameworks, community, sysadmins, students, education, data, science Videos licensed as CC-BY-NC-SA 4.0 PyCon AU is the national conference for the Python pr...
"Wrapping up the Cruft - Making Wrappers to Hide Complexity" - Jack Reichelt (PyCon AU 2023)
Переглядів 3039 місяців тому
(Jack Reichelt) When working with students, the goal is to teach them how to think about systems, logic, and problem solving, not just rote memorisation, or copying boilerplate code from an example. This talk is about how writing wrappers around the cruft can help you present your students with an approachable interface to make learning to program easy, fun, and effective. pretalx.com/pyconau-2...
Faster, Faster! Improving regex performance with atomic grouping, possessive quantifiers and more!
Переглядів 1,5 тис.9 місяців тому
Correction: at 27:20 it was stated that the default cache is 50. It actually defaults to 512 patterns. (Peter Lovett) Greedy, Lazy or Possessive? Improving regex performance with atomic grouping, possessive quantifiers and more! Regex can be a powerful fuzzy text processing tool. But large data starts to show how regex can be slow. This talk will examine some of the reasons why regex can be slo...
"The Power of Edge Computing: What it is and Why it Matters?" - Swastika Yadav (PyCon AU 2023)
Переглядів 2739 місяців тому
(Swastika Yadav) Edge computing has emerged as an evolving technology that has the potential to transform the way we process and store data. In this talk, I will cover what exactly is Edge computing, and how does it differ from Cloud computing? Moreover, which approach is the right choice for your organisation? pretalx.com/pyconau-2023/talk/WBPJWD/ python, pycon, australia, programming, confere...
Real-time Map Imagery Manipulation with Python, Slippy Maps, Flask, and Pillow: Building Interactive
Переглядів 3349 місяців тому
(Oliver Holmes) This talk will demonstrate how to build interactive maps with Python, using slippy map tiles, Flask, and Pillow. We will create a Flask server to retrieve tiles and show how to manipulate them with Pillow, adding filters and overlays to map images in real-time without needing to regenerate the tiles. Attendees will gain insights into building more engaging and dynamic maps, leve...
"JavaScript classes for the Python Programmer" - Curtis Maloney (PyCon AU 2023)
Переглядів 1449 місяців тому
(Curtis Maloney) Learn how to get the most out of JavaScript classes, exploring how their implementation differs from Python classes, and why. pretalx.com/pyconau-2023/talk/BG9EMX/ python, pycon, australia, programming, conference, technical, pyconline, developers, panel, sessions, libraries, frameworks, community, sysadmins, students, education, data, science Videos licensed as CC-BY-NC-SA 4.0...
All the things I learnt as a junior developer (so you don't have to)
Переглядів 2,1 тис.9 місяців тому
(Terence Huynh) Being a junior developer is scary. But what should you do to make sure your junior developer journey is productive? My talk will give you some career advice that you can take, or pass to your juniors - through the lens of all the lessons and mistakes I've done. (At least it'll be better than Googling the answer.) pretalx.com/pyconau-2023/talk/HJDPN9/ python, pycon, australia, pr...
"Robyn: A fast async Python web framework with a Rust runtime" - Sanskar Jethi (PyCon AU 2023)
Переглядів 8409 місяців тому
"Robyn: A fast async Python web framework with a Rust runtime" - Sanskar Jethi (PyCon AU 2023)
"How to build a unit testing library from scratch?" - Bhavani Ravi (PyCon AU 2023)
Переглядів 4839 місяців тому
"How to build a unit testing library from scratch?" - Bhavani Ravi (PyCon AU 2023)
"What can't WebAssembly do?" - Katie Bell (PyCon AU 2023)
Переглядів 60 тис.9 місяців тому
"What can't WebAssembly do?" - Katie Bell (PyCon AU 2023)
"Code Review of Senior Python Engineers" - Keith Yang (PyCon AU 2023)
Переглядів 4329 місяців тому
"Code Review of Senior Python Engineers" - Keith Yang (PyCon AU 2023)
Unpacking the geospatial engineering toolbox - an overview of data science techniques for spatial da
Переглядів 2629 місяців тому
Unpacking the geospatial engineering toolbox - an overview of data science techniques for spatial da
"You can't do that in MicroPython!" - Matt Trentini (PyCon AU 2023)
Переглядів 4,9 тис.9 місяців тому
"You can't do that in MicroPython!" - Matt Trentini (PyCon AU 2023)
"Generating Python bindings to C++ libraries" - David Vo (PyCon AU 2023)
Переглядів 2249 місяців тому
"Generating Python bindings to C libraries" - David Vo (PyCon AU 2023)
OpenDataCube - Petabyte Scale Satellite Imagery Processing in Python
Переглядів 2389 місяців тому
OpenDataCube - Petabyte Scale Satellite Imagery Processing in Python
"(Probably) a retrospective for Secateur" - Tom Eastman (PyCon AU 2023)
Переглядів 1539 місяців тому
"(Probably) a retrospective for Secateur" - Tom Eastman (PyCon AU 2023)
"Conference Opening (Saturday)" - Daisy Leigh Brenecki (PyCon AU 2023)
Переглядів 9229 місяців тому
"Conference Opening (Saturday)" - Daisy Leigh Brenecki (PyCon AU 2023)
"International cooperation within the Python community" - Débora Azevedo (PyCon AU 2023)
Переглядів 599 місяців тому
"International cooperation within the Python community" - Débora Azevedo (PyCon AU 2023)
"In the Long Run We're All Dead: An Economist's Guide to Tech Debt" - Dana Scheider (PyCon AU 2023)
Переглядів 4429 місяців тому
"In the Long Run We're All Dead: An Economist's Guide to Tech Debt" - Dana Scheider (PyCon AU 2023)
From Data to Decision: Monitoring and Improving Water Networks using AI/ML
Переглядів 1459 місяців тому
From Data to Decision: Monitoring and Improving Water Networks using AI/ML
Digital Rights / Digital Wrongs: Tech Policy and Human Rights in Australia
Переглядів 1039 місяців тому
Digital Rights / Digital Wrongs: Tech Policy and Human Rights in Australia
Building health software on decentralised health data using Personal Online Datastores
Переглядів 1189 місяців тому
Building health software on decentralised health data using Personal Online Datastores