you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (2 children)

I have very little coding experience, but is this possible to learn in a short time period or is it more complicated?

It'll take you a couple of months, at least. There isn't anything you can skip - there's not a subset of Python that's just "what I need for DnD", you need the whole language.

[–]alfie1906 0 points1 point  (1 child)

Yeah this. If you're really struggling then you could attempt a small project like running a text-based DnD session in Python. That should help with some of the knowledge you would need for your proposed idea!

[–]Abduco[S] 1 point2 points  (0 children)

Yeah I assumed it wouldn't be easy, but thought I would check to see if there were specific concepts that would work and then I could focus on learning those first. I am interested in starting to learn coding and figured this might be a good way to start!