Coder Social home page Coder Social logo

samarfatimajaffri's Introduction

Main Image

Views Counter

class AboutMe:
  def __init__(self, name, edu, job, hobbies, interests):
    self.name = name
    self.edu = edu
    self.job = job
    self.hobbies = hobbies
    self.interests = interests

  def education(self):
    print(f"I've completed my {self.edu['degree']} from {self.edu['institute']} as a {self.edu['position']}. With the C.G.P.A {self.edu['cgpa']}.")

  def hobbies_and_interests(self):
    print(f"My hobbies are {', '.join(self.hobbies[:-1])} and {self.hobbies[-1]}. And I am interested in {', '.join(self.interests[:-1])} and {self.interests[-1]}.")

  def career(self):
    print(f"I have 2 years of experience working in industry as a {self.job['experience']} and I am currently planning to switch to a {self.job['opento']} role")


if __name__ == "__main__":
  about_me = AboutMe(
    name='Samar Fatima Jaffri',
    edu={'institute': 'Sir Syed University of Engineering and Technology', 'degree': 'BS-SE', 'position': 'Silver Medalist', 'cgpa': 3.78},
    job={'experience': 'Software Engineer', 'opento': 'Data Science'},
    hobbies=['coding', 'learning', 'teaching', 'reading articles'],
    interests=['Software Development', 'Artificial Intelligence', 'Data Science']
  )


Tools and Languages:

PyCharm Atom Visual Studio Code Sublime Text NetBeans IDE

MicrosoftSQLServer MongoDB

Canva Adobe Photoshop Adobe Illustrator Adobe Lightroom Adobe Dreamweaver

Adobe XD Figma

Python C Java HTML5 CSS3 JavaScript Shell Script Perl

GitHub Stats GitHub Streak

Reach Me @:

LinkedIn GitHub Sololearn

Attributes

Attributes for Illustrations

Illustration by Icons 8 from Ouch!

GitHub Repos

Illustrations links provided by

Attribute for Markdown Badges, Stats and Streaks

About Me Inspired by

samarfatimajaffri's People

Contributors

samarfatimajaffri avatar

Watchers

 avatar

Forkers

khadeeejah

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.