Skip to content

Instantly share code, notes, and snippets.

View dilekozkan's full-sized avatar

Dilek Ozkan dilekozkan

View GitHub Profile
import sys
import threading
from PyQt5.QtWidgets import QApplication, QWidget, QHBoxLayout, QSpinBox, QDoubleSpinBox, QCheckBox, QLabel, \
QFormLayout, QPushButton
from PyQt5.QtCore import QThread, Qt, pyqtSignal
from PyQt5.QtGui import QFont
import matplotlib as mpl
from itertools import zip_longest
import csv
mpl.use("QT5Agg")
@dilekozkan
dilekozkan / PY0101EN-1-2-Strings.ipynb
Created October 13, 2020 20:32
Created on Skills Network Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dilekozkan
dilekozkan / PY0101EN-2-2-Lists.ipynb
Created October 14, 2020 17:18
Created on Skills Network Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.