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,974
» Latest member: Williamcaurb
» Forum threads: 38,732
» Forum posts: 175,557

Full Statistics

Online Users
There are currently 37 online users.
» 0 Member(s) | 30 Guest(s)
Bing, Applebot, AOL, Google, AOL, Mojeek

Latest Threads
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
5 hours ago
» Replies: 6
» Views: 724
Integer Factorization Too...
Forum: Code sharing
Last Post: fosuwxb
6 hours ago
» Replies: 0
» Views: 52
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
10 hours ago
» Replies: 8
» Views: 453
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Yesterday, 06:39 PM
» Replies: 7
» Views: 2,831
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Sep-27-2025, 11:58 PM
» Replies: 1
» Views: 696
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,229
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,800
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,201
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,160
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,463

 
  Push Button issue
Posted by: gvin47 - Apr-16-2020, 06:39 PM - Forum: GUI - Replies (8)

Please help !
I need help with making my Stopwatch run after click on Button "Start"
===
import sys

from PyQt5.QtCore import Qt, QTimer
from Py..... More

Print this item

  adddate interval in python
Posted by: Steve42 - Apr-16-2020, 06:31 PM - Forum: General Coding Help - Replies (2)

Using mysql I can get this to work. I
want to get all missing days between 2 dates.
The table was last updated on 4-10-2020. Today is 4-16-2020
A..... More

Print this item

  Extract data from sports betting sites
Posted by: nestor - Apr-16-2020, 05:29 PM - Forum: Web Scraping & Web Development - Replies (3)

Hi, as the title suggests, I would like to extract data from sports betting sites, with this code I download the html of the site[python]
from bs4 im..... More

Print this item

  Loop face landmarking in all folder using dlib
Posted by: lokoprof - Apr-16-2020, 05:02 PM - Forum: General Coding Help - Replies (5)

I have this code that landmarked selected regions (points) in human face using dlib. I wrote the code to only work for one image, but I have many imag..... More

Print this item

  What are the possible values for LC_COLLATE ?
Posted by: arbiel - Apr-16-2020, 02:30 PM - Forum: General Coding Help - Replies (2)

Hi

To collate ancien greek words, I tried, without any success, to set LC_COLLATE.
Here is an exemple of my tries
[python]
>>> import locale
>>..... More

Print this item

  connect via ssh to a remote host and run a command locally
Posted by: bartibog - Apr-16-2020, 02:30 PM - Forum: Networking - No Replies

Hi everyone,

i'm new to python, please don't hold that against :-)

i'm looking to ssh into a remote computer and run a command locally, this is ..... More

Print this item

  SKUNK Dice Game
Posted by: ProntName - Apr-16-2020, 02:24 PM - Forum: Code sharing - Replies (9)

Good Morning Everyone!

Feel free to jump right down to the code, but a little bit about me:

So I decided to pick up coding at the beginning of A..... More

Print this item

  python/ Beeware
Posted by: sybe - Apr-16-2020, 02:20 PM - Forum: General Coding Help - Replies (6)

I have a problem with the 'toga import':

import toga
ModuleNotFoundError: No module named 'toga'
C:\beeware-tutorial\helloworld\src\helloworl..... More

Print this item

  12 years old python turtle program
Posted by: eXcalibur432 - Apr-16-2020, 02:04 PM - Forum: Code Review - Replies (4)

Hello,I am a six grade student.Iam a Turkish.İf I made a mistake you didn't see it Tongue .
I made a program with using python turtle.It my firs..... More

Print this item

  How to get a reverse order of a number?
Posted by: tonyflake - Apr-16-2020, 01:17 PM - Forum: General Coding Help - Replies (1)

[python]
num = 4576
num_p = 0
num_t = num
while num != 0:
num_p = num_p * 10 + num % 10
num = num / 10 ..... More

Print this item

  Combobox dropbox appear top left screen corner
Posted by: flabada - Apr-16-2020, 01:14 PM - Forum: GUI - Replies (16)

I face a strange issue with the Tkinter combobox. I run this simple GUI with a combobox. A month ago, on my windows 10 the tkinter combobox start to a..... More

