Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

python-2.7

When is it better to use zip instead of izip?

January 29, 2023 by Tarik

zip computes all the list at once, izip computes the elements only when requested. One important difference is that ‘zip’ returns an actual list, ‘izip’ returns an ‘izip object’, which is not a list and does not support list-specific features (such as indexing): >>> l1 = [1, 2, 3, 4, 5, 6] >>> l2 = … Read more

Categories python-2.7 Tags python-2.7, python-2.x, python-itertools Leave a comment

src/lxml/etree_defs.h:9:31: fatal error: libxml/xmlversion.h: No such file or directory

December 31, 2022 by Tarik

Install libxslt-devel & libxml2-devel using sudo apt-get install libxml2-dev libxslt1-dev After installing follow the above one

Categories python-2.7 Tags lxml, pip, python-2.7 Leave a comment

unknown error: call function result missing ‘value’ for Selenium Send Keys even after chromedriver upgrade

December 27, 2022 by Tarik

I’ve gotten the same error, please download the last ChromeDriver version and/or update chrome browser version and it will be working fine 🙂 https://chromedriver.storage.googleapis.com/index.html?path=2.36/

Categories python-2.7 Tags google-chrome, python-2.7, selenium, selenium-webdriver, webdriver Leave a comment
Newer posts
← Previous Page1 … Page6 Page7

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa