Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Cycle through Numpy range within another range(?)
Post: Cycle through Numpy range within another range(?)

This script needs refining, not really a coder so what I have produced so far is quite something for me...at present this script outputs a text file which I feed into a Windows cmd shell to create and...
Zero01 Data Science 0 1,995 Jul-31-2020, 02:37 PM
    Thread: Cycle of numpy variables
Post: Cycle of numpy variables

This script needs refining, at present it outputs a text file which I feed into a Windows cmd shell to create and output files, using an image processing framework (GMIC) i.e. import numpy as np a =...
Zero01 General Coding Help 0 1,537 Jul-31-2020, 11:58 AM
    Thread: Getting list of co-ordinates.
Post: RE: Getting list of co-ordinates.

It's ok I came up with the solution using np.linspace ie, something like: import numpy as np x = np.linspace(50,100,1000) y = np.linspace(50,75,1000) np.savetxt('coords.txt', (x,y), fmt='%10.5f') * ...
Zero01 General Coding Help 1 1,813 Feb-28-2019, 03:14 PM
    Thread: Getting list of co-ordinates.
Post: Getting list of co-ordinates.

Hi, I'm quite new to Python so bear with me.... I am trying to get the co-ordinates of a semicircle (or semi-oval) with numpy (maybe I need some other module too/instead(?)) and output those numbers w...
Zero01 General Coding Help 1 1,813 Feb-28-2019, 01:31 PM

User Panel Messages

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