Skip to content

Commit 1f2aee4

Browse files
authored
Update some info README.md
1 parent dc930a6 commit 1f2aee4

File tree

1 file changed

+5
-21
lines changed

1 file changed

+5
-21
lines changed

README.md

+5-21
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
# Learn Python for Data Analysis for Beginners to Advanced.
2-
3-
## Motivation
1+
# Learn Python for Data Analysis
42

53
I am building this repository for study purposes. I am on the journey to become a Data Analyst, and I want to share what I have learned along the way.
64

75
## Prerequisites
8-
1. Python 3.x
6+
1. Python 3.x version
97
2. Git is installed and you know basics of [git commands.](git/git-basic-commands.md)
10-
3. Have access to terminal/command line.
8+
3. Have access and know [how to use terminal/command line.](cms/cms-basic-commands.md)
119

12-
## List of Content
10+
## About the Content
1311

1412
The content of this repository is organized by levels. First, we start with basic programming concepts using Python. Next, we delve into the world of data analysis and its theories. Finally, we bring everything together and start exploring Python for data analysis. For each section, we will complete at least one project.
1513

@@ -28,21 +26,13 @@ Note 2: At the time of viewing this, I may still be in the process of developing
2826
7. Loops, Condititionals, Methods and Functions.
2927
8. Modules, Packages, Built-in Functions and File handling.
3028

31-
### Intro Project
32-
33-
1.
34-
3529
### Python Basic Level
3630

3731
1. Oriented Object Programming.
3832
2. Math and Numpy.
3933
3. Data handling with Pandas.
4034
4. Data Visualization with Matplotlib and Seaborn.
4135

42-
### Basic Project
43-
44-
1.
45-
4636
### Python Intermediary Level
4737

4838
1. Data Analysis with Statsmodel.
@@ -51,10 +41,6 @@ Note 2: At the time of viewing this, I may still be in the process of developing
5141
4. Deep Learning with TensorFlow.
5242
5. Reinforcement Learning.
5343

54-
### Intermediary Project
55-
56-
1.
57-
5844
### Data Analysis
5945

6046
1. What are Data? Why should we care about it?
@@ -127,9 +113,7 @@ An open source machine learning framework that accelerates the path from researc
127113
Keras is an API designed for human beings, not machines. Keras follows best practices for reducing cognitive load: it offers consistent & simple APIs, it minimizes the number of user actions required for common use cases, and it provides clear & actionable error messages. It also has extensive documentation and developer guides.
128114

129115

130-
## Follow and Contact me 🔗 👇
131-
132-
### [Eric Soares]
116+
## Contact me 🔗 👇
133117

134118
<a href="https://github.com/soareseric/" target="blank"><img align="center" src="https://img.shields.io/github/followers/soareseric?label=Follow&style=social&link=https://github.com/soareseric/" alt="EricSoares" height="20" width="90" /></a>
135119
<a href="https://www.linkedin.com/in/eric-soares-maciel" target="blank"><img align="center" src="https://img.shields.io/badge/-EricSoares-blue?style=flat-square&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/eric-soares-maciel/" alt="EricSoares" height="20" width="100" /></a>

0 commit comments

Comments
 (0)