SlideShare a Scribd company logo
1 of 8
Download to read offline
PYTHON FULL STACK DEVELOPER
TABLE OF CONTENT
• Why choose Python as a programming language
• What is full stack web development
• How to Start your first Django app
• Cracking Django project files
• Tools and IDEs
WHY CHOOSE PYTHON AS A PROGRAMMING LANGUAGE
Python is a multipurpose, high-level, and interpreted programming language. In a survey carried
out by Stackoverflow, it was ranked the third most-used language by beginners. Thanks to its
many features, it has increasingly become prominent in the following areas of tech:
• Machine learning
• Backend development (APIs)
• Full stack web development
• Game development
• Frontend development
• Data science
• Data visualization
• Networking
WHAT IS FULL STACK WEB DEVELOPMENT?
Full stack web development is simply the development of both the frontend and the backend. A full stack developer has a
lot to offer, seeing as much must be achieved in full stack development.
Today, application development calls for a big team with highly committed people who move from SRS (software
requirement specification) and UI design to build an entire product that fits a customer's needs.
• Backend development with Python
A backend developer builds and maintains all the relations in a database’s tables and provides ways for the frontend to
communicate with the backend. This is done through APIs and their endpoint.
• Flask
• CherryPy
• Pyramid
• Django
• Frontend development with Python
• While Python is prominent in backend development, it can also be used in the frontend for
different interfaces like mobile, desktop, and web. However, using it for web frontend is not
always easy; it is better to use HTML, CSS, and JavaScript
• PyScript
• Brython
• Anvil
How to Start your first Django app
• Step 1: Virtual environment setup
• Step 2: Django installation
• Step 3: Create project
• Step 4: Create a views file and add a function
• Step 5: Change the content of the urls.py file
CRACKING DJANGO PROJECT FILES
• init.py
• Lets the Python interpreter know that a directory contains code for a Python module.
• asgi.py
• Stands for Asynchronous Server Gateway Interface. It is an emerging Python standard for asynchronous web servers and applications. In addition to the features it offers, it
supports all configurations from the WSGI.
• wsgi.py
• Stands for Web Server Gateway Interface. It contains the configuration details for the web app.
• manage.py
• Contains the command line tools of Django with commands such as migrate, makemigrations, runserver, and more. Django developers suggest that it should not be edited by
beginners.
• urls.py
• Here is where all the file paths and routes of the app are found. As long as a route is not part of this, a 404 page error is thrown.
• settings.py
• The central configuration for all Django projects. You would have already worked with a series of variables in this file to configure things like Django applications, databases,
templates, and middleware, among others.
• models.py
• This is where the logic of the database is written. It includes relations, primary keys, schema, etc.
• views.py
• For each page displayed at the level of the browser in Django, there is a view (function- or class-based) that is executed whenever it is called by its route.
TOOLS AND IDES
• Visual Studio Code (VSCode)
• PyCharm
• Jupyter Notebooks
• Jupyter Notebooks
• Atom
• Spyder
• Eclipse with PyDev
• Anaconda Navigator
• Thonny
• Git
• Docker
• Postman
• Pipenv
• Selenium
• Swagger/OpenAPI Tools
Presenter name: kathika.kalyani
Email address: info@3zenx.com
Website address: www.3ZenX.com

More Related Content

Similar to python full stack course in hyderabad...

Ramya devi R internet of things
Ramya devi R internet of thingsRamya devi R internet of things
Ramya devi R internet of thingsPriyadharshiniVS
 
Java vs Python: Comparison, Features & Applications
Java vs Python: Comparison, Features & ApplicationsJava vs Python: Comparison, Features & Applications
Java vs Python: Comparison, Features & ApplicationsWeblineIndia
 
Why Your Next Project Should have Expert Hire Python Developers?
Why Your Next Project Should have Expert Hire Python Developers?Why Your Next Project Should have Expert Hire Python Developers?
Why Your Next Project Should have Expert Hire Python Developers?EmilySmith271958
 
WEB DEVELOPMENT Using Python programming language
WEB DEVELOPMENT Using Python programming language WEB DEVELOPMENT Using Python programming language
WEB DEVELOPMENT Using Python programming language omeed
 
