logo FEDIDEVS

PyCon US 2025

Day 1 (48) Pamela Fox (31)

Plan for tomorrow at :

* Education Summit @ 9am, where I'll talk about teaching with Codespaces

* MS sponsored session @ 3:30 pm, where Rohit and I will give a whirlwind tour of app development with VS Code, extensions (including a brand new one...!!), and Azure

4 1 0

Finally got to play with the =PY() formula in Excel, thanks to the tutorial from @crazy4pi314

Learnt how to render data frames, explode numpy matrices, and calculate Tetris scores (a problem from the annual Excel competition, which apparently is a thing...)

6 0 0

Learnt a ton from @crazy4pi314 in their "Snakes in a Grid" tutorial at about how we can use Python to work with Excel spreadsheets:

* Use pandas read_excel() to turn an XLSX into a dataframe, and to_excel() to turn a dataframe to an XLSX
github.com/crazy4pi314/snakes-

* Use openpyxl to create a spreadsheet from scratch, complete with working formulas and charts!
github.com/crazy4pi314/snakes-

2 4 1

Now I'm in the "Snakes in a Grid" tutorial @ from @crazy4pi314 -

we're going to put excel in our python and python in our excel! 🐍 📊

Repo @
github.com/crazy4pi314/snakes-

6 1 0