Python Development

Programming with Python

  • 1k Enrolled
  • All levels
  • Last updated 01/2024
  • English,Telugu,Hindi
Course Description

Welcome to the Programming With Python course.

In this practical hands-on training, you're going to master web development using ReactJS with this ultimate course that includes all the latest web development technologies.

We provide an end-to-end guidance to all topics necessary for current industry level standards. We focus on foundational topics so that students have a strong knowledge on basics. We understand that theory alone isn't going to give you the best experience, so that's why this course is packed with practical hands on examples that you can follow step by step.

What you'll learn
  • Python Programming Fundamentals
  • Python building blocks
  • Logic Development in Python
  • Data Structures in Python
  • Functional Programming with Python
  • File Hangling in Python
  • Object Orientation in Python
  • Web Fundamentals
  • Database management with MySql
  • Web Application Development using Django
  • Project and Case Study
  • Assignments

Basic Building Blocks

How to code and execute python program

Variables decleration

input and output

operators

expressions

Flow Control

if... else

switching and elif

match and case

pass

nested if..else elif

Iteration and looping

for loop

while loop

nested looping

break and continue

logic development


strings

decleration and usage

indexing and processing

comparision

case changing and spliting

string methods

collections and lists

definition and decleration

operations on collections

methods

list processing

list methods

tuples sets and dictionary

key value pairs

processing tuples

defining and using tuples

working with dictionaries

difference between tuples, sets and dictionaries

decleration and definition

parts of function definition and decleration

calling function

arguments and parameters

return type

pass by value and by reference

working with fucntions

passing collection to function

passing function to function

scope of function

local vs global

recursion

advanced functions

lambda functions

filter and map

modules

packages

working with functions

File Handling

Python File Operation

Python Directory

User-defined Exception

Python Exception

Exception Handling

Object Orientation

Python OOP

Classes & Objects

Python Inheritance

Multiple Inheritance

Operator Overloading

Iterators, closure and RegEx

Python Iterator

Python Generator

Python Closure

Python Decorators

Python RegEx

HTML

Building Block of HTML

Text formatting elements

Structural Elements lists and tables

Forms

anchors and images

CSS

how to create and apply style

selectors: class id decendents

box model

flexboxes

bootstrap

AJAX

Javascript

variables,datatypes,expressions,statements

arrays and objects

DOM and events

ajax jquery

Basics

building blocks of DBMS: table, row, column, schema, constraint

setup and prompt

creating and viewing databases and tables

updating and deleting

constraints

Setup and Foundation

processing data

Querying and Sorting data

Filtering Data

Joining Data

Grouping Data

constraints

Primary Key

Foreign Key

Disable Foreign Key Checks

UNIQUE Constraint

NOT NULL Constraint

Web Application

Why Django

MVC vs MVT

Web frameworks

Request and response headers

Steps to Develop Application

installation and architecture

Django Installation

Virtual Environment

Pycharm

working with first Django Application

Local setup

Application creation

understanding utilities

models.py and views.py

application creation in pycharm

working with html,css,bootstrap

accessing application

views

request and response headers

view function

rendering templates

context object and dictionary

CRUD operation and HTTP methods

templating

tags

filters

template api

static files

template library

database interaction

connection driver

migrating model

schema

connection string

Django Admin

Activating admin interface

superuser account

adminsite options

user access

permissions

Advanced Concepts

Django ORM

Form Validation

Uploading and files

Audio and Video

Classbased Views

Security and Deployment

Session Handling

Cookies

Session User Registration

Server Deployment GIT

Render JSX element in HTML

Evaluate expression in JSX element in HTML

Evaluate string concatenation in JSX element in HTML

Evaluate logical expression in JSX element in HTML

Print array of numbers in JSX element in HTML

Print array of strings in JSX element in HTML

Print square root of 14 in JSX element in HTML

Print integer part of the number 134.42 in JSX element in HTML

Print String praveen in uppercase in JSX element in HTML

Print String length of praveen in JSX element in HTML

Print reverse of string praveen in JSX

Evaluate addition of two variable values in JSX

Display greatest of two variable values in JSX

Display variable value is even or odd in JSX

Display variable value is positive or negative in JSX

Display greatest variable value of three in JSX

Display different elements conditionally JSX

Display different images conditionally JSX

Conditionally apply url to image in JSX

Print array values in list items in JSX

Print squared array values in list items in JSX

Print array values in h1 elements

Print array values in sorted order in list items in JSX

Print merged array values of given two arrays