Concepts and applications of Django.pptx
Concepts and applications of Django.pptxConcepts and applications of Django.pptx
Concepts and applications of Django.pptxsushmitjivtode4
 
An Open Source Workbench for Prototyping Multimodal Interactions Based on Off...
An Open Source Workbench for Prototyping Multimodal Interactions Based on Off...An Open Source Workbench for Prototyping Multimodal Interactions Based on Off...
An Open Source Workbench for Prototyping Multimodal Interactions Based on Off...Jean Vanderdonckt
 
Top 10 python frameworks for web development in 2020
Top 10 python frameworks for web development in 2020Top 10 python frameworks for web development in 2020
Top 10 python frameworks for web development in 2020Alaina Carter
 
Why you should use Django in your next project.
Why you should use Django in your next project.Why you should use Django in your next project.
Why you should use Django in your next project.Eyad Toma
 
Python presentation by Monu Sharma
Python presentation by Monu SharmaPython presentation by Monu Sharma
Python presentation by Monu SharmaMayank Sharma
 
PHP vs Python Which is Best for Web Development.pdf
PHP vs Python Which is Best for Web Development.pdfPHP vs Python Which is Best for Web Development.pdf
PHP vs Python Which is Best for Web Development.pdfchristiemarie4
 
An overview of data and web-application development with Python
An overview of data and web-application development with PythonAn overview of data and web-application development with Python
An overview of data and web-application development with PythonSivaranjan Goswami
 
Web development django.pdf
Web development django.pdfWeb development django.pdf
Web development django.pdfKomalSaini178773
 
Rapid Web Development with Python for Absolute Beginners
Rapid Web Development with Python for Absolute BeginnersRapid Web Development with Python for Absolute Beginners
Rapid Web Development with Python for Absolute BeginnersFatih Karatana
 
Python Language Overview
Python Language OverviewPython Language Overview
Python Language OverviewShobhitNuwal1
 
Introduction to Python Programming Basics
Introduction  to  Python  Programming BasicsIntroduction  to  Python  Programming Basics
Introduction to Python Programming BasicsDhana malar
 
Introduction to python history and platforms
Introduction to python history and platformsIntroduction to python history and platforms
Introduction to python history and platformsKirti Verma
 
CTE 323 - Lecture 1.pptx
CTE 323 - Lecture 1.pptxCTE 323 - Lecture 1.pptx
CTE 323 - Lecture 1.pptxOduniyiAdebola
 

Similar to python full stack course in hyderabad... (20)

Django course
Django courseDjango course
Django course
 
Ramya devi R internet of things
Ramya devi R internet of thingsRamya devi R internet of things
Ramya devi R internet of things
 
Java vs Python: Comparison, Features & Applications
Java vs Python: Comparison, Features & ApplicationsJava vs Python: Comparison, Features & Applications
Java vs Python: Comparison, Features & Applications
 
Why Your Next Project Should have Expert Hire Python Developers?
Why Your Next Project Should have Expert Hire Python Developers?Why Your Next Project Should have Expert Hire Python Developers?
Why Your Next Project Should have Expert Hire Python Developers?
 
WEB DEVELOPMENT Using Python programming language
WEB DEVELOPMENT Using Python programming language WEB DEVELOPMENT Using Python programming language
WEB DEVELOPMENT Using Python programming language
 
Concepts and applications of Django.pptx
Concepts and applications of Django.pptxConcepts and applications of Django.pptx
Concepts and applications of Django.pptx
 
An Open Source Workbench for Prototyping Multimodal Interactions Based on Off...
An Open Source Workbench for Prototyping Multimodal Interactions Based on Off...An Open Source Workbench for Prototyping Multimodal Interactions Based on Off...
An Open Source Workbench for Prototyping Multimodal Interactions Based on Off...
 
Top 10 python frameworks for web development in 2020
Top 10 python frameworks for web development in 2020Top 10 python frameworks for web development in 2020
Top 10 python frameworks for web development in 2020
 
Top 10 python ide
Top 10 python ideTop 10 python ide
Top 10 python ide
 
