Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: modify script.
Post: RE: modify script.

Hi! We really want to help you here, however, you need to show what you're working on (post the code!).
ChislaineWijdeven General Coding Help 15 4,659 Nov-20-2019, 01:17 PM
    Thread: why my function doesn't work
Post: RE: why my function doesn't work

(Nov-19-2019, 07:09 PM)gontajones Wrote: Maybe this way will be more easy to understand: def get_tax(year, value): if year > 2004: tax = value * 22 / 100 else: tax = value...
ChislaineWijdeven General Coding Help 4 2,885 Nov-20-2019, 01:13 PM
    Thread: New Python learner looking for key word guidance
Post: RE: New Python learner looking for key word guidan...

Hello, I think you should just choose the basic Python course, or just start reading the documentation Python provides for free on their website **smile**
ChislaineWijdeven General Coding Help 2 1,758 Nov-20-2019, 01:09 PM
    Thread: [split] beginner help
Post: RE: [split] beginner help

(Nov-20-2019, 12:01 PM)newbieAuggie2019 Wrote: (Nov-20-2019, 09:31 AM)AMT59 Wrote: I am completely new about Python and on this forum. I installed Python 3.8.0 (64-bit), and learned that I need B...
ChislaineWijdeven General Coding Help 8 3,379 Nov-20-2019, 01:04 PM
    Thread: pyxcel_ods formula
Post: RE: pyxcel_ods formula

Hi! Can you provide some code, please?
ChislaineWijdeven General Coding Help 1 1,601 Nov-20-2019, 01:02 PM
    Thread: Read owl file using python flask
Post: RE: Read owl file using python flask

(Nov-06-2019, 06:38 AM)Gayathri Wrote: Hi I am new to python and owl. I have installed python flask for developing web applications. I have created a simple hello world code. Please help me in displ...
ChislaineWijdeven Web Scraping & Web Development 1 2,452 Nov-20-2019, 12:56 PM
    Thread: Web Development help
Post: RE: Web Development help

Not sure that the Python forum is the best place for this problem...
ChislaineWijdeven Web Scraping & Web Development 6 3,389 Nov-20-2019, 12:44 PM
    Thread: Read Method
Post: RE: Read Method

Hello! Probably you mixed something up, as no such a thing as "a class file" exists in Python... Perhaps you're looking for something else?
ChislaineWijdeven Web Scraping & Web Development 11 4,231 Nov-20-2019, 12:38 PM
    Thread: Cannot get contents from ul.li.span.string
Post: RE: Cannot get contents from ul.li.span.string

(Nov-15-2019, 07:28 AM)Larz60+ Wrote: This page uses javaScript and the page that contains all of the congressmen is not visable until the javascript has been executed. You will need to use selenium...
ChislaineWijdeven Web Scraping & Web Development 8 4,010 Nov-20-2019, 12:33 PM
    Thread: virtual host and real network communicate
Post: RE: virtual host and real network communicate

Hello there! Actually, I suppose that you should reach out on some other forum too, as that's not a really popular issue, sorry, nothing I could help you with here :(
ChislaineWijdeven Networking 3 2,882 Nov-20-2019, 12:27 PM
    Thread: traceback reports "wrong" file and line
Post: RE: traceback reports "wrong" file and line

(Nov-20-2019, 09:03 AM)perfringo Wrote: I can quite clearly see that this is 'line 1' **smile** But on more serious note - what should be desired behaviour?Hi! In your case particularly you'll hav...
ChislaineWijdeven News and Discussions 5 2,898 Nov-20-2019, 12:21 PM
    Thread: How do I calculate a ratio from 2 numbers and return an equivalent list of about 1000
Post: RE: How do I calculate a ratio from 2 numbers and ...

Hi! Check lines 2 and 3, you mixed up input and int, it should be vice versa: int(input(...)). Good luck!
ChislaineWijdeven General Coding Help 8 15,691 Nov-20-2019, 10:52 AM
    Thread: Recursion
Post: RE: Recursion

Seems to me that as the guys above say, you need to have a closer look to your indentation @ print part; plus the negative values for p...
ChislaineWijdeven General Coding Help 7 2,778 Nov-20-2019, 10:25 AM

User Panel Messages

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