I’ve been working as web dev for a few years, all JS/React based. Now I’m starting to learn DS&A and do Leetcode and I’m realizing that I’m not doing myself any favors trying to stick with JS when solving these challenges, so I decided to learn Python.
All the Python courses I see are about learning to program from scratch. I’m not interested with that, I just wanna familiarize myself with the syntax and understand how it’s different from JS.
Is there any Python course as a 2nd language? Meaning that’s tailored for already experienced programmers?
Any advice for someone in my particular situation?
Videos
I'm a full stack web developer in Javascript with about 3 YOE and I'm trying to switch to big tech or a fortune 500 company.
I recently started LeetCode prep and been using JS as my primary language since I have the most experience with it. However, I noticed a lot of the LeetCode solutions in the discussions (especially the top ones) rarely use Javascript. The common languages I've seen are Python and Java. I'm wondering if these questions could be solved more concisely using Python or Java especially since Javascript lacks
some built in data structures (e.g. stacks, queue).
I'm thinking of switching to Python or Java. I had experiences with both in university, so I just need to brush up on them. However, I'm not sure if it's bad practice to use a programming language that you've never used in professional work or personal projects. Also, I'm not familiar with the expectations around this especially in big tech companies with DS/algo focused questions as opposed to domain focused interview questions. What have your experiences been on the expectations around this?
Hi I have been learning HTML+css+js for some months now via Odin project.
I am nearing the end so I am doing personal projects.
In my current one I have come across json files which has array of objects with size/length 10k and I have to deal with this data. So I decided to start DSA.
Now in my head once you get the concept the language shouldn't matter but I have seen a lot of times Python being recommended to even webdevs. Is it just for interview process? because I feel like using it for my case I need to do it in Js.
So which approach is better?
-
eventually do I need to do it in both?
Or
-
doing basic DSA in both Js and Python. Plus leetcode practice in python.
Hi everyone,
I have done around 200 problems on leetcode using Java. At work I also use Java. I would say that I’m proficient in it.
However, I would like to transition more into ML roles, and therefore I would like to learn more Python
I would like to start a year plan in which to prepare for interviews and do leetcode problems and I was wondering what are you guys think if I should switch to python for the code problems even though at first it will be much slower, as I still gotta learn some syntax?
Is there really a benefit of using python versus Java?
I'm starting my Leetcode journey but I don't know Python. I don't really have time to learn a new language for various reasons but especially because I'm currently working a full-time job.
Are there any time complexities in JS that are worse than Python that would prevent me from passing an interview compared to someone who uses Python during their interview? Sorry if this is a newbie question but I don't really know much about Python. Thanks
I just participated in the weekly contest.
There is like zero solutions in JS except mine. (In the solution section)
Why? Shoud I switch? (I use JS at work)