Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 54 online users. » 1 Member(s) | 47 Guest(s) Bing, Applebot, Google, AOL, AOL, snippsat
|
Latest Threads |
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
1 hour ago
» Replies: 1
» Views: 81
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 04:28 PM
» Replies: 11
» Views: 4,332
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 764
|
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Sep-19-2025, 12:30 PM
» Replies: 1
» Views: 3,631
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,111
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,618
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,439
|
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,632
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,566
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,734
|
|
|
installing wxPython |
Posted by: predirt - Feb-22-2018, 04:38 AM - Forum: GUI
- Replies (12)
|
 |
I'm new to this Python stuff, but am determined to develop an application and am interested in using wxPython. I am running openSUSE 4.3. There is n..... More
|
|
|
random numbers and stats |
Posted by: cliffhop23 - Feb-21-2018, 11:02 PM - Forum: Homework
- Replies (2)
|
 |
2. Part 2 - Statistics on Random Numbers - 5pts
Generate 500 random numbers on the interval 1 to 65536. Determine the fraction of these numbers which..... More
|
|
|
textEdit Update error ? |
Posted by: Bytelli - Feb-21-2018, 12:00 PM - Forum: GUI
- No Replies
|
 |
[python]
class uiTxtEdtGunclThread(QtCore.QThread):
def __init__(self,uiwin):
super().__init__(parent=QtCore.QThread())
self.u..... More
|
|
|
Hiring Python Developers at Kimetrica, LLC |
Posted by: djangojobs.net - Feb-21-2018, 11:33 AM - Forum: Jobs
- No Replies
|
 |
Kimetrica, LLC seeks experienced Python Developers with a focus in FLASK / CKAN and/or with a focus in DJANGO to join a growing team. This is a direct..... More
|
|
|
Weird HTTP response |
Posted by: league55 - Feb-21-2018, 12:59 AM - Forum: Bar
- Replies (8)
|
 |
I'm putting this in Bar because it's not strictly Python-related, even though I used requests.get().
I got a HTTP Response Code 302 with the follow..... More
|
|
|
\\n in code |
Posted by: Dixon - Feb-20-2018, 11:48 PM - Forum: General Coding Help
- Replies (3)
|
 |
What is the purpose of the ("\\n") in the following line?
exec("""\ntarget.write(line1)\ntarget.write("\\n")\ntarget.write(line2)\ntarget.write("\\n"..... More
|
|
|
pyinstaller error |
Posted by: aquilino67 - Feb-20-2018, 11:48 PM - Forum: General Coding Help
- Replies (3)
|
 |
Hello.
I'm running python 3.6.4 and pyinstaller on windows 10 x64.
When running "pyinstaller myprog.py" I get many errors. The first errors are these:..... More
|
|
|
Getting started |
Posted by: goofymdjd - Feb-20-2018, 09:57 PM - Forum: Game Development
- Replies (6)
|
 |
Dear Forum,
I am having trouble getting started. I just downloaded and installed pygame, but I can't initialize it.
Here is my code:
import p..... More
|
|
|
|