pyhamburg / talks

Talks are proposed, discussed and scheduled here
8 stars 1 forks source link

Working in reproducible/replicable research environments with pyenv, pipenv and Jupyter notebooks #6

Open FlxVctr opened 4 years ago

FlxVctr commented 4 years ago

Administrative Info

Is this a talk you want to hold or are you interested in somebody talking about this topic?

I can give this talk.

In case you hold the talk, how long will the talk roughly be?

20 minutes

Description

Not only as an academic, but also as a data scientist, it is important to make your results reproducable. At the same time, projects can lay dormant for years. Therefore, being able to effortlessly conserve/replicate the environment you've worked with back in the days is crucial. I would present the solution I found for my research during the last years.

brakhane commented 4 years ago

@FlxVctr Would you be able to hold this talk next week, 23rd?

FlxVctr commented 4 years ago

@brakhane Unfortunately not. Could do next month presumably.

alexpovel commented 4 years ago

Is this still active? Apart from COVID, of course.

poetry could also be an interesting talking point.

brakhane commented 4 years ago

@alexpovel Yeah, we're still active, but no meetings due to COVID currently (we might do some online meetings soon). If you'd like to talk about poetry, create a new issue.

FlxVctr commented 4 years ago

I have looked at poetry, and actually started a project with it to try, but it rather seems to be aimed at actual software production (which is not necessarily bad but might overwhelm the average scientist/scholar). But I'd love to hear a talk about it!

krenzlin commented 4 years ago

+1 for poetry talk Bit of topic, but I just discover PEP 517/518 and the pyproject.toml. Maybe this is already enough for some projects?