15 Followers
141 Following
54 Posts

AI Developer Advocate
@google

- Python🐍
- Machine Learning 🤖🧠
- Google AI ⚙️🧠
- DevRel 🥑🗣️

Do you know the Python 🐍 unpack assignments using the starred expression?
🤔

It's also called the catch-all unpacking

In some cases, it's better than using slicing and indexing because it's easier to read and maintain.

Have you used this before?

Can't rely on ChatGPT for Valentine's Day advice - it keeps suggesting I buy flowers for my printer! 🙄

That's why I'm turning to Python to create custom love notes that are as beautiful as a well-crafted function.
❤️🐍📝

After trying for some time to make ChatGPT make a decision on the Trolley problem, I failed!

It's nice that it can easily notice it (expected as wikipedia is part of the training data) but cool anyway

I'll try to reframe it in a less obvious way and see what I get, any ideas?

Python🐍 quick tip of the day:

Did you know that you can use variables in the format specifiers of f-strings?

Python🐍 is a great language to manipulate collections/iterables (eg: lists📜, sets7⃣7⃣, dicts📕)

The main module to help you is ➡️ itertools

It's even better, it's built-in, you don't need to install anything!👍🏽

If you ever feel that you are doing too much work manipulating a collection, it might be time to go read itertools documentation and find some functions to help you🚑

Itertools' functions fall into 3 categories:
• ⛓️Linking iterators
• 🥅Filtering
• 🌱Producing combinations
👆🏽

Happy new year everyone!

All the best things for you and your loved ones!
🥳🎉🥂🍾

I just completed all 25 days of Advent of Code 2022! https://adventofcode.com/ #AdventOfCode

Very fun challenge today!

Good exercise to train converting numbers between bases!

This was an amazing Advent of Code, I'd say better than last year!

Great work @ericwastl , Congrats!!

Advent of Code 2025