| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 40 online users. » 0 Member(s) | 35 Guest(s) Bing, AOL, Google, Applebot
|
|
|
| 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
|
|
|
| capitalizing words in list |
|
Posted by: Truman - Feb-19-2018, 11:04 PM - Forum: Homework
- Replies (1)
|
 |
# [ ] split the sentence, code_tip, into a words list
# [ ] print the joined words in the list with no spaces in-between
# [ ] [b]Bonus: capitalize ..... More
|
|
|
| code for a timer |
|
Posted by: SheeppOSU - Feb-19-2018, 10:53 PM - Forum: General Coding Help
- Replies (2)
|
 |
Hi I am using Python 3.6.2 I used a def so it would be easier to use this timer but my code doesn't seem to work can someone help me. I also showed th..... More
|
|
|
|