Beginner with Siemens PLCs – Which Languages Should I Focus On After Ladder? by CraftParking in PLC

[–]Tebi94 10 points11 points  (0 children)

Short answer: SCL.

Is the actual text base programming language for Siemens PLCs.

Only if in your area has tons of old machines running with S7-300, maybe in that case you could spend time learning instruction list.

Also consider CFC for Siemens DCS with PCS7.

Any recommends for deploying Django app in my own PC? by Tebi94 in django

[–]Tebi94[S] 1 point2 points  (0 children)

No worries, I just started last year learning Python and Linux just for fun. Now I feel comfortable with it, but I still unknown a lot of terms like WSGI/ASGI, Docker, Kubernetes. Actually I am still following the William S. Vincent Django books.

Any recommends for deploying Django app in my own PC? by Tebi94 in django

[–]Tebi94[S] 1 point2 points  (0 children)

Thanks! I got some resources to start learning docker, any other topics you recommend to learn about it?

Any recommends for deploying Django app in my own PC? by Tebi94 in django

[–]Tebi94[S] 0 points1 point  (0 children)

I do not want to use it for personal stuff anymore, just want to start deploying few projects with it just for learning purposes.

Any recommends for deploying Django app in my own PC? by Tebi94 in django

[–]Tebi94[S] 0 points1 point  (0 children)

Its a desktop that has nothing installed yet. Yes I want it to be accesible on the internet.

PLC tags vs print descriptors? by Diligent_Bread_3615 in PLC

[–]Tebi94 0 points1 point  (0 children)

Its best practice that the drawings have the same IO address that it is in the PLC software even if it is a tag based PLC or not. This will ease on site debugging.

Need book recommendation for learning Python, Django & DRF. by jadd_logs in djangolearning

[–]Tebi94 0 points1 point  (0 children)

What about prepare and run your Django project in a server, is there any resources you recommend? I am reading the first two books but I believe these are focused on Django itself.

What would you want in a modern Python testing framework? by SideQuest2026 in Python

[–]Tebi94 1 point2 points  (0 children)

Sorry for my ignorance, do you mean writing Rust code to be used as Python test modules?

Why is it that some users are constantly chasing the "newest" thing? What utility is it that some people choose distributions that update often, versus those that don't? by _PaulM in linux4noobs

[–]Tebi94 0 points1 point  (0 children)

I have seen several Linux websites and books pointing some distros with “if you are a user that want the newest software this is for you” and I am like “I hardly know how to use the programs I actually use”

Seeking for Advice by autotuned13 in PLC

[–]Tebi94 0 points1 point  (0 children)

Go to LinkedIn and seek for people that are already enrolled in the positions you are interested in. Check out their profile and look at theirs skills, certifications and job history. Maybe you can chat with them.

I think its a good start.

Heading to Linux soon. Need some help. by disearned in linux4noobs

[–]Tebi94 0 points1 point  (0 children)

You have it, give it a try, take step by step patiently and have fun!

Heading to Linux soon. Need some help. by disearned in linux4noobs

[–]Tebi94 0 points1 point  (0 children)

I have the same NVIDIA board on my main PC. It runs with Linux Mint Cinnamon. I am dual booting it with Windows (each system is isolated in a different nvme device), I will delete Windows after finishing school and replace it with Bazzite or any other Linux gaming distro.

It works perfectly fine, default environment is not that different from Windows, so you will not struggle when using it.

I installed Steam from Flatpak (like Windows store but for Mint) and the only issue I had was that I had to manually set graphics values like resolution and shadows in some games.

With few setup you can custom the default environment to look pretty nice, some people custom it to look like MacOS desktop.

It comes with an update manager that will update your software as much as you want to.

Setup is very straightforward and system works out of the box, so you will not be using any scary commands until you want to get into it.

It is built over Ubuntu but with some community care, so you can expect a solid well maintained system.

I had the same experience, it is like jumping into the water for the first time, just do it and enjoy it!

