1
# Interests and Skills
2
3
languages
=
[
'Python',
'C',
'SQL',
'HTML',
'CSS',
'Javascript'
]
4
5
frameworks
=
[
'Django',
'TailwindCSS'
]
6
7
tools
=
[
8
{
9
'name'
:
'Git',
10
'desc'
:
'Version control system for tracking changes in code'
11
},
12
{
13
'name'
:
'Github',
14
'desc'
:
'Code hosting platform for version control and collaboration'
15
},
16
{
17
'name'
:
'Google Colab',
18
'desc'
:
'Jupyter Notebook service that provides free access to computing resources'
19
},
20
{
21
'name'
:
'MySQL',
22
'desc'
:
'An open-source Relational Database Management System'
23
}
24
]
25
26
core_skills
=
[
'DSA',
'OOPS',
'DBMS',
Computer Networks',
'Operating Systems'
]
27
28
platforms
=
[
'Ubuntu',
'Windows'
]
29