Skip to content

vaisakhpisharody/pythonic-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pythonic Snippets

Version

This extension contains some Python Snippets for VSCode.

This contains some basic Python templates with industry standard codebase

Installation

You can install the latest version of the extension via the Visual Studio Marketplace here

Source Code

Source code can be found here

Snippets

Snippet Shorcut Snippet Description
pyif If Statement
pyfor For loop
pywhile While loop
pytry Try Catch Block
pyfunc Sample Function
pylambda Lambda Function
pyclambda Complex Lambda Functions
pyenv Sample Environment Variable Reader
pyenvvar Add environment Variable
pyclass Classes
pyclfunc Class Functions
pyenum Enum
pyinum Int Enum

License

This project is published under MIT License. Read more here

Issues

If you find any issues, please create them here