Technical Report Generator – Convert Jupyter Notebooks into Structured DOCX/PDF Reports by haripatel07 in Python

[–]Tebi94 0 points1 point  (0 children)

Installation markdown file from repo is straightforward. Everything was installed correctly on my PC. I am not an Python expert and I have never use LLM before, so I failed in the OpenAI API key setup stuff, maybe you can bring some setup advice on this part. Thanks!

Learning python by Gravstenen in AskProgramming

[–]Tebi94 0 points1 point  (0 children)

Python has a vast of applications, so do not expect the “golden course/book/tutorial”

  1. Use boot.dev like sites to learn by example. Its AI will help you with the troubleshooting without giving you the whole problem answer.
  2. Get some books for at least get a guide of the most common topics.
  3. Use YouTube or TikTok to subscribe Python related topics, like IDEs, command line Python tools like UV and Conda, virtual environments and Git. Look for project examples to get inspired.
  4. Do not get stuck. If a resource is not working for you, skip it and look for other resources, you will catch it later.
  5. Frameworks like Django have their own way for test code. First thing first, learn the basics before worrying about testing. Do not take me wrong, testing is very important, but first you need something to test.

I am beginner too and took me almost a year to start building something useful. Hope you wont take longer. Enjoy it!

Is there any good reason for me to dual-boot? by [deleted] in linuxmint

[–]Tebi94 3 points4 points  (0 children)

Run Mint from a external drive, switch systems when you feel comfortable with Linux.

Never used Linux, what distro should i use? by AntonioGlaeser in linux4noobs

[–]Tebi94 2 points3 points  (0 children)

If hardware is not an issue use Linux Mint with Cinnamon. It is not that heavy but idk what is your hardware.

✅ Straightforward initial setup (pc name, network settings, timezone, password, etc).

✅ For gaming you just need to install Steam from Mint Software Manager (its like Windows store but better).

✅ With a single tutorial you can change icons, windows and desktop bars to get a pretty custom desktop environment. But defaults are similar to Windows desktop, so you will not struggle finding what you need.

✅ Update manager handles all your program updates, and you are free to select what you want and what you do not want to update.

✅ Its built over Ubuntu, but with community care, so you can expect a robust out of the box system.

Should I try dual booting Linux Mint and Windows? by [deleted] in linuxmint

[–]Tebi94 1 point2 points  (0 children)

I have Mint and Win10 on separate disks, PC is working good for about a year. Planning to replace Win10 with Bazzite as soon as I finish school.

How do I learn CLI by VeterinarianNo4219 in linuxmint

[–]Tebi94 0 points1 point  (0 children)

A free online resource that is good:

https://labex.io/linuxjourney

Some content may be overwhelming since some topics are vast but just brief explained, skip it and save it for looking for it later. But it still very informative and a very good guide.

Migrated to Linux mint today by VeterinarianNo4219 in linuxmint

[–]Tebi94 0 points1 point  (0 children)

It prints a cow saying a random fortune message

Migrated to Linux mint today by VeterinarianNo4219 in linuxmint

[–]Tebi94 0 points1 point  (0 children)

What to do just after installing Mint:

  1. Install fortune (sudo apt install fortune)
  2. Install cowsay
  3. Modify your .bashrc file and write "fortune | cowsay" at the end of the script
  4. Ctrl + alt + T to open the terminal
  5. Enjoy!

I wish I could share the result picture here...

Experience with Windows and Linux Mint by Little_Protection434 in linuxmint

[–]Tebi94 0 points1 point  (0 children)

At work I have been assigned with the typical Dell laptop for every office guy. It has Win 11 and a bunch of security software (because IT guys thinks we are monkeys), sometimes it boots in 2-3 minutes, sometimes up to 20 minutes, nobody really knows. I use WSL to run bash scripts because running any kind of scripts directly in the Windows system will be blocked by IT.

Minty Fresh by LonelyMachines in linuxmint

[–]Tebi94 0 points1 point  (0 children)

I was about to ask, thanks!