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 51 online users.
» 1 Member(s) | 43 Guest(s)
Bing, Apple, Mojeek, Google, Facebook, kshahzad1985

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

 
  Claims not declared, but is... why?
Posted by: Ecniv - Apr-09-2019, 10:36 PM - Forum: Web Scraping & Web Development - Replies (5)

Hi

My class which I've imported in the app.py is complaining that the con variable doesn`t exist.

Ok. I get that it thinks the variable doesn`t exis..... More

Print this item

  Cant get my head round the algorithm
Posted by: hshivaraj - Apr-09-2019, 10:04 PM - Forum: General Coding Help - Replies (1)

Hi all.

Wonder anyone here can help to get the algorithm right. I have sorted list of numbers and I need to pair of numbers which add to target or c..... More

Print this item

  adding lists to lists?
Posted by: ivinjjunior - Apr-09-2019, 08:43 PM - Forum: General Coding Help - Replies (5)

hey everyone, i'm new in coding and i really need to create logic to help me in my job..
i am having trouble with creating a way to put lists into a..... More

Print this item

  Getting list inside of a list; how to clean it and retrieve value
Posted by: mrapple2020 - Apr-09-2019, 08:26 PM - Forum: General Coding Help - Replies (5)

When I print output from a dictionary, I get the following output as shown under "NOW LISTING".
to be honest I cannot understand at what point the d..... More

Print this item

  minimalmodbus cant read egister
Posted by: shramang - Apr-09-2019, 08:10 PM - Forum: General Coding Help - No Replies

i am using minimalmodbus to read register 1010 function 3 i am getting the error '\x01\x83\x01\x80ð'. i can see the data in "MODSCAN" software for the..... More

Print this item

  Why is this pointing to the objects
Posted by: hshivaraj - Apr-09-2019, 07:22 PM - Forum: General Coding Help - Replies (6)

Hi all.

I dont quite understand why these two different objects are pointing to the list object? Could anyone please help me understand this?
[py..... More

Print this item

  Beginner want to learn python
Posted by: Keenygp - Apr-09-2019, 06:29 PM - Forum: General Coding Help - Replies (5)

Hi all,
I don't know anything about programming but I am really interested in learning Python. Please can someone recommend reading material about py..... More

Print this item

  what is the doc parameter of property?
Posted by: microphone_head - Apr-09-2019, 06:20 PM - Forum: General Coding Help - Replies (2)

Hi all.

I was doing some light reading and noticed a line in sprite.py file that I didn't totally understand. The lines of code were found in the..... More

Print this item

  Code does not complete
Posted by: sc0pe - Apr-09-2019, 05:07 PM - Forum: General Coding Help - Replies (1)

[python]x = int(input("Enter the number of apples: "))
c = input("what do you want to do with the apple?: ")
if x == 1:
print("got it")
elif x..... More

Print this item

  Add tick labels in healpy.mollview ?
Posted by: BourbonKid67 - Apr-09-2019, 04:49 PM - Forum: Data Science - Replies (4)

Hi !

I have a FITS/Healpix map that I plot using Mollview, like in this link[/u[url=https://python-forum.io/thread-17398.html]..... More

Print this item

  Stackoverflow Developer Survey Results - 2019
Posted by: buran - Apr-09-2019, 04:28 PM - Forum: News and Discussions - Replies (1)

Stackoverflow Developer Survey Results - 2019

[quote]Python, the fastest-growing major p..... More

Print this item

  Fequency of letters with dictionary
Posted by: Jen_Sophia - Apr-09-2019, 04:13 PM - Forum: Homework - Replies (2)

Hello guys! So I have been trying to fix this but I havent made it yet, so if someone knows please give me a hand!

so the instructions are this:
..... More

Print this item

  How to make a program run "online"?
Posted by: DanielTkach - Apr-09-2019, 04:09 PM - Forum: General Coding Help - Replies (2)

Hello group. I started learning Python about a week ago. I have a few years of experience with other languages, mostly Pascal and C#, and I've always ..... More

Print this item

  '<' not supported between instances of 'str' and 'int'
Posted by: jayaherkar - Apr-09-2019, 02:56 PM - Forum: General Coding Help - Replies (1)

[python]
import random

secret = random.randint(1, 99)
guess = 0
tries = 0
print("AHOY! I'm the Dread Pirate Roberts, and I have a secret")
pri..... More

Print this item

  Help with tic tac toe game.
Posted by: ghost0fkarma - Apr-09-2019, 02:42 PM - Forum: Game Development - Replies (2)

[python]import pygame, random


class Player:
def __init__(self):
self.speed = 5
self.tick = 0
self.interval = 30
..... More

Print this item

  How to find the accuracy for Random Forest
Posted by: vokoyo - Apr-09-2019, 02:29 PM - Forum: Homework - Replies (2)

[b]


May I know how to modify my Python programming so that can obtain the accuracy vs number of features as refer to the attached image file -
..... More

Print this item

  plotting inside the loop is not working
Posted by: jenya56 - Apr-09-2019, 02:08 PM - Forum: General Coding Help - Replies (4)

Dear all,
I have this loop and it appears that it does not plot anything when I do that. When I take it outside of the loop, it works just fine. What..... More

Print this item

  How get row index of matching row in column 0
Posted by: Sri - Apr-09-2019, 12:52 PM - Forum: General Coding Help - Replies (7)

Hi,

I have a csv file as below:

[python]inter value,70
time interval[min],20
dose_trigger value,-23


warning_linit1,36
wa..... More

Print this item

  Homework question
Posted by: dmhhfm - Apr-09-2019, 12:43 PM - Forum: Homework - Replies (4)

So I have this assignment for a coursera course I am taking. Here is the assignment:

Write a program that prompts for a file name, then opens that..... More

Print this item

  Making an application with a 3d engine in it
Posted by: moo5e - Apr-09-2019, 12:38 PM - Forum: General Coding Help - Replies (1)

I want to make an application that can visualise data in 3d (3d engine integrated in the application). I prefer using python but I'm open to learning ..... More

Print this item

  3d engine in tkinter
Posted by: moo5e - Apr-09-2019, 12:16 PM - Forum: GUI - Replies (2)

Can tkinter handle a 3d engine and if so what 3d software can I use in unison with tkinter. Would rather use an existing 3d engine than build my own

Print this item

  Dealing with errors in input
Posted by: souprqtpie - Apr-09-2019, 11:55 AM - Forum: Homework - Replies (7)

Hello

I am currently trying to create a small program which takes two numbers as given by the user and tells you if one can be divided by the other.
..... More

Print this item

  Openpyxl - while saving excel file getting error
Posted by: shubhamjainj - Apr-09-2019, 11:11 AM - Forum: General Coding Help - Replies (1)

Vml = fromstring(self.workbook.vba.archive.read(ws.legacy_drawing))
AttributeError: 'Nonetype' object has no attribute 'read'


Getting this error..... More

Print this item

  can i get any xpath on click event?
Posted by: Prince_Bhatia - Apr-09-2019, 10:32 AM - Forum: General Coding Help - Replies (3)

i am trying to create an application where if i click any webpage text i can get xpath of the element?
suppose i click on image and can i get xpath o..... More

Print this item

  Nesting Windows
Posted by: stevsurf - Apr-09-2019, 08:17 AM - Forum: GUI - Replies (1)

I have a Main Window with a button which imports a Second Window.
The Second Window has a Home button which imports the Main Window.
When the Secon..... More

Print this item

  Table Maker Class
Posted by: iMuny - Apr-09-2019, 08:00 AM - Forum: Code sharing - Replies (5)

Hello everyone,

I've recently just started learning Python and programming as a whole and while tinkering with some MySQL and Python i noticed that..... More

Print this item

  Integrate python gui with HDFS
Posted by: sal_saj - Apr-09-2019, 06:53 AM - Forum: GUI - Replies (1)

HEY! i am trying to make a desktop application using Tkinter in which user will have to enter a keyword(or hashtag). python code will fetch data accor..... More

Print this item

  is it zeros or zeroes?
Posted by: Skaperen - Apr-09-2019, 05:38 AM - Forum: Bar - Replies (10)

is it zeros or zeroes? both are not underlined as spelling hints.

Print this item

  adding goto to Python
Posted by: Skaperen - Apr-09-2019, 04:24 AM - Forum: Bar - Replies (16)

goto is one of the fastest computer programming operations around, at least if we don't actually use it. what if Python had a goto statement/keyword?

Print this item

  performance time
Posted by: Skaperen - Apr-09-2019, 04:20 AM - Forum: News and Discussions - Replies (2)

back in the day when computers were slower and were often programmed in assembly, much concern was given to choice of code to achieve a lower number o..... More

Print this item

  Need help with my assignment please - game of Solitaire
Posted by: Muzz - Apr-09-2019, 01:23 AM - Forum: Homework - Replies (6)

Hi everyone,

I need some help with my assignment, im not looking for anyone to do the code for me or even tell me what I need to do step by step. I..... More

Print this item

  Greedy Cow Transport
Posted by: Truman - Apr-08-2019, 10:13 PM - Forum: Homework - Replies (18)

[i]A colony of Aucks (super-intelligent alien bioengineers) has landed on Earth and has created new species of farm animals! The Aucks are performing ..... More

Print this item

  Trouble installing a old version of python - 3.4.1
Posted by: alex8obrien - Apr-08-2019, 09:03 PM - Forum: News and Discussions - Replies (2)

Hi,

At the moment I am trying to install python version 3.4.1 as my school never updates anything but for some reason when I open the wizard it say..... More

Print this item

  Check fast similarity between gps coordinates
Posted by: dervast - Apr-08-2019, 07:27 PM - Forum: General Coding Help - No Replies

Hi all,
I would like to check fast some gps points that have timestamps if include overlapping trajectories. In other words that the driver used the ..... More

Print this item

  RTL_Power interaction
Posted by: 25141928 - Apr-08-2019, 07:26 PM - Forum: General Coding Help - No Replies

Hi I am working on a project and after a steer where to find information to help me write Python code that will let me search a value in a CSV file ge..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Python is not working on ... 1 hour 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... 579411
  Tutorial Requ... 512482
  Web Scraping ... 442305
  Newbie with P... 386356
  New Users Int... 380517
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
metulburr 6
python 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