Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Python Modules: Random and BeautifulSoup
Search
Jennifer Konikowski
August 14, 2013
Technology
0
1.2k
Python Modules: Random and BeautifulSoup
A quick lightning talk discussing what modules are and how to use two common ones.
Jennifer Konikowski
August 14, 2013
Tweet
Share
More Decks by Jennifer Konikowski
See All by Jennifer Konikowski
Building a Great Tech Resume
jmkoni
0
690
Building A Community For All People
jmkoni
0
26
Scala: Welcome To The Wonderful World Of Functional Programming
jmkoni
0
12k
Building a Community For All People
jmkoni
0
1.2k
Building A Community For Beginners
jmkoni
0
5k
Caches
jmkoni
0
1.2k
SQL! Fun, Delight, Only A Mild Amount Of Terror
jmkoni
0
3.9k
Parsing Job Listings
jmkoni
0
1.2k
User Stories: What, Why, And How
jmkoni
1
55
Other Decks in Technology
See All in Technology
プロダクトエンジニアが活躍する環境を作りたくて 事業責任者になった話 ~プロダクトエンジニアの行き着く先~
gimupop
1
320
Hotwire光の道とStimulus
nay3
6
2.4k
端末が簡単にリモートから操作されるデモを通じて ソフトウェアサプライチェーン攻撃対策の重要性を理解しよう
kitaji0306
0
170
GitHub Universe: Evaluating RAG apps in GitHub Actions
pamelafox
0
160
使えそうで使われないCloudHSM
maikamibayashi
0
150
Autify Company Deck
autifyhq
1
39k
で、ValhallaのValue Classってどうなったの?
skrb
1
630
「 SharePoint 難しい」ってよく聞くけど、そんなに言うなら8歳の息子に試してもらった
taichinakamura
0
210
バクラクにおける可観測性向上の取り組み
yuu26
3
360
オニオンアーキテクチャで実現した 本質課題を解決する インフラ移行の実例
hryushm
14
2.9k
オーティファイ会社紹介資料 / Autify Company Deck
autifyhq
9
120k
いまならこう作りたい AWSコンテナ[本格]入門ハンズオン 〜2024年版 ハンズオンの構想〜
horsewin
7
1.9k
Featured
See All Featured
Facilitating Awesome Meetings
lara
49
6k
Visualization
eitanlees
144
15k
Docker and Python
trallard
40
3.1k
What's in a price? How to price your products and services
michaelherold
243
12k
Optimising Largest Contentful Paint
csswizardry
33
2.9k
Learning to Love Humans: Emotional Interface Design
aarron
272
40k
Building a Modern Day E-commerce SEO Strategy
aleyda
38
6.9k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
167
49k
Making the Leap to Tech Lead
cromwellryan
132
8.9k
Building an army of robots
kneath
302
42k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
664
120k
Testing 201, or: Great Expectations
jmmastey
38
7k
Transcript
Python Modules: Random and BeautifulSoup
What is a module?
How do I use a module?
Module 1: Random
randrange(start,stop[,step]) random() shuffle([array]) randint(a,b)
When would I use it?
Module 2: BeautifulSoup
INSTALL: USE:
When would I use it?