1 # -*- coding: UTF-8 -*-
2
3 from social import twitter, github, google plus, habrahabr, leprosorium
4
5 class bender.rodriges:
6
7 def __init__(self):
8 self.occupation = "Web Developer"
9 self.programming_languages = ["Python", "JavaScript", "PHP"]
10 self.known_dbs = ["MySQL", "MongoDB"]
11 self.known_frameworks = ["Bottlepy", "jQuery"]
12 self.other_skills = ["Linux", "Amazon AWS", "Adobe AIR", "Photoshop"]
13 self.location = "Moscow, Russia"
14 self.coding_since = 2008
15
16 def send_email(self):
17 return "mailto:bender@rodriges.org"
18
19 def twit_me(self):
20 return "https://twitter.com/intent/tweet?status=Hi,+%40bbrodriges!"