this post was submitted on 15 Jul 2025
484 points (97.3% liked)

Science Memes

15917 readers
2251 users here now

Welcome to c/science_memes @ Mander.xyz!

A place for majestic STEMLORD peacocking, as well as memes about the realities of working in a lab.



Rules

  1. Don't throw mud. Behave like an intellectual and remember the human.
  2. Keep it rooted (on topic).
  3. No spam.
  4. Infographics welcome, get schooled.

This is a science community. We use the Dawkins definition of meme.



Research Committee

Other Mander Communities

Science and Research

Biology and Life Sciences

Physical Sciences

Humanities and Social Sciences

Practical and Applied Sciences

Memes

Miscellaneous

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

Have you got recommendations for learning how to use tex, R, or Python for those that haven't learnt how to programme?

[–] davidagain@lemmy.world 7 points 1 week ago* (last edited 1 week ago) (1 children)

I think there are free editors for LaTeX that show you the code and the end result next to each other, and let you edit either.

You need to learn the ability to resist the urge to tweak layout. You're using a professional document preparation tool that well make your document look professional. Playing with trendy fonts and margins and placement is how regular people make documents in a word processor that look less professional than LaTeX.

LaTeX gives you the respectability of the corporate style of the professional science researcher, but if you want free-form do-it-how-you-like, you really really really don't want LaTeX.

[–] Taalnazi@lemmy.world 3 points 1 week ago

Ah, I use OpenOffice for writing.

[–] Gustephan@lemmy.world 2 points 1 week ago

YouTube. Straight up. When I learned to code my yt search history was a million different versions of "how to in python" for months. I also really liked the "Computational methods for physics" textbook (you can find the pdf for free on cambridge website), but that book is written for an audience that knows near graduate math but starts praying if their advisor asks them to write a program

[–] sunstoned@lemmus.org 1 points 1 week ago* (last edited 1 week ago)

Unironically -- use markdown. It's far more intuitive for most people, comes with similar git tracking benefits, and has simpler compilation / tooling steps.

[–] zeca@lemmy.eco.br 1 points 1 week ago

For tex, i would suggest taking a basic template, and writing what you need, looking up how to do things as you need them. Theres a bunch of documentation on sites like overleaf, and you can learn a lot by looking at stackexchange threads.

[–] Diplomjodler3@lemmy.world 0 points 1 week ago

Start out with Python. It's easy to learn and there are tons of courses and tutorials out there. Unless you want to be a professional programmer, it's all you'll ever need. Learning tex in this day and age is a waste of time, if you ask me.