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
790
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.2k
Caches
jmkoni
0
1.3k
SQL! Fun, Delight, Only A Mild Amount Of Terror
jmkoni
0
4.1k
Parsing Job Listings
jmkoni
0
1.3k
User Stories: What, Why, And How
jmkoni
1
58
Other Decks in Technology
See All in Technology
大規模組織にAIエージェントを迅速に導入するためのセキュリティの勘所 / AI agents for large-scale organizations
i35_267
6
360
VLMサービスを用いた請求書データ化検証 / SaaSxML_Session_1
sansan_randd
0
150
Wasmで社内ツールを作って配布しよう
askua
0
160
東京海上日動におけるセキュアな開発プロセスの取り組み
miyabit
0
210
KCD Lima: eBee in Peru!
lizrice
0
110
MCPと認可まわりの話 / mcp_and_authorization
convto
2
330
Recoil脱却の現状と挑戦
kirik
3
480
ビジネス文書に特化した基盤モデル開発 / SaaSxML_Session_2
sansan_randd
0
180
Unson OS|48時間で「売れるか」を判定する AI 市場検証プラットフォーム
unson
0
140
ML Pipelineの開発と運用を OpenTelemetryで繋ぐ @ OpenTelemetry Meetup 2025-07
getty708
0
330
製造業の課題解決に向けた機械学習の活用と、製造業特化LLM開発への挑戦
knt44kw
0
110
Jitera Company Deck / JP
jitera
0
310
Featured
See All Featured
It's Worth the Effort
3n
185
28k
Music & Morning Musume
bryan
46
6.7k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
770
Why You Should Never Use an ORM
jnunemaker
PRO
58
9.5k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
The Invisible Side of Design
smashingmag
301
51k
We Have a Design System, Now What?
morganepeng
53
7.7k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.9k
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?