top of page
Search
Rajesh Singh
May 6, 20221 min read
Free Web 2.0 Submission sites list
Web 2.0 is the best way for promoting the websites and content. By this we create a website in web 2.0 submission and put all details...
243 views0 comments
Rajesh Singh
May 6, 20221 min read
Free Articles Submission Sites List 2022
What is Article Submission? Article Submission is the one of best off-page SEO technique in which we write an article on any topic and...
293 views1 comment
Rajesh Singh
May 6, 20221 min read
Free Press Release Submission Sites List
Press Release Submission is the submission of our business news and involves writing press releases and submitting them to effective and...
246 views1 comment
Rajesh Singh
May 6, 20221 min read
Top Social Media Sites List
Social Media Sites are one of the best sites for promoting products and advertisement. By these websites we can easily promote our...
13 views0 comments
Rajesh Singh
May 6, 20221 min read
Free Directory Submission Sites List
Directory submission is the listing of any web address or site with the relevant details over various web directories under a specific...
1,196 views1 comment
Rajesh Singh
May 6, 20222 min read
Free Social Bookmarking Sites List 2024
Social bookmarking is one of the best way for people to store, organize, search, and manage “bookmarks” of the web pages. Social...
1,119 views1 comment
Rajesh Singh
May 6, 20221 min read
Free Classified Submission Sites List
A classified ad is a form of advertising which is particularly common in newspapers, online and other periodicals which may be sold or...
446 views0 comments
Rajesh Singh
Mar 8, 20223 min read
Abuja Travel Guide
Abuja, A Transfixing Bliss Full Of Natural Pearls Nigeria’s capital and situated at this country’s center, Abuja had been constructed...
86 views0 comments
Rajesh Singh
Mar 3, 20222 min read
Mombasa Travel Guide
Luxuriate In a Memorable Outing in Varied Hypnotic Lures of Mombasa Appealing calmness and quietude, mesmerizing beaches, murmuring palm...
48 views0 comments
Rajesh Singh
Mar 1, 20222 min read
Cheap Hotel Deals Online
Global Hotel Search It has global search by which you can search your hotels according your requirements It allows us to compare hotel...
179 views1 comment
Rajesh Singh
Feb 20, 20221 min read
Tell function in python with example
Tell () function can be used to get the position of file handle and returns current position of file object where as Seek () function is...
87 views0 comments
Rajesh Singh
Feb 19, 20221 min read
Seek function in python with example
Seek () function is used to change the position of the file handle to a given specific position in python. File handle such as a cursor...
55 views0 comments
Rajesh Singh
Feb 18, 20221 min read
Python program count the number of alphabets, lowercase letters, uppercase letters, digits and words
Write a python program that takes a sentence as input and displays the number of words,number of capital letter, number of small letter...
782 views0 comments
Rajesh Singh
Feb 17, 20222 min read
What is slicing and indexing in Python with examples?
Slicing is a Python attitude that enables accessing parts of data from the given sequence like list, tuples etc. A slice object is...
65 views0 comments
Rajesh Singh
Feb 11, 20222 min read
What is CSS and its types with Examples?
CSS stands for Cascading Style Sheet. A CSS files allows us to style for HTML Content. We can present the content on our website with...
2,773 views1 comment
Rajesh Singh
Nov 22, 20211 min read
O Level Internet of Things(IOT) (M4-R5) Book | Notes PDF in Hindi
Introduction to Internet of Things Application Chapter 1: Things and Correction Chapter 2: Sensor, Actuator and Micro controller Chapter...
12,419 views0 comments
Rajesh Singh
Nov 5, 20211 min read
O Level Internet of Things(IOT) (M4-R5) Book | Notes PDF in English
IOT Notes in English :
2,943 views0 comments
Rajesh Singh
Oct 17, 20211 min read
O Level Python Programming Language (M3R5) Book & Notes PDF
Python Notes in Hindi: Introduction to Programming and Algorithms & Flowcharts Introduction to Python Chapter 3: Operators, Expression...
12,945 views2 comments
Rajesh Singh
Oct 12, 20211 min read
Python Program to Convert Decimal to Binary using recursive function
def decitobin(n): if n > 1: decitobin(n // 2) print(n % 2,end='') num = int(input("Enter any decimal number: ")) decitobin(num) Output:...
114 views0 comments
Rajesh Singh
Oct 4, 20211 min read
Java Script program to add, subtraction,multiplication, division and modulus of two Numbers
<html> <head> <title> Java Script program to add, subtraction,multiplicaion and division of two Numbers</title> <script...
444 views8 comments
bottom of page