- New Pitch
- Origin::
- Motivation::
- Problem::
- Observations::
- Causes::
- Solution::
- Patterns::
- Fat Marker::
- Breadboard::
This file contains hidden or 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
/** | |
* Title: Recursive Hierarchy Labels | |
* License: MIT | |
* Author: Justin Barrett | |
* Sites: | |
* http://www.allaboutthatbase.tips - Main website | |
* https://www.youtube.com/c/AllAboutThatBase1 - All About That Base (YouTube channel) | |
* Show your support: https://ko-fi.com/allaboutthatbase | |
* | |
* Revision history: |
This file contains hidden or 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
# Select the first announcement from the previous list of 20 | |
hotel = hotels[0] | |
# Get main information | |
title = hotel.css('a ::attr(aria-label)').extract_first() | |
url_link = hotel.css('::attr(href)').extract_first() | |
url_img = hotel.css('img ::attr(src)').extract_first() | |
type_of_room = hotel.css('div._b14dlit ::text').extract_first() | |
# Get tag information |
This file contains hidden or 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 scrapy.selector import Selector | |
# Prepare url | |
city = 'Toronto' | |
main_url = 'https://www.airbnb.com' | |
city_url = f'{main_url}/s/{city}/homes/' | |
# Create selector | |
html = requests.get(city_url).content |
-
Kinesis Freestyle (Terrible key switches. Mushy and un-lovable)
-
Kinesis Freestyle Edge (Traditional layout with too many keys, mech switches, proably too big to be tented easily/properly)
-
Matias Ergo Pro (Looks pretty great. Have not tried.)
-
ErgoDox Kit (Currently, my everyday keyboard. Can buy pre-assembled on eBay.)
-
ErgoDox EZ (Prolly the best option for most people.)