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 44 online users. » 1 Member(s) | 38 Guest(s) Applebot, Bing, Google, AOL, deanhystad
|
Latest Threads |
Weird failure in Selenium
Forum: General Coding Help
Last Post: Larz60+
4 hours ago
» Replies: 1
» Views: 70
|
print does not open conso...
Forum: General Coding Help
Last Post: Pedroski55
9 hours ago
» Replies: 2
» Views: 96
|
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
Yesterday, 03:05 PM
» Replies: 3
» Views: 2,537
|
create ocr to detect lice...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:58 PM
» Replies: 2
» Views: 99
|
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:56 PM
» Replies: 6
» Views: 217
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Oct-01-2025, 03:05 AM
» Replies: 4
» Views: 2,048
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 463
|
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,168
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 853
|
|
|
A notice of activity |
Posted by: Niv_Neos - Nov-03-2019, 05:19 PM - Forum: Board
- Replies (8)
|
 |
Hello community of Python, after much consideration, we will no longer be communicated our posts here due to the subtitles of the naming on this forum..... More
|
|
|
Printing data |
Posted by: scratchmyhead - Nov-03-2019, 02:36 PM - Forum: General Coding Help
- Replies (4)
|
 |
I'm new at python. I know the code to print a text file to the printer but how do you print a variable or text within your program? Thank you.
Th..... More
|
|
|
slice python array on condition |
Posted by: Gigux - Nov-03-2019, 09:47 AM - Forum: General Coding Help
- Replies (2)
|
 |
Hello,
I have a python 2D array that looks like this:
[python]
Labels = ["A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", \
"M", "N..... More
|
|
|
Tkinter Animation |
Posted by: Evil_Patrick - Nov-03-2019, 05:24 AM - Forum: GUI
- Replies (3)
|
 |
How to use gif for Animation Movement in Tkinter
[python]
from tkinter import *
root = Tk()
img = PhotoImage(file = 'Image_21.gif')
panel..... More
|
|
|
refused connection |
Posted by: mcgrim - Nov-02-2019, 10:52 PM - Forum: Networking
- Replies (10)
|
 |
I am trying to take pics with the webcam and send them to the client via socket.
I am not sure why, the server, which I always start first, stops alm..... More
|
|
|
IDLE does not seem to be a GUI |
Posted by: Ron38 - Nov-02-2019, 10:02 AM - Forum: GUI
- Replies (7)
|
 |
Newbie here. Just installed Python 3.8, and started reading a book on Python. The statement was made that IDLe is a GUI, and I should be able to use t..... More
|
|
|
Tetris |
Posted by: abscorpy - Nov-02-2019, 09:13 AM - Forum: Game Development
- Replies (1)
|
 |
[python]
import pygame
import random
pygame.font.init()
#GLOBAL VARS
s_width = 800
s_height = 700
play_width = 300
play_height = 600
bl..... More
|
|
|
|