Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,593
» Latest member: v4vv43
» Forum threads: 38,638
» Forum posts: 175,048
Full Statistics
|
Online Users |
There are currently 463 online users. » 0 Member(s) | 459 Guest(s) Bing, Baidu, Google, Yandex
|
Latest Threads |
Python Install Mager Help
Forum: News and Discussions
Last Post: bowens1983
7 hours ago
» Replies: 0
» Views: 40
|
[SOLVED] Let user search ...
Forum: GUI
Last Post: Winfried
Yesterday, 11:19 AM
» Replies: 2
» Views: 108
|
Comparing two columns wit...
Forum: General Coding Help
Last Post: Stonsuld
Yesterday, 07:09 AM
» Replies: 2
» Views: 1,432
|
Convert any Python expres...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 07:06 AM
» Replies: 2
» Views: 260
|
Using EventSource in Pyth...
Forum: Web Scraping & Web Development
Last Post: snippsat
Jun-22-2025, 08:45 AM
» Replies: 1
» Views: 134
|
need help with tracking a...
Forum: General Coding Help
Last Post: gqdeep01
Jun-22-2025, 02:14 AM
» Replies: 0
» Views: 106
|
A penny doubled every day...
Forum: Homework
Last Post: DeaD_EyE
Jun-21-2025, 05:26 PM
» Replies: 5
» Views: 246
|
I have a question
Forum: General Coding Help
Last Post: noisefloor
Jun-21-2025, 09:26 AM
» Replies: 2
» Views: 237
|
Problème d'exécutable
Forum: General Coding Help
Last Post: noisefloor
Jun-21-2025, 09:22 AM
» Replies: 1
» Views: 219
|
How do select this table ...
Forum: Web Scraping & Web Development
Last Post: snippsat
Jun-20-2025, 07:21 PM
» Replies: 11
» Views: 595
|
|
|
Can I do this faster? |
Posted by: Gasimoe - Feb-28-2017, 06:22 PM - Forum: Data Science
- Replies (3)
|
 |
Hello!
I´m making a RSA-encrypting/decrypting program.
When I encrypt I use a list but t,e and n are big numbers so this take a while. Is there..... More
|
|
|
Is Python Suitable? |
Posted by: summerleas - Feb-28-2017, 04:46 AM - Forum: Data Science
- Replies (3)
|
 |
I don't know if Python is a suitable language for what I want to do. In summary:
Read a file of about 6GB into an array (list I presume). The array..... More
|
|
|
Loop help in game |
Posted by: Kgranulo1 - Feb-28-2017, 01:16 AM - Forum: Game Development
- Replies (1)
|
 |
[python]import time
from tkinter import *
tk = Tk()
canvas = Canvas(tk, width=400, height=400)
canvas.pack()
rectangle = canvas.create_rectangle(..... More
|
|
|
ImiportError class not defined |
Posted by: iFunKtion - Feb-27-2017, 01:08 PM - Forum: GUI
- Replies (4)
|
 |
Hi there,
I have an application of which the file structure is as follows each file holds but one class, and that class is the name of the file:
[py..... More
|
|
|
PyQT4 only upper case text |
Posted by: iFunKtion - Feb-27-2017, 12:18 PM - Forum: GUI
- Replies (1)
|
 |
Hi there,
Due to the nature of our company font, we never ever want to use it lowercase. Is there a way of making absolutely every bit of text in a..... More
|
|
|
Worker thread? |
Posted by: micko - Feb-27-2017, 07:54 AM - Forum: General Coding Help
- Replies (1)
|
 |
My program does the following:
SQL query results based on GUI (user filled) data is passed to TCPprinter thread in arguments. I'm using threading be..... More
|
|
|
How do I install small size pygtk3 |
Posted by: harun2525 - Feb-27-2017, 12:53 AM - Forum: GUI
- No Replies
|
 |
hello, i work on pygtk3 but my ptgtk3 module is 200-300 mb. how can i install small size pygtk3 instead of my installed pygtk3 for packaging my progra..... More
|
|
|
Pyximport |
Posted by: tdow6478 - Feb-25-2017, 11:41 AM - Forum: General Coding Help
- No Replies
|
 |
Has anyone experimented with this module? It is supposed to substantially speed up code by compiling Python to C. I did not see much evidence of speed..... More
|
|
|
|