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: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ In this [Houston Data Science][1] meetup we will introduce our members to data s
4
4
## Objectives
5
5
6
6
* Install Python 3 and set up on your computer via the Anaconda distribution
7
-
* Install Git installed locally and have a Github account created
7
+
* Install Git locally and create a Github account
8
8
* Develop Python programs in a text editor, IDE and Jupyter Notebook
9
9
* Use the command line to execute a program and run Python interactively
10
10
* Use Jupyter Notebook to explore the most popular data science libraries
@@ -16,10 +16,10 @@ In this [Houston Data Science][1] meetup we will introduce our members to data s
16
16
* Install Git locally
17
17
* Fork and clone this respository
18
18
* Install Python 3 with Anaconda
19
+
* Run Python interactively
19
20
* Install Sublime Text 3 along with packages for enhancing development
20
21
* Install PyCharm EDU
21
22
* Execute basic programs from command line
22
-
* Use the command line to run Python interactively
23
23
* PyData
24
24
* NumPy
25
25
* pandas
@@ -69,16 +69,18 @@ Let's go through this process now.
69
69
> 1. Towards the top of the page click the `New pull request` button.
70
70
> 1. Now I will get a notification that you are wanting to modify a file of mine. I can review the revisions and accept/reject your pull request.
71
71
72
-
73
72
# Installing Python 3 with Anaconda
74
73
Anaconda is by far the most popular distribution of the Python programming language for data scientists. Anaconda packages together all the popular data science libraries along with the package manager `conda`.
75
74
76
75
Anaconda is not a necessity. Python may be installed independently from source from [Python.org][2] along with its own package manager `pip`. But for begninners it is highly suggested to use Anaconda as the `conda`. You can read more about the differences [Anaconda with conda and pip here][5].
77
76
78
77
> Visit the [Anaconda downloads page][6] and install Anaconda with Python 3.6 for your operating system. Use the graphical installer. Anaconda comes packaged with a graphical user interface for beginning projects as well as the popular IDE Spyder.
79
78
79
+
# Run Python Interactively
80
+
Now that we have Anaconda installed we can begin to use Python.
81
+
80
82
# Installing Sublime Text 3
81
-
Now that we have Anaconda installed we can begin to use Python. There are many ways to run and write Python. Python can be written in any text editor, even the basic ones that come preinstalled with all operating systems. Sublime Text 3 is an enhanced text editor that is highly customizable to help make programming in Python easier.
83
+
There are many ways to run and write Python. Python can be written in any text editor, even the basic ones that come preinstalled with all operating systems. Sublime Text 3 is an enhanced text editor that is highly customizable to help make programming in Python easier.
82
84
83
85
> [Download and install Sublime Text 3][8] and open it.
0 commit comments