Why you should use Django in your next project.
Why you should use Django in your next project.Why you should use Django in your next project.
Why you should use Django in your next project.
 
Python presentation by Monu Sharma
Python presentation by Monu SharmaPython presentation by Monu Sharma
Python presentation by Monu Sharma
 
Django
DjangoDjango
Django
 
PHP vs Python Which is Best for Web Development.pdf
PHP vs Python Which is Best for Web Development.pdfPHP vs Python Which is Best for Web Development.pdf
PHP vs Python Which is Best for Web Development.pdf
 
An overview of data and web-application development with Python
An overview of data and web-application development with PythonAn overview of data and web-application development with Python
An overview of data and web-application development with Python
 
Web development django.pdf
Web development django.pdfWeb development django.pdf
Web development django.pdf
 
Rapid Web Development with Python for Absolute Beginners
Rapid Web Development with Python for Absolute BeginnersRapid Web Development with Python for Absolute Beginners
Rapid Web Development with Python for Absolute Beginners
 
Python Language Overview
Python Language OverviewPython Language Overview
Python Language Overview
 
Introduction to Python Programming Basics
Introduction  to  Python  Programming BasicsIntroduction  to  Python  Programming Basics
Introduction to Python Programming Basics
 
Introduction to python history and platforms
Introduction to python history and platformsIntroduction to python history and platforms
Introduction to python history and platforms
 
CTE 323 - Lecture 1.pptx
CTE 323 - Lecture 1.pptxCTE 323 - Lecture 1.pptx
CTE 323 - Lecture 1.pptx
 

More from sowmyavibhin

UK tier2 visa lets word abroad..........
UK tier2 visa lets word abroad..........UK tier2 visa lets word abroad..........
UK tier2 visa lets word abroad..........sowmyavibhin
 
Italy student visa consultants in Hyderabad
Italy student visa consultants in HyderabadItaly student visa consultants in Hyderabad
Italy student visa consultants in Hyderabadsowmyavibhin
 
Advanced Digital Marketing Course training Institute in Hyderabad
Advanced Digital Marketing Course training Institute in HyderabadAdvanced Digital Marketing Course training Institute in Hyderabad
Advanced Digital Marketing Course training Institute in Hyderabadsowmyavibhin
 
TOEFL Training institute in hyderabad.....ad
TOEFL Training institute in hyderabad.....adTOEFL Training institute in hyderabad.....ad
TOEFL Training institute in hyderabad.....adsowmyavibhin
 
API Testing course in hyderabad...........
API Testing course in hyderabad...........API Testing course in hyderabad...........
API Testing course in hyderabad...........sowmyavibhin
 
API testing training in hyderabad..........
API testing training in hyderabad..........API testing training in hyderabad..........
API testing training in hyderabad..........sowmyavibhin
 
Italy study visa consultants in hyderabad
Italy study visa consultants in hyderabadItaly study visa consultants in hyderabad
Italy study visa consultants in hyderabadsowmyavibhin
 
Digital Marketing Training Institute in Hyderabad
Digital Marketing Training  Institute in HyderabadDigital Marketing Training  Institute in Hyderabad
Digital Marketing Training Institute in Hyderabadsowmyavibhin
 
car scratch removel services in miyapur, hyderabd
car scratch removel services in miyapur, hyderabdcar scratch removel services in miyapur, hyderabd
car scratch removel services in miyapur, hyderabdsowmyavibhin
 
UK study visa consultants in hyderabad.......
UK study visa consultants in hyderabad.......UK study visa consultants in hyderabad.......
UK study visa consultants in hyderabad.......sowmyavibhin
 
Overseas Education Consultants in Hyderabad
Overseas Education Consultants in HyderabadOverseas Education Consultants in Hyderabad
Overseas Education Consultants in Hyderabadsowmyavibhin
 
power bi training in hyderabad..........
power bi training in hyderabad..........power bi training in hyderabad..........
power bi training in hyderabad..........sowmyavibhin
 
Best english training institute in hyderabad
Best english training institute in hyderabadBest english training institute in hyderabad
Best english training institute in hyderabadsowmyavibhin
 
