Skip to content

ShravanCool/ShravanCool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

Welcome

Hi, I'm Shravan

class ShravanCool:
	
	def __init__(self):
		self.username = 'ShravanCool'
		self.name = 'Shravan.A.J'
		self.code = {
			'frontend': ['HTML', 'CSS', 'JavaScript', 'Bootstrap'],
			'backend': ['Python', 'Flask', 'Django', 'PHP'],
			'database': ['MySQL', 'SQLite3', 'Mongo DB', 'Postgres'],
			'ai': ['Machine Learning', 'Computer Vision', 'NLP'],
			'tools': ['Git', 'Github', 'Jupyter notebook'],
			'other_lang': ['C','C++','Java', 'Golang'],
			'misc': ['GNU/Linux', 'Bash scripting']
		}
		

	def __str__(self):
		return self.name


if __name__ == '__main__':
	me = ShravanCool()
		

Feel free to connect with me-

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published