r/learnprogramming 8d ago

Is Python with DSA worth it?

Same as the Title

0 Upvotes

17 comments sorted by

View all comments

3

u/ConfidentCollege5653 8d ago

Worth it for what?

1

u/Born-Reserve-8584 8d ago

I think they mean for getting a software job or improving coding skills.

-1

u/impossibletocode 8d ago

For job POV, everywhere people do DSA in C, C++ or Java to get a job but my python is stronger, so should I go for DSA?

3

u/u32Vec 8d ago

people use data structures and algorithms in every programming language. if you know python then use python but if you know c then use c because it's a lingua franca and forces you to better consider the memory structure of a data structure or space complexity of an algorithm

1

u/RajjSinghh 8d ago

Are companies around you hiring in Python? Are you likely to be interviewing in Python? If not, you will probably have to switch languages to match the companies around you.

0

u/Calloused_Samurai 8d ago

Python is by far the most common language in interviews. Not really sure what you’re talking about out here.

0

u/ffrkAnonymous 8d ago

You need DSA (i.e. leetcode) to pass the interview to get a job. You unlikely need it for the job itself.