myapp/
βββ manage.py
βββ myapp
βββ __init__.py
βββ settings
β βββ __init__.py
β βββ base.py
β βββ dev.py
β βββ feature.py
$ sudo npm install -g hexo-cli
$ hexo -v
hexo-cli: 0.1.9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
from bs4 import BeautifulSoup | |
import sys | |
import json | |
import threading | |
import re | |
import time | |
import os | |
proxies = { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
from bs4 import BeautifulSoup | |
import sys | |
import csv | |
sys.setrecursionlimit(5000) | |
# We've now imported the two packages that will do the heavy lifting | |
# for us, reqeusts and BeautifulSoup | |
# Let's put the URL of the page we want to scrape in a variable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.hprog99; | |
import java.io.BufferedReader; | |
import java.io.DataOutputStream; | |
import java.io.InputStreamReader; | |
import java.net.HttpURLConnection; | |
import java.net.URL; | |
import javax.net.ssl.HttpsURLConnection; | |
I hereby claim:
- I am kattybilly on github.
- I am kattybilly (https://keybase.io/kattybilly) on keybase.
- I have a public key ASBx7PPW6iMqHEMCWjj-9ZYCkVGXGVceyqLxaGtpKHlnego
To claim this, I am signing this object:
brew install git bash-completion
Configure things:
git config --global user.name "Kartik Verma"
git config --global user.email "[email protected]"
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
NewerOlder