jillmnolan / python-essentials

The premise of Python Essentials is to present Python developers and whose who teach others Python is a one-stop shop for extensions dedicated to this fine craft. With a one-click installation, the user will be able to get all necessary extensions to develop your Python projects. Cheers! :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Essentials, a Visual Studio Code extension package for Python Development

Introduction

Are you tired of reinstalling extensions on each of your computer(s)? How about when you have to reset computer entirely? Or, how about you're an instructor, a hobbyist, or just "getting your feet wet" in the fine craft of Python programming who does not know which extension(s) to select to get the job done both efficiently and effectively. Regardless, please do not waste time and energy on something so tedious as a process of installing extensions. Extensions are, in a word, awesome! Their premise is to extend the features and functionality of Visual Studio Code.

What extensions will I get by selecting this extension pack?

Glad, that you've asked! Please find the supervening extensions. Of course, I always love to hear your suggestions to improve this extension package. To do so, please create a new issue in the Issues Section. After all, the ultimate goal for this extension pack is convenience at the click of one button.

Recommended Theme for Python Development

  • Chromodynamics Theme: A VSCode plugin extends Python programming in VSCode through a highly recommended (at least, from yours truly!) dark color scheme from MagicStack. Note: This works well with MagicPython, which is included below. :-)

Recommended Extensions for Python Development

  • AREPL for Python: A Visual Studio Code extension that automatically analyzes Python code in real-time as you code.

  • Better Comments: A Visual Studio Code extension whose premise is to categorize your comments (annotations) in your Python code, through:

    • Alerts

    • Queries

    • TODOs

    • Highlights

    • Commented out code can also be styled to make it clear the code shouldn't be there

    • Any other comment styles you'd like can be specified in the settings

  • Bracket Pair Colorizer 2: A Visual Studio Code extension that allows matching brackets to be identified with colors. Note: The user can define which tokens to match, and which colors to use.

  • Code Runner: A Visual Studio Code extension that allows for either code snippets or code files to be run in multiple programming languages, such as Python.

  • Code Spell Checker: A Visual Studio Code extension that serves as a basic spell checker that works well with camelCase code, thereby catching common spelling errors whilst keeping the number of false positives low.

  • Django: A VSCode plugin that provides "beautiful" syntax and scoped snippets.

  • EditorConfig for VS Code: A Visual Studio Code extension that attempts to override user/workspace settings with settings found in .editorconfig files. Note: No additional or vscode-specific files are required. Conversely, if root=true is not specified, EditorConfig will continue to look for an .editorconfig file outside of the project.

  • GitLens — Git supercharged: A Visual Studio Code extension "supercharges the Git capabilities" out-of-the-box. Note: GitLens "helps you to visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands."

  • Guides: A Visual Studio Code extension that "add various indentation guide lines."

  • Jinja: A VSCode plugin that supports Jinja template language support, including language colorization support, including but not limited to type annotations, f-strings, and regular expressions.

  • Kite Autocomplete for Python and JavaScript: A Visual Studio Code extension that offers "AI powered autocomplete, code snippets, code signatures, and cursor-following documentation."

  • Live Share Extension Pack: An official VSCode extension pack that enable real-time collaborative development, including integrated audio and text chat, which supports various use cases.

  • MagicPython: A VSCode plugin that supports preferences and syntax highlighter for "cutting edge" Python 3, whereby serving as a drop-in replacement for the default Python package.

  • Markdown All in One: A Visual Studio Code extension that offers an all-in-one solution for utilizing Markdown, as the name suggests. :)

  • markdownlint: A Visual Studio Code extension whose premise is to serve as Markdown linting and style checking.

  • Markdown TOC: A Visual Studio Code extension that generates Table of Contents for headlines from parsed markdown file.

  • Prettier - Code Formatter: A Visual Studio Code extension that "enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary."

  • PyDev: A Visual Studio Code extension that provides an integration of PyDev, enabling users to leverage the features of one of the leading Python IDEs out-of-the-box. Note: Please be advised that this extension provides a 30-day trial after installation, whereby afterwards it must be purchased for continued use.

  • PyRight: A Visual Studio Code extension serving as a fast type checker meant for large Python source bases, whilst run in a "watch" mode and performs fast incremental updates when files are modified.

  • Python: An official Microsoft VSCode plugin that provides support for the Python programming language albeit for all actively supported versions: 2.7, >=3.6, including Functionalities, such as:

    • Code Formatting

    • Code Navigation

    • Debugging

    • IntelliSense

    • Jupyter Notebook Support

    • Linting

    • Refactoring

    • Snippets

    • Test Explorer

    • Variable Explorer

    • Note: Please be advised that you will need a Python distribution. Depending on what you utilize Python programming for, I can recommend without hesitation either the official Python Distribution or Anaconda. Anaconda graphical user interace is best for data science, artificial intelligence, and machine learning. Conversely, the official Python distribution is best for application development (desktop, web, or GIS). I have included the weblinks to the respective homepages, since usually pages are moved and the direct weblink would be dead. :-(

  • Python Docstring Generator: A Visual Studio Code extension that automatically generates detailed Docstrings for Python functions.

  • Python Test Explorer for VSCode: A VSCode plugin which allows you to run your Python Unitest tests and Pytest in the sidebar, with the assistance of yet another plugin Test Explorer UI. ;-)

  • Run on Save: A Visual Studio Code extension that configures commands that get run whenever a file is saved. Note: Commands only get run when saving an existing file. Creating new files and Save as does not trigger the commands.

  • Sync Settings: A Visual Studio Code extension that synchronize settings, snippets, themes, file icons, launch, keybindings, workspaces and extensions across multiple computers using GitHub Gist.

  • TabNine: A Visual Studio Code extension that indexes your entire project by reading your .gitignore or other files, and determines which files to index.

  • Test Explorer Live Share: A VS Code plugin that serves as the "glue" between the previously mentioned Test Explorer UI and Live Share Extension Pack, respectively.

  • Test Explorer UI: A VSCode plugin provides an extensible user interface for running tests. Note: This plugin works with a corresponding Test Adapter plugin, which for this extension pack is: Python Test Explorer for VSCode. Moreover, this plugin can be used in Live Share sessions by installing the Test Explorer Live Share plugin. No worries, this Extension Pack got you've covered. :)

  • Visual Studio IntelliCode: A VSCode plugin that provides AI-assisted development features for Python, with insights based on understanding your code context combined with machine learning.

  • WakaTime: A Visual Studio Code extension that automatically derives metrics, insights, and time tracking generated from your programming activity.

  • YAML: A Visual Studio Code extension that provides comprehensive YAML Language support, via the yaml-language-server, with built-in Kubernetes syntax support.

