Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added links for each category to the docs #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -959,8 +959,8 @@ <h4 class="title">Web Development</h4>
databases, URL routing, and ensuring security. Python offers several
frameworks for web development. Commonly used ones
include Django and Flask.</p>
<a class="main-btn" href="#">Django</a>
<a class="main-btn" href="#">Flask</a>
<a class="main-btn" href="https://www.djangoproject.com/">Django</a>
<a class="main-btn" href="https://flask.palletsprojects.com/en/2.1.x/">Flask</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -991,8 +991,8 @@ <h4 class="title">Desktop GUI</h4>
popular Third party related packages: PyQt, PySide, WxPython, Kivy. PyQt
- most useful for desktop creation python
bindings for the Qt (C++ based) application development framework.</p>
<a class="main-btn" href="#">Tkinter</a>
<a class="main-btn" href="#">OpenGL</a>
<a class="main-btn" href="https://docs.python.org/3/library/tkinter.html">Tkinter</a>
<a class="main-btn" href="http://pyopengl.sourceforge.net/">OpenGL</a>
</div>
</div>
</div>
Expand All @@ -1008,8 +1008,8 @@ <h4 class="title">Data Analytics & Visualization</h4>
this section, we are going to discuss pandas library for data analysis
and visualization which is an open source library
built on top of numpy.</p>
<a class="main-btn" href="#">Pandas</a>
<a class="main-btn" href="#">Matplotlib</a>
<a class="main-btn" href="https://pandas.pydata.org/pandas-docs/stable/">Pandas</a>
<a class="main-btn" href="https://matplotlib.org/stable/index.html">Matplotlib</a>
</div>
</div>

Expand Down