Search
12 results for “mathsppblog”
-
“Nothing beats the smiles and thank you’s you get when the conference is over. Plus, it is an amazing feeling to be part of something bigger than yourself.”
Check out our full interview with @mathsppblog, member of the Programme Team for EuroPython 2025 https://blog.europython.eu/humans-of-ep-rodrigo
#europython #conference #volunteers #python #contributors #europython2025 #opensource
-
I was looking at the photos I took during EuroPython 2024 and was surprised to see how many great people I met in few days 🫂
Since there were too many photos I made a collage of all of them with PhotoCollage a Python package 🖼️
https://github.com/adrienverge/PhotoCollage
CC @europython @terezaif @foosel @judy2k @mborus @sabderemane @rmistaken @mathsppblog @cgl @katianakamura @leriomaggio @antocuni @sheena @t_redactyl @cheukting_ho @muheuenga
-
I was looking at the photos I took during EuroPython 2024 and was surprised to see how many great people I met in few days 🫂
Since there were too many photos I made a collage of all of them with PhotoCollage a Python package 🖼️
https://github.com/adrienverge/PhotoCollage
CC @europython @terezaif @foosel @judy2k @mborus @sabderemane @rmistaken @mathsppblog @cgl @katianakamura @leriomaggio @antocuni @sheena @t_redactyl @cheukting_ho @muheuenga
-
I was looking at the photos I took during EuroPython 2024 and was surprised to see how many great people I met in few days 🫂
Since there were too many photos I made a collage of all of them with PhotoCollage a Python package 🖼️
https://github.com/adrienverge/PhotoCollage
CC @europython @terezaif @foosel @judy2k @mborus @sabderemane @rmistaken @mathsppblog @cgl @katianakamura @leriomaggio @antocuni @sheena @t_redactyl @cheukting_ho @muheuenga
-
I was looking at the photos I took during EuroPython 2024 and was surprised to see how many great people I met in few days 🫂
Since there were too many photos I made a collage of all of them with PhotoCollage a Python package 🖼️
https://github.com/adrienverge/PhotoCollage
CC @europython @terezaif @foosel @judy2k @mborus @sabderemane @rmistaken @mathsppblog @cgl @katianakamura @leriomaggio @antocuni @sheena @t_redactyl @cheukting_ho @muheuenga
-
I was looking at the photos I took during EuroPython 2024 and was surprised to see how many great people I met in few days 🫂
Since there were too many photos I made a collage of all of them with PhotoCollage a Python package 🖼️
https://github.com/adrienverge/PhotoCollage
CC @europython @terezaif @foosel @judy2k @mborus @sabderemane @rmistaken @mathsppblog @cgl @katianakamura @leriomaggio @antocuni @sheena @t_redactyl @cheukting_ho @muheuenga
-
Last night I ended my experience at EuroPython 2024 with the boat trip on the Vltava river 🛳️
It was a fun moment to share with everyone present which ended with a final toast 🍻
#EuroPython #EuroPython2024 #Boat #Prague
CC @europython @leriomaggio @mathsppblog @rmistaken @antocuni
-
Last night I ended my experience at EuroPython 2024 with the boat trip on the Vltava river 🛳️
It was a fun moment to share with everyone present which ended with a final toast 🍻
#EuroPython #EuroPython2024 #Boat #Prague
CC @europython @leriomaggio @mathsppblog @rmistaken @antocuni
-
Last night I ended my experience at EuroPython 2024 with the boat trip on the Vltava river 🛳️
It was a fun moment to share with everyone present which ended with a final toast 🍻
#EuroPython #EuroPython2024 #Boat #Prague
CC @europython @leriomaggio @mathsppblog @rmistaken @antocuni
-
Last night I ended my experience at EuroPython 2024 with the boat trip on the Vltava river 🛳️
It was a fun moment to share with everyone present which ended with a final toast 🍻
#EuroPython #EuroPython2024 #Boat #Prague
CC @europython @leriomaggio @mathsppblog @rmistaken @antocuni
-
Last night I ended my experience at EuroPython 2024 with the boat trip on the Vltava river 🛳️
It was a fun moment to share with everyone present which ended with a final toast 🍻
#EuroPython #EuroPython2024 #Boat #Prague
CC @europython @leriomaggio @mathsppblog @rmistaken @antocuni
-
Inspired by @samwho 's brilliant interactive essays, I wrote an interactive explanation of the floodfill algorithm in #Python
(Also in preparation for #AdventofCode)
Give it a read and let me know what you think -> https://mathspp.com/blog/floodfill-algorithm-in-python
I tried using #PyScript for the interactive demos...
It worked out alright but I'm not sure if it's worth it:
I could've cobbled something together in JS and visitors wouldn't have to wait for PyScript to load...
What do you folks think?