Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: ERROR NoneType object has no attribute content
Post: RE: ERROR NoneType object has no attribute content

I fixed the error above however now I ran into another error #!/usr/bin/env python import requests from bs4 import BeautifulSoup from urllib.parse import urlparse #from urllib import parse as urlpar...
denizkb Homework 1 2,639 Nov-21-2019, 01:18 PM
    Thread: ERROR NoneType object has no attribute content
Post: ERROR NoneType object has no attribute content

We are creating a Virtual Scanner using Kali Linux, Metasploitable and PyCharm. I have been having problems with this code and the error message will be below the code. #!/usr/bin/env python import r...
denizkb Homework 1 2,639 Nov-21-2019, 10:21 AM
    Thread: Help for my assignment - Object Oriented Programming
Post: RE: Help for my assignment - Object Oriented Progr...

(Jan-05-2019, 03:55 PM)stullis Wrote: That's happening because on line 8 the values in the list are strings instead of floats. Remove the quotation marks from each item and it will work again. So I ...
denizkb Homework 5 5,116 Jan-05-2019, 06:02 PM
    Thread: Help for my assignment - Object Oriented Programming
Post: RE: Help for my assignment - Object Oriented Progr...

(Jan-05-2019, 02:53 PM)stullis Wrote: To define a class and subclasses, use the class keyword: class Vending_Machine: def __init__(self): # init constructs the class at instantiation pa...
denizkb Homework 5 5,116 Jan-05-2019, 03:26 PM
    Thread: Help for my assignment - Object Oriented Programming
Post: Help for my assignment - Object Oriented Programmi...

So for one of my tasks in my assignment, it is required to create a object oriented program with atleast 4 classes and with atleast 1 superclass. We were able to choose whatever programming language t...
denizkb Homework 5 5,116 Jan-05-2019, 02:08 PM

User Panel Messages

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