Skip to content

Latest commit

 

History

History
117 lines (78 loc) · 3.93 KB

Libraries and Frameworks.md

File metadata and controls

117 lines (78 loc) · 3.93 KB

Libraries and Frameworks

Python

Common Built-in Modules

  • math: additional math functions like cos, sin,
  • decimal: more advanced floating point arithmetic
  • random: generate random numbers
  • datetime, time, calendar: working with dates and times
  • re: regular expressions
  • os, os.path: file operations
  • itertools, functools: advanced operations on iterables and functions
  • collections: data structures
  • csv: csv file parsing

Common Non-Built-in Modules

These can be installed using pip install <module>.

Django

django packages

Front-End

You can view a list here.

CSS

CSS frameworks can be used to make your site look pretty quickly and easily. Each framework has its own style and number of features. You can view a long list here.

JavaScript Frameworks

You can view a long list on wikipedia, javascripting.com, and here.

General UI

Data Visualization

Music / Sound

3D Graphics

Games

Public APIs

You can view long lists of public APIs here, here, and here.