Since python is read as "Pichon", it can be executed with "Pichon" (it is a story)

TL;DR The reading of python seems to be "Paison", but some people misunderstood it as Pichon. So I made a "Pichon" command.

command

.bashprofile


#For bash~/.Added to bash profile
alias Pichon="python"

.zprofile


#For zsh~/.Added to zprofile
alias Pichon="python"

fish


#For fish Execute the following command
alias Pichon="python"
funcsave Pichon

Recommended Posts

Since python is read as "Pichon", it can be executed with "Pichon" (it is a story)
Read CSV file with Python and convert it to DataFrame as it is
[Python] Make a graph that can be moved around with Plotly
I made a shuffle that can be reset (reverted) with Python
Install Python as a Framework with pyenv
[Python] Code that can be written with brain death at the beginning when scraping as a beginner
[Python] Complete preprocessing Memo as it is
[Automation] Read a Word document with Python
The story of making a tool to load an image with Python ⇒ save it as another name
The story that it turns blue when the data read by Pillow is converted so that it can be handled by OpenCV
Moved Raspberry Pi remotely so that it can be LED attached with Python
I made a familiar function that can be used in statistics with Python
How to read a CSV file with Python 2/3
[Python3] A story stuck with time zone conversion
Read JSON with Python and output as CSV
You can easily create a GUI with Python
A story stuck with handling Python binary data
Judge whether it is a prime number [Python]
Read line by line from a file with Python
The story that sendmail that can be executed in the terminal did not work with cron
A story about making 3D space recognition with Python
Japanese can be used with Python in Docker environment
Python knowledge notes that can be used with AtCoder
A story about making Hanon-like sheet music with Python
A story about trying a (Golang +) Python monorepo with Bazel
Read json file with Python, format it, and output json
What is God? Make a simple chatbot with python
Try scraping with Python.
Let's try a shell script
Maybe it can be recursed
Can be used with AtCoder! A collection of techniques for drawing short code in Python!
[Python] What is a tuple? Explains how to use without tuples and how to use it with examples.
You can try it with copy! Let's draw a cool network diagram with networkx of Python
As you may know, Python can be written like this
After all it is wrong to cat with python subprocess.
It seems that Skeleton Tracking can be done with RealSense
Determine if a string is a time with a python regular expression
Why can Linux commands be executed without writing a PATH?
NumPy zeros can be defined even with a size of 0
Associate Python Enum with a function and make it Callable
[python] Reverse with slices! !! (There is also a commentary on slices!)
A memo when face is detected with Python + OpenCV quickly
A story about an amateur making a breakout with python (kivy) ②
Grayscale image is displayed as a color image in OpenCV / Python
Creating a GUI as easily as possible with python [tkinter edition]
SSD 1306 OLED can be used with Raspberry Pi + python (Note)
A story about an amateur making a breakout with python (kivy) ①
Let's make a diagram that can be clicked with IPython
When developing with ipython, scrapy can no longer be read
A story about a python beginner stuck with No module named'http.server'
[Python] Draw elevation data on a sphere with Plotly and draw a globe that can be rotated round and round
In the python dictionary, if a non-existent key is accessed, initialize it with an arbitrary value
I bought and analyzed the year-end jumbo lottery with Python that can be executed in Colaboratory
Understand the probabilities and statistics that can be used for progress management with a python program
[Python] A program that finds the maximum number of toys that can be purchased with your money
・ <Slack> Write a function to notify Slack so that it can be quoted at any time (Python)
A simple reason why the return value of round (2.675,2) is 2.67 in python (it should be 2.68 in reality ...)