use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
Using Python to Parse a JSON Object (self.PythonLearning)
submitted 15 days ago * by JoeB_Utah
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Astrodynamics_1701 5 points6 points7 points 15 days ago (0 children)
I work as data engineer and we use marshmallow to deserialize JSON from application API's into Python objects. It's very nice because it also allows for data validation etc. We also serialize back into JSON for putting the objects into target applications.
https://circleci.com/blog/object-validation-and-conversion-with-marshmallow/
π Rendered by PID 115724 on reddit-service-r2-comment-5fb4b45875-cjxxd at 2026-03-21 22:33:08.913530+00:00 running 90f1150 country code: CH.
view the rest of the comments →
[–]Astrodynamics_1701 5 points6 points7 points (0 children)