TheDude@sh.itjust.works to Python@sh.itjust.worksEnglish · edit-21 year agoWhat python project(s) are you currently working on?message-squaremessage-square73fedilinkarrow-up153arrow-down10file-text
arrow-up153arrow-down1message-squareWhat python project(s) are you currently working on?TheDude@sh.itjust.works to Python@sh.itjust.worksEnglish · edit-21 year agomessage-square73fedilinkfile-text
With r/python out for the next 48 hours, here’s a post to promote continuing discussion a language we all love. Python.
minus-squareClay_pidgin@sh.itjust.workslinkfedilinkEnglisharrow-up1·1 year agoDictionaries are awesome! There are also Collections.defaultDict that you need to import specifically, but lets you assign values before the keys exist. Quite handy.
Dictionaries are awesome! There are also Collections.defaultDict that you need to import specifically, but lets you assign values before the keys exist. Quite handy.