Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,964
» Latest member: Edzed4431
» Forum threads: 38,730
» Forum posts: 175,546
Full Statistics
|
Online Users |
There are currently 32 online users. » 1 Member(s) | 28 Guest(s) Bing, Google, AOL, snippsat
|
Latest Threads |
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
47 minutes ago
» Replies: 3
» Views: 60
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
9 hours ago
» Replies: 1
» Views: 466
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 06:49 PM
» Replies: 4
» Views: 2,004
|
My First App
Forum: Code Review
Last Post: carlbidwell
Yesterday, 10:53 AM
» Replies: 8
» Views: 8,565
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 03:54 AM
» Replies: 3
» Views: 467
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 925
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 955
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,218
|
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Sep-26-2025, 09:50 AM
» Replies: 1
» Views: 1,834
|
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
Sep-26-2025, 03:53 AM
» Replies: 1
» Views: 2,873
|
|
|
Canvas refreshing problem |
Posted by: Faruk - Dec-04-2018, 07:08 AM - Forum: GUI
- Replies (2)
|
 |
Hello Guys. I have a problem about canvas. I work for lift program. When the lift move up or down, program should show number and arrow. I create prog..... More
|
|
|
Help with cx_Oracle |
Posted by: anandoracledba - Dec-04-2018, 02:08 AM - Forum: General Coding Help
- No Replies
|
 |
Hello Gurus,
I started coding in Python 5 days ago and have questions/doubts with cx_Oracle module that I hope can get some help with. I have a SQL..... More
|
|
|
Need help with loops! |
Posted by: Funnypants - Dec-03-2018, 04:53 PM - Forum: Homework
- Replies (5)
|
 |
So i have an assignment to count in increments and display them.
here is what I have :
[python]
play= True
while play:
try:
sV..... More
|
|
|
pymqi and group id (MQ) |
Posted by: ThomasT - Dec-03-2018, 11:59 AM - Forum: Networking
- No Replies
|
 |
Hi,
I am not able or too stupid to set the group id for webshere MQ.
Example code:
[CODE]
import pymqi
qmgr = pymqi.connect("MQ_TT", "MY.CLIENT", "..... More
|
|
|
Qpython3 error |
Posted by: Icaari - Dec-03-2018, 05:16 AM - Forum: General Coding Help
- Replies (3)
|
 |
Hey guys, I'm trying out an app for Android called Qpython3, which is pretty cool so far. I'm a beginner to intermediate in python, and I want to be a..... More
|
|
|
csv error |
Posted by: mt_reilly - Dec-02-2018, 08:21 PM - Forum: General Coding Help
- Replies (1)
|
 |
Any idea what could be causing this error?
[python]
def read_to_df(file_path):
"""Read on-disk data and return a dataframe."""
##rea..... More
|
|
|
Resize button with window resize |
Posted by: FesterJester - Dec-02-2018, 10:55 AM - Forum: GUI
- Replies (2)
|
 |
I have a basic Python3 PyQt5 GUI with a working quit button.
The window and frame resize fine and the button resizes horizontally, but not vertically..... More
|
|
|
tkinter questions--- part 2 |
Posted by: ironsheep - Dec-02-2018, 03:53 AM - Forum: GUI
- Replies (8)
|
 |
[python]from tkinter import *
import random
import time
tk=Tk()
canvas=Canvas(tk, width=500, height=400)
canvas.pack()
class Ball:
def ..... More
|
|
|
Linear algebra semester project |
Posted by: frequency - Dec-02-2018, 01:30 AM - Forum: GUI
- Replies (3)
|
 |
Hello. I have to develop this project for my semester.I will use numpy and tkinter graphics for my code.BUT is there any way to skip the tkinter hustl..... More
|
|
|
help returning a list |
Posted by: lga13 - Dec-01-2018, 09:43 PM - Forum: Homework
- Replies (1)
|
 |
hey guys, I'm trying to write a small script to return a list of numbers that are input however for the life of me I cannot get it to work, below is t..... More
|
|
|
|