Skip to content

marnue/assetjet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AssetJet

AssetJet is a showcase application to prove that Python is a great choice for building production-level scientific applications.

AssetJet is also a demo of the following state-of-the-art libraries:

  • sqlite3 (embedded database)
  • SQLAlchemy (object relational mapper)
  • lxml (web scraping)
  • NumPy/SciPy/pandas (data processing/scientific computing)
  • Qt and PySide (GUI, i.e. webkit)
  • Bottle (web framework)
  • cx_Freeze and Esky (packaging and auto-update)

All this is based on open-source software that will work cross-platform (Windows, Mac, Linux) out of the box.

AssetJet itself is a simple investment analyzer using historical time series from Yahoo! Finance.

This project also tries to shed light on the discussion of general-purpose versus domain-specific languages to build scientific applications (see e.g. http://www.johndcook.com/blog/2012/04/02/why-scipy/ ):

We believe that for building a fully-featured scientific application, Python is hard to beat.

About

AssetJet is a showcase application to prove that Python is a great choice for building production-level scientific applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.2%
  • HTML 45.1%
  • Other 1.7%