1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
forsale [732]
3 years ago
8

What does module in Python do? How to install it? Thanks!

Computers and Technology
1 answer:
lyudmila [28]3 years ago
8 0
A Python module is an extension file which contains programmable resources for a given translation unit. This is very much like a header file in C and C++, it's modularized data. For example, say I wanted to write a server/client script. I can't easily do so with Python out of the box. I would require the "socket" module which contains all of the functions, variables and data structures which allow for network programming.

network.py
___________
from socket import *

s = socket(AF_INET, SOCK_STREAM)
(...)
You might be interested in
One method of encoding messages is known as the "expanding square code". this method encodes message by placing the character of
mars1129 [50]
Wow!! that is ALOT of info,I dont think i could help with this one Umders 699 maybe someone else can sorry that i couldn`t help :)
4 0
3 years ago
Which layer of the OSI model do network administrators typically check first when issues arise?
bazaltina [42]

Answer:

B

Explanation:

Typically I check the physical layer to ensure that the nodes are plugged accordingly.

4 0
2 years ago
List the five ethical rules that you feel are most important for one to follow when using the internet.
seropon [69]
1. Be smart
2. Do not tell anyone your personal info
3. Use reliable resources while looking up things (org,net,ect. no .coms)
4. ask your parents or guardian if you can go on a specific website And number 5 have fun!
7 0
3 years ago
Search syndication and distribution is when a search engine provides its services to a third-party in need of search capabilitie
iren [92.7K]
The answer is TRUE.  <span>Search syndication and distribution is when a search engine provides its services to a third-party in need of search capabilities for their digital properties. </span>
5 0
3 years ago
Why cant i get group texts via message after deleting them on my samsung galaxy
DedPeter [7]

Answer:

I DONT KNOW               ??????????????????????????????????/

Explanation:

5 0
2 years ago
Other questions:
  • ____ refers to data, applications, and even resources stored on computers accessed over the Internet. Answer
    5·1 answer
  • Websites that group individuals and organizations into clusters or groups based on some sort are considered to be what type of n
    11·1 answer
  • Match each type of software license with the appropriate definition.
    11·1 answer
  • In a _____ network, each device on the network is attached to a central router. If the router fails, then the other devices will
    13·1 answer
  • To answer the research question "How am I going to find the information I need on the tople?" the best thing Georgia should
    15·1 answer
  • Write all the hexadecimal numbers in sequence from 9F7H to A03H
    9·1 answer
  • Use python
    9·1 answer
  • Tools used to type text on Ms paint​
    12·1 answer
  • SmartArt is a Microsoft Office tool for creating what?
    11·2 answers
  • When creating a user generated function, what procedure is followed?
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!