Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Read strings and numbers in columns from a file
Post: RE: Read strings and numbers in columns from a fil...

Thank you so so much!
suvadip General Coding Help 4 2,896 Aug-11-2020, 09:37 PM
    Thread: Read strings and numbers in columns from a file
Post: RE: Read strings and numbers in columns from a fil...

So I tried using numpy but I realized that numpy can't handle strings so I was thinking of using something like this: data = open('file.txt', 'r').read() If could only had integers, I could use numpy ...
suvadip General Coding Help 4 2,896 Aug-11-2020, 05:10 PM
    Thread: Read strings and numbers in columns from a file
Post: Read strings and numbers in columns from a file

Hi all, I have a .txt file which has two columns. the first column is string and the second column is number. The structure of the .txt file is the following: abcde 12345 aswd 65892 qwerty 45896H...
suvadip General Coding Help 4 2,896 Aug-11-2020, 05:00 PM
    Thread: Stopwatch in Python/IPython shell
Post: RE: Stopwatch in Python/IPython shell

Thank you very very much!
suvadip General Coding Help 3 4,309 Jul-06-2018, 06:33 AM
    Thread: Stopwatch in Python/IPython shell
Post: Stopwatch in Python/IPython shell

Hi everyone, I am very new to this community. What I am trying to do is to show a dynamic stopwatch in Python/IPython shell (not in a separate window) while the code is running and I want the stopwat...
suvadip General Coding Help 3 4,309 Jul-06-2018, 06:24 AM

User Panel Messages

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