Skip to content

andresberejnoi/PublicNotebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Public Notebooks

A collection of public jupyter notebooks and maybe other things for sharing with other developers.

Here I will share projects that maybe are not big enough to warrant their own repository. This repository will contain mostly examples that I write about in my blog.

- SQLAlchemy Examples

This folder contains a small toy project using Flask and SQLAlchemy for a simple crypto purchase tracker (manually updated). The blog post covering this topic is here and a follow up about querying a database with Python here.

Interactive Plots With Bokeh And Flask

This repository shows some examples of using the Bokeh library in combination with Flask to add interactive charts to a web application. If you want to read more about it, I wrote a blog post going over the code. You can read it at my blog, here.

I also wrote another post about advanced plots with Pandas and Matplotlib.

Conda Tools

I created this repository to add some scripts with functionality that I need from conda. My main problem was that running conda env export --from-history would not include pip packages nor conda channels, or package versions. The script here solves that. However, I decided to create a separate repository for this project.

You can find it here: https://github.com/andresberejnoi/Conda-Tools

- 2022 Crypto Portfolio Tracking

I created a weighted portfolio of the top 20 cryptocurrencies at the beginning of the year. Every month I write an update about the performance.

This folder contains the notebooks that I use to produce the charts in my posts. I also added the conda environment file that can be used to reproduce everything.

Post List

  1. Starting the portfolio

  2. January Update

  3. February Update

  4. March Updte

  5. April Update

  6. May Update

  7. June Update

About

Collection of Jupyter Notebooks for simple sharing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages