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

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.