Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Question about formula implementation in general format
Post: Question about formula implementation in general f...

Hello, I have the following formula: y = a1cos(θ1) +a2cos(θ1+θ2) +...+ancos(θ1+...+θn) The goal is to implement it in Python so it works with any number of a-value/theta angles combination. So fa...
Alienspecimen General Coding Help 0 1,633 Mar-01-2021, 08:39 PM
    Thread: matplotlib.pyplot.show
Post: matplotlib.pyplot.show

I am starting to learn about plotting and have a question about what plt.show() does. I get the definition "The show() function in pyplot module of matplotlib library is used to display all figures",...
Alienspecimen General Coding Help 2 2,191 Feb-26-2021, 03:20 AM
    Thread: Catching Errors
Post: Catching Errors

I am learning about try/catch mechanism and do not understand how the following program works: import random def test2(): i = input('i ?\n') j = input('j ?\n') try: i = float(i) ...
Alienspecimen General Coding Help 1 2,143 May-18-2019, 02:39 PM

User Panel Messages

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