Using dict comprehension to append data

You may not be able to do them with the **someDict but you can certainly make dicts on the fly with comprehensions as @PGriffith did in this post , kind of related as well with going from a ds to a dict

Though maybe this counts as a list comprehension, but if the final result is a dict, its a dict comprehension in my book lol.