Python Shouldn't Be the Top Programming Language
itprotoday.com
Python Shouldn't Be the Top Programming Language
1–10 of 41 posts
Re: Python Shouldn't Be the Top Programming Language
#2It's not to knock it, but the real strength of Python is as a language that the non-professional programmer can pick up right away and use to put their non-programming skills on wheels.
Jupyter, numpy, pandas, scikit-learn and such are the center of the ecosystem for many people. You can point your finger at these people and tell them to try Julia because it is better on paper... And they will, and they won't like it and they'll go back to Python.
Re: Python Shouldn't Be the Top Programming Language
#3People have trouble following Python's syntactic rules?
Re: Python Shouldn't Be the Top Programming Language
#4I see Python as the BASIC of the 2020s. It's not to knock it, but the real strength of Python is as a language that the non-professional programmer can pick up right away and use to put their non-programming skills on wheels. Jupyter, numpy, pandas, scikit-learn and such are the center of the ecosystem for many people. You can point your finger at these people and tell them to try Julia because it is better on paper.…
Re: Python Shouldn't Be the Top Programming Language
#5I see Python as the BASIC of the 2020s. It's not to knock it, but the real strength of Python is as a language that the non-professional programmer can pick up right away and use to put their non-programming skills on wheels. Jupyter, numpy, pandas, scikit-learn and such are the center of the ecosystem for many people. You can point your finger at these people and tell them to try Julia because it is better on paper.…
(this was a genuine question as someone who primarily writes code in Python for fun, not professionally, and is looking to level up for fun)
Re: Python Shouldn't Be the Top Programming Language
#6> This is great if you don't mind taking the time to follow all of Python's syntactic rules. But if you just want to churn out code quickly, Python is probably not the best language. People have trouble following Python's syntactic rules?
Re: Python Shouldn't Be the Top Programming Language
#7> This is great if you don't mind taking the time to follow all of Python's syntactic rules. But if you just want to churn out code quickly, Python is probably not the best language. People have trouble following Python's syntactic rules?
Re: Python Shouldn't Be the Top Programming Language
#8I.e., I cannot read that page without enabling JS in my browser... :-)
Re: Python Shouldn't Be the Top Programming Language
#9Except YouTube LOL. Don't get me wrong, Python is not fast. But every time you run into a bottleneck you just rewrite it in C/C++/Rust and move on.
Re: Python Shouldn't Be the Top Programming Language
#10I see Python as the BASIC of the 2020s. It's not to knock it, but the real strength of Python is as a language that the non-professional programmer can pick up right away and use to put their non-programming skills on wheels. Jupyter, numpy, pandas, scikit-learn and such are the center of the ecosystem for many people. You can point your finger at these people and tell them to try Julia because it is better on paper.…
What languages do folks “graduate” to after Python? (this was a genuine question as someone who primarily writes code in Python for fun, not professionally, and is looking to level up for fun)