Skip to content

sdickenson77/python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a repo containing some example python scripts.

greet.py - just a quick example of a prompt in python

graphy.py is an example graph using the matplot lib library

read_csv_example.py is a csv to sqlite database converted - it provides functionality to read CSV files and convert them to SQLite database tables with appropriate column types.

  • films.csv is provided as example data - but any csv file can be used as long as correct location is specifcied.

test_csv_example.py - set of test cases to test the functions defined in read_csv_example.py

  • to run tests both test file and regular file must be in same directory and can be run via cmd line using: pytest test_read_csv_example.py -v

About

random python scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages