Python handles Excel and learns these 14 methods to reduce the workload by more than half!

In the age of python, you have to learn some Python in finance, personnel, administration and other posts, which is easy and brain-saving! All operations are automatically implemented in Python, overtime? It doesn't exist! In fact, excel and python are both tools. We don't need to compare them and study which is easy to use. excel, as the most ...

Posted by z1haze on Sat, 16 Oct 2021 00:05:59 -0700

Crawler python series [from request to scratch framework] summary

Reptile Author: ychh_ Bedding content Reptile classification Universal crawler: An important part of grasping system Focus crawler: Based on the universal crawlerWhat is captured is the local content of the page Incremental crawler: Detect the update of data in the website Anti creep mechanism Portal websites can prevent cr ...

Posted by Vince889 on Thu, 14 Oct 2021 10:55:14 -0700

Python practice - web crawler notes - 2. Crawl public information from the website

Python practice notes - 2. Crawl public information from the website Zhang Banshu's Python practice notes, including notes and DeBug's experience. In order to complete a troublesome internship task, I tried to do such a reptile project. One of the task requirements is to search the government affairs disclosure of Anhui emergency management d ...

Posted by JohnResig on Wed, 13 Oct 2021 13:55:32 -0700

python crawler - cookie handling of requests module

cookie handling of requests module Stateless HTTP HTTP statelessness means that the HTTP protocol has no memory ability for transaction processing, that is, the server does not know what the state of the client is. When we send a request to the server, the server parses the request and then returns the corresponding response. The server is re ...

Posted by ubuntu-user on Wed, 13 Oct 2021 08:37:55 -0700

Scarpy crawls Dangdang books

catalogue 1: Scarpy           (1)   What is Scrapy:            (2) To install the scene: 2. Creation and operation of the scratch project          1. Create a scene project:          2. Proje ...

Posted by Pixelsize on Tue, 12 Oct 2021 18:00:08 -0700

Day17 CSV file, excel file operation and object-oriented programming

day17 - csv file and excel file operation and object-oriented programming (10.12) 1. python reads csv files python read csv file – read csv file Create folder - ctrl+c – ctrl+v add csv file (cancel) utf-8-sig – > signed UTF-8 – > with byte order mark (to ensure safe reading) import csv with open('resource ...

Posted by mk1200 on Tue, 12 Oct 2021 12:54:59 -0700

[from introduction to mastery of Python] let's finish the basic knowledge of python with tens of thousands of words! [just collect]

Why did you write this article Since I wrote my first Python series column on June 13, 2021, I have successively updated 27 Python series articles. Here, I would like to thank readers for their support and reading, especially the little partners of one button three company. This column is named [Python from introduction to mastery], which is ...

Posted by miniramen on Tue, 12 Oct 2021 01:07:48 -0700

java crawl learning-01

1, Climbing tool httpclient Simulate the browser request for capturing html pages. After capturing, you can obtain data in combination with regular.fastjson Used to parse json. For some ajax requests, httpclient cannot grab the html generated dynamically by js later. Therefore, we need to obtain the ajax request url, then obtain the json s ...

Posted by Soogn on Mon, 11 Oct 2021 11:33:17 -0700

The sky is blue and the reptiles are waiting for you ❤️ post request ⚡ cookie login ⚡ handler processor ⚡

📢📢📢📣📣📣 🌻🌻🌻 Hello, everyone. My name is Dream. I'm an interesting Python blogger. I have a small white one. Please take care of it 😜😜😜 🏅🏅🏅 CSDN is a new star creator in Python field. I'm a sophomore. Welcome to cooperate with me 💕 Introduction note: this paradise is never short of genius, and hard work is your final admissio ...

Posted by ciciep on Sun, 10 Oct 2021 20:18:00 -0700

Learning regular expressions in python

 regular expressions are powerful tools and techniques for string processing.  regular expression uses a predefined pattern to match a class of strings with common characteristics. It is mainly used to process strings. It can quickly and accurately complete complex search, replacement and other processing requirements. It has important appli ...

Posted by lesmith on Sun, 10 Oct 2021 00:47:21 -0700