GithubHelp home page GithubHelp logo

Hi, That's me!

I've a sticker which says "Talk is cheap show me the code." So here I am, showing you The Code.

import educations as e
import jobs as j

# A simple class to learn about the person
class eniseirem:
     name = "Enise İrem Çolak"
     title = "Software Engineer"
     location = "Istanbul"
     age = 26
     
      # You can directly open my linkedin for more info. 
      
     def get_linkedin(self):
          return "https://www.linkedin.com/in/eniseirem/"
   
     def get_current_job(self):
          jobs = j.all()
          jobs = jobs.sort_values("timestamps")          
          return jobs[-1] ## Vakıfbank, IT Assistant Specialist, Machine Learning/Python        
          
     def get_education(self):
          if(e.degree=="Bachelor's"):
               e.university("Bahcesehir University")
               e.departmant("Software Engineering")
               e.graduate(True)
               e.year(2015,2019)
               
          elif(e.degree=="Master's"):
               e.university("Bahcesehir University")
               e.departmant("Big Data")
               e.graduate(True)
               e.year(2020,2023)
               
          else:
               return "wdy need mate?"
               
           return e.educations()
           

     def get_knowledge(self):
          
          knowledge["frameworks"]            =    {PHP  :  "Laravel",
                                                  Python:  "Django"}
                                             
          knowledge["programming_languages"] =  { "Python" : "data science main, current job",
                                                  "PHP"    : "Ex-job",    
                                                  "R"      : "data science basic knowledge",
                                                  "Matlab" : "School needs it sometimes",
                                                  "Java"   : "used in bachelors",
                                                  "C#"     : "used in bachelors2",
                                                  "Julia"  : "Personal curiosity, learning"}
                                                  
          knowledge["other_technologies"]    = [GNU/Linux, MySQL, Weka]
                                                  
          knowledge["languages"]             =  {  Turkish : "Native",
                                                   English : "Professional",
                                                   Italian :  "A1"          
                                                  }
          
          return knowledge

disclaimer : ofc this code is not working, its justs for fun, thanks. inspiration : ashbakernz

Enise İrem ÇOLAK's Projects

cookbook icon cookbook

(Old Project) .Net WebSite Project for school

datasciencecoursera icon datasciencecoursera

Data Science Repo and blog for John Hopkins Coursera Courses. Please let me know if you have any questions.

dsbook icon dsbook

Repository for data science book

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.