DEV Community

Discussion on: What still can I write in computer science?

Collapse
 
jonoyeong profile image
Jonathan Yeong

Ahh gotcha! You could apply that knowledge to web development (look at building a REST api, or an MVC application). Although a lot of web development stuff is abstracted so you don't have to deal with the underlying structures until you get to scale. Another project you could work on is game development (pygame is a great python library to help build a game).

Thread Thread
 
mega8bit profile image
Andy

Ok, I will look on this way, thanks :)