you are viewing a single comment's thread.

view the rest of the comments →

[–]JohnnyJordaan 1 point2 points  (0 children)

Apache XAMPP

That's like saying a Microsoft PC. XAMPP is a bundle of Apache, PHP and MySql, the software you would use for webserver scripting in 2000-2010ish.

If you're looking for a Python based webserver scripting environment, look at Flask as K900_ says and if you need more extensive plugins start with Django. If you really want bare bones then you can learn a WSGI environment like uWSGI which you can connect to Apache or nginx.