this post was submitted on 12 Oct 2024
31 points (97.0% liked)

Asklemmy

43659 readers
1366 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

I've researched the topic and I understand that the general advice is that it's best to learn on your own. However, I'd like to see Lemmy's recommendations regarding websites where you can book programming (Python/R) sessions with a personal tutor online, ideally if you have used the service yourself. I mostly need it to maintain my motivation and learn regularly instead of sporadically.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 5 points 1 week ago (4 children)

Sorry I can't actually answer your question, but in my experience, it's hard to learn actual programming in a classroom type setting. I got a 4 year degree from a state school in computer science, and I've been working as a software engineer since may of 2020 (and a student contractor for 2 years before that), and I think 90% of my experience was obtained on the job.

That being said, I do think finding a tutorial online for the type of project you want to learn is a great starting point, provided you have the basic knowledge of programming concepts. If you don't, I think w3schools is a great place to grab those. Private tutors or online classrooms are going to be expensive and the quality might not be guaranteed.

What I think you really need / want is guided, hands-on learning. Most languages and frameworks are free to download and use, and there's lots and lots of tutorials out there. A great basic one for full stack engineering is a making a To-Do List (django python back end, and either react or angular front end is a decently easy framework). It'll teach you basic front-end, back-end, and database concepts, and then you can play around with it whoever you want. I'd recommend uploading it to your personal github repo eith a README file talking about how to run it locally, so you can send it to possible employers. That's a big thing that a lot of companies ask for in the interview process.

[โ€“] [email protected] 0 points 1 week ago (3 children)

Thanks a lot, great advice! Anything else you'd recommend apart from W3schools?

[โ€“] [email protected] 3 points 1 week ago

I know Python specifically has a lot of good documentation online, but it's pretty technical language. I would really recommend coding along with a tutorial online

load more comments (2 replies)
load more comments (2 replies)