Skip to content

Commit

Permalink
Merge pull request #667 from vinay-s36/main
Browse files Browse the repository at this point in the history
Added Flask course and updated README
  • Loading branch information
avinash201199 authored Oct 24, 2023
2 parents f09a0e7 + 496ca20 commit 3897f17
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1389,3 +1389,14 @@ Website- https://www.netacad.com/courses/networking/networking-essentials<br>
Website- https://www.scaler.com/topics/course/free-computer-networks-course/<br>
<br>
</details>

<details>
<summary>Flask</summary>
<br>Flask Python<br>
Website- https://www.mygreatlearning.com/academy/learn-for-free/courses/flask-python<br>
<br>Learn Flask<br>
Website - https://www.codecademy.com/learn/learn-flask<br>
<br>Python Flask for Beginners<br>
Website - https://bitly.ws/XWBm<br>
<br>
</details>
23 changes: 23 additions & 0 deletions src/components/data/allcourses.json
Original file line number Diff line number Diff line change
Expand Up @@ -1586,6 +1586,29 @@
}
]
},
{
"title": "Flask",
"cards": [
{
"icon": "fa-solid fa-flask",
"name": "Flask Python",
"source": "My Great Learning",
"link": "https://www.mygreatlearning.com/academy/learn-for-free/courses/flask-python"
},
{
"icon": "fa-solid fa-flask",
"name": "Learn Flask",
"source": "Code Academy",
"link": "https://www.codecademy.com/learn/learn-flask"
},
{
"icon": "fa-solid fa-flask",
"name": "Python Flask for beginners",
"source": "Udemy",
"link": "https://bitly.ws/XWBm"
}
]
},
{
"title": "Typescript",
"cards": [{
Expand Down

0 comments on commit 3897f17

Please sign in to comment.