Skip to content

crxcrm/crxcrm

Repository files navigation

Hi there

A little more about me...

class WhoAmI:
	def __init__(self):
 		self.user = "CRX"
		self.location = "Spain"
		self.nick = ["Carmen", "CRX"]
		self.studies = ["Industrial Engineering", "Smart Industry", "Robotics"]
		self.interests = ["Robotics", "Machine Learning", "Data Science", "Music", "Reading"]
	
	def Education():
		return "Universidad Pontificia Comillas"

def main():
	me = WhoAmI()

if __name__ == "__main__":
	main()

Programming Languages

Technologies I Use

Other things that I do

Feel free to contact me...

github linkedin gmail

Releases

No releases published

Packages

No packages published