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,251
» Latest member: ftk456
» Forum threads: 38,780
» Forum posts: 175,824

Full Statistics

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

Latest Threads
Backward compatibility qu...
Forum: News and Discussions
Last Post: noisefloor
16 minutes ago
» Replies: 6
» Views: 317
New to python and coding
Forum: Homework
Last Post: lary_p
4 hours ago
» Replies: 5
» Views: 143
why is the image not show...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 07:26 PM
» Replies: 2
» Views: 91
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 10:11 AM
» Replies: 6
» Views: 225
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-11-2025, 09:52 AM
» Replies: 11
» Views: 351
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Nov-10-2025, 05:37 AM
» Replies: 1
» Views: 136
Data Science
Forum: Data Science
Last Post: mamta25
Nov-10-2025, 05:27 AM
» Replies: 3
» Views: 2,636
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 231
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 223
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 376,684

 
  wx.PyTimer
Posted by: ian - Aug-28-2017, 08:41 PM - Forum: General Coding Help - Replies (3)

If I setup a 1-second timer (wx.PyTimer), it should trigger event every second.
What will happen if the event code execution lasts longer than a seco..... More

Print this item

  Collect logs for a function in python using shell script
Posted by: viru - Aug-28-2017, 06:20 PM - Forum: General Coding Help - Replies (1)

I have pyspark script that is working fine. This script will fetch data from mysql and create hive tables in HDFS.

The pyspark script is below.

..... More

Print this item

  Help with circle and motion
Posted by: wigigx - Aug-28-2017, 05:57 PM - Forum: General Coding Help - Replies (4)

Hi there.
I am new here, so I say hello to all of you and thanks in advance.

I am a newbie trying to get my hands on Python.
I have some visual p..... More

Print this item

  Employers ask on application for if you receive(d) SNAP, Temporary Assistance, or SSI
Posted by: metulburr - Aug-28-2017, 01:39 PM - Forum: Bar - Replies (4)

Im mainly asking here because i know a user did some hiring for a company. Although it might of just been the portion of verifying code, not sure.
..... More

Print this item

  Django question
Posted by: tony1812 - Aug-28-2017, 12:40 PM - Forum: Web Scraping & Web Development - Replies (1)

Hello, I am a total python newbie and I am teaching myself python, I like to write a simple webapp in python. A lot of tutorials say that I need to in..... More

Print this item

  Help wth web page question
Posted by: pberrett - Aug-28-2017, 09:00 AM - Forum: Web Scraping & Web Development - Replies (2)

Hi all

I am using python 2 on a Raspberry Pi microcomputer.

What I am trying to achieve is fairly straightforward. I have a URL which is stored ..... More

Print this item

  Execute script through full directory and change output name result
Posted by: pedoatomico - Aug-28-2017, 07:28 AM - Forum: Data Science - No Replies

hi everybody,

i wanna pass the full directory of images to the scripts below to execute the lbp algorithm and get the all lbp images with the same ..... More

Print this item

  Pick 3 Lotto Code?
Posted by: Python3 - Aug-28-2017, 06:46 AM - Forum: General Coding Help - Replies (4)

I'm trying to make a Pick 3 lotto
in Python. Show me some example codes.

Ball 1:
0x Hit 1,8,9
1x Hit 2,3,4,7
2x Hit 0,5,6

Ball 2:
..... More

Print this item

  Matt's newb question 1
Posted by: MattSS102 - Aug-28-2017, 03:07 AM - Forum: General Coding Help - Replies (1)

I'm working through a book called Learn Python The Hard Way. I'm on an exercise (15) where the author asks you to comment in explanations of what each..... More

Print this item

  For looping over a list, editing the list from inside the loop?
Posted by: Krookroo - Aug-28-2017, 12:44 AM - Forum: General Coding Help - Replies (3)

Hello,
I'm on a project where I want to code a random forest from scratch (to learn both how to code and the details and nuances of this type of mach..... More

Print this item

Photo Image Color Analyzer
Posted by: Aerosmite - Aug-27-2017, 10:48 PM - Forum: Code sharing - Replies (4)

Hey ! I wrote a simple script to return the color used in an image.