Print this item

  printing a ✔
Posted by: julio2000 - Apr-16-2020, 12:41 PM - Forum: General Coding Help - Replies (12)

When running this code in my pycharm console it prints out the ✔.

print('✔')
But when I run it by clicking on the .py file, it ..... More

Print this item

  looking for a python coder (speak german)
Posted by: micha854 - Apr-16-2020, 12:05 PM - Forum: Jobs - Replies (1)

i am looking for a coder that speaks german.

I work with the pyTelegramAPI and here a vote, poll system should be integrated

contact me via pm

Print this item

  Guessing games
Posted by: pyzyx3qwerty - Apr-16-2020, 11:59 AM - Forum: Code sharing - No Replies

I made two types of guessing games-
1. User guesses a random number
[python]
# Generate a random number between 1 and 9 (including 1 and 9). Ask th..... More

Print this item

  possible ctypes and numpy conflict?
Posted by: herbal_rage - Apr-16-2020, 11:35 AM - Forum: General Coding Help - No Replies

Greetings, i wonder if anyone could help me to solve the following problem with python and following libraries: numpy, cv2, ctypes, pywin32 as they se..... More

Print this item

  sorting list of lists
Posted by: pframe - Apr-16-2020, 10:35 AM - Forum: General Coding Help - Replies (5)

I have the following:

