Mariatta
  • Home
  • About
  • Experiences
  • Education
  • Projects
  • More
    Recent Posts Recent Talks Accomplishments Highlights
  • Posts
  • My Talks
  • Ice Cream Selfies
  • #TypoOfTheDay
  • Dark Theme
    Light Theme Dark Theme System Theme
  • Tags
  • #TypoOfTheDay
  • API
  • Australia
  • Automation
  • Berlin
  • Bots
  • Brazil
  • Brno
  • Canada
  • Cleveland
  • Community
  • Conference
  • Czech Republic
  • Database
  • Django
  • DjangoCon
  • Errors
  • Europe
  • Florence
  • Fun
  • Germany
  • GitHub
  • Google Sheets
  • Google Slides
  • Google Workspace
  • Ice Cream Selfie
  • Infrastructure
  • Learnings
  • Manaus
  • Melbourne
  • Mentorship
  • Minneapolis
  • Montreal
  • NBPy
  • Office Hour
  • Open Source
  • ORM
  • Parody
  • Petaluma
  • Philadelphia
  • Pittsburgh
  • Portlan
  • Portland
  • Public Speaking
  • Puerto Rico
  • PyBay
  • PyCaribbean
  • PyCascades
  • PyCon
  • PyLadies
  • PyLadiesCon
  • Python
  • Salt Lake City
  • San Diego
  • San Francisco
  • SeaGL
  • Seattle
  • Sprint
  • Talks
  • Third Party Libraries
  • USA
  • Workflow
Hero Image
Perks of Being a Python Core Developer

Things you can get/do as a Python core developer I’ve been a Python core developer since January 27, 2017. Being a Python core developer comes with perks, privileges, and also responsibilities. Sometimes I can’t tell whether something is a perk, or a privilege, or a responsibility. I think depends on who you’re talking to, they might see it as an optional nice thing they could get/do, but the same thing might be seen as burden responsibility to others.

  • Python
  • Open Source
  • Community
Tuesday, October 8, 2024 | 10 minutes Read
Hero Image
Python Core Sprint 2024: Day 5

Python Core Sprint 2024: Day 5 Datetime and Hypothesis I reviewed some issues that came to the CPython repo. There were a few interesting tickets related to the datetime module. These issues were discovered by Hypothesis, a property-based testing tool for Python. I’ve been hearing a lot about Hypothesis, but never really used it in production or at work. I watched a talk about it at PyCon US many years ago, and I even had ice cream selfie with Zac who maintains Hypothesis. Anyway, I’ve just been interested in learning more about Hypothesis and how it could solve issues not caught by other testing methods, and I think this is one of the perks of contributing to open source: getting exposed to things you don’t normally use at work, and I think it’s a great way to learn new things.

  • Python
  • Open Source
  • Sprint
  • Community
  • PyLadies
Friday, October 4, 2024 | 12 minutes Read
Hero Image
Python Core Sprint 2024: Day 4

Python Core Sprint 2024: Day 4 PEP 750 T-strings? Template strings? Has a name been decided yet? I chatted more with Dave Peck and Jim Baker about PEP 750, and they explained in more details about the use cases in DSL (Domain Specific Language), for SQL and HTMLs. Guido, Lysandros, Jim, and Dave all met today to further refine the PEP, and it sounds like they have a good plan for it. And a lot of people at the sprint also expressed their enthusiasm for this PEP. So look forward to the updated PEP!

  • Python
  • Open Source
  • Sprint
Thursday, September 26, 2024 | 5 minutes Read
Hero Image
Python Core Sprint 2024: Day 3

Python Core Sprint 2024: Day 3 Coffee Today I joined a group to have breakfast at Meta’s cafeteria. The cafeteria has an Espresso machine that we have to operate ourselves. So, I learned how to use the Espresso machine on the spot, and made myself cappuccino. This was the best cup of coffee I’ve had in the last 5 days. T-strings I chatted briefly with Lysandros about PEP 750. He mentioned that they will be re-working the proposal based on community feedback so, and also said it will not be called a “tag” anymore, but T-strings, it could look slightly different than what’s shown on the PEP today. Jim Baker should be here starting tomorrow to work on the PEP.

  • Python
  • Open Source
  • Sprint
Wednesday, September 25, 2024 | 7 minutes Read
Hero Image
Python Core Sprint 2024: Day 2

