Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,993
» Latest member: lauren557
» Forum threads: 38,736
» Forum posts: 175,580
Full Statistics
|
Online Users |
There are currently 46 online users. » 0 Member(s) | 41 Guest(s) Google, Applebot, AOL
|
Latest Threads |
Weird failure in Selenium
Forum: General Coding Help
Last Post: Larz60+
5 hours ago
» Replies: 1
» Views: 73
|
print does not open conso...
Forum: General Coding Help
Last Post: Pedroski55
10 hours ago
» Replies: 2
» Views: 98
|
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
Yesterday, 03:05 PM
» Replies: 3
» Views: 2,538
|
create ocr to detect lice...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:58 PM
» Replies: 2
» Views: 101
|
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:56 PM
» Replies: 6
» Views: 223
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Oct-01-2025, 03:05 AM
» Replies: 4
» Views: 2,051
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 464
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,096
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,170
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 854
|
|
|
Bit masks |
Posted by: leodavinci1990 - Aug-10-2019, 05:59 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hi, So I am writing this small program to determine door access allowed to users.
[python]#create a special no. for storing an RFID card that determi..... More
|
|
|
Tkinter or PyQt |
Posted by: paul18fr - Aug-10-2019, 10:59 AM - Forum: GUI
- Replies (5)
|
 |
Hi all,
Let me asking you for advices in how to choose between Tkinter and PyQt libraries? I've no experience in GUI development in general, and mo..... More
|
|
|
askdirectory |
Posted by: Friend - Aug-10-2019, 10:49 AM - Forum: General Coding Help
- No Replies
|
 |
Hi all,
i want to let the user select a path. i used the following
[python]
from tkinter.filedialog import askdirectory
path = askdirectory()..... More
|
|
|
telnet from ssh tunnel |
Posted by: oldfart - Aug-10-2019, 09:52 AM - Forum: Networking
- Replies (3)
|
 |
Trying to get data (mainly temperature) from a UniFi Switch 16 POE-150W.
Have to first enter the switch with ssh, then telnet into the local host, th..... More
|
|
|
Thonny |
Posted by: Kundan - Aug-10-2019, 07:29 AM - Forum: Homework
- Replies (1)
|
 |
I am using Thonny IDE for Python programs. Can I plugin ZOD B in it? How?
|
|
|
coloring the widget table row |
Posted by: atlass218 - Aug-09-2019, 07:31 PM - Forum: GUI
- Replies (5)
|
 |
hi;
I created a graphical application with Qtdesigner and pyqt5. To finalize it completely, I started the creation some retouches concerning the colo..... More
|
|
|
tk hangman game |
Posted by: joe_momma - Aug-09-2019, 02:48 PM - Forum: Code sharing
- No Replies
|
 |
This is a spelling game. I set it up to create a list of random words over 9 characters.
The top script is the list named hangWords001c.py the second..... More
|
|
|
Cartopy Error |
Posted by: bostonwx - Aug-09-2019, 10:22 AM - Forum: General Coding Help
- Replies (6)
|
 |
Good morning,
Before I get into my issue, I have extensively searched on google in hopes of finding a solution and I've found nothing. I'm also ju..... More
|
|
|
QLinearGradient Banding |
Posted by: kainev - Aug-09-2019, 06:49 AM - Forum: GUI
- Replies (2)
|
 |
Hi,
I am creating an application with PyQt5. I originally was using an image for the background of my program that has the correct gradient however..... More
|
|
|
type checking |
Posted by: Skaperen - Aug-09-2019, 02:37 AM - Forum: Bar
- Replies (4)
|
 |
Python doesn't do type checking of passed arguments in function calls so i do that on my own. but, at least i can do checks that allow multiple types..... More
|
|
|
|