Python Forum
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 19,977
» Latest member: stephaniehendrix
» Forum threads: 38,732
» Forum posts: 175,564

Full Statistics

Online Users
There are currently 41 online users.
» 1 Member(s) | 37 Guest(s)
Bing, Google, AOL, snippsat

Latest Threads
Webscrapping sport bettin...
Forum: Web Scraping & Web Development
Last Post: Williamcaurb
5 minutes ago
» Replies: 5
» Views: 13,861
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
10 hours ago
» Replies: 2
» Views: 229
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Today, 12:21 AM
» Replies: 2
» Views: 861
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 05:45 PM
» Replies: 6
» Views: 908
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 12:59 PM
» Replies: 8
» Views: 599
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 2,949
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,365
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,944
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,371
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,283

 
  Network Engineer IV - Position
Posted by: jholden - Mar-11-2020, 04:26 PM - Forum: Jobs - Replies (3)

Location: Denver, CO
Job Title: Network Engineer IV

Below is the description! Contact me at jake.holden@kellymitchell.com if interested!

..... More

Print this item

  I need help to solve this task using while statement
Posted by: rico4pepe - Mar-11-2020, 03:23 PM - Forum: Homework - Replies (6)

[python]def sum_divisors(n):
sum = 0
# Return the sum of all divisors of n, not including n
return sum

print(sum_divisors(0))
# 0
print(..... More

Print this item

  Simple python code error
Posted by: cls0724 - Mar-11-2020, 03:22 PM - Forum: General Coding Help - Replies (5)

Hi all,

I am trying to get myself familiar with zip function and turns out Key error 1 keeps popping up when i typed the following program.

I se..... More

Print this item

  Use of & operator, groupby in python
Posted by: abhi1693r - Mar-11-2020, 02:25 PM - Forum: General Coding Help - No Replies

ID AMOUNT DATE AVG_AMOUNT
FACL01 10 20201503
FACL02 20 20201503
FACL03 30 20201503
FACL01 40 20201502
FACL01 50 20201503
FACL06 60 20201502..... More

Print this item

  Help For AutoGui Loop break
Posted by: ahmetnwpal - Mar-11-2020, 01:14 PM - Forum: General Coding Help - No Replies

[python]
from tkinter import *
import pyautogui

a=input("Number : ")
while True:
pyautogui.write(a, interval=0.5)
#I want to break this ..... More

Print this item

  Requirements for html5print module
Posted by: KipCarter - Mar-11-2020, 10:24 AM - Forum: General Coding Help - Replies (6)

In my quest to create QR Code based labels with text I have gotten to the point now where I can display the intended label in a web browser.

[align..... More

Print this item

  how to get PID's of linux commands executed through python modules?
Posted by: Manikandan_PS - Mar-11-2020, 09:30 AM - Forum: General Coding Help - Replies (4)

1]i am using python 2.6.6
2]i need to execute a linux command { tail -f file1 -f file2 | egrep --line-buffered "string1|string2" > tofile.txt &} in ..... More

Print this item

  Can't unpack values of dictionary with **
Posted by: Snake - Mar-11-2020, 08:07 AM - Forum: General Coding Help - Replies (3)

I've seen similar examples in 4.7.5 Unpacking argument lists, ..... More

Print this item

  Seven Segment Display - QUERY on Multi-line side-by-side printing output
Posted by: ajayachander - Mar-11-2020, 08:06 AM - Forum: Homework - Replies (3)

Task - a program which is able to simulate the work of a seven-display device

Sample input:

123

Sample output:

[output]
# ### ###
#..... More

Print this item

  Printing problem
Posted by: jacob1999 - Mar-11-2020, 06:59 AM - Forum: Bar - No Replies

I have been facing an issue while printing with my Hp Designjet T120 printer I have to press quite a number of time on the print icon of my desktop be..... More

Print this item

  Why my lambda doesn't work properly?
Posted by: Snake - Mar-11-2020, 04:42 AM - Forum: General Coding Help - Replies (6)

I thought it should give 2 as passed argument is 1, so 1+1 should be done. But it gives me 1.

>>> def func(arg=lambda i: i+1):
print(arg)


