Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mengyaohuang/quant-python-basic

Some basic practice
https://github.com/mengyaohuang/quant-python-basic

jupyter-notebook python quant-python

Last synced: about 1 month ago
JSON representation

Some basic practice

Awesome Lists containing this project

README

        

# Quant-python-Basic

## introduction
- These are programs I’ve written while learning Python. The implementation is in Jupyter notebooks. This project is a collection of short python programs I wrote during bootcamp.

## python basics
- We learned about python datatypes, if-elif-else conditionals, for and while loops,lists and tuples, and list comprehensions.

## Python problems Solution
- There are many interesting problems to solve with python. The following Hyperants problem is what we learned initially. Here is the [solution](http://github.com/MengyaoHuang/Quant-python/blob/master/Hyperants.ipynb).