Alcun Atirutan BBS

how good can you be at your job if you're that much faster in python

if the tools themselves are in python it is what it is, but if you're a lot slower writing new code in C than python it's a you problem. probably because you avoid writing C at all costs and never really got comfortable

@deprecated_ii Honestly, Python makes certain things so much quicker to code that you can write things very quickly with it. Simple database functions that take dozens of lines in C can be done in a single line with Python. Code that takes one list in, transforms it, and spits another list out can be a single line in python and still be readable, while you're fighting with the memory management in C. You wouldn't want to use it super frequently used code, but for dev tools its fine.
replies
0
announces
0
likes
0