Skip to content

Commit c8c4485

Browse files
committed
readme
1 parent 503e766 commit c8c4485

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ In this [Houston Data Science][1] meetup we will introduce our members to data s
33

44
## Objectives
55

6-
* Install Python 3 and setup on your computer via the Anaconda distribution
6+
* Install Python 3 and set up on your computer via the Anaconda distribution
77
* Install Git installed locally and have a Github account created
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
@@ -12,8 +12,8 @@ In this [Houston Data Science][1] meetup we will introduce our members to data s
1212

1313

1414
## Agenda
15+
* Create a Github Account, install Git locally and fork and clone this respository
1516
* Install Python 3 with Anaconda
16-
* Install Git and create a Github Account
1717
* Install Sublime Text 3 along with packages for enhancing development
1818
* Install PyCharm EDU
1919
* Execute basic programs from command line
@@ -26,14 +26,17 @@ In this [Houston Data Science][1] meetup we will introduce our members to data s
2626
* seaborn
2727
* connect to sqlite
2828

29+
# Install Git
30+
Git is a popular version control system used to keep track of file changes during software development.
31+
32+
> Downl
33+
34+
2935
# Installing Python 3 with Anaconda
3036
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`.
3137

3238
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.
3339

34-
<mark>Marked text</mark>
35-
<span style="background-color: #FFFF00">Marked text</span>
36-
3740

3841
pycharm
3942
https://www.jetbrains.com/pycharm-edu/

0 commit comments

Comments
 (0)