this post was submitted on 11 Jul 2023
26 points (100.0% liked)

General Programming Discussion

7709 readers
12 users here now

A general programming discussion community.

Rules:

  1. Be civil.
  2. Please start discussions that spark conversation

Other communities

Systems

Functional Programming

Also related

founded 5 years ago
MODERATORS
 

I don't really want to go in depth into programming, I just want to know what I'm looking at if I ever come across anything like that at my job (mechanical engineering) and maybe solve some simple problems.

I learned C and Java in my first year in college, but it's all mostly forgotten. I'm leaning towards Python since I read it's relatively simple and used a lot nowadays, and it's what my teachers used later on in college anyway.

What do you guys think?

Thanks in advance!

you are viewing a single comment's thread
view the rest of the comments
[–] cassetti@kbin.social 3 points 1 year ago

Wanna learn something completely different yet useful? Check out OpenSCAD - it's a very simple programming language which lets you generate 3D models that you can then export and 3D print (you can also export 2D models in vectorized 2D formats like DXF and SVG)

Really simple software to learn, but extremely empowering when paired with a 3D printer