Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,983
» Latest member: bimosora
» Forum threads: 38,734
» Forum posts: 175,572
Full Statistics
|
Online Users |
There are currently 56 online users. » 1 Member(s) | 45 Guest(s) Bing, Google, Facebook Dev, Apple, AOL, Mojeek, snippsat
|
Latest Threads |
create ocr to detect lice...
Forum: General Coding Help
Last Post: Pedroski55
33 minutes ago
» Replies: 1
» Views: 18
|
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: Pedroski55
10 hours ago
» Replies: 5
» Views: 160
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Yesterday, 03:05 AM
» Replies: 4
» Views: 2,033
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 446
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,080
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,144
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 819
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,103
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,545
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 9,134
|
|
|
3D engines |
Posted by: pfaber11 - Jun-21-2019, 08:34 AM - Forum: Game Development
- Replies (6)
|
 |
Have recently installed ratcave which I hope to use alongside pygame . Haven't really looked at it yet but thought I would see if anybody else had tri..... More
|
|
|
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
|
|
|
|