Python Environment Setup on your Local Machine ๐Ÿ’ป

Python Environment Setup on your Local Machine ๐Ÿ’ป

Anaconda | VS Code environment setup

ยท

1 min read


Anaconda Setup

Download Anaconda for your machine and follow the instructions on the Anaconda Installation documentation for

Visual Studio Code Setup

Follow the steps from the VS Code Installation guide for

For more knowledge, you can go through the Python tutorial on VS Code documentation.

Environment Creation

This Python environmental step-up guideline is self-explanatory and doesn't require any recreation that's one of the reasons for producing this blog short.

Creating a separate environment (container) for each project is a wiser solution to prevent overwriting modules, libraries, and packages.

A video tutorial is available at the top and Conda user guide is a well-known choice for Managing the Environment.

Practice Neural Network

(29) The 'Hello World' of Neural Network | TensorFlow | LinkedIn

(29) Linear Housing Price Predictor | Streamlit Application | LinkedIn

ย