/pythonDev2022

Beginner to advance.

Primary LanguagePython

Welcome to Python_Dev 👋

Description:

In this repository, I have uploaded all the exercise and project that I have done from European-IT.


OverView:

Installing tools:

Installing this tools down below.

  • pip 22.3.1
  • selenium 4.5.0
  • webdriver-manager 3.8.4
  • labelImg 1.8.6
  • Visual Studio Code 1.73.1
  • labelImg 1.8.6
  • Django 4.1.3
  • apache web server
  • xampp
  • OpenCv

Note: Setup this tool on your terminal Ubuntu 20.04.5 LTS

  1. sudo apt install python3-pip
  2. check out pip version: pip3 --version
  3. check out installing packages: pip list
  4. pip install webdriver-manager
  5. for linux user: sudo pip install selenium
  6. or python3: sudo pip3 install selenium
  7. pip3 install --upgrade requests
  8. pip install labelImg
  9. django-admin
  10. django-admin --version

Some-link:

Practical XPath for Web Scraping link: https://www.scrapingbee.com/blog/practical-xpath-for-web-scraping/?fbclid=IwAR2goVl21Vo724XVwZc0uHJrbe_tLMgc0OMilalwEp8XsLMY5SgVrdN46GE

Pip Installing Python Packages Web Link: https://ehmatthes.github.io/pcc/chapter_12/installing_pip.html#:~:text=Installing%20pip%20on%20Linux,-To%20install%20pip&text=After%20the%20program%20runs%2C%20use,sure%20pip%20was%20installed%20correctly.

Selenium with python unofficial doc link: https://selenium-python.readthedocs.io/

Machine learning with labelimg1.8.6 link below: https://pypi.org/project/labelImg/

What is the getAttribute() method?

Ans: The getAttribute() method is declared in the WebElement interface, and it returns the value of the web element’s attribute as a string. For attributes having boolean values, the getAttribute() method will return either true or null.