Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~857 People Reached
Favorite Forums
Favorite Tags
Member Avatar for ashi_1

Write a python script for mass renaming music files according to labels. The script takes an existing format of files in current directory and an expected output format and prints a list of old -> new file name tuples. Format can be any string that contains any number of the …

Member Avatar for pty
0
551
Member Avatar for Kushmitha

Hi everyone, I struck with this code for few day , please help me and thanks in advance . Write the class AddressBook so the following code works: c = AddressBook() c.add(name='ynon', email='ynon@ynonperek.com', likes='red') c.add(name='bob', email='bob@gmail.com', likes='blue') c.add(name='ynon', email='ynon@gmail.com', likes='blue') c.find_by(name='ynon') # returns: # [ # {'name': 'ynon', 'email': 'ynon@ynonperek.com', …

Member Avatar for rproffitt
-1
306