Teaching Python with GitHub Codespaces

Whenever I am teaching Python workshops, tutorials, or classes, I love to use GitHub Codespaces . Any repository on GitHub can be opened… Read more

Similar

Why proactively clean Python 2 up?

It seems a recurring complaint that we’re too aggressive on cleaning Python 2 up from packages. Why remove it if (package’s) upstream still supports py2? Why remove it when it still works? Why remove it when somebody’s ready to put some work to keep it... (more…)

Read more »