[Python crawler] crawling cloud class resources and activities

Write in front Recently, many teachers in the school use cloud class. After a course, what should they do if they want to see the students' homework (submitted in the form of activities)? Cloud class does not provide batch download for students. In addition, a teacher's newly released teaching task has set that the video is not allowed to ...

Added by jcd on Thu, 04 Nov 2021 04:11:34 +0200

[Python multithreading] daemon thread & blocking thread

Series selection Python crawlers are slow? Concurrent programming to understand it Daemon thread In Python multithreading, after the code of the main thread runs, if there are other sub threads that have not been executed, the main thread will wait for the sub threads to execute before ending; This creates a problem. If a thread is ...

Added by lee_umney on Wed, 03 Nov 2021 03:38:35 +0200

Ten thousand fans, I climbed all my fans, just to verify one thing

Ten thousand fans, I climbed all my fans, just to verify one thing preface The growth of fans and visits to CSDN blog sites is a very strange thing. If you don't blog, there will be almost no growth in fans. One or two days after you post a blog with a sufficient number of words, there will be a sudden change in the number of fans and visi ...

Added by onlinegs on Sun, 31 Oct 2021 07:05:18 +0200

Using python+selenium super eagle to crack the image recognition verification code

When you are a crawler, you will certainly encounter many verification code columns, such as image recognition mentioned in this paper: ย  When I was climbing the dragnet, I was too often jumped to the verification system. It was really annoying url=Secure access verification - pull hookhttps://sec.lagou.com/verify.html?e=2&f=https: ...

Added by djdon11 on Sat, 30 Oct 2021 10:04:03 +0300

Python multithreading

catalogue Introduction to Python concurrent programming 1. Why introduce concurrent programming? 2. What are the methods to speed up the program? 3.python support for concurrent programming ย  How to select multithreaded Thread, multiprocess Process and multiprocess Coroutine 1. What are CPU intensive computing and IO intensive comp ...

Added by louisp on Fri, 29 Oct 2021 18:34:36 +0300

My girlfriend suddenly wants to buy a bra, but I don't know what color is more beautiful. Python explains it [actual combat in the whole process, discussion and collection]

Scene reproduction Today, the weather is fine. My girlfriend suddenly wants to buy a bra, but I don't know what color is more beautiful. So I ordered me to analyze what color buyers benefit the public, discuss it, and reward it afterwards. Keywords in this paper Concurrent process ๐Ÿ˜Š, IP blocked ๐Ÿ˜ณ, IP proxy ๐Ÿ˜, Agent blocked ๐Ÿ˜ญ, A pla ...

Added by Supplement on Mon, 25 Oct 2021 06:54:54 +0300

JS reverse Hook, eating hot pot and singing songs, was suddenly robbed by Ma bandits!

WeChat official account: brother K crawler, QQ exchange group: 808574309, keep sharing crawler advance, JS/ Android reverse technology dry cargo! What is Hook? Hook is actually a system mechanism provided in windows to replace "interrupt" under DOS. The concept of hook is very common in Windows desktop software development, especi ...

Added by genius on Mon, 25 Oct 2021 04:58:11 +0300

Python crawls past and present K songs

preface Do you still remember the songs we sang in childhood and the voices of people we used to like today? As the mainstream singing software, national K song is deeply missed by me. Every time you visit the Internet, it's a pity if one day the other party deletes the song or becomes private. Today, I'm here to make a national k-song Downloa ...

Added by khendar on Sun, 24 Oct 2021 06:11:55 +0300

Python - a movie in which a reptile crawls on top 250 watercress

preface Suddenly, I have a strong hunch that I will soon be able to use the crawler. After learning a little about python crawler these two days, I want to find a case to practice. Unfortunately, Douban has been selected. Who calls the HTML rendered by the server more interesting? Sorry, Douban get ready The packages used are requests ...

Added by blen on Sun, 24 Oct 2021 05:08:13 +0300

Python game development, pygame module, Hamilton ring algorithm to automatically play Snake games

preface After a month, let's try to play a wave of Snake games automatically with the help of Hamilton ring. Let's start happily~ development tool **Python version: * * 3.6.4 Related modules: pygame module; And some python built-in modules. Environment construction Install Python and add it to the environment variable. pip can install t ...

Added by daok on Thu, 21 Oct 2021 09:58:37 +0300