[python]list_1=[[499, 943, 1447, 943], [356, 944, 1447, 944], [356, 1226, 1447, 1226], [357, 1228, 1446, 1228], [292, 1456, 1..... More

Print this item

  CSV File Help
Posted by: finndude - Apr-16-2020, 10:13 AM - Forum: General Coding Help - Replies (8)

Hi,

I only want to display the first five rows and I also want to sort it from highest to lowest.
not sure what to do so came here.

[python]
..... More

Print this item

  How to create simple thread safe singletone that protect __init__ on import module
Posted by: umen - Apr-16-2020, 09:43 AM - Forum: Homework - No Replies

Hello all
i trying to create simple singletone that is easy to understand .
i need it to be thread safe , and that the __init(self)__
should be in..... More

Print this item

  help with error
Posted by: sveto4ka - Apr-16-2020, 09:36 AM - Forum: General Coding Help - No Replies

Can you tell me how to solve problem:
[error]Error:
ValueError Traceback (most recent call last)
<ipython-input-8-2e..... More

Print this item

  pymysql won't handle some diacritic characters
Posted by: awarren2001AD - Apr-16-2020, 08:58 AM - Forum: General Coding Help - No Replies

I'm using the pymysql library in an AWS Lambda function in order to insert records into a MySQL database table. One of the table's columns is intended..... More

Print this item

  A Dictionary in a Dictionary Syntax
Posted by: PythonGainz - Apr-16-2020, 06:20 AM - Forum: General Coding Help - Replies (3)

I'm getting a syntax error for the following code that I copied form a text book:

Code:

[python]
users = {
"aeinstein": {
"first"..... More

Print this item

  While loop
Posted by: GTOPR20 - Apr-16-2020, 03:06 AM - Forum: Homework - Replies (1)

Run a while loop until all three values are less than or equal to 0. Every time you change the value of the three variables, print out their new value..... More

Print this item

  How do I open a file and the plot it?
Posted by: HelixFossil - Apr-15-2020, 11:58 PM - Forum: General Coding Help - Replies (1)

I want to create a GUI that allows me to read a text file into a variable by pressing a button. Then, I want to plot a histogram out of the data from ..... More

Print this item

  Python searching through file with obfuscated characters
Posted by: Tysoukii - Apr-15-2020, 11:14 PM - Forum: Code sharing - Replies (1)

Doing a few challanges, trying to use Python to solve as much as possible (As I know the challange can be completed without the use of Python). One ch..... More

Print this item

  How do I open a file and the plot it?
Posted by: HelixFossil - Apr-15-2020, 10:25 PM - Forum: GUI - Replies (3)

I want to create a GUI that allows me to read a text file into a variable by pressing a button. Then, I want to plot a histogram out of the data from ..... More

Print this item

  Save output into a Excel Sheet with Format Table
Posted by: skaailet - Apr-15-2020, 09:11 PM - Forum: General Coding Help - Replies (1)

What can I add to my code
in order to save the output into a excel shett but with format table

this is the code (part of it, due to it is to long)..... More


Attached Files

Thumbnail(s)
   
Print this item

  how to detect horizontal dotted lines in an image using OpenCV
Posted by: pframe - Apr-15-2020, 08:51 PM - Forum: General Coding Help - No Replies

Hi all,

I am learning techniques on how to detect horizontal lines. So far I know how to detect a continuous horizontal line. So I am trying to learn..... More

Print this item

  How to print the current time in color
Posted by: julio2000 - Apr-15-2020, 08:40 PM - Forum: General Coding Help - Replies (3)

Hi,

I want to create a variable, and when I print that variable, it needs to be in a certain color. This is my current code

[python]
import dat..... More

Print this item

  manipulating two lists
Posted by: rancans - Apr-15-2020, 08:33 PM - Forum: General Coding Help - Replies (8)

Hi,

I do not understand why am i getting all the double usernames executing the code below:

[python]existing_accounts = ["Marcis", "John", "Tim"..... More

Print this item

  Looking to Connect w/ other Python Beginners
Posted by: harryberry - Apr-15-2020, 08:24 PM - Forum: News and Discussions - Replies (2)

Hey everyone!

My name is Harrison and I am very new to Python. I run a business in the International Education sector and would like to learn Pyth..... More

Print this item

  New to Python, trying to get it to workin Windows 10
Posted by: gimpyLaz - Apr-15-2020, 08:20 PM - Forum: News and Discussions - Replies (3)

I'm trying to get python 3.8 working in windows 10. Unfortunately, Win10 no longer has the usr/local/ folder available, at least as far as I can tell..... More

Print this item

  Help! Loops
Posted by: bwdu - Apr-15-2020, 07:37 PM - Forum: General Coding Help - Replies (2)

n = int(sys.argv[1])

power = 1
while 2*power <= n:
    power *= 2
stdio.writeln(power)
    
Hi everyone!I am curious about if i can..... More

Print this item

  This is why I chose to use wxpython
Posted by: Larz60+ - Apr-15-2020, 07:36 PM - Forum: News and Discussions - No Replies

Hi,

I made the decision to use wxpython after phoenix was released, there were several reasons why I went in this direction.
One was that tkinters..... More

Print this item

  need some help to do Vault authentication using python
Posted by: dspy9 - Apr-15-2020, 07:22 PM - Forum: General Coding Help - No Replies

My code is working good if hardcode username, password. But i have to use Vault getmysecret authentication. Can anyone advise how i can use in python...... More

Print this item

  Python Help - Guessing Game
Posted by: JamieT - Apr-15-2020, 07:19 PM - Forum: General Coding Help - Replies (5)

Hi all, you will have to excuse me, I am new to Python and have been learning over the past 2 days.

I have coded a basic guessing game and have a sli..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Unable to resolve FileNot... 5 hours ago llarkin6 noisefloor General Codin...
  Integer Factorization Too... 6 hours ago fosuwxb fosuwxb Code sharing
  Comparing 2 100GB Drives/... 10 hours ago tester_V snippsat General Codin...
  Select Python comment (#)... Yesterday, 18:39 SpongeB0B tester_V General Codin...
  My goal to be hired worki... 09-27, 23:58 GnomeSweetGnome Larz60+ News and Disc...
  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...
  Regarding pdf for PCEP an... 09-26, 09:50 P212 Biks News and Disc...
Most views
  The best Prog... 577307
  Tutorial Requ... 500546
  Web Scraping ... 440979
  Newbie with P... 385013
  New Users Int... 369470
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+ 12090
buran 8176
snippsat 7370
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Williamcaurb Today
sophielane Today
Oscar0057 Today
Cromulent Today
PhamMaria Today

User Panel Messages

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