Skip to content

Commit 6ea3c88

Browse files
committed
added readme
1 parent 6d4c611 commit 6ea3c88

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In this [Houston Data Science][1] meetup we will introduce our members to data s
44
## Objectives
55

66
* 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
88
* Develop Python programs in a text editor, IDE and Jupyter Notebook
99
* Use the command line to execute a program and run Python interactively
1010
* 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
1616
* Install Git locally
1717
* Fork and clone this respository
1818
* Install Python 3 with Anaconda
19+
* Run Python interactively
1920
* Install Sublime Text 3 along with packages for enhancing development
2021
* Install PyCharm EDU
2122
* Execute basic programs from command line
22-
* Use the command line to run Python interactively
2323
* PyData
2424
* NumPy
2525
* pandas
@@ -69,16 +69,18 @@ Let's go through this process now.
6969
> 1. Towards the top of the page click the `New pull request` button.
7070
> 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.
7171
72-
7372
# Installing Python 3 with Anaconda
7473
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`.
7574

7675
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].
7776

7877
> 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.
7978
79+
# Run Python Interactively
80+
Now that we have Anaconda installed we can begin to use Python.
81+
8082
# 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.
8284

8385
> [Download and install Sublime Text 3][8] and open it.
8486

0 commit comments

Comments
 (0)