Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Extract value from a list
Post: RE: Extract value from a list

Oh thank you so much. I would have never found the solution myself. I wasted 2 hours already :) It's working. I am analyzing the code to learn from it. **biggrin**
thesquid General Coding Help 2 866 Nov-29-2022, 01:54 PM
    Thread: Extract value from a list
Post: Extract value from a list

I am using an api from a site called dataforseo and I get this result in python (the code is: print(response) ) : {'version': '0.1.20220819', 'status_code': 20000, 'status_message': 'Ok.', 'ti...
thesquid General Coding Help 2 866 Nov-29-2022, 12:01 PM
    Thread: How to solve this simple problem? Check if cvs first element is the same in each row?
Post: RE: How to solve this simple problem? Check if cvs...

Pretty much the output I want is this: <h1> 1 </h1> <h2> A </h2> B <h2> C </h2> D <h1> 2 </h1> <h2> D </h2> E So the first column is the...
thesquid General Coding Help 2 1,247 Jun-14-2022, 08:35 PM
    Thread: How to solve this simple problem? Check if cvs first element is the same in each row?
Post: How to solve this simple problem? Check if cvs fir...

Ok so I have a cvs with these information (I am using pipes and not commas): 1 | A | B 1 | C | D 2 | E | F I need a code that does this: If the first element of the row is the same as first elemen...
thesquid General Coding Help 2 1,247 Jun-14-2022, 02:50 PM

User Panel Messages

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