Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 736 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 736 Bytes

Code-Snippets

My various snippets from different fields in Computer Science using mainly Python 3. You can get it here

Summary:

Kivy pip install kivy

Python library for developing mobile apps and other multitouch application software with a natural user interface. It can run cross-platform


Socket (built-in)

Python module that provides access to the BSD socket interface.


Pytorch Installation

An open source machine learning library based on the Torch library, used for applications such as computer vision and natural language processing. It is primarily developed by Facebook's artificial intelligence research group.