skip to Main Content

How can i start my journey by writing codes using AI
Any help will be appreciated.

tried using AI Generated codes but didn’t know how to use them. tried writing the same way on command board but it started showing error.
Any help will be appreciated.

2

Answers


  1. AI for code-generation is a great tool that can help you write better code. However, assuming you’re not familiar with programming, you would benefit most by first learning the basics, such as learning a programming language and building your skillset with it, from which you’d then be able to make use of AI-assisted coding.

    For myself, I first learned how to program computers beginning with BASIC (on a Commodore 64!), then learning z80 assembler, and then learning C. Back in those days, I had to read manuals and other books and magazines. Today, there are a ton of resources available that can teach you programming.

    One of the best, in my humble opinion, is Harvard University’s CS50x course. It serves as a fantastic introduction to programming and will help you set a solid foundation for yourself in your journey as a programmer. However, if college-level coursework is beyond your current reach, there are many other resources that can help introduce these concepts at a more appropriate level. For instance, MIT has a program called Scratch that aims to teach programming to children between the ages of 8-16. There are additional resources at websites like Codecademy and FreeCodeCamp.

    Login or Signup to reply.
  2. First start practicing code by yourself, that would help you. Open this URL, https://www.w3resource.com/index.php, It has good stuff of practice question. All the best!

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search