Beginner Coding Languages?

Hey yall, Im still kind of new to coding and scraping, Ive been using Python and BS4 but just out of curiosity, can anyone recommend any other beginner-level coding languages?

3 Likes

You should try out JavaScript! It’s great because you can run it out of your browser which makes it easier to write since you can see what you need to use. It’s also a bit easier to write than Python but that all comes down to personal opinion really

1 Like

Test out Ruby. Personally never liked Python because its a bit messy but Ruby’s got cleaner looking code so its a much nicer change of pace when compared to Python

2 Likes

Honestly, Id say stick to Python and BS4 (not that I’m playing favorites or anything). Once youve got a great handle on that, you can move onto Ruby or Java or JavaScript (dont get the two confused!) And dont rush yourself! Code at your own pace.

1 Like