| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,299
» Latest member: matt
» Forum threads: 38,796
» Forum posts: 175,892
Full Statistics
|
| Online Users |
There are currently 41 online users. » 0 Member(s) | 36 Guest(s) Bing, Google, AOL, Applebot
|
|
|
| Tkinter GUI freeze |
|
Posted by: petterg - Jun-20-2019, 09:28 PM - Forum: GUI
- Replies (4)
|
 |
Hi,
I'm using python 3.6.7 on Windows
I'm making a Tkinter GUI that will let you upload files to a destination using ftplib.
My problem is that..... More
|
|
|
| Circle Turtle |
|
Posted by: JoeLamond - Jun-20-2019, 08:17 PM - Forum: Code sharing
- No Replies
|
 |
This program uses python turtle to draw regular polygons with up to 25 sides. Take a look:
[python]
import math
import turtle
import time
def c..... More
|
|
|
| Hide Dock Icon for QSystemTrayIcon App |
|
Posted by: AeglosGreeenleaf - Jun-20-2019, 07:21 PM - Forum: GUI
- No Replies
|
 |
I have a Qt program that uses a QSystemTrayIcon. Only the tray icon shows on Windows, but on Mac the generic Python Launcher icon also shows up in the..... More
|
|
|
| Mysterious Indentation Problem |
|
Posted by: Dakodak - Jun-20-2019, 03:10 PM - Forum: General Coding Help
- Replies (11)
|
 |
Hello !
Spyder tells me i've an indentation problem here, line 4, "unexpected indent" :
[python]def A(i, j, Nz, Nr, dr, dz, dt, he, Bir, Biz) ..... More
|
|
|
| Bitmap wont find file |
|
Posted by: loulou - Jun-20-2019, 12:55 PM - Forum: GUI
- Replies (1)
|
 |
hello, I have recently started to learn and code using wxPython and so far all seems to go well, however whenever I call upon wx.Bitmap() to display e..... More
|
|
|
| How to adjust time - tkinter |
|
Posted by: Ondrej - Jun-20-2019, 09:39 AM - Forum: GUI
- Replies (2)
|
 |
Hello everbody,
please help me to solve one issue with my tkinter clock. Time is imported from my cpu but sometimes I need to shift few seconds down ..... More
|
|
|
| 64 Bit - Help |
|
Posted by: Serpent190 - Jun-20-2019, 08:33 AM - Forum: General Coding Help
- Replies (1)
|
 |
Hi there, I am a complete newbie to this and I have a 64 bit laptop and when I try to download the latest Python release it comes up as 32 bit. How an..... More
|
|
|
| Build error (Python 3.7) |
|
Posted by: Saszalez - Jun-20-2019, 07:59 AM - Forum: General Coding Help
- No Replies
|
 |
Hi all.
I'm trying to build Python version 3.7 with the Intel compilers (2018 version). I'm doing it in CentOS 7 with the source code. The steps I ..... More
|
|
|
| The Matrix |
|
Posted by: mcmxl22 - Jun-20-2019, 05:58 AM - Forum: Code sharing
- Replies (7)
|
 |
The Matrix simulator.
[python]
import random
characters = ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'
'A', 'Z', '=', '+', '#', ..... More
|
|
|
| Window not updating |
|
Posted by: mberge - Jun-19-2019, 09:00 PM - Forum: Game Development
- Replies (3)
|
 |
I have made a simple neural network to solve the xor problem but the issue lies in PyGame. I've used PyGame to display a neural network in real time a..... More
|
|
|
| Russian version of Python |
|
Posted by: Skaperen - Jun-19-2019, 07:12 PM - Forum: Bar
- Replies (3)
|
 |
i remember reading somewhere a while back that there was a Russian version of Python that someone made that not only interacted in the Russian languag..... More
|
|
|
| call a function in another class |
|
Posted by: darktitan - Jun-19-2019, 07:00 PM - Forum: GUI
- Replies (6)
|
 |
Hi
I got a problem with calling a funtion from another class. I have searched a bit but i can't find a good solution to my problem. Can any one help ..... More
|
|
|
|