Skip to main content
4 answers
4
Updated 286 views

On what websites can you make your own code?

What website can you create your own code?

+25 Karma if successful
From: You
To: Friend
Subject: Career question for you

4

4 answers


2
Updated
Share a link to this answer
Share a link to this answer

Wojciech’s Answer

There are several websites where you can write and run your own code, especially for programming and development purposes. Below you can find some popular options:
- CodePen (codepen.io): CodePen is a social development environment for front-end developers. It allows you to write HTML, CSS, and JavaScript code and see the results in real-time.
- JSFiddle (jsfiddle.net): JSFiddle is a similar platform to CodePen, primarily focused on JavaScript, HTML, and CSS. It's great for quickly testing and sharing code snippets.
- Repl.it (replit.com): Repl.it is an online development environment that supports a wide range of programming languages. You can write code in various languages, collaborate with others, and even host web applications.
- GitHub (github.com): While GitHub is primarily a code hosting platform, it offers a feature called GitHub Gists, where you can create and share code snippets. You can also create repositories to manage larger code projects.
- PythonAnywhere (pythonanywhere.com): If you're interested in Python development, PythonAnywhere provides an online Python development environment with the ability to write, run, and host Python code and web applications.
- CodeSandbox (codesandbox.io): CodeSandbox is an online development environment specifically tailored for web application development using JavaScript, TypeScript, and various frameworks like React, Vue, and Angular.
- IDEOne (ideone.com): IDEOne is an online IDE (Integrated Development Environment) that supports multiple programming languages. You can write code and execute it directly in your browser.
- Glitch (glitch.com): Glitch is a platform for building and deploying web applications. It provides a code editor, hosting, and collaboration features for web development projects.
- Scratch (scratch.mit.edu): Scratch is a visual programming language and online community where you can create interactive stories, games, and animations without writing traditional code.
- Jupyter Notebook (jupyter.org): Jupyter Notebook is a popular tool for data science and scientific computing. You can create and share documents containing live code, equations, visualizations, and narrative text.
2
0
Updated
Share a link to this answer
Share a link to this answer

Martin’s Answer

I would like to add one little bit different view to this.

Whatever tool you pick, try to check if it's somehow integrated with AI solutions because that can help you a lot in development. For example, some tools like Visual Studio Code has an integration with GitHub Copilot which will increase your productivity and also help you to learn new technologies much faster.

You probably would like to use/learn an editor which can be connected with typical source and project control system like Git (e.g. Azure DevOps where you have your code and also track your work items) because when you will work on bigger projects in bigger teams, ideally when your tool is connected with those systems directly and you don't need to use another tool for working with these connected systems (at least for some basic tasks).

If you pick a tool which is free for commercial usage, then you can probably use that tool in most of companies. If you would pick something what require a license, than you may not be able to use it in every company because they may have licenses for another tool.
0
0
Updated
Share a link to this answer
Share a link to this answer

Rokeya’s Answer

Hello Balram,

Which website or code editor is best for you depends on your needs and preferences. If you are new to coding, I recommend starting with one of the online code editors. These editors are easy to use and offer a variety of features to help you learn to code. If you are already familiar with coding, you may want to consider using a code editor that you can install on your computer. These editors offer more features and customization options, but they can be more difficult to learn to use.

You can use these websites:
Online code editors: CodePen, CodeSandbox, Repl.it, Glitch, GitHub Codespaces
Desktop code editors: Visual Studio Code, Atom, Sublime Text

These websites and code editors provide a variety of features to help you write, edit, and test your code. They also allow you to share your code with others and collaborate on projects.
0
0
Updated
Share a link to this answer
Share a link to this answer

Alan’s Answer

Our team of HPE Engineers is thrilled to recommend CODECADEMY as a fantastic platform to learn a variety of programming languages. The free version itself offers a broad spectrum of languages to explore, while the paid version takes your learning journey to the next level, enabling you to follow a career path that suits your interests.

What sets CODECADEMY apart is its interactive online interface. It meticulously checks your code, ensuring you've got it right before you move on to the next step. This feature makes learning more effective, as it helps you understand and correct your mistakes in real-time.
0