knowledge_base:programming:stockcharting

This is an old revision of the document!


Stock Charting

The easiest way (and with best shell integration) to install Python is to get it from Microsoft Store. The latest version is Python 3.12

VS Code (or Visual Studio Code) is also available in Microsoft Store. VS Code is one of the best IDEs for many programming languages. It manage language specific intelligences via extensions. Please install the following two extensions for better Python programming experience:

  • Python - A Visual Studio Code extension with rich support for the Python language (for all actively supported versions of the language: >=3.7), including features such as IntelliSense (Pylance), linting, debugging, code navigation, code formatting, refactoring, variable explorer, test explorer, and more!
  • Pylance - Fast, feature-rich language support for Python. Pylance is an extension that works alongside Python in Visual Studio Code to provide performant language support.

If not installed, VS Code will prompt you to install these extensions when you start writing your first python code.

  • Last modified: 2023/12/18 21:37
  • by Normal User