Created
July 24, 2020 16:11
-
-
Save ljbelenky/aa9bbdde0fa7e45811bad0437f8f1687 to your computer and use it in GitHub Desktop.
Things I learned during Capstone 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Please share one or two things you learned this week. |
I learned a great deal. I can think of following stuffs:
- Pandas datetime
- OOPs
- Building functions
- Bayesian Statistics
- Candlestick Plot
- Bokeh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I learned that you can download a Jupyter Notebook (JN) into a python file with 2 easy clicks!! In JN go to file-->download as-->python
Learned that one courtesy of Connor!
Also learned a lot in general about ways to format your README markdown like adding images using html or the
method. Custom colors in plots can be achieved with hex codes instead of the plain vanilla colors like 'r', 'k', 'c', etc.