Python References§
The coding paradigm and style of RomCom borrows heavily from three essential references
The Python Standard Library by the Python Software Foundation.
The Lizard Book by Luciano Ramalho.
Effective Python by Brett Slatkin.
Extensive use is made of the following third-party Python libraries
pandas for data storage and manipulation.
numpy for numerical computations.
torch for tensor computations.
scipy for miscellaneous scientific computations.
and, of course, the common language which binds us together
- Python§
- The Python Standard Library by the Python Software Foundation.§
RomCom is enormously grateful to these authors for the breathtaking quality and scope of their work.