mathsppblog Profile Banner
Rodrigo ๐Ÿ๐Ÿš€ Profile
Rodrigo ๐Ÿ๐Ÿš€

@mathsppblog

Followers
42K
Following
41K
Media
2K
Statuses
18K

Take your Python ๐Ÿ skills to the next level ๐Ÿš€! Daily drop of Python knowledge https://t.co/vBcyYaK8hl ๐Ÿ๐Ÿ’ง

๐Ÿ๐Ÿš€ Free Python book ๐Ÿ‘‰
Joined July 2020
Don't wanna be here? Send us removal request.
@mathsppblog
Rodrigo ๐Ÿ๐Ÿš€
9 months
We did it!. Largest computer programming lesson in the world!
Tweet media one
Tweet media two
27
8
190
@mathsppblog
Rodrigo ๐Ÿ๐Ÿš€
3 days
To try it yourself, open a random Python file and paste this:. def two():. """![](""". return 2. print(two()). Hover over the โ€œtwo()โ€ and you should see a GIF in your tooltip!.
0
0
2
@mathsppblog
Rodrigo ๐Ÿ๐Ÿš€
3 days
You can add images & GIFs to your docstrings and then your IDE will show them when you hover the function/class/module/etc. Just make sure the images/GIFs are added as markdown images with the syntax ![](image_url) and the image URL must point to the internet!
Tweet media one
Tweet media two
2
1
10
@mathsppblog
Rodrigo ๐Ÿ๐Ÿš€
14 days
If you've missed these 83 already, you can still join in and catch the next tips. The link is in my X bio.
0
0
0
@mathsppblog
Rodrigo ๐Ÿ๐Ÿš€
14 days
This is the list with the daily tips I have sent over the past few weeks to the Python drops ๐Ÿ๐Ÿ’ง newsletter. We're up to 83. How far do you think I can go before running out of ideas?
Tweet media one
1
0
10
@mathsppblog
Rodrigo ๐Ÿ๐Ÿš€
29 days
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.
4
0
5
@mathsppblog
Rodrigo ๐Ÿ๐Ÿš€
1 month
This was very fun to record. I hope you enjoy!.
@realpython
Real Python
1 month
๐Ÿ๐ŸŽง Rodrigo Girรฃo Serrรฃo: Python Training, itertools, and Idioms. Once you've learned the vocabulary and syntax of the Python language, how do you progress into learning the right combinations to put into your code? This week on the show, we speak with @mathsppblog about
Tweet media one
1
0
15
@mathsppblog
Rodrigo ๐Ÿ๐Ÿš€
1 month
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 ๐Ÿคฃ)
Tweet media one
0
1
14
@mathsppblog
Rodrigo ๐Ÿ๐Ÿš€
1 month
1 hour left!.
@mathsppblog
Rodrigo ๐Ÿ๐Ÿš€
1 month
My #PyConIt2025 ๐Ÿ‡ฎ๐Ÿ‡น talk is happening in 5 hours!. Join me as we dip our toes in metaprogramming, learning about `__init__`'s big brother, the dunder `__new__`. Live-coding included!. The talk will be live-streamed, so you can watch the stream if you're not around!. Stream link ๐Ÿ‘‡.
0
0
2
@mathsppblog
Rodrigo ๐Ÿ๐Ÿš€
1 month
0
0
2
@mathsppblog
Rodrigo ๐Ÿ๐Ÿš€
1 month
My #PyConIt2025 ๐Ÿ‡ฎ๐Ÿ‡น talk is happening in 5 hours!. Join me as we dip our toes in metaprogramming, learning about `__init__`'s big brother, the dunder `__new__`. Live-coding included!. The talk will be live-streamed, so you can watch the stream if you're not around!. Stream link ๐Ÿ‘‡.
1
1
9
@mathsppblog
Rodrigo ๐Ÿ๐Ÿš€
1 month
The folks at โฆ@pyconitโฉ leave nothing to chance!. They have covered all main means of transportation for folks arriving at the conference venue ๐Ÿš
Tweet media one
2
0
15
@mathsppblog
Rodrigo ๐Ÿ๐Ÿš€
1 month
This year's PyCon Portugal ๐Ÿ‡ต๐Ÿ‡น will be even better because it'll be SO CLOSE to the beach :P. Who's coming? ๐Ÿ™‹.
@PyConPT
PyCon Portugal
1 month
๐ŸŽฅ Throwback time! Relive the magic of PyCon Portugal 2024 with our recap video! ๐Ÿโœจ. From inspiring talks and workshops to unforgettable moments in the Python communityโ€”this is why we canโ€™t wait for 2025! ๐Ÿ’™. #pyconpt25 #tbt #videorecap #pycon #python
1
2
14
@mathsppblog
Rodrigo ๐Ÿ๐Ÿš€
1 month
x = 41241234. print(f"{x:,}") # 41,241,234. print(f"{x:_}") # 41_241_234. print(f"{x:n}") # 41241234. For the last one, in my locale there are no thousands separators ๐Ÿคฃ.
0
1
6
@mathsppblog
Rodrigo ๐Ÿ๐Ÿš€
1 month
TIL that Python has three 3 format specifiers for thousands separators:. ๐Ÿ‘‰ `,` adds commas.๐Ÿ‘‰ `_` adds underscores (works for other bases, too).๐Ÿ‘‰ `n` adds a locale-aware separator (might be nothing!). Here's an example:.
2
1
10
@mathsppblog
Rodrigo ๐Ÿ๐Ÿš€
2 months
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!.
0
1
6
@mathsppblog
Rodrigo ๐Ÿ๐Ÿš€
2 months
RT @charliermarsh: During development, we've been running ty over a (real) >15 million line-of-code Python application. On my machine, itโ€ฆ.
0
36
0
@mathsppblog
Rodrigo ๐Ÿ๐Ÿš€
2 months
Finally met โฆ@marlene_zwโฉ in person at the Microsoft booth at #PyConUS!
Tweet media one
4
2
45
@mathsppblog
Rodrigo ๐Ÿ๐Ÿš€
2 months
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. ๐Ÿ‘‹
Tweet media one
1
0
10
@mathsppblog
Rodrigo ๐Ÿ๐Ÿš€
2 months
Pretty stoked to be at #PyConUS again!. Come find me if youโ€™re around!!. #Python #PyConUS2025
Tweet media one
Tweet media two
0
0
10
@mathsppblog
Rodrigo ๐Ÿ๐Ÿš€
2 months
@s_gruppetta ? :).
1
0
2