Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 43 online users. » 0 Member(s) | 39 Guest(s) Bing, AOL, Google, AOL
|
Latest Threads |
ARE YOU A VICTIM OF A CRY...
Forum: General Coding Help
Last Post: helenchris842
15 minutes ago
» Replies: 0
» Views: 11
|
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
7 hours ago
» Replies: 2
» Views: 155
|
how to export a dictionar...
Forum: GUI
Last Post: Pedroski55
Today, 03:45 AM
» Replies: 3
» Views: 206
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Today, 01:04 AM
» Replies: 0
» Views: 382
|
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 02:48 PM
» Replies: 10
» Views: 29,457
|
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,438
|
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Sep-23-2025, 09:08 AM
» Replies: 0
» Views: 313
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Sep-23-2025, 03:29 AM
» Replies: 2
» Views: 772
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 982
|
403 error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 5,242
|
|
|
problem on for-if loop |
Posted by: alrm31015 - Aug-21-2018, 05:03 PM - Forum: Data Science
- Replies (1)
|
 |
Hello,
I want to test the detection of an event using the input time t of data in a file:
if the difference between t[i+1] and t[i] is inferior to..... More
|
|
|
cannot get tooltips to work |
Posted by: rocket777 - Aug-21-2018, 05:01 PM - Forum: GUI
- Replies (1)
|
 |
I'm new to python. I am using WinPython64-3.6.6.1Qt5 on windows 10 and inside the top directory there is a program called Qt Designer.exe - I hope thi..... More
|
|
|
Save JPG as Line Art |
Posted by: Anysja - Aug-21-2018, 03:23 PM - Forum: GUI
- Replies (1)
|
 |
I am writing this program to generate a line that will engrave on a lazer. Currently it is generating an image that is a JPG. This will work with my l..... More
|
|
|
py2exe |
Posted by: keegan_010 - Aug-21-2018, 08:49 AM - Forum: General Coding Help
- Replies (4)
|
 |
Hello,
I am trying to use py2exe.
I have already have my python file as well as the setup file for it which goes like this:
[python]
from distutil..... More
|
|
|
Sending E-mails |
Posted by: keegan_010 - Aug-21-2018, 07:22 AM - Forum: General Coding Help
- Replies (3)
|
 |
Hello,
I am trying to just learn how to send e-mails with python. I have found some code online and I am trying to use it but an error keeps appearin..... More
|
|
|
the language i was designing |
Posted by: Skaperen - Aug-21-2018, 05:50 AM - Forum: Bar
- No Replies
|
 |
i stopped designing my programming language idea because i came into a better understanding of python (setting up some scripts that used th pexpect mo..... More
|
|
|
Basic python |
Posted by: Natters10 - Aug-21-2018, 02:20 AM - Forum: General Coding Help
- Replies (3)
|
 |
Hi I'm very new to python and have a problem.
[python]
def main():
x, y = 10, 100
if (x < y):
st = "x is less than y"
print (st)
if __name__ ..... More
|
|
|
|