Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mengyaohuang/quant-python-basic
- Owner: MengyaoHuang
- Created: 2017-08-24T01:15:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-21T02:05:54.000Z (almost 6 years ago)
- Last Synced: 2024-09-14T17:35:34.192Z (4 months ago)
- Topics: jupyter-notebook, python, quant-python
- Language: Jupyter Notebook
- Homepage:
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).