| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,266
» Latest member: tlandr02
» Forum threads: 38,788
» Forum posts: 175,853
Full Statistics
|
| Online Users |
There are currently 35 online users. » 0 Member(s) | 32 Guest(s) Bing, Google, AOL
|
|
|
| Find two extremum in data series |
|
Posted by: Sancho_Pansa - Dec-04-2020, 02:06 PM - Forum: Data Science
- No Replies
|
 |
Hello,
Does exist a method that allows to find two x-coordiantes of two extremums in data series like this:
[img]https://i.postimg.cc/j2vNMsCC/absor..... More
|
|
|
| My script returns no values |
|
Posted by: Shay3534 - Dec-04-2020, 01:00 PM - Forum: Homework
- Replies (7)
|
 |
Hi,
I have just started doing the google python course online and am completing my first assignment by running the string1.py script. I have tested m..... More
|
|
|
| Simple question |
|
Posted by: 1234 - Dec-04-2020, 10:01 AM - Forum: General Coding Help
- Replies (4)
|
 |
Hi,
is there a faster way of changing s list full of numbers in a "5" format, into a int(5) format than:
for i in range(len(a)):
a[i]=int(a[i])
|
|
|
| bytes to json |
|
Posted by: GrahamL - Dec-04-2020, 09:07 AM - Forum: General Coding Help
- Replies (9)
|
 |
Hi
I am trying to send json data over a pipe but cannot get it quite right
Send
[python]
mesages = [{"id": "1", "txt": "message 1", "start_..... More
|
|
|
| How to disable custom button |
|
Posted by: Sancho_Pansa - Dec-04-2020, 08:57 AM - Forum: GUI
- Replies (7)
|
 |
Hello,
In my project I use custom widgets.
When I try to disable a button
self.myCustomButton.config(state='disabled') error occu..... More
|
|
|
| Search faster? |
|
Posted by: Pedroski55 - Dec-04-2020, 05:37 AM - Forum: General Coding Help
- Replies (1)
|
 |
Whoops, put the wrong title! That was another thing I was trying.
I have a simple homework webpage.
PHP collects the students answers, compares ..... More
|
|
|
| Entry returns NONE |
|
Posted by: mollerpunker - Dec-03-2020, 07:36 PM - Forum: GUI
- Replies (2)
|
 |
Hi all,
I'm a beginner in programming with PY and started to build an GUI. Got stuck with retrieving the value of the Entry. While running the GUI ..... More
|
|
|
| math.log? |
|
Posted by: Majo - Dec-03-2020, 04:14 PM - Forum: General Coding Help
- Replies (8)
|
 |
Hi,
I'm trying to put all answers of equations that I calculated into a list, and I want to refer to this list multiple times because the same equati..... More
|
|
|
| Graphs |
|
Posted by: Tink - Dec-03-2020, 04:03 PM - Forum: Homework
- Replies (3)
|
 |
I've been trying to make a graph but failing. Anyone know which method is best for this?
Using the code cell below, plot an appropriate graph to sh..... More
|
|
|
|