×
Home
Jobs
Tools
Coding Ground
Current Affairs
UPSC Notes
Online Tutors
Whiteboard
Net Meeting
Tutorix
Login
Packages
Categories
Java
JSP
iOS
HTML
Android
Python
C Programming
C++ Programming
C#
PHP
CSS
Javascript
jQuery
SAP
SAP HANA
Data Structure
RDBMS
MySQL
Mathematics
8085 Microprocessor
Operating System
Digital Electronics
Analysis of Algorithms
Mobile Development
Front End
Web Development
Selenium
MongoDB
Computer Network
General Topics
Library
Videos
Q/A
eBooks
Login
Library
Videos
eBooks
Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Selected Reading
UPSC IAS Exams Notes
Developer's Best Practices
Questions and Answers
Effective Resume Writing
HR Interview Questions
Computer Glossary
Who is Who
Nitya Raut
has Published
303
Answers
urllib.robotparser - Parser for robots.txt in Python
Python
Server Side Programming
Programming
Nitya Raut
Published on 16-Apr-2019 15:41:33
Web site owners use the /robots.txt file to give instructions about their site to web robots; this is called The Robots Exclusion Protocol. This file is a simple text-based access control system for computer programs that automatically access web resources. Such programs are called spiders, crawlers, etc. The file specifies ...
Read More
urllib.parse — Parse URLs into components in Python
Python
Server Side Programming
Programming
Nitya Raut
Published on 16-Apr-2019 15:39:55
This module provides a standard interface to break Uniform Resource Locator (URL) strings in components or to combine the components back into a URL string. It also has functions to convert a "relative URL" to an absolute URL given a "base URL."This module supports the following URL schemes -fileftpgopherhdlhttphttpsimapmailtommsnewsnntpprosperorsyncrtsprtspusftpshttpsipsipssnewssvnsvn+sshtelnetwaiswswssurlparse()This function ...
Read More
Copy - Shallow and deep copy operations in Python
Python
Server Side Programming
Programming
Nitya Raut
Published on 16-Apr-2019 15:10:07
In Python a variable is just a reference to object. Hence when it is assigned to another variable, it doesn’t copy the object, rather it acts as another reference to same object. This can be verified by using id() function>>> L1 = [1, 2, 3] >>> L2 = L1 >>> ...
Read More
Client-Server Programming in Android
Android
Apps/Applications
Mobile Development
Nitya Raut
Published on 16-Apr-2019 11:46:01
This example demonstrate about Client-Server Programming in AndroidNeed Server and Client ProjectServerStep 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.<?xml version = "1.0" encoding = ...
Read More
How to send data through wifi in android programmatically?
Android
Apps/Applications
Mobile Development
Nitya Raut
Published on 16-Apr-2019 10:57:22
This example demonstrate about send data through wifi in android programmaticallyNeed Server and Client ProjectServerStep 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.<?xml version = ...
Read More
How to send data to previous activity in Android?
Android
Apps/Applications
Mobile Development
Nitya Raut
Published on 15-Apr-2019 17:51:22
This example demonstrate about How to send data to previous activity in AndroidStep 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.<?xml version = "1.0" encoding ...
Read More
How to use shared preference in Android between activities?
Android
Apps/Applications
Mobile Development
Nitya Raut
Published on 15-Apr-2019 17:42:56
This example demonstrate about How to use shared preference in Android between activities.Step 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.<?xml version = "1.0" encoding ...
Read More
How to send data from one activity to another in Android using bundle?
Android
Apps/Applications
Mobile Development
Nitya Raut
Published on 15-Apr-2019 17:17:53
This example demonstrate about How to send data from one activity to another in Android using bundle.Step 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.<?xml ...
Read More
How to get available wifi networks and display them in a list in android
Android
Apps/Applications
Mobile Development
Nitya Raut
Published on 15-Apr-2019 16:21:00
This example demonstrate about How to get available wifi networks and display them in a list in androidStep 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project.Step 2 − Add the following code to ...
Read More
Uninstall APKs programmatically
Android
Mobile Development
Apps/Applications
Nitya Raut
Published on 12-Apr-2019 16:54:50
This example demonstrate about Uninstall APKs programmaticallyStep 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.<?xml version = "1.0" encoding = "utf-8"?> <LinearLayout xmlns:android = "http://schemas.android.com/apk/res/android" ...
Read More
1
2
3
4
5
6
7
...
31
Next
Advertisements
Print
Add Notes
Bookmark this page
Report Error
Suggestions
Save
Close
Dashboard
Logout