Skip to content

SoumadeepChoudhury/ahens-code-snippets

Repository files navigation

Ahens Py Eyeliner

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

Installation

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

Source code of this extension is found here



Snippets

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

License

This project is published under MIT License. Read more here

Issues

If you find any issues, please create them here

About

VS Code extension for Python Snippets. Newer Snippet for Python language which is easy and efficient to use.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published