Pinned Loading
-
Web Scraping BeautifulSoup
Web Scraping BeautifulSoup 1#! python32# multidownloadXkcd.py - Downloads XKCD comics using multiple threads.34import requests, os, bs4, threading
5os.makedirs('xkcd', exist_ok=True) # store comics in ./xkcd
-
fonttext.py
fonttext.py 1import pygame, sys
2from pygame.locals import *
3pygame.init()
4DISPLAYSURF = pygame.display.set_mode((400, 300))
5pygame.display.set_caption('Hello World!')
-
-
-
How to automate the boring stuff tut...
How to automate the boring stuff tutorial 1import datetime
2import time
3halloween2021= datetime.datetime(2021, 10, 31, 0, 0, 0)
4while datetime.datetime.now() < halloween2021:
5time.sleep(1)
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.