Hello everyone,
I would like to use a list while I am changing its name.
I have the following lists defined label_SUB1, label_SUB2, label_SUB3 and label_SUB4.
for j in range(1,4):
for i in range(0,205):
print "AAA," + str(i+12000027+10000*j) + "," + label_SUB[j][i] + ",33,"...
Hello everyone,
Yesterday I faced a difficulty and I would like that someone give me a very good piece of advice in order to never have this problem again. Here is the description:
I was working on the computer of my client using a webpage that he logged in (i.e., I was using his account)...
Hello everyone,
I am having some problems trying to print the following dictionary:
{('31', '3'): '2.85124e-05', ('31', '23'): '2.85124e-05', ('31', '17'): '2.85124e-05', ('31', '30'): '2.85124e-05', ('31', '19'): '2.85124e-05', ('31', '31'): '2.85124e-05', ('31', '26'): '2.85124e-05'...
Hello, I would like to write a python script that eliminate all the duplicated occurrences in the second column, keeping the first match.
For an input like this:
101000249 101000249
101000250 5552931
101000251 101000251
101000254 5552931
101000255 101000255
101000256 101000256
101000257...
Hello everyone,
I am getting started with python programming and I am facing some problems regarding data manipulation.
Please consider the following data:
2.9 -4.0 50.0
3.4 -5.0 150.0
2.9 -1.0 350.0
2.4 -4.0 50.0
2.0 -2.0 110.0
The numbers are...
Hello,
I would like to sort the following text:
GRID 112 1413.987-822.42180.59229
GRID 108 1453.57-820.634 79.0209
GRID 109 1457.868-820.76280.09176
GRID 111 1454.621-819.14574.98186
GRID 113...
Hello,
I am looking for the analogous command of "ls -lart" in Powershell.
Anybody knows? By the way, if I am using MSDOS, the analogous command of "ls " is "dir ", so how we can do "ls -lart" in MSDOS? Thank you
Hello everyone,
Anybody knows how to read a matrix from a txt file and then print an element of a given column and row? I am looking for something like given a matrix of 3 columns and 3 rows stored in the file matrix.txt:
1 2 3
4 5 6
7 8 9
print the element in the second line and third...
Hello everyone, I am a beginner in TCL, I would like to have some help dealing with data manipulation. I have the following text stored in a file:
#
#2345678$2345678$2345678$2345678$2345678$2345678$2345678$2345678$2345678
#
10.0000000.0000000.000000 230.7500000.5000000.0000000.812500...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.