Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 570 Bytes

File metadata and controls

11 lines (9 loc) · 570 Bytes

pythonBasics

The scripts I wrote to practice the different concepts as I was learning Python

Python is the greatest thing ever! It's great for learning the basics of assertive languages (argument based) and for doing complex data crunching as well

Included are:

  1. Scripts I wrote the show how specific Python concepts work
  2. Examples on how to use the tkinter module to build desktop interfaces
  3. A sample app that generates a series of random numbers
  4. A word doc that summarizes the multiple textbooks and courses that I took to learn Python