No Widget Added

Please add some widget in Offcanvs Sidebar

Shopping cart

shape
shape

Year: 2024

Python variable

Python Variable Types

There are two types of variables in Python – Local variable and Global variable. Local Variable A local variable is a variable that is defined within a function and is only accessible within that function’s scope. Local variables are created when the function starts execution and

Read More
Python variable

Python Variables

A name given to a memory location is called Variable. And value holding python variable is known as Identifier. Python itself is smart enough language to determine the type of a variable, we do not need to specify its type in Python. Key points for variable

Read More
python programming, python development, python tutorials, skills101.in, skills101,

Python Tutorial | Python Programming Language

Python is a high-level, interpreted programming language that was created by Guido van Rossum and first released in 1991. The language was conceived in the late 1980s, with its implementation starting in December 1989. Van Rossum was working at the Centrum Wiskunde & Informatica (CWI) in

Read More
Why AI matters Importance of AI Artificial Intelligence Why AI is important? Needs of AI Why AI is needed

Why AI Matters ?

 Artificial Intelligence (AI) is incredibly important and has a profound impact on various aspects of our lives. Let’s explore why, along with some examples: In summary, AI transforms industries, improves daily life, and opens up new opportunities. 

Read More
Servlet Pagination What is Servlet Pagination? Java Servlet Pagination Example of Servlet Pagination

Servlet Pagination

 Servlet pagination is a technique used to split a large list of records into smaller subsets, allowing users to view only a portion of the data at a time. Let’s walk through an example of implementing pagination in a Java servlet: Create a MySQL Table: First, create

Read More
ai development 2024, Ml Development, Artificial Intelligence 2024, machine learning , python development

Recognize Smiling Face with AI camera Developed by Python

Creating a simple camera app for a laptop using Python can be done with the help of the opencv-python library (also known as cv2). This library allows you to capture video from your webcam and display it in a window. To add face recognition and smile

Read More
spring boot, springboot project, springboot, springboot development in 2024, spring boot developemtn, java full staack development, best java courses online, how to become java full stack developer

Book Review and Recommendation System with Spring Boot

Creating the Book Review and Recommendation System with Spring Boot involves a series of steps that include setting up the project, defining entities, creating repositories, services, controllers, and views. Below is a detailed guide to achieve this using Spring Boot, Spring Data JPA, and Thymeleaf. Project

Read More
Book Review and Recommendation System, java full stack development, skills101, skills101.in

Book Review and Recommendation System With JSP

Creating a project like the Book Review and Recommendation System requires a combination of foundational knowledge and practical skills in web development, particularly with Java Server Pages (JSP).Here’s an outline of the prior knowledge you should have and the skills you will develop through this project.

Read More
login page with jsp, login page with java server pages, java course online,java classs online,how to learn java, how to become java full stack developer, Skills101, Skills101.in

Login Page with Java Server Pages (JSP)

To create a simple JSP login page that validates the username and password, and redirects to a welcome page or shows an error message on the same login page if the credentials are wrong, you need to follow these steps: Step 1: Create the Login Form

Read More