Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Aligning data
Post: RE: Aligning data

(Jun-17-2019, 03:37 PM)gat Wrote: Hello. I'm so sorry in advance. I am super new to this. If this question isn't allowed, please discard. I have something as follows: sample001a.com, -12, sample002b...
vindo Data Science 8 3,749 Jun-19-2019, 02:12 PM
    Thread: logging messages ahead of print messages
Post: RE: logging messages ahead of print messages

(Jun-14-2019, 02:40 PM)DeaD_EyE Wrote: I think it depends on the terminal you use. I use xonsh and have sometimes problems with my terminal. Also ncurses seems not to work with my configuration. In ...
vindo General Coding Help 6 3,140 Jun-18-2019, 02:45 PM
    Thread: logging messages ahead of print messages
Post: RE: logging messages ahead of print messages

(Jun-14-2019, 02:40 PM)DeaD_EyE Wrote: I think it depends on the terminal you use. I use xonsh and have sometimes problems with my terminal. Also ncurses seems not to work with my configuration. In ...
vindo General Coding Help 6 3,140 Jun-14-2019, 07:42 PM
    Thread: logging messages ahead of print messages
Post: RE: logging messages ahead of print messages

Thanks. @Yoriz @joe_momma Interesting !! You are correct. I tried in windows command prompt and it worked as expected. Earlier i was using Spyder from anaconda package and it's IPython has a differ...
vindo General Coding Help 6 3,140 Jun-14-2019, 01:47 PM
    Thread: logging messages ahead of print messages
Post: logging messages ahead of print messages

Hi All, I was trying to play with logging and understand. One thing i noticed got my attention and would like to understand the reason for that. Can you help me on that. Why are the log messages dis...
vindo General Coding Help 6 3,140 Jun-13-2019, 05:24 PM
    Thread: error using 'continue' in my code
Post: RE: error using 'continue' in my code

You mentioned loop, where is the loop condition in the code you provided?
vindo General Coding Help 1 2,025 Jun-05-2019, 08:05 PM
    Thread: Understanding Class Variables
Post: RE: Understanding Class Variables

(Jun-05-2019, 07:56 PM)Yoriz Wrote: Correct Excellent!! Now its clear. Thank you for your patience.
vindo General Coding Help 9 3,994 Jun-05-2019, 07:58 PM
    Thread: Understanding Class Variables
Post: RE: Understanding Class Variables

(Jun-04-2019, 08:12 PM)Yoriz Wrote: In this one the class Customer only has name attribute on the class, even when calling them as instance it is using the class name. Objects are as follows Class...
vindo General Coding Help 9 3,994 Jun-05-2019, 07:20 PM
    Thread: Understanding Class Variables
Post: RE: Understanding Class Variables

(Jun-04-2019, 07:08 PM)Yoriz Wrote: class Customer: name = 'Customer class' def __init__(self, name=None): if name: self.name = name def __repr__(self): ret...
vindo General Coding Help 9 3,994 Jun-04-2019, 07:49 PM
    Thread: Understanding Class Variables
Post: RE: Understanding Class Variables

(Jun-04-2019, 06:45 PM)Yoriz Wrote: Customer.name is a class attribute shared by all instances made from the class. customer_1.name is an instance attribute unique to the instance Based on the firs...
vindo General Coding Help 9 3,994 Jun-04-2019, 06:48 PM
    Thread: Understanding Class Variables
Post: Understanding Class Variables

Hi, I am a newbeee to python and had a prior java knowledge. So, while learning python object oriented concepts, i am trying to relate to java (kinda easy to understand), but sometimes they don't seem...
vindo General Coding Help 9 3,994 Jun-04-2019, 06:29 PM
    Thread: Filter to List and/or Tuple conversion
Post: RE: Filter to List and/or Tuple conversion

(May-17-2019, 07:20 PM)buran Wrote: filter object is generator. after first conversion it is exhausted (empty). That's why the second conversion yield empty tuple/list Excellent! and Thank you This ...
vindo General Coding Help 3 2,714 May-17-2019, 07:26 PM
    Thread: Filter to List and/or Tuple conversion
Post: Filter to List and/or Tuple conversion

I am learning python and observed a curious thing while practicing. I was playing around with filter and lambdas. Question: 1. In the below script script1 i have converted the filter object into lis...
vindo General Coding Help 3 2,714 May-17-2019, 07:14 PM

User Panel Messages

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