Posts

Showing posts from September, 2024

python - pro - 23 - Bootstrap

Pro: My SQL SQLite NoSQL PYQT5 - PYQT6 Bootstrap Python Beginner Intermediate Advanced Pro python-hosting Other course React Links General JS PHP Programming Python C++ Stuff Kurulum   https://getbootstrap.com/  adesine gidip  css kodunu <head> kimsina  ve script kodunu <body< kismina kopyalamak gerekiyor include via CDN kisminda kopyalanacak bilgiler mevcut:  Bedava Icon`lar almak icin: https://fontawesome.com/  -  <head> kismina ilk kodu yapistir. sonra mini kodu sayfanda gerekli yere koy: ornek kod: <i class="fa-solid fa

python - pro - 22 - PYQT5 - PYQT6

Image
Pro: My SQL SQLite NoSQL PYQT5 - PYQT6 Bootstrap Python Beginner Intermediate Advanced Pro python-hosting Other course React Links General JS PHP Programming Python C++ Stuff  Installing PYQT5  pip install PyQt5 - artik bitmis gibi- sept-2024 -  Pypi.org da tools` u  yok - indirmek icin: https://build-system.fman.io/qt-designer-download  -pyqt6 de isliyor mu bakmadim Pyqt6 pip install PyQt6 PYQT6 tools pip install pyqt6-tools  Ilk bos window import sys from PyQt5 import QtWidgets from PyQt5 . QtWidgets import QApplication , QMainWindow def window

python - pro - 21 - NoSQL

Pro: My SQL SQLite NoSQL PYQT5 - PYQT6 Bootstrap Python Beginner Intermediate Advanced Pro python-hosting Other course React Links General JS PHP Programming Python C++ Stuff NoSQL Terminoloji karşılıkları:  MySQL MongoDB Database Database Table Collection Rows Documents (BSON) Columns Fields pip install pymongo mongodb sadece atlas uzerrinden calisiyor ve artik ucretli

python - pro - 20 - SQLite

Pro: My SQL SQLite NoSQL PYQT5 - PYQT6 Bootstrap Python Beginner Intermediate Advanced Pro python-hosting Other course React Links General JS PHP Programming Python C++ Stuff SQLite server`a gerek duymayan bir veritabani cinsi Yerelde veri tutulacaksa SQLite daha iyi, cunku select delete veya update`i , kayit/record secerek, SQL tabanli oldugu icin SQLite`ta kolayca yapabiliriz. Ama txt veya excel dosyalar boyle bir imkani daha zorluklarla sagliyorlar. SQLite sadece bir dosya oluyor, uzantisi da db . Dosya icindeki tablo ve datalari gormek icin sqlitebrowser.or