PyCon AU
PyCon AU
  • Видео 871
  • Просмотров 2 870 617
"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/pycon...
Просмотров: 481

Видео

"Closing Address (Sunday)" - Daisy Leigh Brenecki, Lilly Ryan (PyCon AU 2023)
Просмотров 36711 месяцев назад
(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)
Просмотров 24711 месяцев назад
(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)
Просмотров 68011 месяцев назад
(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)
Просмотров 97311 месяцев назад
(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)
Просмотров 84811 месяцев назад
(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)
Просмотров 35711 месяцев назад
(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,4 тыс.11 месяцев назад
(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)
Просмотров 18511 месяцев назад
(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)
Просмотров 33211 месяцев назад
(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,7 тыс.11 месяцев назад
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)
Просмотров 29211 месяцев назад
(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
Просмотров 38011 месяцев назад
(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)
Просмотров 15111 месяцев назад
(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,2 тыс.11 месяцев назад
(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)
Просмотров 94211 месяцев назад
"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)
Просмотров 50811 месяцев назад
"How to build a unit testing library from scratch?" - Bhavani Ravi (PyCon AU 2023)
"What can't WebAssembly do?" - Katie Bell (PyCon AU 2023)
Просмотров 62 тыс.11 месяцев назад
"What can't WebAssembly do?" - Katie Bell (PyCon AU 2023)
"Code Review of Senior Python Engineers" - Keith Yang (PyCon AU 2023)
Просмотров 45511 месяцев назад
"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
Просмотров 27511 месяцев назад
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)
Просмотров 5 тыс.11 месяцев назад
"You can't do that in MicroPython!" - Matt Trentini (PyCon AU 2023)
"Generating Python bindings to C++ libraries" - David Vo (PyCon AU 2023)
Просмотров 26011 месяцев назад
"Generating Python bindings to C libraries" - David Vo (PyCon AU 2023)
OpenDataCube - Petabyte Scale Satellite Imagery Processing in Python
Просмотров 24011 месяцев назад
OpenDataCube - Petabyte Scale Satellite Imagery Processing in Python
"(Probably) a retrospective for Secateur" - Tom Eastman (PyCon AU 2023)
Просмотров 15711 месяцев назад
"(Probably) a retrospective for Secateur" - Tom Eastman (PyCon AU 2023)
"Conference Opening (Saturday)" - Daisy Leigh Brenecki (PyCon AU 2023)
Просмотров 1 тыс.11 месяцев назад
"Conference Opening (Saturday)" - Daisy Leigh Brenecki (PyCon AU 2023)
"International cooperation within the Python community" - Débora Azevedo (PyCon AU 2023)
Просмотров 6311 месяцев назад
"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)
Просмотров 46411 месяцев назад
"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
Просмотров 15111 месяцев назад
From Data to Decision: Monitoring and Improving Water Networks using AI/ML
Digital Rights / Digital Wrongs: Tech Policy and Human Rights in Australia
Просмотров 11511 месяцев назад
Digital Rights / Digital Wrongs: Tech Policy and Human Rights in Australia
Building health software on decentralised health data using Personal Online Datastores
Просмотров 12711 месяцев назад
Building health software on decentralised health data using Personal Online Datastores