Installing Visual code On Chromebook (Easiest way)

The very basic way to install visual code on your Chromebook is here.

What do you need to know to run visual code on Chromebook?

  • Visual code does not work with ChromeOS, you just need to replace ChromeOS with Linux. Read this blog to install Linux on ChromeOS.
  • Make sure your Chromebook has at least 2GB of RAM memory and some free storage.
  • As Visual Studio Code is available and can run on Linux with ARM64 and ARMv7 CPUs, this implies Chromebooks with ARM chips are compatible with Visual Studio Code.

Also read: Installing python on Chromebook.

How do I install visual codes on Chromebook?

Step 1: Setting up the Visual Code

  1. Head over to the official site of Visual Studio by clicking here and clicking on the “.deb” option listed in the middle.
  • The download will soon start, and once it’s over, open the download folder by selecting the bottom right box.
  • Now, right-click the file and select *Open with Linux Beta* to allow the installation of Visual Studio. The progress can also be monitored at the bottom right corner.

Step 2: Applying the Python environment for Visual Studio

  1. Once the installation is complete, minimize the Visual Studio tab and open your Command Terminal. Type “Sudo apt-get update” & hit enter.
  • After the command is executed, again type “sudo apt-get upgrade” and continue.
  • Now to see whether Python is properly installed or not, write “python3 -V” in the command window. If you see a Python version displayed, then proceed next.
  • In the following step, you need to install the Pip package manager (Type “sudo apt-get install python3-pip“. The purpose of this utility is to use third-party Python extensions on the go.

Step 3: VS Code Configuration via environment

  1. Before you move any further, you need to create a folder within the Linux File location where the Python projects will be stored.
  • Now, right-click the folder and scroll over to the Open with section, where you need to open it with the terminal. Another window will pop up in which you are going to input “Code .” This will automatically open the Visual Studio.
  • Once that’s done, click on View and then Extension located at the top left corner. As the resource is displayed, select Python with Microsoft as the main publisher and hit install.
This image has an empty alt attribute; its file name is Python-12-1024x576.png
  • The next step is to enable a Raw Python Interpreter. So again, click on View & then Command Pallet. Write “Python select interpreter” and select the following result in the subsequent box.

After that, the Python environment is ready to use. You can now start programming your project by heading over to the explorer section at the top.

... Read More

Python VS Anaconda programming- Which is better for?

Many developers are getting confused between anaconda VS Python when it comes to programming or data science-type approaches.

Here is the difference between python vs anaconda.

Python programming leads to multi-purposes, whereas anaconda is most likely preferred for Data science projects. Anaconda comes with pre-built libraries that save a lot of time for projects like ML to get started quickly.

While in Python programming, a developer usually has to spend extra time and effort downloading various libraries one by one. Such that Numpy, Panda, Script, and so forth.

... Read More

Miniconda vs Anaconda- What are the differences?

When choosing between the python managing systems, people are often confused between Miniconda and Anaconda.

In this article, let me clear the ambiguities by comparing Miniconda and Anaconda and help you choose the right management system according to your needs.

Miniconda and Anaconda are the software used to manage the package flow and simplify the deployment system of any project.

... Read More

5 Best Mice for Programming in 2023 (Top Reviewed)

Choose the very best mouse for programming to perform coding tasks much easier.

It’s a no-brainer to guess coding is one of the hectic jobs. Only a few can bear the actual efforts that coding puts on a human body- muscle stress is a common problem.

A mouse is a very important peripheral for a coder. Because it’s used most of the time as you definitely need to move the mouse cursor around.

... Read More

Brick Game with Source Code

Brick games are fun to play. But, generally speaking these games are more exciting when we develop them as C++ developers. As a beginner you may also be trying to develop games but finding no clear references on the internet, right?

For that sake we decided to take your burden of intense research on our shoulders and provide you people with some premium information about brick games for free

So, are you ready to dive deep into the history, development and a list of some already developed brick games with their source codes? Let’s get started.

... Read More

How to Replace Chrome os with Linux

Although ChromeOS has the Linux kernel, it’s not open source in the real sense. So the desire to replace chrome os with any Linux distro is real. And in this blog, let’s run how to replace it in the simplest way.

Even many simple Linux commands don’t work in its GUI. 

If you want to experience a true Linux-based tablet, look at this Raspad tablet 3 a Linux-beast indeed.

... Read More

snake game in python with Source Code

Python is a user-friendly high-level language used for gaming purposes and developing applications on the web, software development, system scripting, and mathematics.

There are many games that have been created in python but we never know. But yes, if you are a fresh python learner then you may have a bit idea about some snake games in python right? 

Fortunately, our topic to cover is also snake games in python as we know children love to play snake games. 

... Read More

How Can I convert Python code to Java? [Updated Guide Dec. 2023]

You can easily convert Python code to Java. In finding a way to convert python code to Java, you come along with many choices but finding the best one that does not affect the code’s readability, and speed is essential.

Some recommend Tokenizer to complete it faster than you expect, or the Al Code translator also comes in handy for you. The work is more efficiently done using a utility, converter tools, or simple methods like String Replace Methods.

Al Code Translator

The Facebook research team developed the transcoder, which proved useful while converting programming languages. You can implement the transcoder in your local system.

... Read More

The Best Chromebook for Coding This Year – [Reviewed]

Pick the very best chromebooks for coding in 2022. A guide from a professional programmer.

As the fastest-growing desktop operating system, ChromeOS has started to mature and become an extremely versatile OS. What started as a browser-only device has transformed into a complete all-in-one package. Best ChromeOS tablets to buy.

Installing chrome on Python– A step by step guide

... Read More