Social Media Marketing (SMM) training in Hyderabad
Social Media Marketing (SMM)  training  in HyderabadSocial Media Marketing (SMM)  training  in Hyderabad
Social Media Marketing (SMM) training in Hyderabadsowmyavibhin
 
AI in Digital Marketing course training institute in Hyderabad
AI in Digital Marketing course  training  institute in HyderabadAI in Digital Marketing course  training  institute in Hyderabad
AI in Digital Marketing course training institute in Hyderabadsowmyavibhin
 
Azure Data Engineering Course in Hyderabad
Azure Data Engineering  Course in HyderabadAzure Data Engineering  Course in Hyderabad
Azure Data Engineering Course in Hyderabadsowmyavibhin
 
TOEFL coaching in Hyderabad..................
TOEFL coaching in Hyderabad..................TOEFL coaching in Hyderabad..................
TOEFL coaching in Hyderabad..................sowmyavibhin
 
Power Automate training in Hyderabad.....
Power Automate training in Hyderabad.....Power Automate training in Hyderabad.....
Power Automate training in Hyderabad.....sowmyavibhin
 
Best GRE coaching in hyderabad..........
Best GRE coaching in hyderabad..........Best GRE coaching in hyderabad..........
Best GRE coaching in hyderabad..........sowmyavibhin
 
etl testing training in hyderabad.......
etl testing training in hyderabad.......etl testing training in hyderabad.......
etl testing training in hyderabad.......sowmyavibhin
 

More from sowmyavibhin (20)

UK tier2 visa lets word abroad..........
UK tier2 visa lets word abroad..........UK tier2 visa lets word abroad..........
UK tier2 visa lets word abroad..........
 
Italy student visa consultants in Hyderabad
Italy student visa consultants in HyderabadItaly student visa consultants in Hyderabad
Italy student visa consultants in Hyderabad
 
Advanced Digital Marketing Course training Institute in Hyderabad
Advanced Digital Marketing Course training Institute in HyderabadAdvanced Digital Marketing Course training Institute in Hyderabad
Advanced Digital Marketing Course training Institute in Hyderabad
 
TOEFL Training institute in hyderabad.....ad
TOEFL Training institute in hyderabad.....adTOEFL Training institute in hyderabad.....ad
TOEFL Training institute in hyderabad.....ad
 
API Testing course in hyderabad...........
API Testing course in hyderabad...........API Testing course in hyderabad...........
API Testing course in hyderabad...........
 
API testing training in hyderabad..........
API testing training in hyderabad..........API testing training in hyderabad..........
API testing training in hyderabad..........
 
Italy study visa consultants in hyderabad
Italy study visa consultants in hyderabadItaly study visa consultants in hyderabad
Italy study visa consultants in hyderabad
 
Digital Marketing Training Institute in Hyderabad
Digital Marketing Training  Institute in HyderabadDigital Marketing Training  Institute in Hyderabad
Digital Marketing Training Institute in Hyderabad
 
car scratch removel services in miyapur, hyderabd
car scratch removel services in miyapur, hyderabdcar scratch removel services in miyapur, hyderabd
car scratch removel services in miyapur, hyderabd
 
UK study visa consultants in hyderabad.......
UK study visa consultants in hyderabad.......UK study visa consultants in hyderabad.......
UK study visa consultants in hyderabad.......
 
Overseas Education Consultants in Hyderabad
Overseas Education Consultants in HyderabadOverseas Education Consultants in Hyderabad
Overseas Education Consultants in Hyderabad
 
power bi training in hyderabad..........
power bi training in hyderabad..........power bi training in hyderabad..........
power bi training in hyderabad..........
 
Best english training institute in hyderabad
Best english training institute in hyderabadBest english training institute in hyderabad
Best english training institute in hyderabad
 
Social Media Marketing (SMM) training in Hyderabad
Social Media Marketing (SMM)  training  in HyderabadSocial Media Marketing (SMM)  training  in Hyderabad
Social Media Marketing (SMM) training in Hyderabad
 
AI in Digital Marketing course training institute in Hyderabad
AI in Digital Marketing course  training  institute in HyderabadAI in Digital Marketing course  training  institute in Hyderabad
AI in Digital Marketing course training institute in Hyderabad
 
