DevCEDTeam / CED

0 stars 0 forks source link

Courses #132

Open DevCEDTeam opened 10 months ago

DevCEDTeam commented 10 months ago

graph LR classDef default fill:#ffffff,stroke:#333,stroke-width:1px; classDef done fill:#cfffcf,stroke:#333,stroke-width:1px; classDef progress fill:#fcf8e3,stroke:#333,stroke-width:1px;

A1["Week 1-2: Introduction to Python<br><a href='https://www.codecademy.com/learn/learn-python-3'>Codecademy Python Course</a><br><a href='https://docs.python.org/3/tutorial/'>Python.org Documentation</a>"]
A2["Week 3-4: Intermediate Python and Data Handling<br><a href='https://automatetheboringstuff.com/'>Automate the Boring Stuff with Python</a><br><a href='https://www.datacamp.com/courses/intermediate-python'>DataCamp: Intermediate Python</a>"]
A3["Week 5-6: Intro to Data Science and Data Analysis<br><a href='https://www.kaggle.com/learn/python'>Kaggle: Python Course</a><br><a href='https://www.edx.org/course/introduction-to-data-science'>edX: Introduction to Data Science</a>"]
A4["Week 7-8: Data Visualization<br><a href='https://www.datacamp.com/courses/data-visualization-with-python'>DataCamp: Data Visualization with Python</a><br><a href='https://matplotlib.org/stable/tutorials/index.html'>Matplotlib Tutorials</a>"]
A5["Week 9-10: Pandas and Data Manipulation<br><a href='https://www.kaggle.com/learn/pandas'>Kaggle: Pandas Course</a><br><a href='https://pandas.pydata.org/pandas-docs/stable/getting_started/index.html'>Pandas Getting Started Tutorials</a>"]
A6["Week 11-12: Intro to Machine Learning<br><a href='https://developers.google.com/machine-learning/crash-course'>Google's Machine Learning Crash Course</a><br><a href='https://www.coursera.org/learn/machine-learning'>Coursera: Machine Learning by Andrew Ng</a>"]
A7["Week 13-14: Machine Learning with Python<br><a href='https://www.datacamp.com/courses/supervised-learning-with-scikit-learn'>DataCamp: Supervised Learning with scikit-learn</a><br><a href='https://scikit-learn.org/stable/tutorial/index.html'>Scikit-Learn Tutorials</a>"]
A8["Week 15-16: Deep Learning Basics<br><a href='https://www.tensorflow.org/tutorials'>TensorFlow Tutorials</a><br><a href='https://www.coursera.org/specializations/deep-learning'>Deep Learning Specialization by Andrew Ng on Coursera</a>"]
A9["Week 17-20: Capstone Project<br><a href='https://www.kaggle.com/competitions'>Kaggle Competitions</a><br><a href='https://github.com/'>GitHub</a>"]
A10["Continuous Learning and Community Involvement<br><a href='https://www.meetup.com/'>Meetup.com for Python and Data Science groups</a><br><a href='https://stackoverflow.com/'>Stack Overflow</a>"]

B1["In Progress"]
C1["Awaiting Review"]
D1["Done"]

A1 --> B1
A2 --> B1
A3 --> B1
A4 --> B1
A5 --> B1
A6 --> B1
A7 --> B1
A8 --> B1
A9 --> B1
A10 --> B1

B1 --> C1

C1 --> D1

class A1,A2,A3,A4,A5,A6,A7,A8,A9,A10 default;
class B1 progress;
class C1 progress;
class D1 done;