Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Latest commit

 

History

History
123 lines (83 loc) · 4.42 KB

Libraries and Frameworks.md

File metadata and controls

123 lines (83 loc) · 4.42 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>.

Links to sites with lists of fun python libraries

Wow there are so many awesome libraries for python you can integrate into your projects!

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. Here's a few more!