Print merged array values in sorted order of given two arrays

Print array strings in list items in JSX

Print array strings ol and ul

Print array strings ol of uppercase strings and ul of lowercase

Print array strings in lowercase in list items

Print array strings length in list items

Print array strings in list items in JSX copy

Print first two characters of array values in h1 elements copy

Print only first character of array values in h1 elements

Print array strings reverse in list items

Print array strings sorted order in list items

Print only the even numbers of array of numbers in list items

Print only the odd numbers of array of numbers in list items

Print only the numbers of array greater than 25 of numbers
in list items copy

Print flatten array of multiDimentionalArray

Print even numbers in italics and odd numbers in bold in list

Print only the numbers of array less than 25 of numbers
in list items copy

Print the sum of all numbers of array in JSX using reduce method

Print the images from array of image urls

Print the images as list items from array of image urls

Print the images as table cells from array of image urls

Print the object properties in JSX

Print the string object property values in Uppercase in JSX

Print each object in a seperate list for a given array of student objects

Print a table for the given array of students

Print a student details align with gender image

Print the given array of students in cards

Generate galleries using JSX

Generate gallery for the given array of image urls

Generate list of strings for the given array of strings

Generation of table using JSX

GenUI with JSX

Likes dislikes-JSX

Rating-JSX

Todolist-JSX

Apply red color to JSX h1 Element

Apply red color to JSX h1 with green background

Display each array element in flex boxes

Display each string of array in flex boxes

Display each object properties

Display each array object in flex boxes

Display each array object in flex boxes with respective gender images

Display each array object in table

Display array of objects in table with female students row in pink

Display array of objects in table with female students row in pink
male in blue

Apply the color name stored in a variable to JSX h1

Apply the color names stored in two variable to JSX different h1

Apply the color names stored in two variable to JSX h1 for color
and backgroundColor

Apply the border width with variable value to JSX h1

Apply green color if variable value is even red for odd

Apply green background color if variable value is even red for odd

Apply green color if variable value is positive red for negative

Apply green color if string length is even red for odd

Display even array value in green and odd in red list items

Display female students in pink background male in blue

Bind event handler to alert something on button click in JSX

Console something on button click

Console event object on button click

Display the event object for a click on div with 300px width and
200px height with 2px border

Display the clientX clientY position for a click on div with 300px
width and 200px height with 2px border copy

Display the text of div on click in console

Console the id of div on click

Display the text of h1 on click in console

Console respective button label click

Console text box value on button click

Display text box value in h1 on button click

Display text box value in uppercase h1 on button click

Display text box value in uppercase h1 on textbox keyup

Display text box value in uppercase h1 on textbox blur

Display text box value in h1 on textbox keyup event

Reset the textbox text on a button click

Display addition of two text box values in h1 on textbox on button
click

Display substraction of two text box values in h1 on textbox on
button click

Display result of two text box values in h1 on textbox on
multiplication and division buttons

Display radio button value on check

Display respective image on radio button value

Display select box value in h1

Display selected checkbox values in console

Display the selected day in h1

Bindevent handler with arguments

Bindevent handler with arguments as index for list item genereted
from array

Bindevent handler with arguments as values for list item genereted
from array

Bindevent handler with arguments as values for list item genereted
from array of objects

Display values in h1

Display name in h1 id on h2

Display name in h1 id in h2 on button beside student name

Display name in h1 id in h2 on button beside student name copy

Display variable value in h1

Display incremented value variable value in h1 on a button click

Display decremented value variable value in h1 on a button click

Implement counter application

Implement counter application with reset button

Push text box value to an array console the array

Push text box value to an array display in h1

Push text box value to an array display in list items

Todolist with delete button

Implement a clock

Implement a stopwatch

Rendering React component

Evaluate expression in React component

Evaluate string concatenation in React component

Evaluate logical expression in React component

Print array of numbers in React component

Print first two character of array values in React component

Print square root of 14 in React component

Print integer part of the number 134.42 in React component

Print string praveen in uppercase in React component

Print string length of praveen in React component

Print reverse of string praveen in React component

Evaluate addition of two variable values in React component

Display greatest of two variable values in React component

Display variable value is even or odd in React component

Display variable value is positive or negative in React component

Display greatest variable value of three in React component

Display different elements conditionally React component

Display different images conditionally React component

Conditionally apply url to image in React component

Print array strings ol and ul in React component

Print array strings ol of uppercase and ul of lowercase strings
in React component

Print array values in React component

