| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,249
» Latest member: bmurray
» Forum threads: 38,779
» Forum posts: 175,819
Full Statistics
|
| Online Users |
There are currently 42 online users. » 0 Member(s) | 36 Guest(s) Applebot, Bing, AOL, Internet Archive
|
| Latest Threads |
New to python and coding
Forum: Homework
Last Post: jefsummers
4 hours ago
» Replies: 4
» Views: 108
|
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
6 hours ago
» Replies: 6
» Views: 178
|
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Yesterday, 09:52 AM
» Replies: 11
» Views: 311
|
Backward compatibility qu...
Forum: News and Discussions
Last Post: Gribouillis
Yesterday, 05:07 AM
» Replies: 5
» Views: 279
|
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Nov-10-2025, 05:37 AM
» Replies: 1
» Views: 109
|
Data Science
Forum: Data Science
Last Post: mamta25
Nov-10-2025, 05:27 AM
» Replies: 3
» Views: 2,624
|
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 212
|
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 191
|
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 376,275
|
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,425
|
|
|
| Infinite loop |
|
Posted by: Danado - Aug-15-2021, 05:38 PM - Forum: Homework
- Replies (4)
|
 |
The program is for finding approximate values of an integral using the trapezoid method, but it is in an infinite loop. I couldn't find the error.
[..... More
|
|
|
| A deciphering problem |
|
Posted by: Truman - Aug-14-2021, 08:34 PM - Forum: Homework
- Replies (25)
|
 |
Break the following ciphertext, decrypting one line at a time because each
line has a different key. Remember to escape any quote characters:
qeFIP?eG..... More
|
|
|
| Dropdown box showing weird entry |
|
Posted by: cybertooth - Aug-14-2021, 07:47 AM - Forum: GUI
- Replies (4)
|
 |
Hi all.
I am working on a tkinter form. I have a dropdown combobox which is supposed to show the values from a MySql database. The problem is that it..... More
|
|
|
| coding help |
|
Posted by: davidchilambo - Aug-13-2021, 01:52 PM - Forum: General Coding Help
- Replies (4)
|
 |
hello i am trying to parse the data saved in a csv file so that i can arrange them in column and rows, i have tried to create dataframe with pandas bu..... More
|
|
|
| Solved button on threads |
|
Posted by: jamesaarr - Aug-13-2021, 01:22 PM - Forum: Board
- Replies (1)
|
 |
Could we get a button for the person who posts a thread so they can mark it as solved, so that when we are viewing the posts we can see who needs help..... More
|
|
|
| Why use classes? |
|
Posted by: metulburr - Aug-13-2021, 10:56 AM - Forum: Fundamentals
- No Replies
|
 |
This is a tutorial that uses an example of non class code and converts it to use classes. This is not meant to be an in depth conversation about class..... More
|
|
|
| Errors in serial data |
|
Posted by: Joni_Engr - Aug-13-2021, 07:00 AM - Forum: Networking
- Replies (4)
|
 |
Hi,
I get errors in serial data in my python program but when I use PuTTY I get clean data without errors. I am not sure if I am writing the seria..... More
|
|
|
| Summing up rows and columns |
|
Posted by: plumberpy - Aug-13-2021, 04:56 AM - Forum: General Coding Help
- Replies (3)
|
 |
result = [[1, 2, 3, 4],
[5, 6, 7, 8],
[9, 10, 11, 12],
[13, 14, 15, 16]]
qq = sum(result[3])A..... More
|
|
|
| Why is it not printing out |
|
Posted by: dedesssse - Aug-12-2021, 04:50 PM - Forum: Game Development
- No Replies
|
 |
Im trying to make an own "collision" which you can first see in "world_Data" in the class world.coll. But the world data is not updating it and all th..... More
|
|
|
| Loop with choose |
|
Posted by: Irv1n - Aug-12-2021, 03:34 PM - Forum: General Coding Help
- Replies (5)
|
 |
Hello,
I have this script:
[python]
acw = [0.500, 0.750, 1.000, 1.500, 2.000, 3.000, 3.500, 4.000, 4.500, 5.000]
for rang in acw:
dmm.set_mod..... More
|
|
|
| Why changing data in a copied list changes the original list? |
|
Posted by: plumberpy - Aug-12-2021, 08:09 AM - Forum: General Coding Help
- Replies (3)
|
 |
[python]results=[[1,2,3,4,5],
[11,22,33,44,55],
[111,222,333,444,555]]
#results2=results.copy()
results2=results[:]
results2[..... More
|
|
|
|