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,933
» Latest member: Dibbley
» Forum threads: 38,720
» Forum posts: 175,502

Full Statistics

Online Users
There are currently 42 online users.
» 0 Member(s) | 35 Guest(s)
Google, Bing, AOL, Facebook

Latest Threads
Too much space between gr...
Forum: GUI
Last Post: deanhystad
Yesterday, 09:09 PM
» Replies: 3
» Views: 997
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Yesterday, 07:07 AM
» Replies: 1
» Views: 423
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-15-2025, 08:58 PM
» Replies: 8
» Views: 2,596
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 1,604
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 513
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 156
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Sep-15-2025, 03:28 PM
» Replies: 7
» Views: 3,021
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,254
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Sep-14-2025, 03:32 PM
» Replies: 2
» Views: 935
New to Python and Pygame
Forum: Game Development
Last Post: JMcM
Sep-14-2025, 11:25 AM
» Replies: 7
» Views: 2,337

 
  mpv and xdg-screensaver3.5.1-1
Posted by: Barrowman - Jul-16-2017, 09:09 PM - Forum: General Coding Help - Replies (1)

running Mint 18.1 kernel 4.8.0-42-generic  Python 3.5.2 tkinter 3.5.1-1
I have written a python tkinter gui which works fine as long as I don't try t..... More

Print this item

  How to pick random entries of stock prices?
Posted by: Alberto - Jul-16-2017, 07:35 PM - Forum: Data Science - Replies (1)

Dear Python Users,

Please, can you help me with the following issue. I downloaded a stock price from google. Sorted the prices. What I need to do n..... More

Print this item

  Divide by 0 error
Posted by: kethyar - Jul-16-2017, 04:10 PM - Forum: Homework - Replies (1)

I am having issues with my class assignment. My simple program is having a user input car speed, time traveled and tank capacity. However, when I go t..... More

Print this item

  Dataframe error help
Posted by: migs2173 - Jul-16-2017, 03:18 PM - Forum: Web Scraping & Web Development - Replies (2)

Hi anyone can help me this error problem im having this error" Dataframe object has no attribute irow" what would be the solution getting the error on..... More

Print this item

  Running Date and Time in SQLITE using Python
Posted by: trabis03 - Jul-16-2017, 02:30 PM - Forum: General Coding Help - Replies (3)

hello i want to make my date and time continuous running in my database but my code wont work.

