Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The GreyAtom Python for Data Science program covers the essential parts of the Python programming language that helps a learner in his journey as a data scientist. Being a good programmer helps a learner to prepare data better for analysis and allows to quickly deploy models. Following concepts are covered in this program
The GreyAtom Python for Data Science program covers the essential parts of the Python programming language that helps a learner in his journey as a data scientist. Being a good programmer helps a learner to prepare data better for analysis and allows to quickly deploy models. Following concepts are covered in this program you will learn

- Fundamentals of Python language
- Object Oriented Programming and other advanced concepts
- Manipulating matrices using NumPy
- Data Wrangling with Pandas
- Visualizing Data using Matplotlib
- Visualizing Data using Matplotlib
2 changes: 1 addition & 1 deletion python/code.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# Code ends here


# --------------
# -----------------
# Code starts here
courses={'Math':65,'English':70,'History':80,'French':70,'Science':60}
print(courses)
Expand Down