this post was submitted on 16 Nov 2025
63 points (100.0% liked)

Ask Lemmy

35591 readers
1258 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either !asklemmyafterdark@lemmy.world or !asklemmynsfw@lemmynsfw.com. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.


6) No US Politics.
Please don't post about current US Politics. If you need to do this, try !politicaldiscussion@lemmy.world or !askusa@discuss.online


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 2 years ago
MODERATORS
 

See title. I've been to quite a few local language meetups and saw lots of people IRL who are learning languages: wondering how are y'all doing too

For myself... learning French due to necessity. I am making progress, just veeery slow. I underestimated how difficult it would be (a lot of vocabs between English/French are similar... but the languages themselves are not!)

you are viewing a single comment's thread
view the rest of the comments
[–] JargonWagon@lemmy.world 4 points 3 days ago* (last edited 3 days ago) (1 children)

Does Python count? If so, it's going okay.

I keep bouncing around on the sources for where I'm studying from. I started with w3schools, but didn't like it. I went to https://programming-24.mooc.fi/ and I like it. I'm currently also watching these videos being used for prep on a certification, but they're not great - the slides sometimes will have errors (print statement without closing parantheses for example) and sometimes the instructor will read one thing but the slide says something else (instructor says "max" but slide says "min" - luckily this time it was just the names of variables rather than actual functions or something). They also don't go in depth on a lot of methods, and there's no good exercises or anything. But at least it'll get me a cert if I pass the tests, which is paid for by my work.

[–] shoo@lemmy.world 2 points 2 days ago (1 children)

My shameful secret is admitting that LLMs are great for things like getting comfortable with a programming language. They're generally trained on the same publicly available samples as these courses and the conversational extrapolation is great for identifying concepts you forgot the technical terms for (ie. "How would I do this in python: [Java code]")

Vibe coding sucks, but walking through some examples with an LLM and a REPL can save hours of navigating docs or Hello World blog posts.

[–] JargonWagon@lemmy.world 1 points 2 days ago

I"m pretty sure that the voice of the instructor is AI, it bugs me so much lol. I've been trying to avoid AI as much as possible, so if I'm really struggling to find more info on what I'm looking for, I'll resort to it maybe.