Installation file 
The content of the article:
General information and installation requirements
To study Python courses is required to install additional software - the Algo Visual Studio Code editor.
Please note that the version of the VS Code program from Algorithmics must be installed on the students' computers.
We do not support conducting this course using the original VS Code program, because there is no stable way to install the algopython extension, which allows to integrate the learning platform and the libraries for conducting classes.
This version of the program is designed specifically for classes at Python courses and integrated with the Algorithmic learning platform, and also already contains the necessary libraries for working with tasks.
Installation requirements
Please install the programs on your PC in advance
This will allow you to check the operation of the program, as well as contact technical support in case of unexpected problems.
Pay attention to the technical requirements for the computer and the operating system
The PC and OS must necessarily match them.
For Windows it is:
minimum - Windows 8.1
supported - 8.1, 10 and 11 64-bit depth
If the OS version does not meet the requirements prescribed in the instructions, then Algo VSCode will not be installed correctly on your computer and there is a high probability of malfunctions and failures in its operation.
The installation must be performed by PC' Administrator
If there are several accounts on the computer, then to install it, you need to log in to the account from which you will work with the program. There will be no access to the installed software in other accounts. That is, if the child has a separate user, then it is necessary to log in under this user.
The account name must be entered in Latin
For example: Python. Due to technical features, errors will occur when some functions of the code editor work with a another languages accounts.
Check the correctness of the date and time settings on the PC
The correct date and time must be set on your computer, otherwise there will be problems with files savings.
Disable the antivirus, and if there is - its extension in the browser
To install Algo VSCode, it is necessary to disable all antiviruses, because they can block downloading and installing packages necessary for the program to work.
Make sure that only 1 (one) antivirus is installed on your PC in order to avoid conflicts of antivirus software among themselves and their impact on the operation of the entire computer as a whole.
If your antivirus continues to run in the background when in off mode, such as for example: Kaspersky, Avast, McAfee, 360+, then try the following:
1. Adding folders to antivirus exceptions
Add the Downloads folder to the antivirus exceptions before you start downloading the installer;
download the program and install the program;
after the installation is complete, add the folder to the antivirus exceptions C:\Users\пользователь\AppData\Local\Programs\Algoritmika
the path must be changed according to your username in the system;check the operation of the program. If everything works correctly, you can delete the Downloads folder from the antivirus exceptions, but the "Algorithmika" folder must be left.
2. Complete removal of the antivirus
3. Create a new account with a separate desktop in which the antivirus will not be used
After checking all the points listed above, you can start installing the program.
Step-by-step instructions for installing the program
When starting to install the program, please note that depending on whether you have previously installed the program or you are installing it for the first time, the instructions will differ.
If you are installing the program for the first time, follow these instructions:
Initial installation of the program
If you reinstall the program, follow these instructions:
Initial installation of the program
Download the installation file by clicking the "Download" button. And then seeing the warning from the browser "Can't scan file for viruses", click: "Download anyway".
Downloading may take time. After the file is downloaded, go to the Downloads folder, find the file and open the folder with the installer and start its execution by double-clicking. Or run the installation directly from the browser's downloads panel.
If a Windows Security Service message appears, click on “More info". Then click on “Run anyway".
If you will see a similar window, click "Yes".
Select the language of the installation program and click "OK".
Choose whether to create a shortcut on the desktop, and click “Next".
Click “Install”.
Wait for the installation to finish. The process takes 10-15 minutes and you can still see “Installation Completion” on the screen for some time. In fact, the installation process is still going on at this time.
(screenshot)
After the installation is complete, you will be prompted to run the program. Click "Finish".
In the future, the Algo VSCode program can be opened via a shortcut on the desktop and via the Start menu -> Algorithmika-> VSCode
Reinstallation of the program
If you already had the Algo VSCode program installed earlier, then before installing the new version, the old one must be completely removed. I.e., it is necessary to perform a "clean" reinstallation of the program.
This is necessary so that the old program files do not conflict with the new ones and the installation will goes correct.
For this:
Delete the program in the standard way.
Go into the documents, search all over the computer, type - Algorithmika in the search bar, and delete all the files found or C:\Users\User\AppData\Local\Programs\Algoritmika
Сlean the "Trash".
Download the installer.
Installing the program again according to the instructions above: Initial installation of the program
Check of correctness of the program installation and its workability
Now we need to make sure that the installed program is working correctly.
For this:
Run the program.
Make sure that when you start the program, you see the login window to the platform.
On the "Extensions" tab, check that you have only two extensions installed: algopython and Python from Microsoft.
The version of the algopython extension must be at least
v20220718.163731.0
Compare that the program uses the correct Python code interpreter. Check it in the lower left corner of the program. There should be information with the interpreter version number.
The extension version must be3.7.7 64-bit
If Select python environment is written instead, use this instruction: Installing the Python interpreter inside Algo VSCode.
Next step to check the correct operation of the editor.
Create a file via File -> New file.
Choose the Text File format:
And type:
print(‘Hello, world!’)
In order for Algo VSCode to recognize the code as Python, we need to save it to the .py extension. To do this, select File -> Save as:
To save a file in a Python extension, you can specify an extension .py in the name of the saved file.
(screenshot)
Or you can select in the line “The file type is ” Python, then the extension.py will be applied to our file automatically.
(screenshot)
After saving the file as .py, VS Code recognizes the code as Python and you will see syntax highlighting:
To run the code, press the F5 key or the code launch button in the application.
Upon successful launch of the program, you will see in the terminal the output of the text enclosed in the print function. In our case, it's hello, world!
Done! 💜
The program is ready to work.
If you will have any difficulties, please write to us - to the Algorithmics technical support.
Instruction: How can I contact technical support and what questions can I ask?
We will try to help you!