>..... More

Print this item

  Windows fatal exception: access violation
Posted by: czhhua28 - Mar-11-2020, 01:53 AM - Forum: General Coding Help - No Replies

import pytest
from pywinauto.application import Application

def test_case():
    assert True
This is my script.

[img]https://user..... More

Print this item

  Automation using python
Posted by: Santhosh_Sangar - Mar-11-2020, 01:04 AM - Forum: General Coding Help - No Replies

I have an excel with two gui button performing some task based on the VBA scripts written
Is there anyway we can write a python code to open the exce..... More

Print this item

  Restart Error when using code from lesson book
Posted by: Kathleen57 - Mar-11-2020, 12:19 AM - Forum: General Coding Help - Replies (2)

Hi. I am very new to programming but am trying to learn Python. I am using Coding Projects in Python by DK. It's supposed to be a guessing game. Us..... More

Print this item

  self.error_handler.check_response
Posted by: HughLalla - Mar-10-2020, 09:43 PM - Forum: General Coding Help - Replies (2)

Hi everyone, I'm new and I'm not English, so I apologize for the mistakes I might make. As I have often encountered the self.error_handler.check_respo..... More

Print this item

  IDE with spreadsheets
Posted by: lewispgj - Mar-10-2020, 08:34 PM - Forum: General Coding Help - Replies (4)

Hi friends, I work in research/data science but am new to Python. I have historically used SAS Enterprise Guide for my needs. Since my work constantly..... More

Print this item

  Help with Optical Mark Recognition
Posted by: kekko - Mar-10-2020, 08:33 PM - Forum: Data Science - Replies (1)

Hi everyone,
I need help in the interpretation and adaptation of a code for the omr.
The sample code is on github: https://github.com/rbaron/omr
The p..... More

Print this item

  Servicenow Table API
Posted by: bdpy9 - Mar-10-2020, 08:04 PM - Forum: Web Scraping & Web Development - Replies (2)

Good Afternoon,

I need to write python code to get last 5 days of data from ServiceNow Table API for example sc_req_item table. can anyone help me ..... More

Print this item

  Function with many arguments, with some default values
Posted by: medatib531 - Mar-10-2020, 07:53 PM - Forum: General Coding Help - Replies (3)

I want to create a function that takes multiple arguments (about 20).
However some of them might default to some pre-selected values.

I was thinki..... More

Print this item

  Create a bits & bytes conversion table
Posted by: CH13 - Mar-10-2020, 06:17 PM - Forum: Homework - Replies (2)

Hiii! I am doing homework about converting bits, bytes, KB and so on. It works fine for me to convert the number but I am struggling with the bonus. T..... More

Print this item

  Problem installing library
Posted by: thunderspeed - Mar-10-2020, 02:54 PM - Forum: General Coding Help - Replies (2)

Hello everyone,

I've been trying to install a library to python the past two days but I haven't been lucky with that. I've followed all questions a..... More

Print this item

  Web Scrapping unique links
Posted by: deadendstreet - Mar-10-2020, 02:52 PM - Forum: Homework - Replies (3)

Hello,

I'm working on an assignment to scrape unique links from a website and if they aren't already absolute links, turn them into absolute links...... More

Print this item

  Transform list or set regardless of nesting structure
Posted by: blubb - Mar-10-2020, 02:38 PM - Forum: General Coding Help - Replies (2)

Hi,

is there a convenience function that iterates over arbitrarily nested lists, i.e. lets one transform the 'nodes' without worrying about the nesti..... More

Print this item

  NPL function: data cleaning a variables' categories
Posted by: Netherlands_Hi - Mar-10-2020, 01:43 PM - Forum: Homework - Replies (1)

I am looking for the right NPL function to use. Current situation:
My variable "Registration" should have two categories, namely 0 (no) and 1 (yes)...... More

Print this item

  Displaying Data from a database and run a function when clicked?
Posted by: PythonNPC - Mar-10-2020, 01:30 PM - Forum: GUI - Replies (1)

Hello,

I am writing a simple GUI in Tkinter.

I want to connect to my database and show the data onto my GUI. There might be more data so a scrol..... More

