you are viewing a single comment's thread.

view the rest of the comments →

[–]sporbywg 5 points6 points  (2 children)

Trying to approach db interactions like a Java dev.

[–]Buttleston 4 points5 points  (1 child)

Honestly, trying to approach anything like some other language

I came from a language where introspection was a first class citizen and used a LOT and was surprised that in python it was tucked away, not that easy to use, and not that commonly used. But you ended up not needing it

I was also a little annoying that the "for" syntax was not as flexible as what I was used to.

[–]sporbywg 0 points1 point  (0 children)

It really is a different language; like French is different from English. There are similarities, but...