Skip to main content

Posts

Showing posts from August, 2018

Getting Started With Python - for PHP developers

This blog is not specially for PHP developers. So don't worry if you are not from PHP Development Background. Recommended Reading - IBM - Python basics for PHP developers After reading above article i am assuming you already knows A) What is Python. B) How Python is different from PHP (If you are from PHP Background) C) Basic understanding for variables in Python. This Tutorial will cover Web Application Development using Python and  MySQL . Prerequisite  1. Install  MySQL   for database storage.  2. Install Python .  3. Install Django .    why Django ?   Yess right question.  Django is open source web framework which is most popular to create a web application in python language. No doubt you can start development by core python. But if you are going to develop a secure standard application than Django is a boiler plate to get started quickly. Except  Django   there are also some python w...