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: Python Web Application & Deep Learning #230

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
18 changes: 17 additions & 1 deletion courses/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -628,5 +628,21 @@ let data = [
description:'Baisc concepts related to cloud services including containers; VMs; public, private, hybrib cloud; microservices; DevOps; etc',
image: 'Cloud.png',
tags:['cloud', 'containerization', 'virtualization', 'cloud services']
},
{
name:'The Python Mega Course: Build 10 Real World Applications',
instructor: 'Ardit Sulce',
url:'https://www.udemy.com/course/the-python-mega-course/',
description:'A complete Python course for both beginners and intermediates! Master Python 3 by making 10 amazing Python apps.',
image: 'py-mega-course.png',
tags:['python', 'Flask']
},
{
name:'AI with Deep Learning Certification',
instructor: 'Guvi - IIT Madras',
url:'https://www.guvi.in/courses',
description:'A step wise introduction to Deep Learning concepts and capstone project',
image: 'Cloud.png',
tags:['python', 'AI', 'Deep Learning', 'NLP']
}
];
];
Binary file added courses/images/py-mega-course.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.