-
Notifications
You must be signed in to change notification settings - Fork 28
TASK: Implement Person serialization to a dictionary #141
Copy link
Copy link
Open
Labels
featureNew feature or enhancementNew feature or enhancementgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtaskThis is a task issue / PR completing a taskThis is a task issue / PR completing a task🐝 Lower AdvancedGood for devs with many years of experience and confidence in programmingGood for devs with many years of experience and confidence in programming🦗 Upper IntermediateGood for growing devs with good confidence and experience in programmingGood for growing devs with good confidence and experience in programming🪲 AdvancedGood for devs with many years of experience and potentially some formal educationGood for devs with many years of experience and potentially some formal education
Description
Metadata
Metadata
Assignees
Labels
featureNew feature or enhancementNew feature or enhancementgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtaskThis is a task issue / PR completing a taskThis is a task issue / PR completing a task🐝 Lower AdvancedGood for devs with many years of experience and confidence in programmingGood for devs with many years of experience and confidence in programming🦗 Upper IntermediateGood for growing devs with good confidence and experience in programmingGood for growing devs with good confidence and experience in programming🪲 AdvancedGood for devs with many years of experience and potentially some formal educationGood for devs with many years of experience and potentially some formal education
Leave a comment if you want to work on this task!
Difficulty: Upper Intermediate to Advanced
TODO:
Personinto adict, with all the instance variables stored inside it. Call the method whatever you want (e.g.,serialize(),to_dict(),dictify())classmethodto deserialize a dictionary into aPersonobject.deserialize(),from_dict(),undictify())Personis pure built-in types. This might take some time.PR steps:
feat/person-dict-serializationTASK: Implement `Person` serialization to a dictionary (#141)Closes #141Please make sure you have read the Contributing Guidelines before working.
Feel free to ask any questions here!
If you are interested in working on this task,
please leave a comment requesting assignment to explicitly let others know the task is taken and prevent duplicate PRs.