I. Architecture of software developmentApplications that involve communication between two programs can be broadly divided into two types:The first is the application class: QQ, network disk This category is required to install desktop
Python and XML operationsFirst, IntroductionXML is a protocol that implements data exchange between different languages or programs, much like JSON, but JSON is simpler to use, but in the dark ages when JSON is not yet born, you can only choose XML,
CookiesRequests access to cookie information through session informationFive Elements of a cookie:Name Value Domain path expiresFive key elements of printing cookiesImport Requestsurl = "http://www.hao123.com" s = requests.session () R = s.get (URL)
1,hashlib Module---digest algorithmImport= hashlib.md5 () md5.update ('How to use themd5 in Python hashlib? ' Print md5.hexdigest () calculates the result as follows: d26a53750bc40b38b65a520292f69306Encrypt with MD5If you have a large amount of
Urllib is a Python get URL (Uniform Resource locators, unified resource addressable), we can use it to crawl remote data to save OH1. Basic methodsurllib.request.urlopen(url, data=none, [timeout, ]*, cafile=none, capath= None, cadefault=false,
A holistic initial knowledge data type1.1intThe number is mainly used for computing, not many ways to use, just remember one can:# bit_length () when decimal is represented by a binary, the minimum number of bits i = 4print= oneprint3, 4
What is a collection? For indefinitely or a group of dizzy students can have a look.First don't want to say too many conceptual things, lest again faint!Take a look at the example I wrote below and naturally know what a collection is and how to
The use of ' * ' and ' * * ' in Python is divided into two aspects, one is the computation and the other is the packaging and unpacking of elements in the process of parameter passing.Computational aspectsThe most common functions of ' * ' and ' * *
1. Use Python to solve math problems.ABCD Multiply 9 = DBCA so a=?,b=?,c? D=?For-A in range (1,10): for-B in range (0,10): for- C in range (0,10): for-D in range (1,10): if (a*1000 + B * 1 XX + C * +d) * 9 = = (d*1000
Calendar ModuleThe functions of this module are calendar-related, such as printing a month's character calendar.Monday is the default first day of the week, and Sunday is the default last day.You need to call the calendar.setfirstweekday () function
Examples of common exercises for logical operations:Print (1 or 2 and 3 or 4) print (2 > 1 or 1 and 3 Answer:1 12 TrueView CodeCoding Knowledge:The role of ASCII:1 ASCII is binary with English uppercase and lowercase letters, punctuation, special
What is the difference between a class method, a class instance method, and a static method in 1.python?Difference:
Both class and static methods can be called by class and class instances, and class instance methods can only be called by
JSON is a lightweight data Interchange format. Serialization: Changing an object (variable) from memory into a stored or transferred process called serialization based on a subset of ECMAScript---------------------------------------------------------
This article is based on the 0 basics of Python, the most basic exercise, not including functions and object-oriented.Are I collected on the Internet some of the exercise materials, not much nonsense on the topic1. Use three lines of print to
031 single case + job, 031 job
Class Person: _ v = None @ classmethod def get_instance (cls): if cls. _ v: return cls. _ v else: cls. _ v = Person () return cls. _ v # create object obj = Person without using class. get_instance () print (obj)
It
Example of file read/write operations in Python3,
File Operation steps:
Open a File> operate a File> close a file
Remember: Close the file (otherwise unexpected results may occur)
Open a file
File handle = open ('file path', 'Mode ')
Specify file
Python calls the C language method [Based on the ctypes module], pythonctypes
This example describes how to call C language in Python. We will share this with you for your reference. The details are as follows:
The ctypes module in Python may be the
Python crawlers crawl the image address instance code on a webpage,
The example in this article is to crawl an image address on a webpage, as shown below.
Read the source code of a web page:
Import urllib. requestdef getHtml (url): html = urllib.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service