| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,275
» Latest member: eastnoob
» Forum threads: 38,790
» Forum posts: 175,867
Full Statistics
|
| Online Users |
There are currently 34 online users. » 0 Member(s) | 32 Guest(s) Google, Bing
|
|
|
| Syntax error |
|
Posted by: Blaedel - Aug-03-2020, 12:46 PM - Forum: General Coding Help
- Replies (3)
|
 |
Hi guys,
struggling to learn. Why is there a syntax error in the following:
[quote]
combinations_amounts = []
for amount_100 in range (0, 10..... More
|
|
|
| scrollbar in tab |
|
Posted by: issac_n - Aug-03-2020, 12:42 PM - Forum: GUI
- Replies (1)
|
 |
I wanted to create a scrollbar(pyqt5) into tab, base on example in link below I did some changes to fit my need but the scrollbar didn't show on tab a..... More
|
|
|
| Looking for a Python Developer |
|
Posted by: MarioInter - Aug-03-2020, 12:36 PM - Forum: Jobs
- Replies (4)
|
 |
Hi Community!
For our software house in Warsaw, we are looking for an experienced Python Developer.
It's also possible to work remotely.
All..... More
|
|
|
| KeyError |
|
Posted by: ajtsystems - Aug-02-2020, 08:58 PM - Forum: General Coding Help
- Replies (1)
|
 |
I have a Keyerror since I have added an new key to my MSG_TXT array. I can't see any format errors in MGS_TXT and when I remove this part the code st..... More
|
|
|
| search interface description |
|
Posted by: kobilevi - Aug-02-2020, 07:34 PM - Forum: Networking
- No Replies
|
 |
Hello I am trying to find a way that through code with Python I can search for the description of the interface in the switch. This can be a type of e..... More
|
|
|
| IRC Message Parsing |
|
Posted by: cyberchron - Aug-02-2020, 05:56 PM - Forum: Networking
- No Replies
|
 |
Hey all I am pretty much brand new to coding. I figured a fun way to learn would be to start doing coding challenges online.
For one of my challenges ..... More
|
|
|
| Help with Tkinter |
|
Posted by: djwilson0495 - Aug-02-2020, 04:41 PM - Forum: GUI
- Replies (2)
|
 |
[python]
from tkinter import *
total = 0
num = 0
def click():
number = num_box1.get() # defines number variable as number entered into bo..... More
|
|
|
| What does QApplication do? |
|
Posted by: anne - Aug-02-2020, 04:41 PM - Forum: GUI
- Replies (4)
|
 |
OK, if this is out of python subject just ignore it .
I am beginning to understand strange "indented" philosophy of python syntax.
I even got ..... More
|
|
|
| output label |
|
Posted by: just_me - Aug-02-2020, 03:21 PM - Forum: GUI
- No Replies
|
 |
Hi everyone,
I'm new to kivy and I'm trying to do something very simple that I can't get right and can't find any information anywhere. All I want ..... More
|
|
|
| Run hidden exe |
|
Posted by: samuelbachorik - Aug-02-2020, 02:58 PM - Forum: General Coding Help
- No Replies
|
 |
Hello dear users, iam trying to call exe. file from python and run it hidden. I want to run it without user operation. I have this script and it is wo..... More
|
|
|
| String Comparing |
|
Posted by: Harshil - Aug-02-2020, 12:49 PM - Forum: General Coding Help
- Replies (15)
|
 |
Hey! Everyone I Have A Problem:
The Problem is you are given two user input string now you have to compare them and find out unique and common letter..... More
|
|
|
|