Python Core Sprint 2024: Day 2 DjangoCon US I woke up a bit later this morning, so I missed the keynote, but thankfully the online platform allows me to watch the recording, so I was still able to watch Mario Munoz’ keynote: How To Be A Developer and Other Lies We Tell Ourselves. I really enjoyed Mario’s keynote. I love it when presenters find unique and creative ways to present their talk, and Mario really nailed it. His talk was very heartfelt and full of empathy.

  • Python
  • Open Source
  • Sprint
Tuesday, September 24, 2024 | 6 minutes Read
Hero Image
Python Core Sprint 2024: Day 1

Python Core Sprint 2024: Day 1 This week I’m in Bellevue for the annual Python core sprint. This year, the sprint is hosted at the Meta Bellevue campus, and coordinated by Itamar Oren from Meta. Other Python core devs and contributors who work at Meta are also helping (Dino Viehland, Jason Fried, Matt Page, Parul Gupta, and Thomas Wouters). The PSF offers travel grants for Python core devs who are participating in the sprint and aren’t being sponsored by their employer, which I signed up for. Thanks to the travel grant, my hotel stay is covered fully by The PSF.

  • Python
  • Open Source
  • Sprint
Monday, September 23, 2024 | 6 minutes Read
Hero Image
PEP Talk

Talk Abstract If you use Python, chances are you’ve heard of PEP 8, the Python style guide. But do you know what PEPs really are? PEPs are more than just a style guide. A PEP stands for Python Enhancement Proposal. It’s a proposal documentation for when you want to change the Python programming language in a big way, for example when you want to change the syntax of Python. Think of the addition of f-strings, the walrus operator, or the ExceptionGroup, those changes all started with a PEP.

  • Public Speaking
  • Talks
  • Python
  • Community
  • Open Source
Saturday, July 29, 2023 | 3 minutes Read
Hero Image
There's an API for That!

There’s an API For That! Talk Abstract You might have seen bots like GitHub bots, Discord bots, Slack bots. How do these bots work? There’s an API for that! You can use third-party APIs to build web apps and automations, including bots. Come learn the best practices on how to work with APIs using Python. Contact me (links below) if you’d like to hear this talk at your event. Presented At WWCode BlockDataPy Dev Summit 2023 PyCon Colombia 2020 Reactions Watch the video Mariatta Wijaya @mariatta, She was one of our keynote speakers at Pycon Colombia 2022, we hope you enjoy it as much as we did Watch and share!https://t.co/fycWIZwKzS#PyConColombia #PyCon #speaker #python #keynote #Conference pic.twitter.com/vQib5VDUML

  • Public Speaking
  • Talks
  • Python
  • Bots
  • Open Source
Thursday, July 27, 2023 | 1 minute Read
Hero Image
Contributing to Python

Talk Abstract Python is one of the most popular programming language out there, and it is also an open source project. The Python community relies on contributions by volunteers, and you too can take part in this rewarding experience. Contributing to open source is not just about opening pull requests. In this talk, we’ll go through the workflow of contributing to CPython repository, as well as other ways to contribute to the project, including documentation, triaging, and infrastructure.

  • Public Speaking
  • Talks
  • Python
  • Community
  • Open Source
Wednesday, January 11, 2023 | 1 minute Read
Hero Image
Oops! I Became an Open Source Maintainer! 😱

Talk Abstract I consider myself relatively new to the open source world; my first open source contribution was in summer of 2016. Pretty soon I found myself being given commit rights to other people’s open source projects. Being a new open source maintainer brings a set of unique challenges that I was not fully prepared for. In this talk, I will share my journey and the things I’ve learned along the way, and some advice for other aspiring open source maintainers and contributors.

  • Public Speaking
  • Talks
  • Python
  • Community
  • Open Source
Friday, May 14, 2021 | 2 minutes Read
Hero Image
What Is a Python Core Developer?

Talk Abstract How do you become a Python core developer? How can I become one? What is it like to be a Python core developer? These are the questions I often receive ever since I became a Python core developer a year ago. Contributing to Python is a long journey that does not end when one earns the commit privilege. There are responsibilities to bear and expectations to live up to.

  • Public Speaking
  • Talks
  • Python
  • Community
  • Open Source
Saturday, November 3, 2018 | 2 minutes Read
Navigation
  • About
  • Experiences
  • Education
  • Projects
  • Recent Posts
  • Recent Talks
  • Accomplishments
  • Highlights
  • My Talks
  • Ice Cream Selfies
  • #TypoOfTheDay
Contact me:
  • mariatta@mariatta.ca
  • mariatta
  • Mariatta
  • @mariatta@fosstodon.org
  • mariatta

Toha Theme Logo Toha
© 2023 Copyright, Mariatta.
Powered by Hugo Logo