Skip to content

Commit 41acec9

Browse files
authored
Merge pull request #14 from dcpylab/ndanielsen-patch-1
Updating Resources with better formatting
2 parents 82389b9 + b726ec4 commit 41acec9

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

resources.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
1-
#Resources - Installing Python
1+
# Resources - Installing Python
22

33
During class we'll frequently use the command line and a text editor, and it helps if you have these installed beforehand.
44

55

6-
##First, the Command Line##
6+
## First, the Command Line
77

88
When learning Python you'll probably come across many references to the Command Line. What is it? How do you use it?
99

1010
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)
1111

1212

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
1423

1524
**Windows**
1625
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
1928

2029
* [The official Python Documentation](https://docs.python.org/2/using/windows.html#installing-python), which has a couple helpful links.
2130

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-
2431
**Mac**
2532

2633
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
3340

3441
This depends on the Linux distribution you're using, but it will most likely be installed.
3542

36-
##Text Editors##
43+
## Text Editors
3744

3845
There are quite a few to choose from, but some of the most popular include-
3946

40-
* [SublimeText2](http://www.sublimetext.com/2)(Mac, Windows, Linux)
47+
* [SublimeText](http://www.sublimetext.com/)(Mac, Windows, Linux)
4148

4249
* [Atom](https://atom.io/)(Mac, Windows, Linux)
4350

4451
* If you're using Windows, [Notepad++](http://notepad-plus-plus.org/) is a great option.
4552

4653
* Experienced programmers might enjoy [Emacs](http://www.gnu.org/software/emacs/) or [Vim](http://www.vim.org/index.php)
47-
48-
49-
50-

0 commit comments

Comments
 (0)