Skip to content

Computer Science Engineering notes from Polytechnic University of Milan . Bsc courses in Italian, Msc courses in English.

Notifications You must be signed in to change notification settings

martinopiaggi/polimi-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Polimi notes

This is a collection of my notes for various Computer Science and Engineering courses that I attended. The repo includes:

  • Master's degree course notes (Work In Progress):
    • All notes are in English
    • Some course notes are incomplete since still in progress or boring
  • Bachelor's degree course notes:
    • All notes are in Italian, except for Foundations of AI
    • Notes are available only for some courses of the study plan

These notes were created during periods of desperate studying, utilizing both professor-provided materials, resources from fellow students and ChatGPT. They are not intended to be perfect and may be inaccurate and incomplete. If you see any error feel free to open an issue or send a pull request.

Main features

  • Every course note is divided in macro subjects plain markdown notes but it has also a PDF file.
  • Topics are interconnected through markdown links, allowing for easy navigation and exploration of related topics directly from Github (yeah still not enough connection .. Work In Progress).
  • Courses marked with WIP are incomplete as I am still working on them, studying them, or procrastinating the note refactoring.
  • If you open this repository with Obsidian.md (or similar softwares) you also have a one-click graph visualization of the notes interconnections.

Courses index

MSc (English) (WIP)

BSc (Italian)

Generic course folder

Course folder
├── course_name.md // index of a main topics of the course
├── course_name.pdf // single PDF of all merged notes
└── src 
    ├── 00.Header.md //ignore
    ├── NN.TopicExample.md //single topic of course
    ....
    └── images