This repository was archived by the owner on Oct 9, 2018. It is now read-only.
Meet Shah: Lesson01 and Lesson02: Assignment and Activity PRs#5
Open
meet29in wants to merge 7 commits intoUWPCE-PythonCert-ClassRepos:masterfrom
Open
Meet Shah: Lesson01 and Lesson02: Assignment and Activity PRs#5meet29in wants to merge 7 commits intoUWPCE-PythonCert-ClassRepos:masterfrom
meet29in wants to merge 7 commits intoUWPCE-PythonCert-ClassRepos:masterfrom
Conversation
Used pandas to convert the csv in to a Data Structure, \ then using list comprehensions filtered the list down to specific danceability and loudness index. This list was then sorted by highest danceability and printed with song name and artist Changes to be committed: new file: build_playlist.py new file: featuresdf.csv
Changes to be committed: new file: inclass_activity/Untitled.ipynb new file: inclass_activity/calculator.ipynb new file: inclass_activity/functional_calculator.ipynb new file: inclass_activity/lambda.ipynb new file: inclass_activity/mapreduce.ipynb
Changes to be committed: new file: generator_solution.py
Changes to be committed: new file: iterator_2.py
Changes to be committed: new file: inclass_activity/closure.ipynb new file: inclass_activity/currying.ipynb new file: inclass_activity/iter_generator.ipynb new file: inclass_activity/scope testing.ipynb
Author
|
I've created "inclass_activity" folder under each Lesson folder and moved my corresponding class notes under that folder. |
…, artist name and energy. Includes test for the closure. Changes to be committed: new file: closure_test.py new file: featuresdf.csv new file: featuresdf_small.csv new file: lesson02_closure.py
…ession Changes to be committed: new file: generate_tracks_by_artist.py new file: generator_test.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Used pandas to convert the csv in to a Data Structure,
then using list comprehensions filtered the list down to specific danceability and loudness index.
This list was then sorted by highest danceability and printed with song name and artist
Changes to be committed:
new file: build_playlist.py
new file: featuresdf.csv