├── README.md ├── assignments └── Introduction to computer science and programming in python │ ├── week0 │ ├── Assignment0.0.pdf │ └── solution0.0.py │ └── week1 │ ├── Assignment1.0.docx │ └── solution1.0.py └── img ├── icon.png ├── m.jpg └── photo_2021-01-23_20-51-49.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0oM4R/CAT-CS-Road_map/HEAD/README.md -------------------------------------------------------------------------------- /assignments/Introduction to computer science and programming in python/week0/Assignment0.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0oM4R/CAT-CS-Road_map/HEAD/assignments/Introduction to computer science and programming in python/week0/Assignment0.0.pdf -------------------------------------------------------------------------------- /assignments/Introduction to computer science and programming in python/week0/solution0.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0oM4R/CAT-CS-Road_map/HEAD/assignments/Introduction to computer science and programming in python/week0/solution0.0.py -------------------------------------------------------------------------------- /assignments/Introduction to computer science and programming in python/week1/Assignment1.0.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0oM4R/CAT-CS-Road_map/HEAD/assignments/Introduction to computer science and programming in python/week1/Assignment1.0.docx -------------------------------------------------------------------------------- /assignments/Introduction to computer science and programming in python/week1/solution1.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0oM4R/CAT-CS-Road_map/HEAD/assignments/Introduction to computer science and programming in python/week1/solution1.0.py -------------------------------------------------------------------------------- /img/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0oM4R/CAT-CS-Road_map/HEAD/img/icon.png -------------------------------------------------------------------------------- /img/m.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0oM4R/CAT-CS-Road_map/HEAD/img/m.jpg -------------------------------------------------------------------------------- /img/photo_2021-01-23_20-51-49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0oM4R/CAT-CS-Road_map/HEAD/img/photo_2021-01-23_20-51-49.png --------------------------------------------------------------------------------