python-workshop-base icon indicating copy to clipboard operation
python-workshop-base copied to clipboard

The master template repository for Monash Data Fluency Python workshop modules

Results 10 python-workshop-base issues
Sort by recently updated
recently updated
newest added

The comments in Module 2 'Data Analysis with Python' provide a link to the defunct goo.gl link shortening service. Replace or remove this link.

Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 2.0.3. Release notes Sourced from mistune's releases. Version 2.0.2 Fix escape_url via lepture/mistune#295 Version 2.0.1 Fix XSS for image link syntax. Version 2.0.0 First release...

dependencies

Bumps [ipython](https://github.com/ipython/ipython) from 7.12.0 to 7.16.3. Commits d43c7c7 release 7.16.3 5fa1e40 Merge pull request from GHSA-pq7m-3gw7-gq5x 8df8971 back to dev 9f477b7 release 7.16.2 138f266 bring back release helper from master...

dependencies

Common feedback we receive is that some participants can see 'why' they would use what they are learning, or how it might be applied. This is especially a problem for...

Right before "Challenge - Experimenting with keyword arguments" challenge, there is a redefined `csvs_to_year` function which doesn't actually do what the previous versions did (write files). Seems confusing, should be...

Check for the scipy compatibility before the start of the workshop.

It's cute, but the x-axis labels are too cluttered which looks bad. No time in that lesson to go down the rabbit-hole showing how to fix it, it's full enough...

Convert some challenges to multiple choice questions that better detect misconceptions or broken mental models.

In the plotting chapter (https://github.com/MonashDataFluency/python-workshop-base/blob/master/workshops/docs/modules/plotting_with_ggplot.md), update the `ggsave` code for saving the plot. The existing code doesn't work. Existing code: prints an error `ggsave(filename="plot1.png", plot=plt1, device='png', dpi=300, height=25, width=25) `...

In the chapter, Data analysis in Python (https://github.com/MonashDataFluency/python-workshop-base/blob/master/workshops/docs/modules/working_with_data.md), the few bits have been updated and needs to be updated in the material too. Under the heading: Groups in Pandas, calculating...