this post was submitted on 12 Jun 2023
24 points (100.0% liked)

Python

1913 readers
3 users here now

A community for talking about the Python programming language.

founded 1 year ago
MODERATORS
 

With r/python out for the next 48 hours, here’s a post to promote continuing discussion a language we all love. Python.

you are viewing a single comment's thread
view the rest of the comments
[–] frostprophet@infosec.pub 3 points 1 year ago (1 children)

I'm doing a python introduction course, I've made a hangman game and caeser cypher builder so far. It's just started getting into dictionaries so it would probably have something to do with that

[–] clay_pidgin@sh.itjust.works 1 points 1 year ago

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.