I am trying to start web development with Python, but the vast majority of resources online are geared towards using the Django stack, is there a more simple library stack I can use to begin building some simple pages ?
To be more precise I don't want to tangle with the MVC pattern in Python at this time, is there a Python equivalent to ASP.NET web forms or simple PHP non MVC sites ?
Solutions which would play well with the XAMPP stack would be a bonus but not a requirement.