Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Illegal instruction (core dumped) when import pandas.
Post: Illegal instruction (core dumped) when import pand...

Hello! I have Python 3.10.6 installed in my system (Lubuntu 22.04). I installed pandas and pyarrow with "pip3 install" command but when I try to import pandas in a .py file or even in the python3 cons...
amandacstr General Coding Help 1 2,089 Dec-29-2022, 08:04 PM
    Thread: Headless Chrome: How to login into a webpage?
Post: Headless Chrome: How to login into a webpage?

How can I login into a webpage(fill and submit the login/pass form tag) using Headless Chrome. I made a web crawler with Python 3, BeautifulSoup and Headless Chrome but now I need to login first and I...
amandacstr Web Scraping & Web Development 1 4,291 Feb-06-2020, 01:29 AM
    Thread: Convertion of float to str is very slow.
Post: Convertion of float to str is very slow.

Hi! I'm making this software in python using pyqt to read a big text file(+60000 lines) with paths to other files. The content of this file is something like this: 493.0 <#> /media/backup/progr...
amandacstr GUI 2 2,146 Aug-03-2019, 09:46 PM
    Thread: Creating class with getters and setters.
Post: Creating class with getters and setters.

HI! I'm trying to create a class with getters and setters in python mode because there are too many attributes to pass as argument in __init__ method. So, here what i did: class Tale: def __init__(s...
amandacstr Homework 3 2,335 Jun-18-2019, 02:36 AM
    Thread: How to read html tags dynamically generated?
Post: RE: How to read html tags dynamically generated?

In the following code I'm trying to get the number 1151 from the span tag inside the span tag <span class="kno-fb-ctx _i2g"> The problem is the code isn't finding anything! from bs4 import Be...
amandacstr Web Scraping & Web Development 5 7,582 Mar-04-2018, 08:46 PM
    Thread: How to read html tags dynamically generated?
Post: How to read html tags dynamically generated?

Hi! I'm very newbie in Python and I would like to know how can I get/read a html code dynamically generated. I heard I can use PhantomJS but could you guys indicate me something else to?
amandacstr Web Scraping & Web Development 5 7,582 Mar-02-2018, 01:25 PM
    Thread: Web Crawler: How to find all divs that starts with...
Post: RE: Web Crawler: How to find all divs that starts ...

Thanks for helping me guys! Problem fixed.
amandacstr Web Scraping & Web Development 3 6,540 Oct-01-2016, 02:15 PM
    Thread: Web Crawler: How to find all divs that starts with...
Post: Web Crawler: How to find all divs that starts with...

Hello! I'm using BeautifulSoup to make a web crawler and i would like to know how can i get the list of all divs that starts with a certain name. Here what i tried: divs = soup.findAll('div', {'clas...
amandacstr Web Scraping & Web Development 3 6,540 Sep-30-2016, 11:25 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020