Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,970
» Latest member: Seu12Jorge
» Forum threads: 38,731
» Forum posts: 175,552
Full Statistics
|
Online Users |
There are currently 44 online users. » 0 Member(s) | 38 Guest(s) Google, Bing, AOL, Applebot, AOL
|
Latest Threads |
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
3 hours ago
» Replies: 6
» Views: 325
|
LOST BITCOIN OR USDT?WE H...
Forum: Networking
Last Post: leewang
3 hours ago
» Replies: 0
» Views: 15
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
7 hours ago
» Replies: 7
» Views: 2,783
|
looking for help
Forum: Bar
Last Post: PhamMaria
8 hours ago
» Replies: 1
» Views: 1,905
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Sep-27-2025, 11:58 PM
» Replies: 1
» Views: 648
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,180
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,746
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Sep-27-2025, 03:54 AM
» Replies: 3
» Views: 638
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,133
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,108
|
|
|
Pygame Error |
Posted by: Ditrate40 - Jan-12-2019, 06:42 PM - Forum: GUI
- Replies (1)
|
 |
Hi, here is my code :
[python]
import pygame
pygame.init()
screen = pygame.display.set_mode((1000,750))
vie = True
clock = pygame.time.Clock..... More
|
|
|
Not Working |
Posted by: gcryall - Jan-12-2019, 04:47 PM - Forum: General Coding Help
- Replies (6)
|
 |
I'm a New Be and need help. I have a routine and it exasperates me....
I've executed a connection in a previous def and passed it . Why does this..... More
|
|
|
Calling a list troubles |
Posted by: giveen - Jan-11-2019, 07:09 PM - Forum: Homework
- Replies (7)
|
 |
I'm struggling to get this list from a json file to call correctly, and I was hoping for help. I'm still really new to learning python. I always end u..... More
|
|
|
PyPDF2 encrypt |
Posted by: Truman - Jan-11-2019, 12:39 AM - Forum: General Coding Help
- Replies (3)
|
 |
I'm trying to encrypt a pdf file but it gives syntax error
[python]
import PyPDF2
pdfFile = open('meetingminutes.pdf', 'rb')
pdfReader = PyPDF2.PdfFil..... More
|
|
|
Process finished with exit code |
Posted by: gehrenfeld - Jan-10-2019, 09:03 PM - Forum: GUI
- Replies (3)
|
 |
Not sure what is wrong. I am using PyCharm and it shows no errors. But when I run it I get: Process finished with exit code -1073741571 (0xC00000FD)
..... More
|
|
|
|