Please feel free to disable any plugin that you do not wish to have activated from the use of our extension pack. :)

Visual Studio Code Tips and Tricks from its Docs

Note

It is my pledge to update this Extension Package with update extension as needed to perform the job efficiently and effectively. Likewise, the Extensions list will be categorized accordingly and more detailed information regarding plugins will be incorporated in the near future. I will certainly be on the lookup for some helpful Python Development hints and tips to make your experience enjoyable. Cheers! :)

Recommended Tutorials for Visual Studio Code

Recommended Tutorials on Python

From Traversy Media

From FreeCodeCamp.org

Please let me know if you know any other FREE Python resources that might benefit others by creating a new issue in the Issues Section.

Attributions

Thank you for all the developers that built these above referenced extensions. My genuine appreciation for your hard work and dedication to the developer community. :)

Visual Studio Code Extension Packs

  • COBOL Essentials: A Visual Studio Code extension for Mainframe development, particularly Mainframe as a Service (MaaS). Link contains PDF from Washington Technology Services, which provides an example of MaaS.

  • Java Essentials: A Visual Studio Code extension pack for Java development.

  • .NET Core Essentials: A Visual Studio Code extension pack for .NET Core development, with special provisions for Azure Cloud development through official Microsoft extensions.

  • PHP Development Essentials: A Visual Studio Code extension pack that serves as the comprehensive version of Web Development Essentials pack, which, unlike Web Development Essentials, does not have Angular or React extensions.

  • Python Essentials: This Visual Studio Code Extension Pack is what you are currently seeing. :)

  • Web Development Essentials: A Visual Studio Code extension pack that serves as the condensed version of the PHP Development Essentials pack for Visual Studio Code, whose main premise is centered around JavaScript ecosystem.

Disclaimer

Please be advised that this is an "off-the-clock" passion project, whose intent is to be utilized by anyone (including my colleagues) who will derive benefit from this one-click installation of popular extensions that I felt was a relevant theme to this Extension Pack.

Signing Off

Please enjoy! Cheers!

About

The premise of Python Essentials is to present Python developers and whose who teach others Python is a one-stop shop for extensions dedicated to this fine craft. With a one-click installation, the user will be able to get all necessary extensions to develop your Python projects. Cheers! :)

License:MIT License