Python’s lack of empty set literals bothers me. In a language known for its orthogonality, it’s an odd omission. The chart just feels unbalanced to me. dict() = {} set() tuple() = () list() =…
GO TO THE SOURCECODE Rayage is the first cloud IDE with C++ and terminal stdin/out support. This was built as a group project by Morgan Borman, David Palzer, and myself to replace Visual Studio for…
This was a project for my TCP/IP Networking class which required implementing a TCP server and client for the game Uno. I wrote a server application in Python (which contained all the game logic) and…