Requirements

  1. Install the ..... More

Print this item

  webbrowser
Posted by: ian - Aug-27-2017, 10:40 PM - Forum: Web Scraping & Web Development - Replies (3)

I use python 3.6.2 and need to open different web page in the same tab but it always open in a new tab. Is it possible? Thanks.
[python]
import time..... More

Print this item

  Business formulas more help needed!!
Posted by: jy0013 - Aug-27-2017, 10:23 PM - Forum: General Coding Help - Replies (4)

So, I need to get each of these formulas with the numbers that are listed below and I believe I have figured out the first one, but, I'm not 100% sure..... More

Print this item

  seeking Python developer for small job
Posted by: epicdevin - Aug-27-2017, 09:53 PM - Forum: Jobs - Replies (1)

Hello,

I am an interactive artist who is using a small set of Python scripts called ClyphX:

..... More

Print this item

  Calling the function to change the times
Posted by: chris0147 - Aug-27-2017, 09:29 PM - Forum: General Coding Help - Replies (6)

Hi all,
I'm calling the EPG_Times function to set up the datetime date for the self.epg_time_1, self.epg_time_2 and self.epg_time_3 to stored..... More

Print this item

  NameError: name 'countryDat' is not defined
Posted by: alien748 - Aug-27-2017, 07:28 PM - Forum: General Coding Help - Replies (3)

Hey, so I'm new to Python and I attempted to practice what I learned from tutorials by making a program that gives you how many years you have to live..... More

Print this item

  Tornado / Flask help needed
Posted by: jogl - Aug-27-2017, 06:25 PM - Forum: Web Scraping & Web Development - Replies (2)

I am working on figuring out how to put a Matplotlib graph in a web page.

