Skip to content

Commit 9dffac0

Browse files
committed
add new css and other resources
1 parent 3cb38ed commit 9dffac0

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

content/pages/01-introduction/07-companies.markdown

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,17 @@ stacks.
7979

8080
* [Netflix uses Python](https://talkpython.fm/episodes/show/16/python-at-netflix)
8181
throughout their organization to run chaos engineering tests and generally
82-
glue together the code from their high-functioning polyglot teams.
82+
glue together the code from their high-functioning polyglot teams. Netflix
83+
also wrote a
84+
[2019 update for PyCon US](https://medium.com/netflix-techblog/python-at-netflix-bba45dae649e)
85+
to give more detail on what teams and projects work in Python.
86+
87+
* [Python 3 at Mozilla](https://ahal.ca/blog/2019/python-3-at-mozilla/)
88+
explains how their "build system, CI configuration, test harnesses,
89+
command line tooling and countless other scripts, tools or Github projects
90+
are all handled by Python". So just about everything a developer touches
91+
every day to build anything else needs Python to hook into the larger
92+
organization!
8393

8494
* [Google uses Python extensively](https://stackoverflow.com/questions/2560310/heavy-usage-of-python-at-google)
8595
and officially supports it internally as one of their three core languages,

content/pages/04-web-development/17-css.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,11 @@ web application's design.
195195
analyzes features versus bugs in different browser versions and how
196196
to test for support so that issues are less likely to hit your web app.
197197

198+
* [That Time I Tried Browsing the Web Without CSS](https://css-tricks.com/that-time-i-tried-browsing-the-web-without-css/)
199+
is an enlightening look at how crucial CSS is to the modern web. You can
200+
view examples of what it is like to use Amazon, DuckDuckGo, GitHub
201+
and several other sites.
202+
198203
* [Third party CSS is not safe](https://jakearchibald.com/2018/third-party-css-is-not-safe/)
199204
is a good reminder that any code you did not write yourself, especially
200205
code served through 3rd party sources not under your control can contain

0 commit comments

Comments
 (0)