this post was submitted on 25 Jul 2023
16 points (94.4% liked)

Python

3235 readers
1 users here now

News and discussions about the programming language Python


founded 5 years ago
MODERATORS
 

Hi,

Does Anyone have any great resources to learn python for a non-programmer? Youtube? Free online courses, etc?

Im starting out and there is a lot out there. They all look good too.

So far, i got python installed lol.

Thanks,

Edit: thanks everyone. I have some homework to do and check out all the resources !

you are viewing a single comment's thread
view the rest of the comments
[–] aubertlone@lemmy.world 5 points 1 year ago (2 children)

https://openedg.org/python-institute

They offer courses and certifications. Certification mirrors the course.

Courses are 100% free. If you wanna do the certification, you do have to buy a voucher.

Good luck, I got into programming with JavaScript. But I learned python through the courses I mentioned.

[–] ElectricTrombone@lemmy.world 3 points 1 year ago (1 children)

What's a good beginner resource for Javascript? Same place? I'm a C programmer looking to learn some.

[–] aubertlone@lemmy.world 1 points 1 year ago

If you already know C, JavaScript should be pretty easy to learn. It's funny, I actually didn't learn JavaScript from that resource.

But flipping thru it a little bit today, it's pretty decent stuff and walks you thru the language basics and idiosyncracies.

JavaScript was the first programming language I spent a lot of time with, so I'm biased in saying this. But it's extremely easy to learn & program with.

Factor in things like npm and node.js, it's very easy to get projects off the ground quickly. I of course do recommend learning the basics first, but also use chatGPT to help build a basic webapp. Building anything will only accelerate the learning process.

[–] SurpriseCandid8978@lemmy.ca 2 points 1 year ago

this looks good. I will do this one first and prob use YouTube and other resources from this thread to supplement as well. then move on to Javascript from this same place. thanks!