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

Highlights

  • Pro
Block or Report

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"
     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

Pinned Loading

  1. piggybank piggybank Public

    Forked from zilandemirell/piggybank

    Capstone Project for BSc

    PHP 2

  2. DS_Adult DS_Adult Public

    Data Science Project

    Python