PYTHON = (P)rogrammers (Y)earning (T)o (H)omestead (O)ur (N)oosphere.
Ahens Py Eyeliner extension contains some exclusive Python Snippets for VSCode which will make coding experience better than before.
This contains some basic Python templates with industry standard codebase
You can install the latest version of the extension via the Visual Studio Marketplace here
Tip: You can install the extension from Visual Studio Code > Extension section:
Ahens Py Eyeliner
Source code of this extension is found here
Snippet Shorcut | Snippet Description |
---|---|
for | A 'for' loop to be used for 'list,tuples,strings,dictionaries'. |
fran | A 'for' loop used with 'range' function. |
ilif | A If statement used for 'If-elif-else'. |
ilse | A If statement used for 'If-else'. |
def | def for creating functions |
class | Creating class without defined constructor |
cla-cons | Creating class with defined constructor |
while | while loop |
tcat | Try Except block for error handling. |
lamb | Lambda Function |
This project is published under MIT License. Read more here
If you find any issues, please create them here