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,975
» Latest member: Schirag
» Forum threads: 38,732
» Forum posts: 175,562

Full Statistics

Online Users
There are currently 59 online users.
» 1 Member(s) | 48 Guest(s)
AOL, Bing, Facebook Dev, Google, Apple, AOL

Latest Threads
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
2 hours ago
» Replies: 2
» Views: 158
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
10 hours ago
» Replies: 2
» Views: 793
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 05:45 PM
» Replies: 6
» Views: 833
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 12:59 PM
» Replies: 8
» Views: 530
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 2,904
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,309
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,881
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,304
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,229
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,548

 
  Print out the tuple from the function main
Posted by: whatloop - Mar-25-2019, 09:49 AM - Forum: General Coding Help - Replies (2)

Here i created a function main where i have a list of tuple which store 'Science', 'Math', 'Computer' but when i call the function in line 5 it does..... More

Print this item

  Please point me to some game example projects
Posted by: SugarBoxing - Mar-25-2019, 09:06 AM - Forum: Game Development - Replies (1)

Hi guys

I am just wondering if you can point me towards good and simple examples of python projects.
I did google, but it did not work exac..... More

Print this item

  Cant move object in game
Posted by: mrsneakys - Mar-25-2019, 07:27 AM - Forum: Homework - Replies (1)

Hi guys,
I am working on a "shooting game" where there are 2 players moving up and down and shooting. But i can not make moving single shots.
They a..... More

Print this item

  A dynamically updating screen for PyQt GUI from URL
Posted by: bescf - Mar-25-2019, 06:58 AM - Forum: GUI - No Replies

I work on about developing a Qt GUI using Qt5 and PyQt. I am trying to implement a display screen to Raspberry Pi that will dynamically "live update" ..... More

Print this item

  Read Byte Array from Zigbee coordinator using python
Posted by: jenkins43 - Mar-25-2019, 06:40 AM - Forum: General Coding Help - Replies (3)

Hey, to interface Zigbee coordinator wit..... More

Print this item

  Problem with tkinter search widget
Posted by: poopcupine - Mar-25-2019, 05:22 AM - Forum: GUI - Replies (1)

Hi all,

I am trying to highlight similar documents using tkinter GUI.
I have a dictionary that reads from 2 documents and put similar words into the..... More

Print this item

  A Python daemon that sends Twilio SMS Alerts when top metrics exceed thresholds
Posted by: rootVIII - Mar-25-2019, 03:46 AM - Forum: Code sharing - No Replies

Here is the repository.

