Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 52 online users. » 0 Member(s) | 47 Guest(s) Google, Bing, AOL, Apple
|
Latest Threads |
i need help pls
Forum: Game Development
Last Post: naalieswifto9264
19 minutes ago
» Replies: 3
» Views: 6,638
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
3 hours ago
» Replies: 3
» Views: 239
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Yesterday, 05:13 PM
» Replies: 4
» Views: 661
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:17 PM
» Replies: 1
» Views: 755
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:14 PM
» Replies: 6
» Views: 4,992
|
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Yesterday, 09:50 AM
» Replies: 1
» Views: 1,647
|
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
Yesterday, 03:53 AM
» Replies: 1
» Views: 2,691
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Yesterday, 12:32 AM
» Replies: 0
» Views: 315
|
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-25-2025, 01:49 PM
» Replies: 2
» Views: 541
|
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-24-2025, 02:48 PM
» Replies: 10
» Views: 29,990
|
|
|
Center align |
Posted by: Kristenl2784 - Aug-03-2020, 04:09 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hello,
Is there a way to center align ws3 cells as the values from ws1 get written into the ws3?
[python]
ws3[f'A{i+2}']=ws1['A1'].valu..... More
|
|
|
Help with Tkinter |
Posted by: djwilson0495 - Aug-03-2020, 01:42 PM - Forum: GUI
- Replies (3)
|
 |
[python]
from tkinter import *
num_list = []
def add_num():
number = num_box1.get()
if number.isdigit() == True:
num_list.ap..... More
|
|
|
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
|
|
|
|