TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

ASK HN: What should a Python developer learn next?

13 pointsby everydaybroover 3 years ago
Hi everyone, I&#x27;m a freelancer in python, and I want to learn other things. currently, I only know python, js. what other technologies that will help me move forward?<p>P.S. I&#x27;m not a professional in python, and I probably need to learn it more. but I just want a new useful thing.

16 comments

LaurensBERover 3 years ago
I&#x27;ve started my career with Python and after doing some Typescript for a while I&#x27;ve really fallen in love with Scala. The syntax in Scala 3 is very readable (after dealing with the initial discomfort of a new language) and the language feels, in same ways, like a natural evolution of Python.<p>Having the possibility of using the whole Java ecosystem is also a huge plus. It&#x27;s definitely not a perfect language but it shares some strengths with Python and it&#x27;s a great language for &quot;larger&quot; projects.
评论 #29852964 未加载
brutus1213over 3 years ago
Do you really know deep python? Things like async.io? Frameworks for parallel processing such as Dask? How about even how to do deep learning with Python (Pytorch, Tensorflow). How about NumPy, Pandas, Scikit-learn? How about interop between Python and native code? I have a feeling that you can get more depth rather than breadth. I&#x27;m a breadth kind of person and wish I focused on depth early in my career.
评论 #29850567 未加载
callumw13over 3 years ago
You will see a lot of anecdotal opinions, obviously, as each persons advice will come from their own history but I&#x27;d like to echo the comments that there&#x27;s no real linear path of what you &quot;should&quot; do next after learning Python. You have endless opportunities.<p>My own 2 cents would be that I would recommend sticking around before moving on. Learning one language until you&#x27;re fully proficient as you said you&#x27;re not yet &quot;professional in python&quot;, find problems that you can solve so you get used to solving the actual problems not working on learning the language syntax. Python is incredibly versatile and you have endless projects available to you. Once you have done that, you can start to consider what languages would&#x27;ve made sense to use for the project, what would the advantages&#x2F;disadvantages be and try to pick the most appropriate language for each project.
评论 #29850696 未加载
jstx1over 3 years ago
Whatever you want. Really.<p>There isn&#x27;t a &quot;I&#x27;ve done language x so now I&#x27;ll move on to y&quot; progression chart anywhere.<p>It&#x27;s more about what languages you like to use, what you would like to work on, what you&#x27;re curious about, whether you want to be using that language at work some day etc.
gostsamoover 3 years ago
I&#x27;d say docker and sql. If you have some base that you want to build upon, extend the stack so that you are more versital and can handle issues around the stuff you are working on.
评论 #29861053 未加载
flubflubover 3 years ago
You could learn about basic anomaly detection systems or simple recommendation engines.<p>At a simple level this is language agnostic although at a higher level you should use Python for machine learning.<p>As for specific technologies possibly Rust which is like an OCaml and C hybrid.<p>If you wish to think differently I recommend Haskell and Coq but these are not &#x27;useful&#x27;.
评论 #29850742 未加载
sebstover 3 years ago
I would not focus too much on “technology” but more on its applications. Maybe you want to have a look into electronics, machine learning, cryptography, network protocols or something like that.<p>With some literacy in Python you are well equipped to proceed to a more problem-solving focus.
gilchover 3 years ago
Read the [Hissp][1] tutorials (find the docs). It shouldn&#x27;t take a Python dev too long. It will deepen your Python knowledge and give you a gentler introduction to the world of Lisp because it uses the familiar Python vocabulary with Lispy syntax and then introduces macros. After that intro, and given your JS experience, you should be able to pick up ClojureScript without too much trouble.<p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;gilch&#x2F;hissp" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;gilch&#x2F;hissp</a>
f0e4c2f7over 3 years ago
With already knowing python and js it might be interesting to learn databases and web servers next. I would reccomend postgres and nginx. They&#x27;ll connect up nicely with python and JavaScript and you&#x27;ll be working with a whole stack top to bottom.<p>Another fun place to explore might be libraries for either language. Both have rich ecosystems of thousands of libraries that connect up to various things in the physical and digital world.<p><a href="https:&#x2F;&#x2F;pypistats.org&#x2F;top" rel="nofollow">https:&#x2F;&#x2F;pypistats.org&#x2F;top</a>
speedgooseover 3 years ago
You 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.
评论 #29850186 未加载
makapufover 3 years ago
I second the answers saying to bother on what to build, the how will follow, and that there is not hierarchy of languages. Js&#x2F;Ts, rust, C++ are perfect choices. But maybe Go can be easy to take on after python. It all depends on what you want to build.
darthrupertover 3 years ago
Check out Common Lisp. Many of the concepts they designed in 80s and 90s have made their way to python in some form. Also, much more efficient runtimes and a more useful type system.<p>Peter Norvig&#x27;s book seems like a good introduction.
hu3over 3 years ago
Learn something that&#x27;s also useful for your career. Win-win.
MaxDPSover 3 years ago
I mainly work with python but I’m currently learning C#. Lots of love for both languages and plenty of resources.
machiawelicznyover 3 years ago
Just build interesting stuff, you will learn all necessary tech in meantime. I suggest fast.ai course
AMIRHUSAINZAREIover 3 years ago
sdf