Similar Posts
Want to learn vanilla JavaScript?
ByDenHxse
Hi everyone, I'm currently looking to start learning programming and have decided to learn ReactJS first. I have a good tutorial series, but I'll need some vanilla JavaScript knowledge first. Does anyone have a good tutorial series for this? (German/English) Thanks!
Python script error code?
Hi. I'm getting a syntax error with this script, but I don't understand it. Script: import tkinter as tk def show_entry(): user_input = entry.get() print(f"User input: {user_input}") root = tk.Tk() root.title("default") '' entry = tk.Entry(root, width=50) entry.pack(pady=10) button = tk.Button(root, text="Show input", command=show_entry) button.pack(pady=10) SyntaxError: multiple statements found while compiling a single statement Python Version:…
Python Selenium Cookie Button Press?
Hello community 🙂 I'm currently writing a script that automatically executes certain actions on a website. Unfortunately, I have to accept cookies when visiting Thalia.de. So, I used the browser's developer tools to search for the class name and tried to click the "Accept All" button. Unfortunately, that doesn't work—it can't find the element. It's…
Arduino UNO SH1106 display not working as expected?
Hello dear Good Question users, I'm having a problem with my Arduino SH1106 display. I've connected it to the following ports: VDD -> 3.3 V GND -> GND SCK -> SDL SDA -> SDA Using a code I got from the internet, Pong is supposed to play on the screen. (It's controlled by two buttons,…
CMD Explorer?
Hello, If you type explorer.exe "path" into the CMD, an Explorer window opens with the corresponding path. Is there a way to change the current path in an existing Explorer window using the CMD command?
Is it worth learning JS on your own?
I want to change careers because of the salary. I don't want to start training or university all over again. That would mean I'd be a career changer. I've started practicing programming and I'm losing motivation. Is that a bad sign? Plus, my English isn't that good.
No, no more.
Everything at his time…
My Pascal/Delphi phase was in the 1990s until the beginning of the 2000s. I also found Pascal as a very pleasant language.
However, with time, the demands of the projects also changed to the skills of the language used and thus I used more and more on C++. (Fortunately for my business partners this remained a large part of the legacy probation saved)
Since I no longer program professionally, there is no need for C++ for me. I am “faul” and comfortable and use almost only C# and for Quick&Dirty-Sachen Powershell.
Pascal/Delphi is beginners-friendly but antiquated. A lot of what today is a modern programming language is missing (still?)
In the field of engineering, the use of Pascal/Delphi is still very widespread, because there is a broad base of libraries/units for complex technical calculations/solutions. (You don’t have to reinvent the wheel just because there are better bodies…)
As a programmer you should be flexible with regard to the tools used. And choose the language that is most effective for the project ahead.
With regard to a professional future…
… it could be lucrative for future programmers to deal with Pascal/Delphi or other old languages. Large parts Legacy software are programmed in Pascal and the old rabbits who used these “zombies” or gradually modernized are slowly retired. This approaching many companies Bus factor the critical 1.
…and the Kiddies want to program all games or apps with colorful buttons 🙄
Rather this. LG
It’s not mine. I’d rather be in the C languages.
BEGIN
You always have to know how everything started 🙂
AP