Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Class-Aggregation and creating a list/dictionary
Post: Class-Aggregation and creating a list/dictionary

Hello I am creating three classes and I try to use aggregation/association between them for inheritance. The first class has the info of the student (Student class), the second one has the subject in...
IoannisDem General Coding Help 1 1,927 Oct-03-2021, 05:08 PM
    Thread: Read Tensorflow Documentation - Clarification
Post: Read Tensorflow Documentation - Clarification

Hello, I am currently trying to work with tensorflow and keras and I have been following some tutorials while using the online documentation as well. (https://www.tensorflow.org/api_docs/python/tf/ke...
IoannisDem General Coding Help 0 1,174 Aug-20-2021, 10:36 AM
    Thread: pandas.Series
Post: RE: pandas.Series

(Jul-08-2020, 10:44 AM)snippsat Wrote: It's called regular expression or short regex,more info in Python doc Regular expression operations Pandas has it's own build way to use regex Regex in Pandas....
IoannisDem Data Science 2 1,898 Jul-09-2020, 07:14 AM
    Thread: pandas.Series
Post: pandas.Series

I have just started using pandas and I have a question related to a coding bit. s = pd.Series(['a1', 'b2', 'c3']) s.str.extract(r'([ab])(\d)')I didnt quit get what the second line of code is supposed ...
IoannisDem Data Science 2 1,898 Jul-08-2020, 08:53 AM
    Thread: OOP-self question
Post: RE: OOP-self question

So the type of self depends on what type is in between the brackets of the class, and in this case is a list of the names?
IoannisDem General Coding Help 5 2,633 Dec-17-2018, 12:46 PM
    Thread: OOP-self question
Post: OOP-self question

Here is a part of a code i found online while i am trying to get familiar with oop: class ContactList(list): def search(self, name): """Return all contacts that contain the search value ...
IoannisDem General Coding Help 5 2,633 Dec-17-2018, 12:34 PM

User Panel Messages

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