Hi everybody!
New here, and really been debating lately. With the recent release of GPT-4 and its capabilities, it feels like the time to be a nocode developer has never been more prevalent. I watched (as I'm sure a lot did), GPT-4's incredible capability to take a screenshot of a website frame and turn it into actual code.
I know really nothing of actually being able to apply code made up from GPT-4 prompts, such as the one he was generating to create a discord bot in Jupyter, and I guess I'm just wondering where I should start. I saw some ppl say they were picking up on learning a bit of Javascript (I guess just the basics). I'm not really interested in becoming a full blown developer but I'd love to know what to do with code written by GPT-4, which programs to apply it, and how to actually utilize it. I'm guessing there a few resources that I can start with to begin this learning curve and just curious if anybody in the community has any recommendations. Appreciate it!
Hello and welcome to the community! 😁
It's great to hear that you're interested in exploring the possibilities of GPT-4 and its capabilities. Learning to work with code generated by GPT-4 can be a great starting point for those who want to learn more about programming without necessarily becoming a full-blown developer.
As you mentioned, learning the basics of JavaScript can be a great starting point for working with GPT-4 code. JavaScript is a programming language that is commonly used in web development, and it can be used to add interactivity and functionality to web pages. There are many resources available online for learning JavaScript, including tutorials, online courses, and books.
In terms of programs to apply GPT-4 code, it really depends on what you want to accomplish. If you're interested in web development, you might consider using a code editor like Visual Studio Code or Sublime Text to write and edit your code. If you're interested in creating a discord bot, you might consider using a bot development platform like Discord.js.
In terms of resources for learning how to utilize GPT-4-generated code, you might consider checking out the OpenAI documentation and forums, as well as online communities like Stack Overflow and GitHub. You might also consider joining online communities and forums for developers and asking questions there.
Good luck with your learning journey, and feel free to ask any further questions you may have!