Print squared array values in list items in React component

Print merged array values of given two arrays in React component

Print merged array values in sorted order of given two arrays
in React component

Print only the even numbers of array of numbers in list items
in React component

Print only the odd numbers of array of numbers in list items in
React component

Print only the numbers of array greater than 25 of numbers
in list items copy in React component

Print even numbers in italics and odd numbers in bold in list in
React component

Print the sum of all numbers of array in React component

Print array strings sorted order in list items in React component

Print array strings length in list items in React component

Print array values in list items in React component

Print array strings in list items in React component

Print a table for the given array of students in React component

Print student details along with gender image in React component

Print array values in sorted order in list items in React component

Print flatten array of Multi-dimensional array in React component

Print only first character of array values in React component

Print only the numbers of array less than 25 of numbers in
React component

Print array strings in lowercase in list items in React component

Print array strings reverse in list items in React component

Print the images from array of image urls in React component

Print the images as list items from array of image urls in
React component

Print the images as table cells from array of image urls in
React component

Print the object properties in React component

Print the string object property values in Uppercase in
React component

Print each object in a seperate list for a given array of student
objects in React component

Print array strings in list items in React component

Print the given array of students in cards in React component

Generate galleries using in React component

Generate list of strings for the given array of strings in
React component

Generation of table in React component

Apply red color to React Component

Apply red color to React Component with green background

Apply the color name stored in a variable in React Component

Display each string of array in flex boxes in React Component

Display each object properties in React Component

Display each array object in flex boxes in React Component

Display each array object in flex boxes with respective gender
images in React Component

Apply green background color if variable value is even red for odd
in React Component

Display each array object in table using React Component

Apply green color if variable value is positive red for negative in
React Component

Display array of objects in table with female students row in pink
in React Component

Apply green color if string length is even red for odd in
React Component

Display array of objects in table with female students row in pink
male in blue in React Component

Display even array value in green and odd in red list items in
React Component

Display each array element in flex boxes in React Component

Display female students in pink background male in blue in
React Component

Apply the color names stored in two variable in React Component

Apply the color names stored in two variable in React Component
for color and backgroundColor

Apply the border width with variable value in React Component

Apply green color if variable value is even red for odd
in React Component

Bind event handler to alert something on button click in
React Component

Console something on button click in React Component

Console event object on button click in React Component

Display the event object for a click on div with 300px width and 200px
height with 2px border in React Component

Display the clientX clientY position for a click on div with 300px width
and 200px height with 2px border copy in React Component

Display the text of div on click in console in React Component

Console the id of div on click in React Component

Display the text of h1 on click in console in React Component

Console respective button label click in React Component

Console text box value on button click in React Component

Display text box value in h1 on button click in React Component

Display text box value in uppercase h1 on button click in
React Component

Reset the textbox text on a button click in React Component

Display text box value in uppercase h1 on textbox keyup in
React Component

Display text box value in h1 on textbox keyup event in
React Component

Display result of two text box values in h1 on textbox on multiplication
and divsion buttons in React Component

Display addition of two text box values in h1 on textbox on button
click in React Component

Display radio button value on check in React Component

Display respective image on radio button value in React Component

Display select box value in h1 in React Component

Display selected checkbox values in console in React Component

Bindevent handler with arguments in React Component

Display the selected day in h1 in React Component

Push text box value to an array console the array in React Component

Push text box value to an array display in h1 in React Component

Push text box value to an array display in listitems in React Component

Todolist with delete button in React Component

Implement clock in React Component

Implement rating app in React Component

Implement like dislike app in React Component

Display variable value in h1 in React Component

Display incremented value variable value in h1 on a button click
in React Component

Display decremented value variable value in h1 on a button click
in React Component

Implement counter application in React Component

Implement counter application with reset button in React Component

Bindevent handler with arguments as index for list item generated
from array in React Component

Bindevent handler with arguments as values for list item generated
from array in React Component

Bindevent handler with arguments as values for list item generated
from array of objects in React Component

Display values in h1 in React Component

Display name in h1 id on h2 in React Component

Implement stopwatch in React Component

Display name in h1 id in h2 on button beside student name copy
in React Component

Display name in h1 id in h2 on button beside student name in
React Component

Display text box value in uppercase h1 on textbox blur in
React Component

Display substraction of two text box values in h1 on textbox on
button click in React Component

Vacation planner

Testimonial reviews


Shopping cart


Light mode dark mode

Movie DB app



Array rendering in component

Multiple List Genration live

