Python
Last updated
Last updated
Python is a programming language.
*args
& **kwargs
?by Lisa Tagliaferri, 20 November 2017.
*
) in function argumentIn Python 3 you can specify *
in the argument list:
Parameters after "*" or "*identifier" are keyword-only parameters and may only be passed used keyword arguments.
NamedTuple
Reference: by Eli Bendersky, 12 January 2013.
Reference: by
- PDF Table Extraction for Humans -
- Cleans companies names by stripping away terms indicating organization type -
- a file-based ORM for dataclasses -
- Databases for lazy people. -
- Lets you organize TensorFlow machine learning projects
- sampling profiler for Python programs
- Tartiflette is a GraphQL Engine, built on top of Python 3.6 and above. Focused on building GraphQL APIs using the awesome Schema Definition Language. -
- a surface language for programming Stan models using python syntax -
- Typer is library to build CLI applications that users will love using and developers will love creating. -
- Pandas and Spark DataFrame comparison for humans -
- A plugin system for loading your data and making data catalogs -
- Loading/Unloading to Amazon Redshift -
- a Python module that helps you build complex pipelines of batch jobs -
- visualize and explore big tabular data at a billion rows per second -
- cookiecutter template for the most state-of-the-art libraries and best development practices for Python.
by Artem Golubin, 29 April 2019
by Olexa Bilaniuk, 4 February 2016
by Jacob Kaplan-Moss, 21 February 2018.
by Susan Li, 17 August 2018.
, 29 April 2019
by Olga Davydova, 15 October 2018
by Florian Wilhelm, 8 November 2018.
- A collection of surprising Python snippets and lesser-known features.
by mingrammer, 20 March 2017.