WEB DEVELOPMENT PYTHON
WHAT IS PYTHON? • Python is a popular programming language. It was created in 1991 by Guido van Rossum. It is used for • web development (server-side), • software development, • mathematics, • system scripting.
WHAT CAN PYTHON DO? • It can be used on a server to create web applications. • It can be used alongside software to create workflows. • It can connect to database systems. It can also read and modify files.
• It can be used to handle big data and perform complex mathematics. • It can be used for rapid prototyping, or for production-ready software development
WHY PYTHON?
WHAT DOES MAKE PYTHON DIFFERENT • Python works on different platforms (Windows, Mac, Linux, Raspberry Pi, etc). • It has a simple syntax similar to the English language. • It has syntax that allows developers to write programs with fewer lines than some other programming languages.
• It runs on an interpreter system, meaning that code can be executed as soon as it is written. This means that prototyping can be very quick. • It can be treated in a procedural way, an object-orientated way or a functional way.
FEATURES OF PYTHON 1. SIMPLE STRUCTURE : Python is extremely easy and simple structure with focus on the solution to the issue rather than the language itself. 2. EASY TO LEARN : Python has a simple syntax format and easy to learn. 3. OPEN SOURCE & FREE : Python is an open source software, so you can download freely online software or distribute copies of this software. 4. HIGH LEVEL PROGRAMMING : When you create program in python, you never need to worry about low level details such as advance storage memory used by your programs.
5. EASY PORTABLE : Python program can run or executive on different platform without requiring any changes. 6. OBJECT ORIENTED : Python is a procedure oriented programming as well as OOP(Object Oriented Programming). 7. EXTENSIBLE : If you need a critical module of code to run very fast, you can write your code that part of other programming language and then use python programs. 9. EMBEDDED : It can be embedded with C or C++ programs to give “SCRIPTING” ability for your program’s user.
WEB PROGRAMMING IN PYTHON
PYTHON VS PHP
MOJOR 3 PARTS OF WEB APPLICATION FRONT END • Define or Presentation layer. MIDDLEWARE • Front end & Back end part between information. BACK END • Data stored & Executes code.
PYTHON WEB FRAMEWORK FUNCTIONALITY
PYTHON WEB FRAMEWORKS
WEB SERVER LIST
THANK YOU!

Python as Web Development

  • 1.
  • 2.
    WHAT IS PYTHON? •Python is a popular programming language. It was created in 1991 by Guido van Rossum. It is used for • web development (server-side), • software development, • mathematics, • system scripting.
  • 3.
    WHAT CAN PYTHONDO? • It can be used on a server to create web applications. • It can be used alongside software to create workflows. • It can connect to database systems. It can also read and modify files.
  • 4.
    • It canbe used to handle big data and perform complex mathematics. • It can be used for rapid prototyping, or for production-ready software development
  • 5.
  • 6.
    WHAT DOES MAKEPYTHON DIFFERENT • Python works on different platforms (Windows, Mac, Linux, Raspberry Pi, etc). • It has a simple syntax similar to the English language. • It has syntax that allows developers to write programs with fewer lines than some other programming languages.
  • 7.
    • It runson an interpreter system, meaning that code can be executed as soon as it is written. This means that prototyping can be very quick. • It can be treated in a procedural way, an object-orientated way or a functional way.
  • 8.
    FEATURES OF PYTHON 1.SIMPLE STRUCTURE : Python is extremely easy and simple structure with focus on the solution to the issue rather than the language itself. 2. EASY TO LEARN : Python has a simple syntax format and easy to learn. 3. OPEN SOURCE & FREE : Python is an open source software, so you can download freely online software or distribute copies of this software. 4. HIGH LEVEL PROGRAMMING : When you create program in python, you never need to worry about low level details such as advance storage memory used by your programs.
  • 9.
    5. EASY PORTABLE: Python program can run or executive on different platform without requiring any changes. 6. OBJECT ORIENTED : Python is a procedure oriented programming as well as OOP(Object Oriented Programming). 7. EXTENSIBLE : If you need a critical module of code to run very fast, you can write your code that part of other programming language and then use python programs. 9. EMBEDDED : It can be embedded with C or C++ programs to give “SCRIPTING” ability for your program’s user.
  • 10.
  • 11.
  • 12.
    MOJOR 3 PARTSOF WEB APPLICATION FRONT END • Define or Presentation layer. MIDDLEWARE • Front end & Back end part between information. BACK END • Data stored & Executes code.
  • 13.
  • 14.
  • 15.
  • 16.