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.3k
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
730
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.3k
Building A Community For Beginners
jmkoni
0
5.1k
Caches
jmkoni
0
1.2k
SQL! Fun, Delight, Only A Mild Amount Of Terror
jmkoni
0
4k
Parsing Job Listings
jmkoni
0
1.3k
User Stories: What, Why, And How
jmkoni
1
57
Other Decks in Technology
See All in Technology
エンジニアのためのドキュメント力基礎講座〜構造化思考から始めよう〜(2025/02/15jbug広島#15発表資料)
yasuoyasuo
16
6.5k
バックエンドエンジニアのためのフロントエンド入門 #devsumiC
panda_program
18
7.3k
アジャイル開発とスクラム
araihara
0
170
AndroidデバイスにFTPサーバを建立する
e10dokup
0
250
2024.02.19 W&B AIエージェントLT会 / AIエージェントが業務を代行するための計画と実行 / Algomatic 宮脇
smiyawaki0820
12
2.9k
Datadogとともにオブザーバビリティを布教しよう
mego2221
0
140
AndroidXR 開発ツールごとの できることできないこと
donabe3
0
130
ユーザーストーリーマッピングから始めるアジャイルチームと並走するQA / Starting QA with User Story Mapping
katawara
0
200
Data-centric AI入門第6章:Data-centric AIの実践例
x_ttyszk
1
400
君も受託系GISエンジニアにならないか
sudataka
2
420
白金鉱業Meetup Vol.17_あるデータサイエンティストのデータマネジメントとの向き合い方
brainpadpr
5
600
プロセス改善による品質向上事例
tomasagi
2
2.5k
Featured
See All Featured
How to train your dragon (web standard)
notwaldorf
91
5.8k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
The World Runs on Bad Software
bkeepers
PRO
67
11k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
30
2.2k
Producing Creativity
orderedlist
PRO
344
39k
Adopting Sorbet at Scale
ufuk
74
9.2k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
160
15k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
Art, The Web, and Tiny UX
lynnandtonic
298
20k
Designing Experiences People Love
moore
140
23k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
120k
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?