[python]date = str(datetime.datetime.fromtimestamp(k..... More

Print this item

  Converting c++ class to python class
Posted by: panoss - Jul-16-2017, 10:20 AM - Forum: General Coding Help - Replies (12)

I 'm trying to convert a c++ class to python class.

My class 's c++ code (in epnccombomodel.cpp file):
[python]
#include "epnccombomodel.h..... More

Print this item

  Browse/Navigate Webpages
Posted by: ian - Jul-16-2017, 03:08 AM - Forum: GUI - Replies (2)

In my python 3.6 app, I need to build a web browser on a wx frame/panel. the app is able to change values on webpages and control navigation. what are..... More

Print this item

  Convert .ui file .py
Posted by: mailal - Jul-15-2017, 05:42 PM - Forum: GUI - Replies (7)

Hi

I am experiencing an issue regarding to convert an .ui file to .py.

I am running QT Designer 3.6 with PyQt5. I have tried the below commands..... More

Print this item

  reshaping numpy array ValueError: total size of new array must be unchanged
Posted by: metalray - Jul-15-2017, 05:41 PM - Forum: Homework - No Replies

Dear Python experts,

I am trying to reshape my numpy array "des" to shape 4,100 but every
time I get the "ValueError: total size of new array must..... More

Print this item

  My else clause doesn't work (general help)
Posted by: NMW - Jul-15-2017, 12:58 PM - Forum: General Coding Help - Replies (10)

I'm following a Python tutorial, and in one of the exercises I have to:
[quote]
Assume the days of the week are numbered 0,1,2,3,4,5,6 from Sunday t..... More

Print this item

  Missing an argument in function
Posted by: syntaxbluff - Jul-15-2017, 11:47 AM - Forum: General Coding Help - Replies (2)

im pretty sure i added that argument (item) and still getting this weird error .. >,<

[python]#!/usr/bin/python
# -*- coding: utf-8 -*-

import..... More

Print this item

  Hey guys can you please help me with some basic coding
Posted by: Stabu - Jul-15-2017, 11:10 AM - Forum: General Coding Help - Replies (9)

I am a beginner so please take it easy on me lol. I made a simple rock paper scissor game. I want it to loop until the user or the computer gets to a ..... More

Print this item

  Get value of wx grid cell
Posted by: ian - Jul-15-2017, 02:17 AM - Forum: GUI - Replies (1)

I created added 5 wx grids in a list and populated data. And also created an event as below. when clicking a cell, it will print the number of row and..... More

Print this item

  Can't figure out syntax error
Posted by: pythonnewb - Jul-15-2017, 01:50 AM - Forum: Homework - Replies (3)

Hello! I'm new to this forum and decided to join for homework help. I have an assignment due tonight where I need to calculate a worker's total earnin..... More

Print this item

  Python interface only black and white........
Posted by: Wilson - Jul-15-2017, 01:35 AM - Forum: General Coding Help - Replies (3)

my question here

Hello, im familiar with excel VBA, but want to start learning Python.

I downloaded the latest version, which is a black screen ..... More

Print this item

  help with selecting from html
Posted by: chadonline - Jul-14-2017, 11:46 PM - Forum: Web Scraping & Web Development - Replies (8)

I am trying to just select the "One rate" and the data values from the html string similar to below.


</tr>, <tr class="bluebar">
<th headers="a..... More

Print this item

  finding rows with one column distinct and the other column different
Posted by: python_enthusiast - Jul-14-2017, 08:15 PM - Forum: General Coding Help - No Replies

Suppose we have the following table:

I am trying to do a duplicate check on only Name and Date column and a check to make sure that Title column is "..... More

Print this item

  Application
Posted by: SpeccialK - Jul-14-2017, 07:03 PM - Forum: General Coding Help - Replies (3)

Hello, I am new to the forum. What is a simple program I can download to my PC that allows me to code in one window and view the result of that code i..... More

Print this item

  trying to get the keystrokes values to file
Posted by: rwahdan - Jul-14-2017, 05:00 PM - Forum: General Coding Help - Replies (2)

I am trying to get the keystrokes values and put inside the file but nothing is written there and no errors.

[python]

filePath='D:\\test2.txt'
..... More

Print this item

  check if file exists.
Posted by: ian - Jul-14-2017, 04:28 PM - Forum: General Coding Help - Replies (6)

I try the following to check if a file exists but when run them, os is highlighted and popup 'invalid syntax' window. not sure why. please advice. tha..... More

Print this item

  How to create multilple tabs in tkinter from different classes
Posted by: Rishav - Jul-14-2017, 03:32 PM - Forum: GUI - Replies (5)

Why label of volume class is overwriting the label of area class in both tabs what's the solution to that help please

[python]
from tkinter import..... More

Print this item

  Duplicate Pages in a PDF
Posted by: wrotenberry - Jul-14-2017, 02:49 PM - Forum: General Coding Help - Replies (11)

How can I duplicate pages of a PDF in a python script? We have a workflow system for a print shop that is ran by if statements in a python script. Cer..... More

Print this item

  ICR/OCR help wanted
Posted by: brunocechet - Jul-14-2017, 02:08 PM - Forum: General Coding Help - Replies (2)

I'm working with python and trying to recognize these images (imgur.com/a/HsvUv), but without satisfied results yet.

I've tried pytesseract and the..... More

Print this item

  Weird behavior with Led Driving code
Posted by: rgkaizen - Jul-14-2017, 04:23 AM - Forum: General Coding Help - No Replies

Hi yall, I've run into a weird issue with my project that I'm stuck on. Firstly, the git repo with all the code is here:
github.com/RGKaizen/rainbow-..... More

Print this item

  Take the biggest value from array
Posted by: dwiga - Jul-14-2017, 02:30 AM - Forum: Homework - Replies (9)

Hi,
I am new user on python, and I am new user here.
so, can you please help me to fix my python problem...

this table called tbl_a
============..... More

Print this item

  IndexError: index out of bounds for axis 1
Posted by: shaynehansen - Jul-13-2017, 10:49 PM - Forum: General Coding Help - No Replies

Getting the error:
return self._RDMS_data[0:, channel_index]
IndexError: index 840 is out of bounds for axis 1 with size 840


The class RDMSDic..... More

Print this item

  Mozilla Developer new site
Posted by: Larz60+ - Jul-13-2017, 05:30 PM - Forum: News and Discussions - Replies (5)

Mozilla Developer has a new site if anyone is interested, here it is: https://www.mozilla.org/en-US/developer/

Print this item

  Looking for someone to teach me Python using Flask for web
Posted by: faroob - Jul-13-2017, 04:13 PM - Forum: Jobs - Replies (1)

Hi everyone,
I need someone who is proficient in python using Flask in web development, this is probably going to be an hour to 2 hour job with quest..... More

Print this item

  sending email
Posted by: rwahdan - Jul-13-2017, 03:18 PM - Forum: General Coding Help - Replies (7)

I am trying to send email but it is not working.

[python]
from kivy.app import App

from threading import Timer
from threading import Thread
f..... More

Print this item

  merging two csv files
Posted by: jlcolam - Jul-13-2017, 11:05 AM - Forum: General Coding Help - Replies (3)

so i have this issue where i must make a program where you input the file names which then merge together into a new file keeping the same column name..... More

Print this item

  Want somehelp with creating Gui with classes
Posted by: Rishav - Jul-13-2017, 10:00 AM - Forum: GUI - Replies (1)

from tkinter import *
from tkinter import ttk


class App(Frame):
def __init__(self,*args,**kwargs):
Frame.__init__(self,*args,**kwa..... More

Print this item

  Help with script placeholders.
Posted by: anaxcontrol - Jul-13-2017, 03:17 AM - Forum: General Coding Help - Replies (9)

I would like to replace the %s to the new format {}. I read quite a bit about it but not getting anywhere. I would also like to use a data placehold..... More

Print this item

  Google VR Blocks
Posted by: Larz60+ - Jul-13-2017, 12:37 AM - Forum: Bar - Replies (5)

has anyone played around with the free google vr app?
Looks like it might be very useful for creating 3D characters for games
if you haven't heard a..... More

Print this item

  Creating multiple text fies from new url retrieve results
Posted by: wmc326 - Jul-12-2017, 08:21 PM - Forum: General Coding Help - Replies (1)

Hi,

This is a similar question to what I posted earlier, however I've made some improvements and my function is (almost) doing what I want it to do..... More

Print this item

  Making a number triangle that points to the left
Posted by: SomeNoob - Jul-12-2017, 07:14 PM - Forum: Homework - Replies (2)

As part of an assignment, I am supposed to make a number triangle that points to the left using only for loops and string format. I can kind of get it..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [Tkinter] Too much space ... Yesterday, 21:09 RonR deanhystad GUI
  Another app idea - intera... Yesterday, 07:07 decuser Lenowell News and Disc...
  403 Error 09-15, 20:58 CaptainNewb snippsat Web Scraping ...
  real community 09-15, 20:16 decuser decuser News and Disc...
  variable changing types f... 09-15, 18:45 Azdaghost Gribouillis General Codin...
  looking for help 09-15, 17:03 Azdaghost Azdaghost Bar
  Seeking feedback: dynamic... 09-15, 15:28 Bona2000 Bona2000 General Codin...
  Select Python comment (#)... 09-14, 23:27 SpongeB0B Pedroski55 General Codin...
  data input while debuggin... 09-14, 15:32 fred1232 deanhystad General Codin...
  New to Python and Pygame 09-14, 11:25 JMcM JMcM Game Developm...
  Python Installation issue 09-14, 11:16 RFHill Dev News and Disc...
Most views
  The best Prog... 575874
  Tutorial Requ... 497228
  Web Scraping ... 439869
  Newbie with P... 383593
  New Users Int... 365686
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+ 12087
buran 8174
snippsat 7367
deanhystad 6894
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Dibbley Today
krish12 Today
XenonBlack Yesterday
Lenowell Yesterday
luisshulez6883 09-15

User Panel Messages

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