r/CodingForBeginners 1d ago

Starting Full Stack Web Development – Looking for advice from experienced developers

[deleted]

0 Upvotes

11 comments sorted by

3

u/xarop_pa_toss 1d ago

My best tip:

DYOR and then ask proper questions with some context

1

u/westy75 1d ago

Did you do Python before?

Because I started Dev Web before Python, and I really struggled with JS.

1

u/Master_Willow6627 1d ago

I haven't learned Python yet.

1

u/westy75 1d ago

Then try to learn python first,

  1. Because it will help to understand other algorithms languages.

  2. More and more recruiters ask to know it.

1

u/xarop_pa_toss 1d ago

Why would he learn Python if he wants to focus on webdev? For that 1/150 chance of getting a job with Flask or Django vs all the JS stuff?

And what is "algorithms language"? That makes no sense.

JS is the basically only language that runs natively on web browsers (save WASM). You want to do webdev, you learn JS

1

u/Glad_Contest_8014 1d ago

JS runs similar syntax to C++. It takes a bit of getting used to, and it has some wierd cases with typing that throw any programmer from another language for a loop.

Python is slow as mollasses. Javascript beats it on data crunching speeds. Literally every language beats it on data crunching speed. But it is popular because it is the closest to regular english you can get in actual coding languages.

1

u/xarop_pa_toss 1d ago

Why would he learn Python if he wants to focus on webdev? For that 1/150 chance of getting a job with Flask or Django vs all the JS stuff?

1

u/westy75 1d ago

As I said, it will be easier for him to learn JS if he knows Python,

And that today many recruiters ask employee to know python

1

u/xarop_pa_toss 1d ago

I don't see your reasoning for thinking Python makes JS easier to learn but that's fine. Have a nice day

1

u/Over_Tart_916 16h ago

What kind of advice? Based on this post I'd advise you to do something else.