Learning Python

  • Finished readingIntroducing Python
  • Implement most of the exercises from Introducing Python into IPython Notebook
  • Do CoderByte challenge and Coding Kata
  • Implement BART real-time trip estimator
    • Create a graph of all of the BART stations
    • Figure out which real-time estimate (which direction) to use
  • Implement web scraper for (healthcare / software engineering) using scrapy
  • Implement Blackjack with command line input
  • Analyze healthcare dataset using Pandas
views