Learning Python: My Self Guided Skills Assignment

Learning the basics as well as graphical analysis with MATPLOTLIB

Learning Log Template

Start time/dateEnd time/dateDescription of focusNotes on process
2/9/19 12:30pm2/9/19 1:30pmDownloading and reading up on pythonDownloaded python 2, then python 3, then anaconda navigator
2/11/19 3:30pm2/11/19 5:30pmRead up on libraries, differences between python 2/3, basic syntax and testing code in jupyterAfter understanding these concepts I began toying around in jupyter with print functions
2/14/19 12pm2/14/19 2pmVariable assign, strings and integers, and modifying variablesNotes from W3schools and the like, testing with print and editing with len(), operators, etc
2/16/19 2:30pm2/16/19 5:30pmLogical operations, listsNotes on if/else functions, test assigning/changing lists using append, insert, and loops
2/17/19 6pm2/17/19 8:30pmFunctions and LoopsPython tutorial video, play around with basic functions and adding for loops. Light reading on recursion.
2/18/19 11:30am2/18/19 2pmUser input, logic, and various input error checksTutorial video, notes, play around with user input and how to ensure input is what was asked
2/20/19 4:30pm2/20/19 6pmMatplotlib importing, syntaxVideo on how to activate matplotlib, how data should be set up for graphing
2/21/19 12pm2/21/19 3:30pmPlot testing, line graphs, linear regressionAdding style to plots using matplotlib tutorial site
2/22/19 12:30pm2/22/19 2:30pmBar charts, numbpyMatplotlib tutorial site, play around with making various plots with styles

My showcase item is unable to be presented via github, but my script can be found in my repository under the Skills project folder. If you use python check it out I worked real hard to make it fun while incorporating my subskills.

My sources list: