Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 49 online users. » 0 Member(s) | 45 Guest(s) Bing, AOL, Google, AOL
|
Latest Threads |
extracting data from a us...
Forum: General Coding Help
Last Post: Pedroski55
2 hours ago
» Replies: 1
» Views: 80
|
how to export a dictionar...
Forum: GUI
Last Post: Pedroski55
8 hours ago
» Replies: 3
» Views: 155
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
10 hours ago
» Replies: 0
» Views: 345
|
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 02:48 PM
» Replies: 10
» Views: 29,359
|
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,403
|
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Sep-23-2025, 09:08 AM
» Replies: 0
» Views: 281
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Sep-23-2025, 03:29 AM
» Replies: 2
» Views: 728
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 925
|
403 error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 5,190
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,393
|
|
|
ClockIn/Out tkinter problem |
Posted by: Maryan - Oct-09-2020, 08:58 PM - Forum: GUI
- Replies (2)
|
 |
I will appreciate any help. I got stuck with hours to find the solution.
[python]import tkinter as tk
import time
import datetime
from tkinter i..... More
|
|
|
parsing question |
Posted by: ridgerunnersjw - Oct-09-2020, 07:50 PM - Forum: General Coding Help
- Replies (7)
|
 |
Can someone tell me how to parse this using '\x' and place each line on it's own:....I tried .split(b'\x') but this gives me an error
[output]b'\x0..... More
|
|
|
Modulation confusion. |
Posted by: Milfredo - Oct-09-2020, 04:38 AM - Forum: General Coding Help
- No Replies
|
 |
I am redesigning my horse race handicapping program based on everyone's advice concerning classes and Modules. So I will post my beginning effort and ..... More
|
|
|
rgb to xyz |
Posted by: Nickd12 - Oct-09-2020, 02:22 AM - Forum: General Coding Help
- Replies (2)
|
 |
does anyone know of a good interpreter to convert rgb to xyz or even better something where you can input a color like blue and it give to the rbg and..... More
|
|
|
hello everyone. |
Posted by: BCola683 - Oct-06-2020, 02:54 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hello. I am new to python and relatively new to coding. I have experience in school only so far with C#, SQL, ASP.NET and a little JAVA.
my boss, I..... More
|
|
|
Time limit exceed problem |
Posted by: chonchon430 - Oct-06-2020, 07:01 AM - Forum: Homework
- Replies (10)
|
 |
I got the following question in my exercise:
"There is 2 integers, x and y and I need to classify the integer from 1 to y into 2 group. One group w..... More
|
|
|
Async requests |
Posted by: lukee - Oct-06-2020, 04:40 AM - Forum: General Coding Help
- No Replies
|
 |
Hello,
Is there a way to have async requests in python using an http proxy, which has been set by the PAAS provider (pythonanywhere) on the request..... More
|
|
|
Display 8 elements per line |
Posted by: SalsaBeanDip - Oct-06-2020, 01:02 AM - Forum: Homework
- Replies (1)
|
 |
I have a function called display(dict) that takes a dictionary as a parameter and displays all the elements of the dictionary. It should only display ..... More
|
|
|
parsing question |
Posted by: ridgerunnersjw - Oct-06-2020, 12:40 AM - Forum: General Coding Help
- Replies (3)
|
 |
I have the following :
Output: b'011;005;080;'
What is the best way to parse this to remove all and get 005 (middle term)?
|
|
|
|