Posts

Showing posts with the label modules

python - advanced 13 - 2 - Advanced modules 2

Pro: Functions Iterators Advanced Modules Advanced Modules 2 Data Mining Selenium Numpy Pandas Matplotlib Python Beginner Intermediate Advanced Pro python-hosting Other course React Links General JS PHP Programming Python C++ Stuff     Beginner  -  Intermediate  -  Advanced Functions  -  Iterators  -  Advanced modules-1  -  Advanced modules-2  - data mining - selenium Beautiful Soup Module ilk once install edilmeli pip beautifulsoup4 from bs4 import BeautifulSoup html_doc = "&qu

python - advanced - 13 - Advanced modules 1

Pro: Functions Iterators Advanced Modules Advanced Modules 2 Data Mining Selenium Numpy Pandas Matplotlib Python Beginner Intermediate Advanced Pro python-hosting Other course React Links General JS PHP Programming Python C++ Stuff     Beginner  -  Intermediate  -  Advanced Functions  -  Iterators  -  Advanced modules-1  - Advanced modules-2 Advanced modules Datetime modulu from datetime import datetime simdi = datetime . now () result1 = simdi . year result2 = datetime . ctime ( si

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