Learn to program?
Hi, can you learn programming in 4 months if you study for 3 hours a day?
Hi, can you learn programming in 4 months if you study for 3 hours a day?
Mine or do you know if it is trustworthy?
Hi, The question is actually already in the title. I'm really keen to try some snacks and drinks from the US soon, since I just tried Takis a week ago (they're amazing), and I'm not that familiar with the sites. Mainly because of the scam, but I also don't know where I can buy everything…
Hi, I'm trying to create a discord bot with python (Python version 3.13.0). Now I have created a very simple code: import discord client = discord.Client() @client.event async def on_ready(): print(f'Bot ist online als {client.user}') @client.event async def on_message(message): # Verhindert, dass der Bot auf sich selbst reagiert if message.author == client.user: return # Beispielbefehl…
Hello everyone, I called Strato on Monday to ask whether the data from my old website would be lost if I moved from Strato to WordPress. They told me no. So I did that, and now I can't find anything from the old website. Have you had similar experiences? Can you tell me how I…
Python Promts worked perfectly, but not the "normal" programming where code is preserved. Help xD
In itself, the thing is more important than just learning is actually something to program. As soon as you have the logic, find a project and try to program it.
If you don’t know how things are, you go, you learn a lot, that’s what it’s about 👍
I have learned how to program myself. This is how you learn all the “commands” you need for everything you can.
I’ve been programming for a little more than a year
So the basics are determined. You learn it in 3 months. Then another month for evtl advanced topics
You just need 5 minutes, you know how to program “Hello World!”
Everything else is experience you collect over the years.
Thanks another question you have to learn all things by heart e.g.
You’re talking about HMTL. Even if it’s a “smart” thing, HTML is not a programming language and does not have much to do with programming. Look.
HTML – Makes the structure of a website where you should be, for example, a headline where an image should be, where a listing should be…
CSS – Makes the design for your website. With CSS, you can, for example, change or define the color of your headline, the size of a text, properties of an image.
Javascript (JS) – Is a programming language with which you can write logic for your website. What should happen, for example, if Condition1 happens and Condition2 is the same, but Condition3 does not apply.
I recommend w3schools (HTML Tutorial (w3schools.com), CSS Tutorial (w3schools.com), JavaScript Tutorial (w3schools.com)). I don’t recommend you learn everything directly. Always take smaller steps.
To your question whether you need to learn such things by heart. Jein. You should definitely be able to memorize them, but you don’t have to learn it by heart. If you often use it that, for example, is the case with
Basically yes