About

The purpose of this blog is to inform you of the way you can use python in your web programs.

Python can actually be used for desktop and web development, and PHP is almost exclusively used to program your webpages (I actually don’t know where it’s used for desktop development).

This link provides a good listing of the Python verses PHP uses:

https://www.netsolutions.com/insights/10-reasons-why-python-scores-over-php-for-web-development/

Python frameworks:

A framework is very similar to buying into a franchise. You don’t have to figure out all the details and little things, they’ve already been taken care of for you. The common operations like building a html table, doing some css, or doing database operations have already been encapsulated for you.

It will make your development faster, but you will have to learn how to use the framework before thing get faster for you.

So you will have to learn python AND the framework (DJango for example).

Here’s a good list of different python frameworks:

https://stackify.com/python-frameworks/

************************

Now, “on with the show…” Click Here.

All Tutorials