Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      Sunshine And March Vibes (2025 Wallpapers Edition)

      June 2, 2025

      The Case For Minimal WordPress Setups: A Contrarian View On Theme Frameworks

      June 2, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      June 2, 2025

      How To Prevent WordPress SQL Injection Attacks

      June 2, 2025

      The Alters: Release date, mechanics, and everything else you need to know

      June 2, 2025

      I’ve fallen hard for Starsand Island, a promising anime-style life sim bringing Ghibli vibes to Xbox and PC later this year

      June 2, 2025

      This new official Xbox 4TB storage card costs almost as much as the Xbox SeriesXitself

      June 2, 2025

      I may have found the ultimate monitor for conferencing and productivity, but it has a few weaknesses

      June 2, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      May report 2025

      June 2, 2025
      Recent

      May report 2025

      June 2, 2025

      Write more reliable JavaScript with optional chaining

      June 2, 2025

      Deploying a Scalable Next.js App on Vercel – A Step-by-Step Guide

      June 2, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      The Alters: Release date, mechanics, and everything else you need to know

      June 2, 2025
      Recent

      The Alters: Release date, mechanics, and everything else you need to know

      June 2, 2025

      I’ve fallen hard for Starsand Island, a promising anime-style life sim bringing Ghibli vibes to Xbox and PC later this year

      June 2, 2025

      This new official Xbox 4TB storage card costs almost as much as the Xbox SeriesXitself

      June 2, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Operating Systems»Microsoft’s new CoreAI team continues to expand, hiring more people to join

    Microsoft’s new CoreAI team continues to expand, hiring more people to join

    January 22, 2025

    Microsoft’s new CoreAI – Platform and Tools team is now expanding & hiring for principal and senior data scientist roles.

    The post Microsoft’s new CoreAI team continues to expand, hiring more people to join appeared first on MSPoweruser.

    Source: Read More 

    Hostinger
    windows
    Facebook Twitter Reddit Email Copy Link
    Previous ArticleWalter Writes AI Review: Is It the Best AI Humanizer?
    Next Article Samsung Galaxy S25 series: All the details & leaks you need to know before Unpacked 2025

    Related Posts

    News & Updates

    The Alters: Release date, mechanics, and everything else you need to know

    June 2, 2025
    News & Updates

    I’ve fallen hard for Starsand Island, a promising anime-style life sim bringing Ghibli vibes to Xbox and PC later this year

    June 2, 2025
    Leave A Reply Cancel Reply

    Continue Reading

    GitHub for Beginners: Test-driven development (TDD) with GitHub Copilot

    News & Updates

    A Reflection on Perficient’s Employee Resource Groups (ERGs): Building Space for Our Colleagues

    Development

    Joe Biden Strong Cancer Support shirt

    Web Development

    La bolla AI è scoppiata per colpa di DeepSeek e della Cina? No, è semplicemente merito dell’open-source!

    Linux

    Highlights

    10th element in rating is not present so what should i do to print dash(-) in that place tto matchup the data frame

    July 30, 2024

    import pandas as pd
    import selenium
    from selenium import webdriver
    from selenium.common.exceptions import NoSuchElementException
    import pandas as pd
    import time
    driver = webdriver.Chrome(r”C:Program Files (x86)chromedriver.exe”)
    driver.get(‘https://www.amazon.in/’)
    search_item = driver.find_element_by_xpath(“//input[@id =’twotabsearchtextbox’]”)
    search_item.send_keys(“Laptop”)

    serch_btn = driver.find_element_by_xpath(“//input[@id=’nav-search-submit-button’]”)
    serch_btn.click()

    cpu_filter = driver.find_element_by_link_text(‘Intel Core i7’).click()
    cpu2_filter = driver.find_element_by_link_text(‘Intel Core i9′).click()

    href = []
    lnks1=driver.find_elements_by_xpath(“//a[@class=’a-link-normal a-text-normal’]”)
    for lnk in lnks1:
    href.append(lnk.get_attribute(‘href’))
    href = href[0:10]
    print(len(href))

    Rating = []
    for i in href:
    driver.get(i)
    try:
    rating = driver.find_elements_by_xpath(“//*[@id=’reviewsMedley’]/div/div[1]/div[2]/div[1]/div/div[2]/div/span/span”)
    for i in rating:
    print(i.text)
    except:
    print(‘-‘)

    I’ve tried the above code, but because the 10th element doesn’t have any rating, I used try and except. However, it’s not working. It’s not reverting back the dash(-) and it is just printing the 9 elements.
    I want 10th element as dash(-) so that I could match up with at the time of creating dataframe.
    I am not getting any idea what to do next. Please help me out with this.

    Best TVs of CES 2025 (so far): New models from Samsung, LG, Displace, and more

    January 7, 2025

    APT-C-60 Hackers Exploit StatCounter and Bitbucket in SpyGlace Malware Campaign

    November 27, 2024

    CVE-2025-23175 – Apache Struts Cross-Site Scripting Vulnerability

    April 22, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.