🔰 IDE used for different programs : 🔰
- VS Code ( Visual Studio Code )
- PyCharm ( optional ) .
⏩ Note : You can use all programming languages in one IDE or text editor called as " VS Code ".
How to install IDE :
- First I'm going to show you how to install VS code editor for your PC .
✨ LET'S START : ✨
⏩ Open up your browser and search VS Code install latest version for ( Windows or Mac or Ubuntu ) . I'll give the link provided below .
====== Link : ======
https://code.visualstudio.com/download
1. Download according to your requirements for which your operating system using in .
2. If your system is windows ( download x86_64 or x86_32 bit based on your system configuration ) , same likely for MAC OS as well as Ubuntu .
- once you have installed .exe in a desired path , Open up the VS Code editor , as shown below :
- If you want to program Python , you need to install python 3.10.4 as per the latest version .
- VS Code supports many programming languages like HTML , CSS , Java Script , Python , SCSS many other languages , I just written a few languages which i know .
⏩ If you want to install " Python " follow the steps given below
- Go to your browser and search for Python install (or) click on the below link :
====== Link : ======
- Download Python and install .exe to your desired path .
- Open Vs Code and select Python interpreter from the desired location where your .exe file exists .
- To install any module from python , use the below command to install you module .
Python -m pip install _______ ( ex: pygame , numpy , randon , ursina , panda3D etc )
⏩ If you want to install " Eclipse " follow the steps given below
- Go to your browser and search Eclipse install ( or ) click on the below link to redirect to Eclipse download page .
====== Link : ======
- Download the latest version of eclipse and it will automatically install latest version of JDK for java interpreter when you install eclipse.exe .
- Installing time is longer than usual , don't worry about it !
- This is the main page for " Eclipse Interface " , [ JRE files are automatically installed through java installation process ]
- This is the Eclipse enterprise edition for java & Wen development .
- If your getting " there are no recent selections " change the build path in properties of your java project .
⏩ If you want to install " PyCharm " follow the below steps
- Open your browser and type " PyCharm ide download " , link is provided below .
====== Link : ======
- After downloading pycharm , open exe and select path to download main files
- after installing all the process , open the pycharm.exe and click on new project .
- give your at " pycharmprojects " as specified , don't change the path for virtual environment as your projects are stored there itself .
- If you didn't install python before , don't worry it will automatically download ( latest version is 3.10 )
- After all the process , at right down side create option is visible -- click on it ( It will open the workspace ) .
- Install all the necessary modules for game development or any other purposes .
- Select the python interpreter before executing the code .
- So, enjoy your coding with PyCharm !
⏩ These are about the installation of IDE for different programs [ which I use for coding ]
I installed VS Code , Python ( not IDE ) , Eclipse for java & PyCharm IDE
( Optional )
Python Extensions for VS Code :
- Live server ( for real time web developing web pages ).
- Andromeda theme ( best good looking IDE environment ).
- Python Extension ( for executing python programs ).
- Live SASS Server ( optional ) - for CSS extension conversion .
⏩ ( Presently I'm using these extensions , In future I'll update more extensions )
⏩ [ I'll Update this page in future if any changes occur. ]
⏩ [ Note : If you are not following on my LinkedIn , Check my LinkedIn profile which is provided in Other links section ]
( clickable link )
No comments:
Post a Comment