summaryrefslogtreecommitdiff
path: root/snippets/python-mode
AgeCommit message (Collapse)Author
2021-01-29snippets: Switch to plain pdbKyle Meyer
2018-05-12snippets: pdb-set-trace: Use ipdbKyle Meyer
2018-04-01snippets: python: Add class snippetKyle Meyer
2017-07-27snippets: Remove redundant (or nearly redundant) namesKyle Meyer
The name field defaults to the file name, so don't bother explicitly specifying a name field that matches or nearly matches the file name.
2017-07-27snippets: Remove stale snippetKyle Meyer
2016-06-26Add more matplotlib layout snippetsKyle Meyer
2016-05-28snippets/python-mode/pyplot: DeleteKyle Meyer
This is now defined in bundled snippets.
2016-02-18snippets: Add force-in-comment to Python docstring headersKyle Meyer
2015-10-14Use pseaborn instead of seabornKyle Meyer
2015-07-03Don't require newline in snippetsKyle Meyer
2015-07-03Update pymc import in snippetsKyle Meyer
2015-04-03Add plt.subplots snippetsKyle Meyer
2014-11-21Add 'pdb.set_trace()' snippetKyle Meyer
2014-09-06Add mpi4py import snippetKyle Meyer
2014-08-31Snippet for 'Examples' header of Python docstringKyle Meyer
2014-08-29Add snippet for h5py importKyle Meyer
2014-08-14Add seaborn import snippetKyle Meyer
2014-08-05Add yas-parentsKyle Meyer
2014-07-13Update plotting import snippet for renameKyle Meyer
2014-07-13Decrease upper bound for NumPy random seed snippetKyle Meyer
numpy.random.mtrand bounds at 4294967295.
2014-06-22Add defaultdict import snippetKyle Meyer
2014-03-25Correct indentation in pymc-file snippetKyle Meyer
Lost the "expand-env" line with bb0ba4f.
2014-03-24Remove arg placeholder for pytest def snippetKyle Meyer
2014-03-24Reorganize and add Python snippetsKyle Meyer
2014-03-24Break down NumPy yasnippetsKyle Meyer
Make individual snippets for the parameters and returns headings.
2013-12-08Change key for python shebang snippetKyle Meyer
Key used to be '#!', but on update giving error: [yas] elisp error! Symbol's function definition is void: ca-all-asscs This is coming from the text-mode/bang snippet with the key "!". `ca-all-asscs' is defined in Andrea Crotti's snippet repo: https://github.com/AndreaCrotti/Emacs-configuration/blob/01ac040840ceba0a909317046e8a83867aea1022/modules/ca-utils.el#466-473 Changing key for python snippet to 'sb' to avoid conflict.
2013-11-20Add pymc snippetKyle Meyer
2013-11-19Remove ticker import from matplotlib snippertKyle Meyer
Tend to use `locator_params` much more now
2013-08-02Fix typos in plt snippetKyle Meyer
2013-07-22add pytest function snippetKyle Meyer
2013-06-30numpy docstring snippetsKyle Meyer
2013-06-30move python shebang/common imports to yasnippetKyle Meyer