Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 57 online users. » 0 Member(s) | 51 Guest(s) Applebot, Google, Mojeek, AOL
|
Latest Threads |
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
1 hour ago
» Replies: 11
» Views: 3,901
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Yesterday, 07:55 PM
» Replies: 2
» Views: 432
|
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Yesterday, 12:30 PM
» Replies: 1
» Views: 3,428
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Yesterday, 11:11 AM
» Replies: 4
» Views: 789
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,259
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,136
|
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,354
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,341
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,463
|
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 1,024
|
|
|
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
|
|
|
problem with radio button |
Posted by: crook79 - Aug-10-2021, 06:59 PM - Forum: GUI
- Replies (3)
|
 |
hello i have a problem with radiobutton. I would like to have the following effect:
1. All radio buttons should be unchecked at the start.
2. When I..... More
|
|
|
python-can help |
Posted by: korenron - Aug-10-2021, 11:36 AM - Forum: General Coding Help
- Replies (3)
|
 |
Hello,
I want to start a project of reading canbus data using python-can.
i want to be able to save the data\pid and analyze it
I took the first ..... More
|
|
|
|