Azure Data Engineering Course in Hyderabad
Azure Data Engineering  Course in HyderabadAzure Data Engineering  Course in Hyderabad
Azure Data Engineering Course in Hyderabad
 
TOEFL coaching in Hyderabad..................
TOEFL coaching in Hyderabad..................TOEFL coaching in Hyderabad..................
TOEFL coaching in Hyderabad..................
 
Power Automate training in Hyderabad.....
Power Automate training in Hyderabad.....Power Automate training in Hyderabad.....
Power Automate training in Hyderabad.....
 
Best GRE coaching in hyderabad..........
Best GRE coaching in hyderabad..........Best GRE coaching in hyderabad..........
Best GRE coaching in hyderabad..........
 
etl testing training in hyderabad.......
etl testing training in hyderabad.......etl testing training in hyderabad.......
etl testing training in hyderabad.......
 

Recently uploaded

ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Recently uploaded (20)

ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 

python full stack course in hyderabad...

  • 1. PYTHON FULL STACK DEVELOPER
  • 2. TABLE OF CONTENT • Why choose Python as a programming language • What is full stack web development • How to Start your first Django app • Cracking Django project files • Tools and IDEs
  • 3. WHY CHOOSE PYTHON AS A PROGRAMMING LANGUAGE Python is a multipurpose, high-level, and interpreted programming language. In a survey carried out by Stackoverflow, it was ranked the third most-used language by beginners. Thanks to its many features, it has increasingly become prominent in the following areas of tech: • Machine learning • Backend development (APIs) • Full stack web development • Game development • Frontend development • Data science • Data visualization • Networking
  • 4. WHAT IS FULL STACK WEB DEVELOPMENT? Full stack web development is simply the development of both the frontend and the backend. A full stack developer has a lot to offer, seeing as much must be achieved in full stack development. Today, application development calls for a big team with highly committed people who move from SRS (software requirement specification) and UI design to build an entire product that fits a customer's needs. • Backend development with Python A backend developer builds and maintains all the relations in a database’s tables and provides ways for the frontend to communicate with the backend. This is done through APIs and their endpoint. • Flask • CherryPy • Pyramid • Django
  • 5. • Frontend development with Python • While Python is prominent in backend development, it can also be used in the frontend for different interfaces like mobile, desktop, and web. However, using it for web frontend is not always easy; it is better to use HTML, CSS, and JavaScript • PyScript • Brython • Anvil How to Start your first Django app • Step 1: Virtual environment setup • Step 2: Django installation • Step 3: Create project • Step 4: Create a views file and add a function • Step 5: Change the content of the urls.py file
  • 6. CRACKING DJANGO PROJECT FILES • init.py • Lets the Python interpreter know that a directory contains code for a Python module. • asgi.py • Stands for Asynchronous Server Gateway Interface. It is an emerging Python standard for asynchronous web servers and applications. In addition to the features it offers, it supports all configurations from the WSGI. • wsgi.py • Stands for Web Server Gateway Interface. It contains the configuration details for the web app. • manage.py • Contains the command line tools of Django with commands such as migrate, makemigrations, runserver, and more. Django developers suggest that it should not be edited by beginners. • urls.py • Here is where all the file paths and routes of the app are found. As long as a route is not part of this, a 404 page error is thrown. • settings.py • The central configuration for all Django projects. You would have already worked with a series of variables in this file to configure things like Django applications, databases, templates, and middleware, among others. • models.py • This is where the logic of the database is written. It includes relations, primary keys, schema, etc. • views.py • For each page displayed at the level of the browser in Django, there is a view (function- or class-based) that is executed whenever it is called by its route.
  • 7. TOOLS AND IDES • Visual Studio Code (VSCode) • PyCharm • Jupyter Notebooks • Jupyter Notebooks • Atom • Spyder • Eclipse with PyDev • Anaconda Navigator • Thonny • Git • Docker • Postman • Pipenv • Selenium • Swagger/OpenAPI Tools
  • 8. Presenter name: kathika.kalyani Email address: info@3zenx.com Website address: www.3ZenX.com