Print this item

  Running Ajax multiple times on button click?
Posted by: CaptainCsaba - Mar-10-2020, 12:48 PM - Forum: General Coding Help - Replies (1)

Hi!

I have just started learning Flask. Turns out I need Ajax for my code to work and I canT figure it out. I have and index.html page. I have two ..... More

Print this item

  Trying to get blabel going
Posted by: KipCarter - Mar-10-2020, 10:33 AM - Forum: General Coding Help - Replies (3)

I think I may have run square into a brick wall regarding my attempt to assemble a script for printing QR code labels with the blabel module. It looke..... More

Print this item

  using fitz to manipulate pdf
Posted by: Pedroski55 - Mar-10-2020, 10:22 AM - Forum: General Coding Help - Replies (1)

Hi,
I used pip3 to install fitz No errors

When I try to import fitz I get:

[quote]>>> import fitz
Traceback (most recent call last):
File ..... More

Print this item

  Python package as installable
Posted by: Prabakaran141 - Mar-10-2020, 10:07 AM - Forum: General Coding Help - No Replies

Hi All,

Have developed a package.. So planning to prepare a build which can be used for deployment.

Also tried generating build using distutils ..... More

Print this item

  Search box python selenium sendkeys
Posted by: dorabajji - Mar-10-2020, 09:38 AM - Forum: General Coding Help - No Replies

Hi,
I am having issues with send keys..
I am trying to search numbers in whatsapp and select corresponding names in the recent chat and send messa..... More

Print this item

  Multiple for loops selenium webdriver
Posted by: KRS - Mar-10-2020, 05:28 AM - Forum: General Coding Help - Replies (4)

I have a code which looks this:
[python]
for elem in browser.find_elements_by_xpath('/html/body/form[2]/table/tbody/tr[1]/td[1]/select/option'):
..... More

Print this item

  How can I reset my Label?
Posted by: JJota - Mar-10-2020, 04:44 AM - Forum: GUI - Replies (5)

Hi folks!
How can I reset my Label in tkinter?
Every time that I do a search in my API, I want that my code clear the old result and then show a new..... More

Print this item

  How to list out specific excel files
Posted by: ajay_pal7 - Mar-10-2020, 12:38 AM - Forum: General Coding Help - Replies (2)

Hi


iam beginner to python. i want to list out xlsx & xlsm (i no need "xls" files) files from a directory (or including all subdirectories) using ..... More

Print this item

  For loops help, using python turtle
Posted by: SemiBeginnerPY - Mar-09-2020, 11:41 PM - Forum: General Coding Help - Replies (2)

Hi everyone, im still a beginner for PY.

recently i have been trying to create stickman in Python using turtle. i dont want to use multiple method..... More

Print this item

  SyntaxError: invalid syntax
Posted by: Truman - Mar-09-2020, 11:07 PM - Forum: Data Science - Replies (3)

I'm working on some problem and the goal is to count the frequency of each interval. There is a table with ratings ( sixth row ).

[python]
opened_..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Webscrapping sport bettin... 5 minutes ago KoinKoin Williamcaurb Web Scraping ...
  Integer Factorization Too... 10 hours ago fosuwxb buran Code sharing
  My goal to be hired worki... Today, 00:21 GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... Yesterday, 17:45 llarkin6 noisefloor General Codin...
  Comparing 2 100GB Drives/... Yesterday, 12:59 tester_V snippsat General Codin...
  Select Python comment (#)... 09-28, 18:39 SpongeB0B tester_V General Codin...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  [Tkinter] how to export a... 09-26, 17:13 RonR noisefloor GUI
  Is the interpreter that c... 09-26, 13:17 helendamdam noisefloor General Codin...
  pdf file processing: how ... 09-26, 13:14 Pavel_47 noisefloor General Codin...
Most views
  The best Prog... 577371
  Tutorial Requ... 500748
  Web Scraping ... 441026
  Newbie with P... 385070
  New Users Int... 369595
Most reputation
buran 581
snippsat 508
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 451
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12091
buran 8178
snippsat 7370
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
stephaniehendrix Today
Williamcaurb Today
Schirag Today
Jacobjoift Today
sophielane Yesterday

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020