P.S. I'm not a professional in python, and I probably need to learn it more. but I just want a new useful thing.
ASK HN: What should a Python developer learn next?
1–10 of 26 posts
Re: ASK HN: What should a Python developer learn next?
#2There isn't a "I've done language x so now I'll move on to y" progression chart anywhere.
It's more about what languages you like to use, what you would like to work on, what you're curious about, whether you want to be using that language at work some day etc.
Re: ASK HN: What should a Python developer learn next?
#3Re: ASK HN: What should a Python developer learn next?
#4With some literacy in Python you are well equipped to proceed to a more problem-solving focus.
Re: ASK HN: What should a Python developer learn next?
#5Having the possibility of using the whole Java ecosystem is also a huge plus. It's definitely not a perfect language but it shares some strengths with Python and it's a great language for "larger" projects.
Re: ASK HN: What should a Python developer learn next?
#6Re: ASK HN: What should a Python developer learn next?
#7Re: ASK HN: What should a Python developer learn next?
#8You could try Rust, it’s a bit more verbose and complex than Python but it’s a very loved programming language. The most loved one according to the latest stackoverflow.com survey.
Re: ASK HN: What should a Python developer learn next?
#9Peter Norvig's book seems like a good introduction.