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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,303
» Latest member: TimTom420
» Forum threads: 38,797
» Forum posts: 175,898

Full Statistics

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

Latest Threads
Python is not working on ...
Forum: General Coding Help
Last Post: Pedroski55
5 hours ago
» Replies: 2
» Views: 74
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Yesterday, 04:48 AM
» Replies: 6
» Views: 7,799
Help with Serial.write in...
Forum: General Coding Help
Last Post: racingsubby
Yesterday, 02:09 AM
» Replies: 7
» Views: 629
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 124
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 105
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
Nov-26-2025, 08:47 AM
» Replies: 3
» Views: 184
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
Nov-26-2025, 04:40 AM
» Replies: 6
» Views: 3,209
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Nov-25-2025, 02:50 AM
» Replies: 6
» Views: 301
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 186
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 114

 
  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

  New to Python - tiny coding assistance on user input function and assign to variable
Posted by: Mountain_Duck - Mar-23-2019, 06:44 PM - Forum: Homework - Replies (1)

Hi all,

I am new to Python and was wondering if anyone can simply help me with the following. I am tasked with created a basic drink ordering prog..... More

Print this item

  Is sharing a link to your blog a violation of the rules?
Posted by: LadySvetlana - Mar-23-2019, 03:31 PM - Forum: Board - Replies (4)

Nothing to see here.

Print this item

  CSV files
Posted by: PythonNoob99 - Mar-23-2019, 02:25 PM - Forum: Homework - Replies (3)

Hello everybody,

I have a problem. I have a CSV file and I use this file in my program. From my output I make a new csv file but I would like to us..... More

Print this item

  How to get python to download YouTube videos in the background?
Posted by: Pythenx - Mar-23-2019, 02:07 PM - Forum: General Coding Help - Replies (11)

I am looking to create a small project. The idea is that you input a youtube video link and it downloads it onto your computer. I was thinking about u..... More

Print this item

  How to get the size of a numpy array?
Posted by: mcgrim - Mar-23-2019, 02:05 PM - Forum: Data Science - Replies (2)

I am having some problems with this task.
I am supposed to use the command range to generate a list of 100 numbers
between 0 and 1 (both 0 and 1 sh..... More

Print this item

  Replace changing string including uppercase character with lowercase character
Posted by: silfer - Mar-23-2019, 01:07 PM - Forum: General Coding Help - Replies (11)

Hello Smile

My input lines :
[python]
<p>Material blabla ;<lb/>Dimension blabla ;<lb/></p>
<p>Sideral blublu ;<lb/>Sticky Gonzalez blibli;..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Python is not working on ... 5 hours ago lary_p Pedroski55 General Codin...
  Can I develop a live vide... Yesterday, 04:48 mtrkhan mamta25 Web Scraping ...
  Help with Serial.write in... Yesterday, 02:09 racingsubby racingsubby General Codin...
  silent deployment Python ... 11-26, 21:58 Bummibaer Larz60+ News and Disc...
  Proposal for PEP 11-26, 15:53 matt Gribouillis News and Disc...
  My regex function is not ... 11-26, 08:47 Moltar1997 perfringo General Codin...
  best way to learn python 11-26, 04:40 dutch ichsanputr News and Disc...
  data fetching for indian ... 11-25, 02:50 drakhsin Pedroski55 Web Scraping ...
  PyQt5 - Get a parameter f... 11-24, 14:18 Ninja2112 deanhystad GUI
  Brazil Python Help to aut... 11-21, 20:30 MileHigh303 MileHigh303 Jobs
  My goal to be hired worki... 11-21, 06:15 GnomeSweetGnome mamta25 News and Disc...
Most views
  The best Prog... 579421
  Tutorial Requ... 512502
  Web Scraping ... 442306
  Newbie with P... 386358
  New Users Int... 380537
Most reputation
buran 581
snippsat 511
Larz60+ 452
Gribouillis 362
deanhystad 328
Most replies
  New Users Int... 452
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12111
buran 8196
snippsat 7390
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
TimTom420 Yesterday
cruisesfares Yesterday
SNR Yesterday
Jonathan Yesterday
matt 11-26

User Panel Messages

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