PDAI Extra coding exercises - EMbeDS-education/ComputingDataAnalysisModeling20242025 GitHub Wiki

We uploaded a collection of extra coding exercises on which you can play

  • These are not curated and only for the braves 😄
  • These assignments require some extra manual steps, described below

Please visit this page

  • You will find extra assignments grouped by topic (e.g., input, numbers, if, ...)

Choose and solve the assignment of interest. E.g., 1.5. Input/print_ Apple sharing

  1. Click on the link 1.5. Input/print_ Apple sharing
  2. Click on file main.py and copy its content into a jupyter notebook where you will write your solution
  3. Click on the file with instructions to get the assignment task: instructions.md
  4. Solve the assignment and compare your solution with the one in folder solution
  5. You can also look at some input/output tests available in folder input-output matching
    • You will find pairs of files name.in name.out containing the input for the test and the expected output, respectively.
    • You can try to replicate the test locally by providing the inputs and looking at the obtained outputs