Skip to content

Plasmar/awesome-python-snippets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Snippets

An Atom Package - Atom.io : Github

Shorthand snippets for Python.

Whats Included?

Imports

  • fileheader -> # -*- coding: utf-8 -*-'
  • imr -> import re
  • imnp -> import numpy as np
  • impd -> import pandas as pd
  • imbs -> from bs4 import BeautifulSoup
  • immpl -> from matplotlib import pyplot as pl
  • imdt -> from datetime import datetime

For loops

  • fori -> basic for loop template.
  • forr -> for loop in range length.
  • foro -> one-liner for loop.

Functions

  • func -> basic function template.

Classes

  • mainclass -> creates a class template.
  • subclass -> creates a subclass template.

More coming soon...

Notes

Issues, Pull Requests, and suggestion are welcome.

To do list

[ ] Add fancy gifs.

About

Awesome Python Snippets for Atom Editor

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 100.0%