Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chandrikadeb7/ibm-cognitiveclass-python_for_data_science
Cognitiveclass.ai - PY0101EN Python for Data Science
https://github.com/chandrikadeb7/ibm-cognitiveclass-python_for_data_science
beginners-guide ibm ibm-cognitiveclass jupyter-notebook learning-labs learning-python programming-language python python-beginners
Last synced: 3 days ago
JSON representation
Cognitiveclass.ai - PY0101EN Python for Data Science
- Host: GitHub
- URL: https://github.com/chandrikadeb7/ibm-cognitiveclass-python_for_data_science
- Owner: chandrikadeb7
- Created: 2020-04-14T16:09:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-15T06:58:56.000Z (almost 5 years ago)
- Last Synced: 2025-01-10T20:05:24.153Z (14 days ago)
- Topics: beginners-guide, ibm, ibm-cognitiveclass, jupyter-notebook, learning-labs, learning-python, programming-language, python, python-beginners
- Language: HTML
- Homepage: https://courses.cognitiveclass.ai/courses/course-v1:Cognitiveclass+PY0101EN+v2/courseware/407a9f86565c44189740699636b4fb85/
- Size: 652 KB
- Stars: 7
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IBM-Cognitiveclass-Python_for_Data_Science
Cognitiveclass - PY0101EN Python for Data Science[Go to course website](https://courses.cognitiveclass.ai/courses/course-v1:Cognitiveclass+PY0101EN+v2/courseware/da924c023b9b4009972ea7f973a572b8/f2a42aed811f417cab4f0a064a469218/)
## Syllabus
### Module 1 - Python Basics* Your first program
* Types
* Expressions and Variables
* String Operations### Module 2 - Python Data Structures
* Lists and Tuples
* Sets
* Dictionaries### Module 3 - Python Programming Fundamentals
* Conditions and Branching
* Loops
* Functions
* Objects and Classes### Module 4 - Working with Data in Python
* Reading files with open
* Writing files with open
* Loading data with Pandas
* Working with and Saving data with Pandas### Module 5 - Working with Numpy Arrays
* Numpy 1D arrays
* Numpy 2D arrays