My PyCon 2024 Experience

I attended PyCon 2024 as a scholarship invitee! It was an incredible experience filled with amazing talks, workshops, and opportunities to connect with other Python enthusiasts.

Learning and Networking

Aside from the technical content, PyCon 2024 gave me the chance to meet many amazing people. The networking events were fantastic, and I connected with developers from all over the world. We exchanged ideas, discussed best practices, and even shared some code snippets!

# Here’s an example snippet I shared at PyCon 2024:
def greet(name):
 return f"Hello, {name}! Welcome to PyCon 2024."
print(greet('Viraj')) # Output: Hello, Viraj! Welcome to PyCon 2024.

Looking Forward

Attending PyCon 2024 has truly inspired me to dive deeper into Python and contribute more to open-source projects. I’m looking forward to applying what I’ve learned and staying in touch with the wonderful community I’ve become a part of.

Me below with other scholarship invitees!

Group Photo at PyCon 2024

I got the opportunity to give a 2 minute lightning talk there about how to make mobile apps using python