@@ -106,3 +106,30 @@ like the CIA, FBI and NSA.
106106 Institution, Department of Education, Department of the Navy and
107107 National Institute of Standards and Technology (NIST).
108108
109+
110+ ### Industry-specific Python guides
111+ Python is so widely used across various industries that developers have
112+ written guides specific to their occupations for how to use Python. The
113+ following resources are guides for using Python in astronomy, social
114+ sciences and other fields rather than specific companies.
115+
116+ * [ Practical Business Python] ( http://pbpython.com/ ) covers business-related
117+ topics such as how to automate generating large Excel spreadsheets or
118+ perform analysis when your data is locked in Microsoft Office files.
119+
120+ * [ Practical Python for Astronomers] ( https://python4astronomers.github.io/ )
121+ gives open source workshop materials to teach astronomy students how to
122+ use Python for [ data analysis] ( /data-analysis.html ) .
123+
124+ * [ Python for the Humanities] ( http://fbkarsdorp.github.io/python-course/ ) is a
125+ textbook on the basics of text processing in Python. The material ramps
126+ up quickly after the first chapter so you will likely want to combine
127+ this walkthrough with other
128+ [ great Python learning resources] ( /best-python-resources.html ) .
129+
130+ * [ Python for Social Scientists] ( http://www-rohan.sdsu.edu/~gawron/python_for_ss/ )
131+ and
132+ [ Real Python's Python for Social Scientists] ( https://realpython.com/python-for-social-scientists/ )
133+ walkthroughs are specific to fields that work with a lot of
134+ [ data] ( /data.html ) gathered from studies such as psychology, sociology
135+ and economics.
0 commit comments