Python & PyData Friends
5 talks from the 2022 edition.
-
A data scientist's guide to code reviews ▶ Recording 📝 Transcript
Alexandra Wörner
A crucial aspect of software engineering teams' working agreements are code reviews. By applying the four-eyes principle on code, teams can reduce the number of bugs and errors, uncover misunderstandings early and...
-
conda-forge: supporting the growth of the volunteer-driven, community-based packaging project
Wolf Vollprecht, Jannis Leidel, Jaime Rodríguez-Guerra
The conda-forge project is one of the fastest growing Open Source communities out there – and most data scientists have probably heard of it. In this talk we explain the inner workings of conda-forge, its...
-
Rewriting your R analysis code in Python ▶ Recording 📝 Transcript
Helena Schmidt
R and Python are two of the most powerful tools for any kind of data analysis. But both programming languages have their strengths and weaknesses. This means it can be necessary to switch from one to the other. When...
-
Slack bots 101: An introduction into slack bot-based workflow automation ▶ Recording 📝 Transcript
Jordi Smit
Most developers work with Slack every day, yet very few of them know about the awesome things you can do when you build your own slack bot. For example, recently, we built a slack bot that automates our hiring...
-
Unclear Code Hurts ▶ Recording 📝 Transcript
Dario Cannone
Code may work or not, but it will always tell a story. Computers will not complain about how you write it (except correct syntax), but human readers will. This talk is about writing clear code and caring for the...