• Article 1 :-The socket Module

    Categories: Python ||

    To create a socket, you must use the socket.socket() function available in socket module, which has the general syntax −s = socket.socket (socket_family, socket_type, protocol=0)Here is the descript

  • Article 2 :-What is Sockets?

    Categories: Python ||

    Sockets are the endpoints of a bidirectional communications channel. Sockets may communicate within a process, between processes on the same machine, or between processes on different continents.Socke

  • Article 3 :-Python - Network Programming

    Categories: PHP ||

    Python provides two levels of access to network services. At a low level, you can access the basic socket support in the underlying operating system, which allows you to implement clients and servers

  • Article 4 :-Regular Expression Patterns

    Categories: Python ||

    Except for control characters, (+ ? . * ^ $ ( ) [ ] { } | \), all characters match themselves. You can escape a control character by preceding it with a backslash.Following table lists the regular exp

  • Article 5 :-Regular Expression Modifiers: Option Flags

    Categories: Python ||

    Regular expression literals may include an optional modifier to control various aspects of matching. The modifiers are specified as an optional flag. You can provide multiple modifiers using exclusive

  • Article 6 :-The match Function

    Categories: Python ||

    This function attempts to match RE pattern to string with optional flags.Here is the syntax for this function −re.match(pattern, string, flags=0)Here is the description of the parameters −

  • Article 7 :-Python - Regular Expressions

    Categories: Python ||

    A regular expression is a special sequence of characters that helps you match or find other strings or sets of strings, using a specialized syntax held in a pattern. Regular expressions are widely use

  • Article 10 :-Two new storage locations available for AWS DataSync

    Categories: AWS(Amazon Web Services) ||

    Two new storage locations available for AWS DataSync   Today, we are announcing the general availability of two additional storage locations for AWS DataSync, an online data movement service th

  • Article 11 :-Creating Database Table In Python

    Categories: Python ||

    Once a database connection is established, we are ready to create tables or records into the database tables using execute method of the created cursor.ExampleLet us create Database table EMPLOYEE −

  • Article 12 :-Database Connection In Python

    Categories: Python ||

    Before connecting to a MySQL database, make sure of the followings −You have created a database TESTDB.You have created a table EMPLOYEE in TESTDB.This table has fields FIRST_NAME, LAST_NAME, AGE, S

  • Article 13 :-What is MySQLdb?

    Categories: Python ||

    MySQLdb is an interface for connecting to a MySQL database server from Python. It implements the Python Database API v2.0 and is built on top of the MySQL C API.How do I Install MySQLdb?Before proceed

  • Article 14 :-Python - MySQL Database Access

    Categories: Python ||

    The Python standard for database interfaces is the Python DB-API. Most Python database interfaces adhere to this standard.You can choose the right database for your application. Python Database API su

  • Article 15 :-How To Raise a "File Download" Dialog Box?

    Categories: Python ||

    Sometimes, it is desired that you want to give option where a user can click a link and it will pop up a "File Download" dialogue box to the user instead of displaying actual content. This is very eas

  • Article 16 :-Setting up Cookies In Python

    Categories: Python ||

    It is very easy to send cookies to browser. These cookies are sent along with HTTP Header before to Content-type field. Assuming you want to set UserID and Password as cookies. Setting the cookies is

  • Article 17 :-How It Works In Python ?

    Categories: Python ||

    Your server sends some data to the visitor's browser in the form of a cookie. The browser may accept the cookie. If it does, it is stored as a plain text record on the visitor's hard drive. Now, when

  • Article 18 :-Using Cookies in CGI

    Categories: Python ||

    HTTP protocol is a stateless protocol. For a commercial website, it is required to maintain session information among different pages. For example, one user registration ends after completing many pag

  • Article 19 :-Passing Text Area Data to CGI Program

    Categories: Python ||

    TEXTAREA element is used when multiline text has to be passed to the CGI Program.Here is example HTML code for a form with a TEXTAREA box −<form action = "/cgi-bin/textarea.py" method = "post" ta

  • Article 20 :-Passing Radio Button Data to CGI Program

    Categories: Python ||

    Radio Buttons are used when only one option is required to be selected.Here is example HTML code for a form with two radio buttons −<form action = "/cgi-bin/radiobutton.py" method = "post" target

  • Article 21 :-Passing Information Using POST Method In Python

    Categories: Python ||

    A generally more reliable method of passing information to a CGI program is the POST method. This packages the information in exactly the same way as GET methods, but instead of sending it as a text s

  • Article 22 :-Simple FORM Example:GET Method In Python

    Categories: Python ||

    This example passes two values using HTML FORM and submit button. We use same CGI script hello_get.py to handle this input.<form action = "/cgi-bin/hello_get.py" method = "get">First Name: <i

  • Article 23 :-Passing Information using GET method

    Categories: Python ||

    The GET method sends the encoded user information appended to the page request. The page and the encoded information are separated by the ? character as follows −http://www.test.com/cgi-bin/hello.py

  • Article 24 :-CGI Environment Variables

    Categories: Python ||

    All the CGI programs have access to the following environment variables. These variables play an important role while writing any CGI program.Sr.No. - Variable Name & Description1. CONTENT_TYPE -

  • Article 25 :-HTTP Header In Python

    Categories: Python ||

    The line Content-type:text/html\r\n\r\n is part of HTTP header which is sent to the browser to understand the content. All the HTTP header will be in the following form −HTTP Field Name: Field Conte

  • Article 26 :-Web Server Support and Configuration In Python

    Categories: Python ||

    Before you proceed with CGI Programming, make sure that your Web Server supports CGI and it is configured to handle CGI Programs. All the CGI Programs to be executed by the HTTP server are kept in a p

  • Article 27 :-Web Browsing in Python

    Categories: Python ||

    To understand the concept of CGI, let us see what happens when we click a hyper link to browse a particular web page or URL.Your browser contacts the HTTP web server and demands for the URL, i.e., fil

  • Article 28 :-Python - CGI Programming

    Categories: Python ||

    The Common Gateway Interface, or CGI, is a set of standards that define how information is exchanged between the web server and a custom script. The CGI specs are currently maintained by the NCSA.

  • Article 29 :-Announcing preview of Amazon Linux

    Categories: AWS(Amazon Web Services) ||

    Announcing preview of Amazon Linux     Today, we are announcing the public preview of Amazon Linux 2022 (AL2022), Amazon's new general purpose Linux for AWS that is designed to provid

  • Article 30 :-Introducing two new Amazon EC2 bare metal instances

    Categories: AWS(Amazon Web Services) ||

    Introducing two new Amazon EC2 bare metal instances   Starting today, Amazon EC2 M6i and C6i bare metal instances are available. M6i and C6i instances are powered by 3rd generation Intel Xeon S

  • Article 31 :-Announcing AWS Graviton2-based instances for Amazon Neptune

    Categories: AWS(Amazon Web Services) ||

    Announcing AWS Graviton2-based instances for Amazon Neptune   Starting today, Amazon Neptune announced the general availability of general-purpose T4g and memory-optimized R6g database instance

  • Article 32 :-Amazon EC2 Mac Instances now support macOS Monterey

    Categories: AWS(Amazon Web Services) ||

    Amazon EC2 Mac Instances now support macOS Monterey   Starting today, customers can run macOS Monterey (12.0.1) as Amazon Machine Images (AMIs) on Amazon EC2 Mac instances. Apple macOS Monterey

  • Article 33 :-Announcing AWS Graviton2-based instances for Amazon Neptune

    Categories: AWS(Amazon Web Services) ||

    Announcing AWS Graviton2-based instances for Amazon Neptune   Starting today, Amazon Neptune announced the general availability of general-purpose T4g and memory-optimized R6g database instance

  • Article 37 :-Announcing Amazon Redshift cross-region data sharing (preview)

    Categories: AWS(Amazon Web Services) ||

    Announcing Amazon Redshift cross-region data sharing (preview)   Amazon Redshift data sharing allows you to share live, transactionally consistent data across different Redshift clusters withou

  • Article 40 :-Class Inheritance

    Categories: Python ||

    Instead of starting from scratch, you can create a class by deriving it from a preexisting class by listing the parent class in parentheses after the new class name.The child class inherits the attrib

  • Article 41 :-Built-In Class Attributes

    Categories: Python ||

    Every Python class keeps following built-in attributes and they can be accessed using dot operator like any other attribute −__dict__ − Dictionary containing the class's namespace.__doc__ − Clas

  • Article 42 :-Accessing Attributes

    Categories: Python ||

    You access the object's attributes using the dot operator with object. Class variable would be accessed using class name as follows −emp1.displayEmployee()emp2.displayEmployee()print "Total Employee

  • Article 43 :-Creating Instance Objects

    Categories: Python ||

    To create instances of a class, you call the class using class name and pass in whatever arguments its __init__ method accepts."This would create first object of Employee class"emp1 = Employee("Zara",

  • Article 44 :-Python - Object Oriented

    Categories: Python ||

    Python has been an object-oriented language since it existed. Because of this, creating and using classes and objects are downright easy. This chapter helps you become an expert in using Python's obje

  • Article 45 :-Data Hiding

    Categories: Python ||

    An object's attributes may or may not be visible outside the class definition. You need to name attributes with a double underscore prefix, and those attributes then are not be directly visible to out

  • Article 46 :-Overloading Operators in Python

    Categories: Python ||

    Suppose you have created a Vector class to represent two-dimensional vectors, what happens when you use the plus operator to add them? Most likely Python will yell at you.You could, however, define th

  • Article 47 :-Base Overloading Methods

    Categories: Python ||

    Following table lists some generic functionality that you can override in your own classes −Sr.No.Method, Description & Sample Call1. __init__ ( self [,args...] ) - Constructor (with any optiona

  • Article 48 :-Class Inheritance in Python

    Categories: Python ||

    Instead of starting from scratch, you can create a class by deriving it from a preexisting class by listing the parent class in parentheses after the new class name.The child class inherits the attrib

  • Article 49 :-Destroying Objects

    Categories: Python ||

    Python deletes unneeded objects (built-in types or class instances) automatically to free the memory space. The process by which Python periodically reclaims blocks of memory that no longer are in use

  • Article 50 :-Built-In Class Attributes

    Categories: Python ||

    Every Python class keeps following built-in attributes and they can be accessed using dot operator like any other attribute −__dict__ − Dictionary containing the class's namespace.__doc__ − Clas

Top articles
Why Proxies Are the Silent Backbone of Modern Online Operations Published at:- International (MCQs) Published at:- Summits and Conferences (MCQs) Published at:- Java Multiple Choice Question MCQ Published at:- Java Multiple Choice Question MCQ Published at:- Awards, Honours and Persons in News (MCQs) Published at:- Cost Accounting Multiple Choice Question MCQ Published at:- NEET (Zoology MCQs) Published at:- Gardening Tips for a Thriving Garden Published at:- NEET Zoology MCQs Published at:- NEET (MCQs on Apiculture) Published at:- Impact of COVID-19 on Education Systems Published at:- Benefits of Multi-Cloud Strategies in 2024 Published at:- How to Create a Winning Business Plan in 2024 Published at:- Monsoon Bliss: 5 Ways Goa Captivates Travelers in 2024 Published at:- Why Indian Chutneys Deserve Their Spot Among the World's Best Dips Published at:- Impact of Virtual Reality on Sports Viewing in 2024 Published at:- How Jerrycans Are Good Storage Solutions for Business Owners Published at:- Latest Innovations in Korean Skincare for 2024 Published at:- Oily Skin Survival Guide for the Hottest Summer of 2024 Published at:- Boost Your Cybersecurity: Leveraging Microsoft Authenticator App in 2024 Published at:- ZebPay Your Go-To Platform for Instant Bitcoin Purchases in India Published at:- The Impact of Stress on Uterine Problems: Strategies for Management Published at:- Mastering the Art of Resilience: A Guide to Handling Rejection Published at:- Community Colleges Are Navigating the Educational Landscape in 2024 Published at:- Plan Your Dream April Vacation: Top Destinations to Consider Published at:- From Antioxidants to Anti-Inflammatory Compounds: Betel Leaf's Health Secrets Revealed Published at:- Top Smart Glasses of A Buyers Guide Published at:- Key Qualities to Cultivate Becoming a Better Teacher Published at:- Role of Technology in Modern Curriculum Development Published at:- How to Align Curriculum Development with Learning Objectives Published at:- Top 5 Natural Remedies to Shield Your Skin from Holi Colors Published at:- Elevate Your Holi Celebration with this Gujiya Recipe Published at:- Who launched the INSAT 3D satellite and when Published at:- Teaching the Significance of Republic Day to the Next Generation Published at:- Ways to Support the Community on World AIDS Day 2023 of Building Solidarity Published at:- How to Plan the Perfect Winter Wonderland Fest Published at:- Making the Most of Winter Magic Festival Season Published at:- Unleash the Magic: Top Winter Festivals Around the World Published at:- Captivating Moments: Highlights of the Winter Magic Festival Published at:- Embrace the Chill Unforgettable Experiences at the Winter Magic Festival Published at:- Uncovering the Secrets of the Aurora Winter Festival Published at:- 10 Tips for Making the Most of the Winter Festival Published at:- Ultimate Guide to the Aurora Winter Festival Published at:- Ultimate Jack Frost Winterfest Survival Guide Published at:- Complete Guide to Jack Frost Winterfest with Making Memories Published at:- Celebration of Light, Joy, and Togetherness Diwali 2023: Published at:- Experience the Beauty of Diwali 2023 Published at:- Hindu Festival of Lights to Celebrating Diwali 2023 Published at:- Hindu Festival of Lights to Celebrating Diwali 2023 Published at:- Embrace the Festive Vibes Of Diwali 2023 in India Published at:- Achieve Radiant Skin with These Benefits The Power of Skin Toner Published at:- Unveiling the Beauty Benefits of Besan for Your Skin from Dull to Radiant Published at:- Get Glowing with Besan Guide to its Face Transforming Benefits Published at:- Remarkable Benefits of Olive Oil for Skin Whitening Published at:- Unleashing the Power of Platform as a Service in Cloud Computing Published at:- Benefits of Platform as a Service for Cloud Computing Success Published at:- Mastering Cloud Infrastructure Services A Comprehensive Guide Published at:- Choosing the Right Cloud Infrastructure Services for Your Business Published at:- Why Cloud Infrastructure Services Are Essential for Business Success Published at:- Unleashing the Power of Cloud Computing Storage Published at:- Advantages of Cloud Computing Storage Published at:- 10 Creative Ideas for Using Adobe Acrobat Published at:- Unlock the Power of Adobe Acrobat: A Comprehensive Guide Published at:- How to Convert PDFs Easily and Quickly Published at:- When Is the Best Time to Use a PDF Converter Published at:- Advantages of Using a PDF Converter Published at:- Exploring the Benefits of an eLearning Platform Published at:- How to Choose the Right E Learning Platform for Your Needs Published at:- Exploring the Benefits of Vocational Training Published at:- Tips for Choosing the Right Vocational Training Program Published at:- The Pros and Cons of Choosing an AR 15 for Your Next Deer Hunting Rifle Published at:- Why a Universal Basic Income Could be Good Economics for Hard Times Published at:- 7 Reasons Why Every Student Should Own a Personal Computer Published at:- 10 Ways Technology is Revolutionizing Healthcare Published at:- Upcoming Technology In Computer Science Published at:- Capture High Quality Photos and Videos with the VIVO Drone Camera Phone Published at:- PHP and its use Published at:- Why is web application security important for any website Published at:- Technology will be replaced by Android in the future Its correct or not Published at:- Some of the advantages of Angular over other frameworks Published at:- Best E commerce website development services Published at:- Mobile App Security Important in App Development Published at:- Advantages and Disadvantages of Tourism Published at:- What is the best cryptography software Published at:- What are some must read books on economics Published at:- When did Covid start in India Published at:- Which mobile phone has the most sales in India Published at:- Which is the best smartphone under Rs. 8,000 in India Published at:- What are the features of the C language Published at:- Who are the world's top 10 best artists of all time Published at:- What is data binding in AngularJS Published at:- How much do professional gamers earn in India Published at:- What is IT technology Published at:- What's the best mind map software Published at:- What are the service management tools on Linux Published at:- What is cloud computing and its advantages Published at:- How do I raise funds in India for my startup business idea Published at:- What businesses can an electronics and telecommunication engineer start Published at:- What precautions are you taking out of fear of the coronavirus Published at:-
R4RIn Team
The content on R4RIn.com website is created by expert teams.