Skip to content
View eniseirem's full-sized avatar
🌗
terraluna
🌗
terraluna
  • Istanbul, Turkey

Block or report eniseirem

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
eniseirem/README.md

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 - Berlin"
     age = 27
     
      # 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 First"):
               e.university("Bahcesehir University")
               e.departmant("Big Data")
               e.graduate(True)
               e.year(2020,2023)

          elif(e.degree=="Master's Second"):
               e.university("Free University of Berlin")
               e.departmant("Data Science")
               e.graduate(False)
               e.year(2024,2026)
               
          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

Popular repositories Loading

  1. dsbook dsbook Public

    Forked from rafalab/dsbook

    Repository for data science book

    TeX 1

  2. Hello-.NetMVC Hello-.NetMVC Public

    First Project ASP.NET MVC

    JavaScript

  3. piggybank piggybank Public

    Forked from zilandemirell/piggybank

    Capstone Project for BSc

    PHP 2

  4. matlab-numeric-class matlab-numeric-class Public

    Matlab studies for numeric class

    MATLAB

  5. MemoryKeeper MemoryKeeper Public

    (Old Project )C# Class Project - Windows App

    C#

  6. CookBook CookBook Public

    (Old Project) .Net WebSite Project for school

    JavaScript