Python Tornado Quick Start on Fedora Linux
Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with the Latest Python 2.x/3.x Tornado 5+ Web Server/Framework for Fedora OSi686/x8664 GNU+Linux KDE/Gnome/Xfce/Lxde/Mate Desktop.
Tornado is an Amazing Piece of Python Software that is Both a Web-Framework and a Non-Blocking Web-Server.
The Non-Blocking Structure of the Server Allow to Easily Scale Up to Handle and Mantains Thousands of Simultaneous Active Connections.
Finally, to the article Bottom you find a Link to Quick Start with Tornado 5+ Python Server/Framework.

-
Open Terminal Shell Emulator Window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Installing PreRequisite Packages.
Copysudo yum install gcc python-devel python-pycurl python-simplejson
If Got “User is Not in Sudoers file” then see: How to Enable sudo
-
How to Install Python 2/3 Pip on Fedora
Here Fedora Pip Installation SetupLinks to Installation Guide for Python Easy_install and Pip on Fedora Distro -
Installing the Tornado 5+ Python Server/Framework.
For Python 2.x:
Copysudo pip install tornado
For Python 3.x:
Copysudo pip3 install tornado
-
Quick-Start with Tornado Server/Framework Development
Here Tornado Hello-World Quick StartLinks to Detailed Guide for Quick Start and Running with Python Tornado Applications Development
How to Install Google-Chrome Web Browser on Fedora:
Installing Google-Chrome Web Browser on Fedora Distro.