Posts by Luciano Magrini • 29 points
4 posts
-
1
votes0
answers68
viewsQ: How to calculate the values of a function in an entire range when only the values in the integers are known?
someone can help me, please? I’m trying to write a function in Python (I use 3) that implements the following code that is in Mathematica:…
-
-1
votes1
answer378
viewsQ: How to save many arrays in the same txt in Python3?
Hello! I have a code in Python3 and in each looping it generates 5 column arrays. For the first looping I was able to record each array as a column in a txt using numpy.savetxt:…
-
0
votes1
answer74
viewsQ: Operating on a list of lists with the conditional
I’m trying to use list comprehension in a code but I "zipped" in using the structures for and if in a certain part. Can someone help me? Basically I have a list called "sup" whose 2000 entries are…
-
1
votes1
answer654
viewsQ: How to create variable names during code execution?
I need a little help. During the execution of a code I get a list with x entries (the size of the list varies according to the input). Each entry in this list is a line array with a certain number…
pythonasked Luciano Magrini 29