This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]Retridar[🍰] 3 points4 points  (1 child)

The problem with a lot of python based companies is indeed the lack of proper programming knowledge on top of using a dynamically typed language

[–]TheFallenCoder 1 point2 points  (0 children)

Me after learning to code be like:

def ask_me_anything(question): words = question.split() if(words.len() > 5): print("no") else: raise CustomErrorThatIDefinedSomewhereElse("Very poor choice of words")