Skip to content

Commit 503e766

Browse files
committed
updated readme
1 parent 369a22e commit 503e766

File tree

1 file changed

+50
-1
lines changed

1 file changed

+50
-1
lines changed

README.md

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,50 @@
1-
# Intro-to-Data-Science-with-Python
1+
# Introduction to Data Science with Python
2+
In this [Houston Data Science][1] meetup we will introduce our members to data science using the Python programming language.
3+
4+
## Objectives
5+
6+
* Install Python 3 and setup on your computer via the Anaconda distribution
7+
* Install Git installed locally and have a Github account created
8+
* Develop Python programs in a text editor, IDE and Jupyter Notebook
9+
* Use the command line to execute a program and run Python interactively
10+
* Use Jupyter Notebook to explore the most popular data science libraries
11+
* Have a huge list of resources to help you continue your data science journey
12+
13+
14+
## Agenda
15+
* Install Python 3 with Anaconda
16+
* Install Git and create a Github Account
17+
* Install Sublime Text 3 along with packages for enhancing development
18+
* Install PyCharm EDU
19+
* Execute basic programs from command line
20+
* Use the command line to run Python interactively
21+
* PyData
22+
* NumPy
23+
* pandas
24+
* statsmodels
25+
* matplotlib
26+
* seaborn
27+
* connect to sqlite
28+
29+
# Installing Python 3 with Anaconda
30+
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`.
31+
32+
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.
33+
34+
<mark>Marked text</mark>
35+
<span style="background-color: #FFFF00">Marked text</span>
36+
37+
38+
pycharm
39+
https://www.jetbrains.com/pycharm-edu/
40+
file -> new project -> educational
41+
choose python 3 interpreter
42+
43+
use jupyter notebook in pycharm: https://www.jetbrains.com/help/pycharm/using-ipython-jupyter-notebook-with-pycharm.html
44+
45+
46+
Typical workflows for data scientists
47+
48+
[1]: (https://www.meetup.com/Houston-Data-Science/)
49+
[2]: (https://www.python.org/downloads/)
50+

0 commit comments

Comments
 (0)