You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources.md
+14-11Lines changed: 14 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,25 @@
1
-
#Resources - Installing Python
1
+
#Resources - Installing Python
2
2
3
3
During class we'll frequently use the command line and a text editor, and it helps if you have these installed beforehand.
4
4
5
5
6
-
##First, the Command Line##
6
+
##First, the Command Line
7
7
8
8
When learning Python you'll probably come across many references to the Command Line. What is it? How do you use it?
9
9
10
10
The answers to many of these questions can be found [here](http://lifehacker.com/5633909/who-needs-a-mouse-learn-to-use-the-command-line-for-almost-anything). On Mac or Linux you're already set with Terminal or bash. Many versions of Windows come with Powershell, but you can also download it [here.](https://www.microsoft.com/en-us/download/details.aspx?id=42554)
11
11
12
12
13
-
##Installing Python##
13
+
## Installing Python
14
+
15
+
### Basic, Easy Installation with Anaconda
16
+
17
+
Anaconda is an easy to install software pacakge for Windows, Mac and Linux. It comes with many of the frequent tools and modules that many novice python developers use.
18
+
19
+
Download it here:
20
+
https://www.anaconda.com/download/
21
+
22
+
### Advanced Installation
14
23
15
24
**Windows**
16
25
Windows requires you to install Python, which can be confusing if you're new to programming. Below are a few guides to help you through the process:
@@ -19,8 +28,6 @@ Windows requires you to install Python, which can be confusing if you're new to
19
28
20
29
*[The official Python Documentation](https://docs.python.org/2/using/windows.html#installing-python), which has a couple helpful links.
21
30
22
-
* If you plan ot use Python for data analytics you can download [Anaconda](http://continuum.io/downloads#all), a Python distribution that comes with many of the most popular packages for analytics as well as Spyder, an interactive environment similar to what you're used to if you've used SaS, Stata, SPSS, or R Studio.
23
-
24
31
**Mac**
25
32
26
33
Python comes pre-installed with OSX. All you need to do is open the Terminal application (found in Utilities or use Spotlight search) and type the following:
@@ -33,18 +40,14 @@ this will start a Python instance, and everything else you type in the terminal
33
40
34
41
This depends on the Linux distribution you're using, but it will most likely be installed.
35
42
36
-
##Text Editors##
43
+
##Text Editors
37
44
38
45
There are quite a few to choose from, but some of the most popular include-
0 commit comments