Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Configuring interpretor in PyCharm: [Errno 2] No such file or directory
Post: Configuring interpretor in PyCharm: [Errno 2] No s...

I created a new virtual environment for my project in python3.6.4 so can start using that instead of the previous version python3.5. However, today I opened my PyCharm IDE and found that it doesn't re...
BoaCoder3 General Coding Help 0 8,073 Sep-15-2018, 01:21 PM
    Thread: Sympy Import error: "unresolved referrence 'sympy' "
Post: Sympy Import error: "unresolved referrence 'sympy'...

I'm writing a program that needs to be able to perform arithmetic,for which I'm trying to use the sympy library. To make things easier I installed it in a virtual environment (virtualenv) like this: p...
BoaCoder3 General Coding Help 0 2,699 Jul-27-2018, 12:48 PM
    Thread: AttributeError: 'NoneType' object has no attribute 'get'
Post: RE: AttributeError: 'NoneType' object has no attri...

Awesome it worked! thanks! :D
BoaCoder3 General Coding Help 2 30,275 Feb-03-2018, 07:17 PM
    Thread: AttributeError: 'NoneType' object has no attribute 'get'
Post: AttributeError: 'NoneType' object has no attribute...

Here's the program: # !/usr/bin/python 3.5.2 # -*- coding: UTF-8 -*- from tkinter import * import math class frame(Frame): def __init__(self, master = None): Frame.__init__(self, mas...
BoaCoder3 General Coding Help 2 30,275 Feb-03-2018, 03:02 PM
    Thread: ValueError: could not convert string to float: .
Post: ValueError: could not convert string to float: .

In this programme i'm trying to solve a mathematical ratio problem, then calculate the squareroot, however, whenever i try to give it input like this: 2.5, it throws out the following error: Error:Val...
BoaCoder3 General Coding Help 3 124,127 Jan-03-2018, 12:24 PM
    Thread: how do one remove whitespace from a list?
Post: RE: how do one remove whitespace from a list?

Ah yes of course! thanks guys, you solved a lot of struggle for me now :)
BoaCoder3 General Coding Help 3 3,810 Dec-09-2017, 03:02 PM
    Thread: how do one remove whitespace from a list?
Post: how do one remove whitespace from a list?

I'm trying to make a programme that calculates a mathematical ratio problem. in order to do so i convert the 4 numbers the user enters into list elements, then i perform the operations on them. Howev...
BoaCoder3 General Coding Help 3 3,810 Nov-29-2017, 07:54 PM
    Thread: IndexError: list index out of range
Post: RE: IndexError: list index out of range

Oh yes of course, what was i thinking, thanks a million!
BoaCoder3 General Coding Help 2 17,128 Nov-14-2017, 04:54 AM
    Thread: IndexError: list index out of range
Post: IndexError: list index out of range

I'm trying to make a program that can work out a mathematical ratio problem and then take the square root of the answer. To achieve the multiplication part i'm trying to make empty lists to which i ...
BoaCoder3 General Coding Help 2 17,128 Nov-13-2017, 07:21 PM

User Panel Messages

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