| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,290
» Latest member: irukson
» Forum threads: 38,793
» Forum posts: 175,882
Full Statistics
|
| Online Users |
There are currently 31 online users. » 0 Member(s) | 26 Guest(s) Google, Bing, AOL, Applebot
|
| Latest Threads |
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
1 hour ago
» Replies: 6
» Views: 181
|
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Yesterday, 02:18 PM
» Replies: 5
» Views: 77
|
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 69
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,506
|
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 164
|
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 76
|
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,104
|
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,312
|
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 423
|
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 245
|
|
|
| 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
|
|
|
| parser for LVM head |
|
Posted by: Skaperen - Nov-02-2019, 04:04 AM - Forum: News and Discussions
- No Replies
|
 |
anyone know of a parser for an LVM head? i might want to use that syntax for some other configs.
|
|
|
|