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
- Click on the link
1.5. Input/print_ Apple sharing
- Click on file
main.py
and copy its content into a jupyter notebook where you will write your solution - Click on the file with instructions to get the assignment task:
instructions.md
- Solve the assignment and compare your solution with the one in folder
solution
- 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
- You will find pairs of files