Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 61 online users. » 1 Member(s) | 56 Guest(s) Bing, AOL, Google, Mojeek, Pedroski55
|
Latest Threads |
PROFESSIONAL SOLUTIONS FO...
Forum: General Coding Help
Last Post: victorcrown
1 hour ago
» Replies: 0
» Views: 32
|
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
10 hours ago
» Replies: 5
» Views: 9,185
|
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Today, 09:08 AM
» Replies: 0
» Views: 83
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Today, 03:29 AM
» Replies: 2
» Views: 488
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Today, 02:36 AM
» Replies: 0
» Views: 121
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 08:56 PM
» Replies: 9
» Views: 641
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,869
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,164
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,519
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 3,094
|
|
|
input interrupt |
Posted by: Nickd12 - Dec-07-2020, 09:52 PM - Forum: General Coding Help
- Replies (1)
|
 |
how can i get this to just interrupt the input and continue down the while true loop. instead if there is no input after 3 seconds it end the program...... More
|
|
|
Txt File to CSV |
Posted by: Andie19 - Dec-07-2020, 08:45 PM - Forum: General Coding Help
- Replies (2)
|
 |
Hi
Hoping someone can help. I am trying to convert a txt file (hundred of lines)- (sample below)
pc_account = An account is an entity (person or com..... More
|
|
|
Get name of command button |
Posted by: Heyjoe - Dec-07-2020, 08:45 PM - Forum: GUI
- Replies (3)
|
 |
[python]
import tkinter as tk
root = tk.Tk()
myfont = "helvitica 25"
mybg = "light sky blue"
myheight = 4
mywidth = 60
myheight2 = 6
mywidth..... More
|
|
|
Django |
Posted by: safakatar38 - Dec-07-2020, 08:40 AM - Forum: Web Scraping & Web Development
- Replies (1)
|
 |
Hello everyone. First of all ı'm from Turkey and if my english is bad I'm sorry. I've been learning html,css, js(little bit) and django since 3 months..... More
|
|
|
Collatz-problem |
Posted by: CaptainNeemo - Dec-07-2020, 08:14 AM - Forum: Homework
- Replies (2)
|
 |
Dear forum,
I got a question to my function below:
The problem is the return value of tau() is integer usually, but if I call tau() from test() th..... More
|
|
|
bin, hex, dec?? |
Posted by: jackmartin - Dec-06-2020, 04:51 PM - Forum: General Coding Help
- Replies (2)
|
 |
Hi guys, I'm trying to read and proceed a hex-file.
When I open it in Notepad++ using an HEX-View-plugin, the content looks like this:
01 cc 81 00 0..... More
|
|
|
[gtk] Image area and DND |
Posted by: cyrille - Dec-06-2020, 01:17 PM - Forum: GUI
- No Replies
|
 |
Hi
I would like to define areas of various shapes within an image and interpret them in python in a GTK application
Ex: a man in an main side and..... More
|
|
|
ezdxf |
Posted by: Mati_1 - Dec-06-2020, 11:48 AM - Forum: GUI
- Replies (1)
|
 |
Hi,
How can I create window (using tkinter) with .dxf file inside this window?
Something like:
" import ezdxf
from tkinter import *
aaa = "..... More
|
|
|
|