One liner that outputs 1000000 digits of pi in Python

I think this is probably the fastest

python -c "import urllib2;print(urllib2.urlopen('http://www.angio.net/pi/digits/pi1000000.txt').read())"

reference

http://qiita.com/eqs/items/d138170c87e90953d841

Recommended Posts

One liner that outputs 1000000 digits of pi in Python
One liner that outputs multiplication tables in Python
One-liner that outputs 10000 digits of pi with Python
One liner in Python
One liner webServer (with CGI) in python
One liner to 100% CPU1 core usage in Python
The one that displays the progress bar in Python
python Zundko One Liner
How to get the number of digits in Python
Python that merges a lot of excel into one excel
[Python] Outputs all combinations of elements in the list
Fizzbuzz in Python (in one line)
curl -I python one liner
DMD in Python one dimension
Equivalence of objects in Python
Implementation of quicksort in Python
Let's find pi in Python
Processing of python3 that seems to be usable in paiza
One liner that randomly rewrites the startup time of cron
Decrypt one line of code in Python lambda, map, list
Create code that outputs "A and pretending B" in python
A set of script files that do wordcloud in Python3
Pixel manipulation of images in Python
MySQL-automatic escape of parameters in python
Handling of JSON files in Python
Implementation of life game in Python
Waveform display of audio in Python
A function that measures the processing time of a method in python
This and that of python properties
"The one that blocks all Twitter accounts in the database" created by beginners of Python learning day
Law of large numbers in python
Implementation of original sorting in Python
Reversible scrambling of integers in Python
[Python] Calculate the number of digits required when filling in 0s [Note]
I tried to develop a Formatter that outputs Python logs in JSON
Features of regular expression modules that I often use personally in Python
Python script that outputs all records of Oracle table to CSV file
Code reading of faker, a library that generates test data in Python
Handle multiple python versions in one jupyter
CGI server (1) python edition in one line
Check the behavior of destructor in Python
(Bad) practice of using this in Python
General Theory of Relativity in Python: Introduction
Output tree structure of files in Python
Comparison of Japanese conversion module in Python3
Summary of various for statements in Python
The result of installing python in Anaconda
Gang of Four (GoF) Patterns in Python
The basics of running NoxPlayer in Python
Bulk replacement of strings in Python arrays
Project Euler # 16 "Sum of Powers" in Python
Decompose command arguments in one line in Python
Traffic Safety-kun: Recognition of traffic signs in Python
Summary of built-in methods in Python list
Non-logical operator usage of or in python
In search of the fastest FizzBuzz in Python
[Python] Invert bool value in one line
I wrote Project Euler 1 in one liner.
Practical example of Hexagonal Architecture in Python
Project Euler # 17 "Number of Characters" in Python
Double pendulum equation of motion in python