Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How can insert value in external command?
Post: How can insert value in external command?

I am trying to create a python script which will take input from text file and run an external command. import os with open('media.txt') as f: lst = [i.strip() for i in f] length=len(lst) prin...
puneet102 General Coding Help 2 2,920 Jun-06-2018, 07:45 PM
    Thread: How can Read text file and create array?
Post: How can Read text file and create array?

I have text file (Media_id) with content and I want to create an array from the file. The content of file is like below: 1234L4 2345L4 3456L5 6384L6 and print values as a(0)=1234L4 a(1)=2345L4 a(2)...
puneet102 General Coding Help 1 2,607 May-22-2018, 06:12 PM
    Thread: Script for media content and redirect in to a file
Post: Script for media content and redirect in to a file

I have multiple tape and want to fetch data from the tape. I have command to fetch data but as there are long list of media ids (More than 300 medias). So I want an script by which i can automate the ...
puneet102 General Coding Help 0 2,355 May-22-2018, 12:06 PM

User Panel Messages

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