Abstract
### Data Bootcamp
---
A course exploring economic and financial data with Python at NYU's Stern School of Business. For current information and links to course material, try the **[Data Bootcamp website](http://databootcamp.nyuecon.com/)**.
---
*April 2016.* We are offering two sections of **[Data Bootcamp](http://databootcamp.nyuecon.com/)** at NYU Stern in **Fall 2016**, one for undergrads (ECON-UB.0232, Tuesday and Thursday, 2-3:15) and one for MBA students (ECON-GB.2313, Wednesday nights, 6-9pm). We plan the same for **Spring 2017.** They are standard for-credit courses at NYU and will be listed on NYU's online registration system.
The course was developed by Stern faculty and students with the assistance and support of executives at **Amazon**. The immediate goal is to train students to succeed as summer interns and full-time employees of technology companies, but the same skills are valued in finance, marketing, consulting, media, and other areas. We think of it as literacy for the modern age and a selling point in finding a job.
More concretely, the course is designed to (i) introduce students to sources of economic, financial, and business **data** and (ii) give **programming newbies** a sense of how modern software -- in this case **Python** -- makes life easier and more interesting. We'll let the data speak for itself. But coding is an essential skill in the modern world. You can do lots of things in Excel, but if you value your time -- and you should -- you'll find you can use it more efficiently with a modern programming language. We like to say we do it because we're **lazy**, laziness being a synonym here for efficiency. Former students tell us it's become a key to success in the business world. An alum with strong programming skills worries that this course will make him obsolete.
**[Data Bootcamp](http://databootcamp.nyuecon.com/)** will **NOT** cover SQL databases. **SQL Bootcamp** is a separate non-credit course. Same team, same attitude, different content. For more information, scroll down.
You can find more information about the course on the **[course website](http://databootcamp.nyuecon.com/)**. If you have questions, **email Dave Backus** (db3@nyu.edu) or track him down in his office (KMC 7-68) or at the Malt House.
#### Related information
**Related courses.** Several students have asked how Data Bootcamp compares to other courses with significant programming content. I've put together [a list](https://github.com/DaveBackus/Data_Bootcamp/blob/master/Markdown/related_courses.md#related-courses), but I recommend you ask around. Data Bootcamp does two things that are unusual: it's newbie-friendly, and there's a strong emphasis on data. The latter strikes me as important, in the sense that when you learn to program, it's helpful to have a purpose in mind. Ours is to collect and manage data.
**Suggestions welcome.** Post them at the "Issues" link at the top (look for the exclamation point in a circle) or email Dave Backus at NYU: db3@nyu.edu. Thanks in advance.
**Licensing.** We encourage others to use this material and to acknowledge such use.
Here's [the boilerplate](https://github.com/DaveBackus/Data_Bootcamp/blob/master/LICENSE.md).
On the off chance this crossed your mind, here's
[Richard Stallman's take](http://www.newyorker.com/business/currency/the-gnu-manifesto-turns-thirty) on the license, which allows commercial development.
Part of the #nyuecon collection at NYU's Stern School of Business.
---
### SQL Bootcamp
Back by popular demand: the second annual SQL Bootcamp @ NYU Stern. This four-session Amazon-approved course is designed to get Amazon's summer interns up to speed so they can hit the ground running. Others may find the same skill set useful. Organized by Professors David Backus and Glenn Okun, the course is designed and delivered by MBA2 **[Sarah Beckett-Hile](https://www.linkedin.com/in/sarahbecketthile)**.
**2016 mini-course.** The 2016 edition of SQL Bootcamp consists of four Friday sessions starting **March 25 through April 15** and will run from **1:30 to 4:30pm**.
**Room**: [KMC 3-65](http://web-docs.stern.nyu.edu/old_web/emplibrary/NYUSternLocation.pdf)
If you plan to join us:
* Sign up for our **[Google group](https://groups.google.com/forum/#!forum/nyu_data_bootcamp)** to get further information and announcements.
* Download the class file: [SQL_Bootcamp_Stern_2016](https://www.dropbox.com/s/knjvfqadgkhi9hx/SQL_Bootcamp_Stern_2016.ipynb?dl=1)
* Download the [syllabus](https://github.com/DaveBackus/Data_Bootcamp/raw/master/Code/SQL/SQL_Bootcamp_Syllabus.pdf)
* Download the [Cheat Sheet](https://github.com/DaveBackus/Data_Bootcamp/raw/master/Code/SQL/SQLBOOTCAMPCHEATSHEET.pdf), which summarizes concepts
* Download and install [Anaconda **for Python 3.5**](https://www.continuum.io/downloads) by selecting the 64-Bit Graphical Installer
**Video links.** [Class 1](http://nyustern.mediasite.com/Mediasite/Play/cf40e7f1bfa64eb2b73a512a6127f10b1d) | [Class 2](http://nyustern.mediasite.com/Mediasite/Play/a389fa743d9741cf947c572bfa4afbcb1d) | [Class 3](http://nyustern.mediasite.com/Mediasite/Play/2279e798cc1b4835b3cd9845ab30618c1d) | [Class 4](http://nyustern.mediasite.com/Mediasite/Play/47344f2d9b6c41dd99c869171c7ec3871d)
<!--
#### Spring 2015 edition
Professors David Backus and Glenn Okun proudly present the 2015 *NYU Stern School of Business SQL Bootcamp*. This five-session non-credit program will be taught by Sarah Beckett-Hile. It follows a popular
[Python mini-course](https://github.com/DaveBackus/Data_Bootcamp#data-bootcamp) run last fall.
**Sessions.** Class sessions will be held on Fridays in KMC 5-90, 2pm to 5pm, starting March 27 and running through April 24.
**Before the first class.** We will be using the Anaconda distribution of Python 3.4.
To install it on your computer, follow [these instructions](https://docs.google.com/document/d/1kvZAEEh4MqpWfVuW1eW3lBvsS2yKEJXtzAkOZSrtd5s/edit?usp=sharing).
If you're stumped, come 30 minutes early to our first session.
**Announcements.** If you want to get announcements about the class, please join our [discussion group](https://groups.google.com/forum/#!forum/nyu_data_bootcamp), a Google Group devoted to this purpose.
You can ask questions there, too.
**Materials.** Also before the first class, you should download these documents and save them in a convenient folder/directory:
* [Syllabus](https://github.com/DaveBackus/Data_Bootcamp/blob/master/Code/SQL/SBH_SQL_Syllabus.pdf)
* [IPython notebook](https://github.com/DaveBackus/Data_Bootcamp/blob/master/Code/SQL/SQL_Intro.ipynb) (essentially a combination of slides and code for the course)
* [Python support code](https://github.com/DaveBackus/Data_Bootcamp/blob/master/Code/SQL/SQL_support_code.py) (you won't touch this, it runs behind the scenes, but you need it for the notebook to run)
* [Cheat sheet](https://github.com/DaveBackus/Data_Bootcamp/blob/master/Code/SQL/SQL_Cheat_Sheet.pdf): this covers the whole course.
Once you've done this:
* Open Anaconda, then launch "ipython-notebook". This will open a window in your default browser where you can navigate your computer's local folders
* Locate and open the folder where you saved SQL_Intro.ipynb and SQL_support_code.py.
* Click to open SQL_Intro.ipynb (you don't need to open SQL_support_code.py, just make sure it's in the same folder).
**Webinar.** We have set up a "webinar" for people who cannot be here in person,
including alums and other friends of the school. Please register [here](https://attendee.gotowebinar.com/register/3554985340709263362)
for SQL Bootcamp at NYU Stern School of Business. After registering, you will receive a confirmation email with information about joining the webinar. The webinar gives you access to a live stream and the ability to ask questions.
-->
<!--
**Videos.** The collection:
[Session 1](https://www.dropbox.com/s/fr36ox2cfmlgq2g/NYU_Stern_SQL_Bootcamp_Session_1.mov?dl=0) |
[Session 2](https://www.dropbox.com/s/adecgf0llk97eh1/NYU_Stern_SQL_Bootcamp_Session_2.mov?dl=0) |
[Session 3](https://www.dropbox.com/s/oepu3q8ubrop1kr/NYU_Stern_SQL_Bootcamp_Session_3.mov?dl=0) |
[Session 4](https://www.dropbox.com/s/g1imh5zv9644v3v/NYU_Stern_SQL_Bootcamp_Session_4.mp4?dl=0) |
[Session 5](https://www.dropbox.com/s/zbheuu04c3z63ym/NYU_Stern_SQL_Bootcamp_Session_5.mp4?dl=0)
Please download before playing.
-->
**Questions and comments.** If you have questions or comments about the class, you can post them on the
[group](https://groups.google.com/forum/#!forum/nyu_data_bootcamp). Or contact one of the organizers.
**Exit poll.** If you use this material, please fill out the (short) [exit poll](https://docs.google.com/forms/d/1ZV9NW2Lum3Tp5jVMJWg8I5gkvVi0NmskdL1bameVmMg/viewform?usp=send_form).
Another product of the #nyuecon Python factory @ NYU Stern.