I copied the following example from the Matplotlib examples:
[python]"""..... More

Print this item

  Variable not defined in password checker
Posted by: DAS - Aug-27-2017, 03:20 PM - Forum: General Coding Help - Replies (4)

I have used the coding below to create a password strength checker but keep getting the upperCase variable not being recognised when I run the program..... More

Print this item

  '>' not supported between instances of 'int' and 'str'
Posted by: mp3909 - Aug-27-2017, 01:18 PM - Forum: General Coding Help - Replies (10)

Hi,

Can someone please explain why if len(word) > col[i][1] is giving me an error saying '>' not supported between instances of 'int' and 'str'

Here..... More

Print this item

  we are on python DOT org
Posted by: metulburr - Aug-27-2017, 12:30 PM - Forum: News and Discussions - Replies (4)

Im actually quite surprised to see it. Dance I thought it was going to be a no response like the IRC maintainer issue. But nope.

A few months ..... More

Print this item

  Basic question
Posted by: balajee - Aug-27-2017, 11:30 AM - Forum: General Coding Help - Replies (8)

my question here
Hi,
I am new to python. Please explain the below. Why one syntax is returning "True" while the second one returns False.

>>>..... More

Print this item

  Invalid links on official website
Posted by: RickYSN - Aug-27-2017, 09:42 AM - Forum: News and Discussions - Replies (2)

When I tried to download the official documentations of py 2.7, I was surprised to find that all links are no longer available now.
docs.python.org/..... More

Print this item

  How to change from printFacts ( ) to return a list & Loop over list when writing CSV
Posted by: Ivan1 - Aug-27-2017, 08:45 AM - Forum: General Coding Help - Replies (14)

I am new to Python and have modified below code to return various data points including below data point for each company. However, in cases where the..... More

Print this item

  Image Analysis for Measurement of Total leaf Area
Posted by: teamaqua - Aug-27-2017, 08:28 AM - Forum: Data Science - Replies (2)

Hi I'm currently searching for Python codes that can measure total leaf area of plants with images. I researched that RGB values of each pixel that id..... More

Print this item

  help with a number sequence generator
Posted by: darktitan - Aug-26-2017, 06:56 PM - Forum: General Coding Help - Replies (2)

Hi
Im trying to do a number sequence generator. where i got 4 textboxes where i can chose the numbers it will do a sequens between. say i chose 401 i..... More

Print this item

  time
Posted by: calloflegend11 - Aug-26-2017, 06:50 PM - Forum: Homework - Replies (1)

I am working on a problem to figure out how many hours/minutes someone works. I have the total amount of minutes figured out including deducting the t..... More

Print this item

  tkinter frame sizing problems
Posted by: Lux - Aug-26-2017, 06:09 PM - Forum: GUI - No Replies

I am working on a project with tkinter, and I am trying to make a frame and a ScrolledText widget fill up the screen.
The relevant code looks like th..... More

Print this item

  help
Posted by: Netanel - Aug-26-2017, 05:15 PM - Forum: General Coding Help - Replies (1)

[python]
l=['a','b','c']
r=[1,2,3]
e=['a','b','c','d']
n=[]
for i in l:
for j in r:
for t in e:
n.append(i+str(j)+t)..... More

Print this item

  mutable strings
Posted by: Skaperen - Aug-26-2017, 02:17 AM - Forum: News and Discussions - Replies (3)

is there any form of mutable strings in python?

Print this item

  stuck in a block of code
Posted by: fadi - Aug-26-2017, 02:02 AM - Forum: Homework - Replies (1)

Hello

I am trying to run this block of code and I am getting syntex error that says
" File "lopp2.py", line 17
if smallest is None :
..... More

Print this item

  error
Posted by: baronmontesqieu - Aug-25-2017, 09:58 PM - Forum: General Coding Help - Replies (2)

Hello.
This is quite a complex code that I have made.
it is not working however, and I would like to see what I have done wrong.
the following is..... More

Print this item

  Backwards compatable ?
Posted by: louwho - Aug-25-2017, 07:09 PM - Forum: General Coding Help - Replies (3)

I have done some python for build scripts in the past, but not extensively, and nothing recently. I have a new project, with python written in 3.25, ..... More

Print this item

  Using variables as the assigned value and not the string
Posted by: ajacobson - Aug-25-2017, 04:18 PM - Forum: Data Science - Replies (11)

Hello,

I am new to python and I have a novice question. Here is my code:
############Code Begin#############
import dicom
import os
import num..... More

Print this item

  Mid/Senior Web Software Engineer
Posted by: Milo_Solutions - Aug-25-2017, 03:27 PM - Forum: Web Scraping & Web Development - No Replies

Milo Solutions is seeking reinforcements in Web team.

Requirements:
- 3 years of..... More

Print this item

  I need help with floats and int
Posted by: calloflegend11 - Aug-25-2017, 03:16 PM - Forum: Homework - Replies (4)

I am working on this for my intro to programming class. The cpcf is 1.2 the width is 20, the length is 30, and the depth is 10. Please help me and tel..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Backward compatibility qu... 16 minutes ago yutaozhou noisefloor News and Disc...
  New to python and coding 4 hours ago lary_p lary_p Homework
  why is the image not show... Yesterday, 19:26 sarbogast deanhystad General Codin...
  Help with Serial.write in... Yesterday, 10:11 racingsubby Larz60+ General Codin...
  [Tkinter] I’m building a ... 11-11, 09:52 tsgiannis tsgiannis GUI
  [split] print two differe... 11-10, 05:37 Reema Gribouillis General Codin...
  Data Science 11-10, 05:27 Oshadha mamta25 Data Science
  Two arguments in input fu... 11-09, 00:56 Alfredd Pedroski55 General Codin...
  [openpyxl] Set the lockin... 11-07, 11:59 BelleroDev Pedroski55 General Codin...
  New Users Introduce Yours... 11-07, 09:09 Yoriz BelleroDev Bar
  Best book on learning Pyt... 11-07, 06:07 almahdi mamta25 News and Disc...
Most views
  The best Prog... 578910
  Tutorial Requ... 510105
  Web Scraping ... 441936
  Newbie with P... 385951
  New Users Int... 376684
Most reputation
buran 581
snippsat 510
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+ 12107
buran 8195
snippsat 7388
deanhystad 6908
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
ftk456 Yesterday
sarbogast Yesterday
bmurray Yesterday
kai_cow2710 Yesterday
Kacper 11-11

User Panel Messages

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