Proj-comp-prop-galleries

props in react

SetInterval based data change

Conditional Styling a table

Conditional Styling class based

Conditional Styling class cards

Conditional Styling icons



Likes and Dislikes button

Likes and Dislikes icons

React-todolist-component

Calculator

Calculator complete


Component-state-ex2

Component-state-ex3

Component-state

Controlled-comp-table single state

Image slider

Array rendering with sorting buttons

Array rendering with sorting

Cricket score

Array rendering with sorting radio button

Refactoring-child-parent-comm-project-todolist

React-Component-Reusability-Counter

Sorting table header click

Toggle sorting table header click

Checkboxes

Conditional rendering on radio button input

Handling radio buttons

Radio-button

Select box

Todolist with modal

Controlled-components

Text-box data binding

Controlled-comp-table

IPL team selection

Closure genreationoftable

React-food-cart-billing-level1

React-food-cart-billing-level2

Football project basic

Form validations


Routing basic using Event handling

Custom-Hooks

Multiple Todolist

Todolist complete project

FrankOrganicClingfish-size_restricted

MultipleTodolistStateMgmt


useRef Project

Parent-child-comm-project-ecom-cart

passing_object_as_props-props-mapp

refactoring_component_with_props-todolist-mapp

Reusable Carousal Component using Props

Styling Components using styled-components library

state modification and rendering

Stopwatch in react

blogpost app in react

passing personal details object using context api

Statemanagement and event handling

todolist with timestamp

preview upload image

Sample shopping cart

higherorder component example

parent child communication example


Performance optimisation using useCallback hook

Performance optimisation using useMemo hook

Changing Focus to Next Input using useRef hook

forwarding focus with useRef forwardRef

Performance optimisation using PureComponents

using_content_api_to_pass_data-contextapi-mapp

useEffect_useRef_hook-lifecycle-mapp


react_routing_params-routing-mapp

React Routing with Child Component

Nested Routing

contries app

default component routing

access denied routing

React Routing active route with NavLink


Todolist with Filters using Redux

redux advanced async calls-redux-quiz-submission-mapp

redux state management-redux-quiz-mapp

redux rating app

working with redux map state dispatch async-redux-mapp

Counter with Redux toolkit

Apicommunication with ReduxSaga

Saga Counter

Multiple sagas

redux reselet example

likes dislikes

counter

rating

todolist

Book A Trip

The Book A Trip project utilises Google Maps and helps a user to enter their destination and get the directions to the specified location. It also prints the distance between the two locations. The user can also manually drag the location marker to change their source and destination locations on the map.


Book Mart

The Book Mart project is an e-commerce application which consists of a big list of books that a user can choose from. It lets the user search, sort and filter the books according to title, discount, price or categories. Users can add the books to cart where they can add, remove or increase the number of each book they want to buy. The cart display the total price after deducting the discount and adding delivery charge wherever applicable.


Credo Card

The Credo Card project is a credit card application that displays a customer's credit card information like spending limit, pending transaction, spending availability etc. It allows customers to login according to their credentials and display the details(Go to the live demo and enter email as 'admin' and password as 'password' to see the complete application).


Countries List

The Countries List project displays a list of all countries of the world. This project lets us sort,filer and search the countries list. It lets the user to sort the countries in ascending and descending order of their populations. It also allows users to filter the countries according to region and subregion. It consists of a search box where users can search for a particular country. There is also an option to switch the view between card view and details view. When users click on a particular country, it locates the country on the world map.


Memory Game

The Memory Game project is a basic remembering game where users can score points by remembering the cards displayed on the screen. Initially, the screen displays eight cards consisting of different pairs of pictures. After a certain time, the cards flip and hides the pictures. Players need to remember the picture cards and match them in pairs. Players score points according to the number of pairs they can match. The players can also select the number of rounds they want to play.

₹35000(Offline)

₹30000(Online)

Register

This course includes

  • Lectures 50
  • Duration 1h 30m
  • Skills Beginner
  • Language English,Telugu,Hindi
  • Certificate Yes

Top Listed Courses

course image
Frontend with Angular
Frontend Development

₹20000

course image
Frontend with ReactJS
Frontend Development

₹20000

course image
Fullstack with MEAN
Fullstack Development

₹30000

course image
Fullstack with MERN
Fullstack Development

₹30000

course image
Programming with Java
Fullstack Development

₹30000

course image
Programming with Python
Fullstack Development

₹30000

Privacy Policy
©Edupoly Solutions Private Ltd.