Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 369 Bytes

File metadata and controls

8 lines (6 loc) · 369 Bytes

Tweet Sentiment Classifier

This is a project from the course Python Functions, Files, and Dictionaries which is part of Python 3 Programming Specialization.

This project covers these Python fundamental concepts:

  • Opening files, reading files, writing to files, and closing them.
  • For loops and while loops with the accumulator pattern.
  • Functions.