You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This post is a general feedback on my first participation at europython 2025 in the beautiful city of Prague. Thanks a lot to all the organizers and volunteers. Great thanks to my manager at my current job for all her support and for letting me enjoy this moment.
18
+
This post is a general feedback on my first participation at europython 2025 in the beautiful city of Prague. Thanks a lot to all the organizers and volunteers. Great thanks to my manager at my current job for all her support.
19
19
20
20
### What is EuroPython ?
21
21
@@ -32,7 +32,7 @@ It was organized at a big venue which is Prague conference center. Everything wa
32
32
33
33
### Arrival at Prague
34
34
35
-
I arrived at Prague at the 15th of July at late at night. The hotel I booked for 5 nights costed me around 240 euros.
35
+
I arrived at Prague at the 15th of July at night. The hotel I booked for 5 nights costed me around 240 euros which was not expensive.
36
36
In the next day, I went directly to the conference venue to do the registration and start enjoying the conference.
37
37
38
38
<Image
@@ -51,7 +51,7 @@ The 3 days were full of talks and discussing with awesome people. I tried to att
51
51
Here are some few highlights from the talks I attended :
52
52
53
53
- There were many talks on the new JIT compilation in Python 3.13 and that should be made default in future versions. Performance improvments is said to be around 9 %.
54
-
- Many talks about Python performance, and how to make sure to have performant code. A talk named "When in practice is Python performance an issue? Facts and myths" was particularly interesting where the speaker insisted on profiling the code to see the bootleneck.
54
+
- Many talks about Python performance, and how to make sure to have performant code. A talk named "When in practice is Python performance an issue? Facts and myths" was particularly interesting where the speaker insisted on profiling the code to see the bootleneck. Sometimes your bottleneck isn’t where you think it is
55
55
- A talk around Generative AI named "The Boom of Generative AI: realities, promises and awkward situations" was also very interesting. The talk spoke about the recent advancements in AI and how it might change the software engineering job, since the cost of software is now dropping with all those tools available.
56
56
- A preview of the Python documentary that will be released later this year was shown, and a discussion with Brett Cannon, Armin ronacher and Paul Everitt followed around many topics in Python ecosystem.
0 commit comments