• Home
  • Blog
  • write a python project with requirements

write a python project with requirements

0 comments

The Data

You must use a data file with over 10,000 rows of items. They do not have to be random. They can be programmatically formed (we do not expect you to handwrite thousands of lines of data). They can be sorted or unsorted as you desire (sorting may be useful, but that depends on what you’re doing; it’s up to you). This means 10K rows of data, not 100 rows of 100 items.

I would like to see certain things that reflect what you have learned over this semester in your project. (with explanation)

1.A custom library (with classes, functions, and constants.

2.Iteration and decision making

3.imports from your library and the standard library

4.If you import a third party library, report it ahead of time. I want to be able to run your code on my computer so if you use 10 third party libraries I’m going to be unhappy about it.

5.File I/O – you must read input from a file and produce an output file.

6.The use of a data structure

7.The use of object orientation. Specifically, I would like to see inheritance.

About the Author

Follow me


{"email":"Email address invalid","url":"Website address invalid","required":"Required field missing"}