Rodrigo ๐Ÿ๐Ÿš€ (@mathsppblog) 's Twitter Profile
Rodrigo ๐Ÿ๐Ÿš€

@mathsppblog

Take your Python ๐Ÿ skills to the next level ๐Ÿš€!

ID: 1286074924591874048

linkhttps://mathspp.com/pydonts calendar_today22-07-2020 23:05:40

17,17K Tweet

42,42K Followers

394 Following

Rodrigo ๐Ÿ๐Ÿš€ (@mathsppblog) 's Twitter Profile Photo

I know this is a super nerdy thing to say, but this โ€œthemed indexโ€ in my Python drops book makes me really happy! Doesn't it look cool?!

I know this is a super nerdy thing to say, but this โ€œthemed indexโ€ in my Python drops book makes me really happy!

Doesn't it look cool?!
Rodrigo ๐Ÿ๐Ÿš€ (@mathsppblog) 's Twitter Profile Photo

My #PyConUS tutorial is this afternoon. There are still some spots left! You can register by going to your dashboard > registration > add to your registration > tutorials. See you there. ๐Ÿ‘‹

My #PyConUS tutorial is this afternoon.

There are still some spots left!

You can register by going to your dashboard > registration > add to your registration > tutorials.

See you there. ๐Ÿ‘‹
Charlie Marsh (@charliermarsh) 's Twitter Profile Photo

During development, we've been running ty over a (real) >15 million line-of-code Python application. On my machine, it completes in about 12.5 seconds. Mypy took 38 minutes. Pyright crashed (ran out of memory).

Rodrigo ๐Ÿ๐Ÿš€ (@mathsppblog) 's Twitter Profile Photo

Does anyone know of any Python online conferences or meetups that are looking for speakers? I have some talk ideas I'd love to test out!

Rodrigo ๐Ÿ๐Ÿš€ (@mathsppblog) 's Twitter Profile Photo

This year's PyCon Portugal ๐Ÿ‡ต๐Ÿ‡น will be even better because it'll be SO CLOSE to the beach :P Who's coming? ๐Ÿ™‹

Rodrigo ๐Ÿ๐Ÿš€ (@mathsppblog) 's Twitter Profile Photo

The folks at โฆPyCon Italiaโฉ leave nothing to chance! They have covered all main means of transportation for folks arriving at the conference venue ๐Ÿš

The folks at โฆ<a href="/pyconit/">PyCon Italia</a>โฉ leave nothing to chance!

They have covered all main means of transportation for folks arriving at the conference venue ๐Ÿš
Rodrigo ๐Ÿ๐Ÿš€ (@mathsppblog) 's Twitter Profile Photo

I just learned about `em-keyboard`! It's a fun little tool you can use to access emoji by name from the comfort of your terminal! Written in Python! (Heh, here's a CLI that Rust hasn't taken from us ๐Ÿคฃ)

I just learned about `em-keyboard`!

It's a fun little tool you can use to access emoji by name from the comfort of your terminal!

Written in Python!
(Heh, here's a CLI that Rust hasn't taken from us ๐Ÿคฃ)
Rodrigo ๐Ÿ๐Ÿš€ (@mathsppblog) 's Twitter Profile Photo

Do you have any example use cases for `itertools.chain` from the Python standard library you can share? Bonus points if you can link to code.