Full Stack Python Development Course

Full stack Python development refers to the development of software applications using the Python programming language across all layers of the software stack, including front-end, back-end, and database layers. A full stack Python developer is responsible for developing, testing, and deploying software applications using various tools and technologies.

In front-end development, full stack Python developers use HTML, CSS, and JavaScript to create user interfaces for web application. They may also use Python frameworks like Django to create dynamic web pages.

In back-end development, full stack Python developers use Python to build server-side applications that manage data, security, and business logic. They work with databases, such as MySQL to store and manage data.

Benefits Of Full Stack Python Development Course



Course Content

SQL
  • Introduction of SQL
  • Writing Basic SQL Select Statements
  • Restricting & Sorting Data
  • SQL Functions and Expressions
  • Subquery and Unions
  • Creating and Manipulating Tables
  • Including Constraints
  • Joins
  • Group Functions and Clauses
  • HTML & HTML5
  • Introduction of Html / Html5
  • Html Basic tags
  • List
  • Anchor tag
  • Frame tag
  • Marquee tag
  • Image
  • Html Table
  • Html Form
  • Html canvas
  • Introduction of css /css3
  • Css layout
  • Selectors
  • Color/gradient/opacity
  • Css all basic properties
  • Word wrap/overflow
  • Display/visibility
  • Transition/transforms/animation
  • Tooltip
  • Pagination
  • Table
  • User interface
  • Introduction of javascript
  • Javascript placement
  • Datatype & operators
  • Conditional & loop statement
  • Function & object
  • Array & string
  • BOM & DOM
  • Form validation
  • Javascript oop(object oriented programming)
  • Introduction of jquery
  • How to add jquery
  • Element selector
  • Events
  • Effects
  • Introduction of bootstrap
  • Evolution/utilities
  • Container
  • Grid
  • Tables
  • Jumbotron
  • Form
  • Panel
  • Pagination
  • Image
  • Glyphicons 3,carousel
  • Progress bar
  • Navbar collapse
  • List
  • Popover,scrollspy,modal
  • Core Python

  • Python Structure
  • Datatypes
  • Identifiers
  • Variables
  • Basic Assignments
  • Casting
  • Operators,
  • Control Statements,
  • Looping
  • Pass, Break, Continue statement
  • List, Tuple, Set, Dictionary, String Functions
  • User define function and in-built function
  • Types of arguments
  • Advanced Python

  • Generator(yeild) function
  • Decorators
  • Multithreading
  • Exception handling,
  • File handling
  • Regular Expression
  • pickling & unpicking
  • Python pip
  • Class, Objects,
  • Constructors
  • Inheritance,
  • Polymorphism,
  • Encapsulation,
  • Data hiding
  • Mysql connectivity,
  • Tkinter,
  • Widgets of tkinter
  • Project
  • What is django
  • Features advantages
  • MVT model
  • Django framework Architechture
  • Django first application
  • How to create superuser
  • how to create html pages in templates
  • Django forms
  • RestFramework API- how to create API (CRUD operations)
  • Project-CRUD application using html pages
  • Using SQLite
  • Configuring MySQL database
  • Working with MySQL in Django