WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2026 Poal.co

1.2K

This is for computer fags. so I'm tired of my job and I want to do something remote from home. So I thought (in Slingblade voice) Learn to code. So any advice on languages, places to get training with out a college degree, Ups and downs and anything you know that I have failed to ask. Thanks frens

This is for computer fags. so I'm tired of my job and I want to do something remote from home. So I thought (in Slingblade voice) Learn to code. So any advice on languages, places to get training with out a college degree, Ups and downs and anything you know that I have failed to ask. Thanks frens

(post is archived)

[–] 0 pt

I literally said learn from Python first. And that if you learn how to do anything in Python first then figure out how to do it in another language after it will be easier. Python really is the best first language. But not where the money and much work is. There are not many jobs for just Python and it doesn’t command much money on its own. Well paid Python developers are often full stack. And there often are no entry level jobs for it. It is a good supplement but anyone who has javascript down will never hurt for work or money, and won’t really need anything else. Javascript is huge and it would be silly to not learn javascript second. Or not know javascript and python for websites. Or to not know javascript at all. Variable typing is not a big deal if you learn python first. You won’t have to unlearn it when learning other language if you learn Python first. Those two will make most other languages very familiar and easy to pick up regardless because you will not have to unlearn variable typing of you didn’t start with it. I only make C optional because it won’t help you unless your interests and projects require it. I never learned it because I have never needed it.