Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

jbz-learning/PythonOneLiners

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
94 Commits
 
 
 
 
 
 

Repository files navigation

Python One Liners

This repository collects all Python one-liners that are of interest to the Python community. One-Liners are concise snippets of source code (with or without library calls) that accomplish a given task in a concise and compressed manner.

They are often used to call a Python script from the operating system terminal using the python -c command:

python -c 'print("hello world")'

Here are additional resources for Python one-liners:

Free Python One-Liners Learning Resources

How to Contribute Your One-Liners

Feel free to submit your own one-liners in the one_liners.py Python file!

Creating your own one-liners is an excellent way to improve your understanding of the single line of Python code. After all, every complicated Python program consists just of a number of Python one-liners---chained together to a coherent whole!

About

This repository collects all interesting Python one-liners. Feel free to submit yours!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.