This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import asyncio | |
import concurrent.futures | |
import http | |
import itertools | |
import logging | |
import math | |
import os | |
import pathlib | |
import platform | |
import ssl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Clean Code - Martin | |
Code Complete - McConnell | |
Compilers - Aho | |
Computer Networks (5th Edition) - Tanenbaum | |
Design Patterns - Gamma, et al | |
Domain-Driven Design - Evans | |
Growing Object-Oriented Software, Guided by Tests - Freeman, et al | |
Introduction to Automata Theory, Languages, and Computation - Hopcroft | |
Purely Functional Data Structures - Okasaki | |
Refactoring - Fowler |