Skip to content

GayathriSrividya/training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

This repo is for training on Python.

The data folder contains a ratings.csv file. The file has the following columns: Const,Your Rating,Date Rated,Title,URL,Title Type,IMDb Rating,Runtime (mins),Year,Genres,Num Votes,Release Date,Directors

  1. Create a Class with the above listed properties.
  • The required fields should be listed static.
  • There should be get and set methods.
  • There should be a function to update Your Rating.
  • Updating Your Rating should also update Date Rated internally.
  1. Programatically read the CSV file
  2. Iterate through the contents of the CSV file and for each row
  3. Create a new instance of above class.

###########################################

  • Create a virtual environment
  • Create a requirements.txt file with required dependencies
  • Create a .gitignore file
  • Create a Unit test case
  • Generate test coverage

###########################################

  • Clone the repository to your own
  • Create a new branch
  • Every commit should be GPG signed
  • Create a Pull Request with updated code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published