Posts

Showing posts with the label intermediate

python - intermediate - 10 - File management

Intermediate: OOP Modules Error Handling File Mngt Python Beginner Intermediate Advanced Pro python-hosting Other course React Links General JS PHP Programming Python C++ Stuff Dosya yönetimi w: write a) Yazma modu:  dosya içeriğini her defasında silip yeni veriyi yazar b) Oluşturma modu olarak kullanımı : dosyayı konumda oluşturur. + içine yazı ekler Dosya oluşturma result = open ( "newfolonın.txt" , "w" ) print ( result ) # <_io.TextIOWrapper name=' newfolonın .txt' mode='w' encoding='cp1254'>

python - intermediate - 9 - error handling

Intermediate: OOP Modules Error Handling File Mngt Python Beginner Intermediate Advanced Pro python-hosting Other course React Links General JS PHP Programming Python C++ Stuff Hata ayıklama python`dan exception kisminda hatalarin cesitleri bulunabilir Zero division error try :     x = int ( input ( 'x: ' ))     y = int ( input ( 'y: ' ))     print ( x / y ) except ZeroDivisionError :     print ( 'y icin 0 girilemez' ) # x: 10 y: 0 y icin 0 girilemez Value error try :     x = int ( input ( 'x: ' ))     y = int ( input

python - intermediate - 8 - Modules

Intermediate: OOP Modules Error Handling File Mngt Python Beginner Intermediate Advanced Pro python-hosting Other course React Links General JS PHP Programming Python C++ Stuff Bir Program hep parçalara ayrılmalı, böylece hem yönetimi daha kolay olur, hem de güncelleme yapılması daha kolay olur.  Modüller ayrı olmalı-modulller birbirıyle alışveriş ederler main modul programları icra eder Hazır moduller de var, veya bunları kendimiz de yazabiliriz. Modüller  ve çeşitleri: - Standart kütüphaneler:py.py.org veya npm : örnek: Django - pip ile kurulabi

python - intermediate - 7 - OOP

Intermediate: OOP Modules Error Handling File Mngt Python Beginner Intermediate Advanced Pro python-hosting Other course React Links General JS PHP Programming Python C++ Stuff Class instance / obje metot Liste [1,2,3,4] listA.append Person name, surname, birthday Cok veri oldugunda class kullanmak daha avantajli oluyor Aciklamalar class Person : # buyuk harf ile baslamali     #bos olmamali, bos birakacaksak icine ` pass` yazmaliyiz     # ya attributes ya