bmeaut / python_nlp_2017_fall

Material for the 2017 fall edition of the course "Introduction to Python and Human Language Technologies" at BME AUT
MIT License
12 stars 13 forks source link

Lab solutions #2

Open bbence14 opened 7 years ago

bbence14 commented 7 years ago

Hello All,

I just would like to ask, could someone upload the solutions of the lab? It would be helpful for me.

Thank you in advance. Bence

juditacs commented 7 years ago

We will release the solutions later but you are encouraged to solve them on your own. If you have a problem with a particular exercise, feel free to open a separate issue.

juditacs commented 7 years ago

I added the first lab's solutions and I will add the rest shortly.

The solutions are available in a separate notebook: https://github.com/bmeaut/python_nlp_2017_fall/blob/master/course_material/01_Introduction/01_Python_introduction_lab_solutions.ipynb

Please note that these are mostly naive solutions because I tried to not include material from later classes. There is room for improvement, for example you can rewrite most subtask from Ex 1 and 2 into a single list comprehension if you feel like practising some more.

I did not add a solution to the last two extra exercises. You can find many implementations for sorting algorithms on the internet.

juditacs commented 7 years ago

I added all solutions except the 2nd part of week 2 and all of week 3. I will add the rest shortly.

juditacs commented 7 years ago

I added all solutions except the ones similar to the homework.