Thank you to Gribouillis for the [python]from itertools import chain[/pytho..... More

Print this item

  Serial communication with raspberry pi 3B and Xbee
Posted by: kj7 - Mar-25-2019, 03:39 AM - Forum: General Coding Help - No Replies

I'm new to python programming, if I wanted to know if someone can help me with respect to reading a value that I am receiving serially. In if the topo..... More

Print this item

  file.write stops while true loop from executing in python3
Posted by: boonr - Mar-25-2019, 03:05 AM - Forum: General Coding Help - Replies (3)

Hi All,

I am using a python script to control some GPIO pins on a raspberry pi.
Is as follows:

[python]from gpiozero import PWMLED
import tim..... More

Print this item

  How to achieve close to 1ms time.sleep
Posted by: kwekey - Mar-25-2019, 01:56 AM - Forum: General Coding Help - Replies (1)

Hi, I have a program that runs on both windows and Linux as a continuous thread with 1 millisecond interval, using time.sleep(0.001)

..... More

Print this item

  WebDriverWait
Posted by: Truman - Mar-25-2019, 01:07 AM - Forum: Web Scraping & Web Development - Replies (4)

I want my script repeatedly to check for the existence of some element on a fully loaded page and
return only when that element exists.
[python]from..... More

Print this item

  simple solved plugin
Posted by: metulburr - Mar-24-2019, 11:31 PM - Forum: Board - Replies (47)

This is another (current active) plugin in which is simply "solved/unsolved". No other crap. Its also updated for this version (unlike the other). You..... More


Attached Files

Thumbnail(s)
   
Print this item

  [Pyqt5]Display name of new inserted USB stick on GUI
Posted by: Atalanttore - Mar-24-2019, 08:29 PM - Forum: GUI - No Replies

The following code shows the name of a new inserted USB stick in a PyQt5 GUI on Linux. Unfortunately, a [i]pyudev.device._errors.DeviceNotFoundAtPathE..... More

Print this item

  Get specific key from multiple keys in python dictionary
Posted by: pradeepkumarbe - Mar-24-2019, 07:23 PM - Forum: General Coding Help - No Replies

I have CSV like this(below is the sample)

Month Seg Zone Dist SALES
2018-12 HIGH A-ZONE NY 200
2018-12 LOW A-ZONE ..... More

Print this item

  Cryptodome - convert openssl command to python
Posted by: twebber - Mar-24-2019, 06:43 PM - Forum: General Coding Help - Replies (1)

I have received an encrypted data file (mydata.encrypted) and a key (plain text for now) and the following command to decrypt it:

openssl enc -d -a..... More

Print this item

  Installing libraries
Posted by: wendysling - Mar-24-2019, 04:51 PM - Forum: General Coding Help - Replies (3)

Hello,

I am trying to install the following libraries while using Jupyter, and I have Anaconda installed in my pc.

However, when I write the be..... More

Print this item

  Bokeh
Posted by: naveen73 - Mar-24-2019, 03:35 PM - Forum: Data Science - No Replies

Hi all,
I have a problem with plotting in Bokeh. Please see a screenshot of my dataset(it actually has 10 rows):

[img]<a href="https://imgbb.com/"..... More

Print this item

  [split] I need help making a four digit code cracker with random
Posted by: tycpytyt - Mar-24-2019, 03:02 PM - Forum: General Coding Help - Replies (1)

hi i need help making a four digit code cracker with random here is my code if you have any idea to help me:
[python]from random import *

code_use..... More

Print this item

  [split] how do i make a thread?
Posted by: tycpytyt - Mar-24-2019, 02:49 PM - Forum: Board - Replies (1)

how do i make a thread?

Print this item

  Methods that return the highest score from the list
Posted by: erfanakbari1 - Mar-24-2019, 02:48 PM - Forum: Homework - Replies (7)

Hello guys !
I just got an exercise to do and I wrote some code for this task but unfortunately I'm facing some errors !
The task is :
[python]
# ..... More

Print this item

  if var is "string"
Posted by: speedskis777 - Mar-24-2019, 01:53 PM - Forum: General Coding Help - Replies (1)

In this code, what's the difference between my first three conditionals and the 4th one (elif size is "a":)? They all look like the same type of if st..... More

Print this item

  programming of compositions (UML) example: forest
Posted by: obelix - Mar-24-2019, 12:32 PM - Forum: General Coding Help - Replies (3)

Hi all,

I'd like to code down a correct structured example of some UML class compositions.
For now I suggest to use a "Forest" as example. But I a..... More

Print this item

  Need help with reading input from stdin into array list
Posted by: Annie123 - Mar-24-2019, 11:35 AM - Forum: General Coding Help - Replies (2)

I am new to Python and any help would be great to learn, I am reading an input line by line into an array list using stdin and the array list looks li..... More

Print this item

  Help please - indentation error
Posted by: bil007 - Mar-24-2019, 11:21 AM - Forum: General Coding Help - Replies (1)

Hello,
I am a beginner in programming with python, my problem I can not execute this code, I would like to create a database with sqlite to manage my..... More

Print this item

  scatter plot error - possibly data type - TypeError: nan is not a string
Posted by: chudson - Mar-24-2019, 10:48 AM - Forum: General Coding Help - Replies (1)

Hi,

Can anyone help me with this error?
I suspect it is something to do with the data type, but don't know how to resolve.
I'm trying to plot ..... More

Print this item

  Does anyone have a link for learning more about python libraries?
Posted by: plshaji - Mar-24-2019, 10:02 AM - Forum: News and Discussions - Replies (6)

Pls provide link for learning more about python libraries .

Print this item

  ImportError: cannot import name 'DEFUSEDXML' from 'openpyxl'
Posted by: kaninaba94 - Mar-24-2019, 10:00 AM - Forum: General Coding Help - Replies (1)

Hello dear friends,

I am trying to read in an Excel file with openpyxl.

But it always gives me this stacktrace:

C:\Users\kanin\venv\Python3..... More

Print this item

  Text Entry and Querying CSV
Posted by: whacky7 - Mar-24-2019, 09:49 AM - Forum: General Coding Help - Replies (4)

Hi Guys,

First off, I am new to Python and coding. I do apologise if this question has already been asked. I have searched the forum board and was un..... More

Print this item

  Code not detecting blank string
Posted by: SpookyHjke - Mar-24-2019, 07:50 AM - Forum: Homework - Replies (1)

Hi all,

I am having some issues trying to get my code to detect that there is a blank string(so nothing has been entered)that has been entered in b..... More

Print this item

  Help with while loop
Posted by: ShadowAlpha - Mar-24-2019, 04:54 AM - Forum: General Coding Help - Replies (1)

I'm new to python working on a Raspberry pi. I'm trying to make a number guessing game based on user input.
Code:

[python]num = int(raw_input("Pic..... More

Print this item

  How to determine pen color from an image?
Posted by: robie972003 - Mar-24-2019, 01:38 AM - Forum: General Coding Help - Replies (2)

So lets say I have a .png image and I want the pen color to be the (0,0) pixel on the picture, am I able to do that in python?

Print this item

  problem using drop down list to filter table.
Posted by: darktitan - Mar-23-2019, 08:51 PM - Forum: Web Scraping & Web Development - Replies (1)

Hi am trying to make a filter for my table with a drop down list but i got some problems with that it doesent do anything. The drop down list get its ..... More

Print this item

  Python 2.7.13 Issue Reading .txt files Properly
Posted by: username1145 - Mar-23-2019, 08:37 PM - Forum: General Coding Help - Replies (3)

Hi all,

I'm using a Raspberry Pi, and I can only run programs using python 2.7.13, and it's been a hassle. For one of my programs, I need to read i..... More

Print this item

  Need to convert a date and price from a list into appropriate date format & currency
Posted by: SilverLeaf90 - Mar-23-2019, 08:17 PM - Forum: Homework - Replies (1)

Can anyone lend me some help on this issue. I need to print from a list that contains some data. But 2 of the elements in that list are different than..... More

Print this item

  Parsing Large Numbers Question
Posted by: amyvaulhausen - Mar-23-2019, 06:50 PM - Forum: General Coding Help - Replies (5)

Hi All, I am writing some simple code to raise a base value to a power
then perform some operations on the output. I have included the code I am
us..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Integer Factorization Too... 2 hours ago fosuwxb buran Code sharing
  My goal to be hired worki... 10 hours ago 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...
  Regarding pdf for PCEP an... 09-26, 09:50 P212 Biks News and Disc...
Most views
  The best Prog... 577345
  Tutorial Requ... 500669
  Web Scraping ... 441007
  Newbie with P... 385046
  New Users Int... 369538
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 8178
snippsat 7370
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Schirag Today
Jacobjoift Today
sophielane Yesterday
Oscar0057 Yesterday
Cromulent Yesterday

User Panel Messages

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