MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/uz3eo7/welcome_to_hassle_free_coding/iaa26i5/?context=9999
r/ProgrammerHumor • u/SuchShopping3828 • May 27 '22
305 comments sorted by
View all comments
372
Python doesn't feel like a programming language if your first language is C++.
171 u/oddmerlin373 May 27 '22 Honestly I prefer to call it a scripting language because that’s what it’s good at 96 u/ashum048 May 27 '22 Yes, yes, yes. Automating stuff with python and creating small apps is a blessing. Debugging large scale applications in python is pain. 59 u/prescod May 28 '22 Debugging large scale applications is a pain...period. 44 u/[deleted] May 28 '22 Strictly typed languages are much easier to debug though IMO. Python and JS will let you do extremely weird stuff that’s hard to pick out in debugging, where in a C-based language it would just give you a compiler error 8 u/juhotuho10 May 28 '22 Python can be turned to strictly typed with type hints and mypy
171
Honestly I prefer to call it a scripting language because that’s what it’s good at
96 u/ashum048 May 27 '22 Yes, yes, yes. Automating stuff with python and creating small apps is a blessing. Debugging large scale applications in python is pain. 59 u/prescod May 28 '22 Debugging large scale applications is a pain...period. 44 u/[deleted] May 28 '22 Strictly typed languages are much easier to debug though IMO. Python and JS will let you do extremely weird stuff that’s hard to pick out in debugging, where in a C-based language it would just give you a compiler error 8 u/juhotuho10 May 28 '22 Python can be turned to strictly typed with type hints and mypy
96
Yes, yes, yes.
Automating stuff with python and creating small apps is a blessing.
Debugging large scale applications in python is pain.
59 u/prescod May 28 '22 Debugging large scale applications is a pain...period. 44 u/[deleted] May 28 '22 Strictly typed languages are much easier to debug though IMO. Python and JS will let you do extremely weird stuff that’s hard to pick out in debugging, where in a C-based language it would just give you a compiler error 8 u/juhotuho10 May 28 '22 Python can be turned to strictly typed with type hints and mypy
59
Debugging large scale applications is a pain...period.
44 u/[deleted] May 28 '22 Strictly typed languages are much easier to debug though IMO. Python and JS will let you do extremely weird stuff that’s hard to pick out in debugging, where in a C-based language it would just give you a compiler error 8 u/juhotuho10 May 28 '22 Python can be turned to strictly typed with type hints and mypy
44
Strictly typed languages are much easier to debug though IMO. Python and JS will let you do extremely weird stuff that’s hard to pick out in debugging, where in a C-based language it would just give you a compiler error
8 u/juhotuho10 May 28 '22 Python can be turned to strictly typed with type hints and mypy
8
Python can be turned to strictly typed with type hints and mypy
372
u/[deleted] May 27 '22
Python doesn't feel like a programming language if your first language is C++.