File tree Expand file tree Collapse file tree 4 files changed +168
-64
lines changed Expand file tree Collapse file tree 4 files changed +168
-64
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "cells" : [
3
+ {
4
+ "cell_type" : " markdown" ,
5
+ "metadata" : {},
6
+ "source" : [
7
+ " ### TEMEL PYTHON KOMUTLARI\n " ,
8
+ " #### Uğur Üresin, Yapay Zeka Mühendisi - Veri Bilimci"
9
+ ]
10
+ },
11
+ {
12
+ "cell_type" : " code" ,
13
+ "execution_count" : 1 ,
14
+ "metadata" : {},
15
+ "outputs" : [],
16
+ "source" : [
17
+ " # ARITMETIK ISLEMLER\n "
18
+ ]
19
+ },
20
+ {
21
+ "cell_type" : " code" ,
22
+ "execution_count" : 2 ,
23
+ "metadata" : {},
24
+ "outputs" : [
25
+ {
26
+ "name" : " stdout" ,
27
+ "output_type" : " stream" ,
28
+ "text" : [
29
+ " Available Themes: \r\n " ,
30
+ " chesterish\r\n " ,
31
+ " grade3\r\n " ,
32
+ " gruvboxd\r\n " ,
33
+ " gruvboxl\r\n " ,
34
+ " monokai\r\n " ,
35
+ " oceans16\r\n " ,
36
+ " onedork\r\n " ,
37
+ " solarizedd\r\n " ,
38
+ " solarizedl\r\n "
39
+ ]
40
+ }
41
+ ],
42
+ "source" : [
43
+ " !jt -l"
44
+ ]
45
+ },
46
+ {
47
+ "cell_type" : " code" ,
48
+ "execution_count" : 3 ,
49
+ "metadata" : {},
50
+ "outputs" : [],
51
+ "source" : [
52
+ " !jt -t chesterish"
53
+ ]
54
+ },
55
+ {
56
+ "cell_type" : " code" ,
57
+ "execution_count" : null ,
58
+ "metadata" : {},
59
+ "outputs" : [],
60
+ "source" : []
61
+ }
62
+ ],
63
+ "metadata" : {
64
+ "kernelspec" : {
65
+ "display_name" : " Python 3" ,
66
+ "language" : " python" ,
67
+ "name" : " python3"
68
+ },
69
+ "language_info" : {
70
+ "codemirror_mode" : {
71
+ "name" : " ipython" ,
72
+ "version" : 3
73
+ },
74
+ "file_extension" : " .py" ,
75
+ "mimetype" : " text/x-python" ,
76
+ "name" : " python" ,
77
+ "nbconvert_exporter" : " python" ,
78
+ "pygments_lexer" : " ipython3" ,
79
+ "version" : " 3.8.3"
80
+ }
81
+ },
82
+ "nbformat" : 4 ,
83
+ "nbformat_minor" : 4
84
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "cells": [
3
+ {
4
+ "cell_type": "markdown",
5
+ "metadata": {},
6
+ "source": [
7
+ "### TEMEL PYTHON KOMUTLARI\n",
8
+ "#### Uğur Üresin, Yapay Zeka Mühendisi - Veri Bilimci"
9
+ ]
10
+ },
11
+ {
12
+ "cell_type": "code",
13
+ "execution_count": 1,
14
+ "metadata": {},
15
+ "outputs": [],
16
+ "source": [
17
+ "# ARITMETIK ISLEMLER\n"
18
+ ]
19
+ },
20
+ {
21
+ "cell_type": "code",
22
+ "execution_count": 2,
23
+ "metadata": {},
24
+ "outputs": [
25
+ {
26
+ "name": "stdout",
27
+ "output_type": "stream",
28
+ "text": [
29
+ "Available Themes: \r\n",
30
+ " chesterish\r\n",
31
+ " grade3\r\n",
32
+ " gruvboxd\r\n",
33
+ " gruvboxl\r\n",
34
+ " monokai\r\n",
35
+ " oceans16\r\n",
36
+ " onedork\r\n",
37
+ " solarizedd\r\n",
38
+ " solarizedl\r\n"
39
+ ]
40
+ }
41
+ ],
42
+ "source": [
43
+ "!jt -l"
44
+ ]
45
+ },
46
+ {
47
+ "cell_type": "code",
48
+ "execution_count": 3,
49
+ "metadata": {},
50
+ "outputs": [],
51
+ "source": [
52
+ "!jt -t chesterish"
53
+ ]
54
+ },
55
+ {
56
+ "cell_type": "code",
57
+ "execution_count": null,
58
+ "metadata": {},
59
+ "outputs": [],
60
+ "source": []
61
+ }
62
+ ],
63
+ "metadata": {
64
+ "kernelspec": {
65
+ "display_name": "Python 3",
66
+ "language": "python",
67
+ "name": "python3"
68
+ },
69
+ "language_info": {
70
+ "codemirror_mode": {
71
+ "name": "ipython",
72
+ "version": 3
73
+ },
74
+ "file_extension": ".py",
75
+ "mimetype": "text/x-python",
76
+ "name": "python",
77
+ "nbconvert_exporter": "python",
78
+ "pygments_lexer": "ipython3",
79
+ "version": "3.8.3"
80
+ }
81
+ },
82
+ "nbformat": 4,
83
+ "nbformat_minor": 4
84
+ }
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments