oktay_ucar.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- coding: utf-8 -*-
"""
Oktay Uçar - Personal Introduction
"""
class OktayUcar:
"""I don't just use technology, I turn it into an enterprise."""
name = "Oktay Uçar"
roles = ["Developer", "Entrepreneur", "Data Scientist"]
email = "info@oktayucar.com"
# See skills below ⬇️
core.py
1
2
3
4
5
6
7
# Core Technologies
core = [
"C#",
"Python",
"SQL"
]
focus.py
1
2
3
4
5
6
7
# Areas of Focus
focus = [
"Machine Learning",
"Deep Learning",
"Data Science"
]
builds.py
1
2
3
4
5
# What I Build
builds = "Mobile App Startups"
# 🔥 Turning ideas into products
❯ python oktay_ucar.py
info@oktayucar.com
|