Skip to main content
4 answers
5
Updated 318 views

how do I program

what are some apps that I can program on


5

4 answers


0
Updated
Share a link to this answer
Share a link to this answer

Teklemuz Ayenew’s Answer

Starting your journey with Python or JavaScript is a fantastic choice! Begin by getting comfortable with the basics like variables, loops, conditional statements, and functions. As you grasp these concepts, you'll find coding more enjoyable. Make it a habit to code daily and create small projects like a calculator, a to-do list, or a simple quiz app. These projects will boost your confidence and skills. Additionally, try solving problems on platforms like HackerRank, LeetCode, and Exercism. With strong fundamentals, regular practice, and tackling a few problems each day, you'll see yourself grow into a skilled programmer over time. Keep going; you're on the right path!
Thank you comment icon I’d suggest taking CS50: Introduction to Computer Science before diving into any one programming language. It gives you a strong foundation and touches on different areas of computer science while introducing languages like Python and C. It’s a great way to begin your programming journey. You can also use platforms like freeCodeCamp, W3Schools, and official sites like python.org. The documentation is especially important because it shows you what a language can really do. No lecture or book can cover everything as fully as the docs. You could also try MOOCs from the University of Helsinki, since their grading and assessments can help you understand your level. Take your time, enjoy learning, make mistakes, and fix them. It may take hours, but the satisfaction at the end is worth it. Shekhar
0
0
Updated
Share a link to this answer
Share a link to this answer

Dima’s Answer

To start programming, you don't need to install anything. There are websites where you can write some Python or JavaScript and instantly see the results in your browser.

Just search for "run Python online" or "JavaScript playground," and you'll find many easy-to-use sites. These sites open in your browser and let you try coding right away.

This is the simplest way to begin—just type a few lines, run them, and see what happens. It makes programming feel much simpler and less scary.
0
0
Updated
Share a link to this answer
Share a link to this answer

wei’s Answer

IDEs, or Integrated Development Environments, are apps that help with coding. Some popular modern IDEs are JetBrains products like IntelliJ for Java and PyCharm for Python. Many people also use VSCode because it's powerful. I suggest trying JetBrains products, and their community version is great for practicing programming.
0
0
Updated
Share a link to this answer
Share a link to this answer

Sandeep’s Answer

Hello Jacob,

To start programming, pick a beginner friendly language like Python or JavaScript and practice by building small projects. The best way to learn is by writing code regularly and experimenting.

You can use tools like Visual Studio Code on your computer or online platforms like Replit that let you write and run code directly in your browser. These are simple to start with and widely used by beginners.
0