Question: This project involves identifying and analyzing a Python package and presenting a summary and example code that demonstrates what the package can do . What
This project involves identifying and analyzing a Python package and presenting a summary and example code that demonstrates what the package can do
What to turn in online books and categorizes each book by genre or subject based on the content found in the text of the book.
Project details
Step : Pick a package
First, search the web for packages and decide what you would like to research. Below are some examples to help get you started on finding such packages:
Category: Web Stuff
flask
beautiful soup
requests
Category: Text analysis
textblob
spacy
nltk
Category: Analytics, Data Science, Info. Visualization
pandas
numpy
matplotlib
Step : Write and run your code example
Your code must demonstrate a practical use of this package.
Your code must have at least one function.
Your code must have at least one control flow statement an if elif else loop for example
Your code must be commented in appropriate places and your function must contain at least a basic docstring.
Your code must run successfully. Failing code is failing code.
If it seems like a lot to ask in the time provided, keep in mind the following:
You are not writing a full app, you are giving your classmates a real, practical, and somewhat minimal taste of what this package can do use that code to start your example, but you must also be able to explain what that code does!
Step : Organize your code package and submit
When submitting your code package I am looking for things.
Package Summary. Introduce the package and what it does at a high level.
Install and Run Instructions. How to install the packages necessary to run your code
Code. Brief explanation of how your code works and highlights of important areas with line numbers included.
Future idea. What if I asked you to use this package in your final class project? Describing one idea, including explaining what this package would do in that project.
Your sample python code submitted as py files please specify in your readme file as to which python file to run
A requirements.txt file that specifies the packages needed to run your code. This can be created by using this command in your console:
pip freeze requirements.txt
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
