Skip to content

meheino77/Python

 
 

Repository files navigation

Python Repo

This README file shows the general structure of the PYTHON Folder. Within each of the subfolders there will be a separate README with additional information about what is contained there as well as possible other information about the files. For example, there may be a table that shows the concepts or technology used in the file or project.

NOTE: Some of the files that are contained in this repository were created in two different releases of Python. Some were created in Python 2.X and others were created in Python 3.X. These files were taken from coursework from my time in college. It did not pay to convert them. They are here to prove concepts and as a review.

  1. Python Basics -

  • This will contain code for reviewing the basics of the Python Programming Language.
  • Basic items of the language like control structures.
  1. Python Classes -

  • Shows some basic classes it will have some driver files to test them.
  1. SQLite Example -

  • An example how how to use Python to create and use a SQLite Database.
  1. Web Scraping-

  • A few example of web scraping via Python.
  1. Flask -

  • A simple To DO List using Flask
  1. Pandas Examples -

  • Examples of Pandas and other libraries that can be used to visualize and analyze data. For example numpy and Seaborn.
  1. Projects -

  • Simple Projects that utilize some of the above concepts.
  1. Titanic Project

  • Titanic Project that utilized various concepts learned in a data analysis class.
  1. Final Project Flask Example

  • A simple School Application that uses Flask and other technologies.

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 82.7%
  • Python 14.7%
  • HTML 1.9%
  • CSS 0.7%