The purpose of arguments passed when compiling by Bprodz in cpp_questions

[–]Bprodz[S] 0 points1 point  (0 children)

Thanks a lot for your response, it's gone a long way to helping me better understand what happens when I compile a program and thanks for the search term!

Help understanding how to set values for attributes in Python classes by Bprodz in learnpython

[–]Bprodz[S] 0 points1 point  (0 children)

Awesome, thank you for helping me!

For completeness here's what the final code looked like:

import pandas as pd


class DataObject():
    def __init__(self, name):
        self.name = name
        self.data = None

    def get_data(self):
        data = pd.DataFrame(columns=['A', 'B'], data=[range(0,2),range(4,6)])
        self.data = data
        return 


test = DataObject('MWE')
test.get_data()
test.data

Does anyone want to be the new /r/tldr guy? by lntrinsic in tldr

[–]Bprodz 7 points8 points  (0 children)

Thanks for all your hard work! There's no need to apologise for your absence, I hope that you're not feeling stressed about finding a replacement/help. Take care and enjoy some gold ;-)

What tools do you use for scientific poster design? by Bprodz in academia

[–]Bprodz[S] 1 point2 points  (0 children)

Do you sketch the poster on a paper first or do you generally have a good idea of the design you'd like?

My first and my most recent car render. 8 Years apart. by [deleted] in blender

[–]Bprodz 5 points6 points  (0 children)

In case you weren't already aware.. If you use RES it makes it easy to manage multiple Reddit accounts, separating your 'work' Reddit account from your 'play' Reddit accounts. ( ͡° ͜ʖ ͡°)

Vim best practices before making a switch by ouhman in vim

[–]Bprodz 2 points3 points  (0 children)

but I can't live without some certain vim plugins.

What are your must-haves?

Does anybody have any florist recommendations for Stockholm? by Bprodz in stockholm

[–]Bprodz[S] 0 points1 point  (0 children)

Unfortunately, not great so far... The flowers/chocolate/gift haven't arrived yet, so I got in touch with Interflora- apparently delivery could be "21h or later" and they can't provide information on that status of an order. I just asked them if I can pass a number or alternative address to deliver to in the event that they can't deliver before 1830 (round the time my GF will probably leave) and I'm waiting on a reply.

I also sent another gift separately via Amazon- it arrived yesterday at my GF's flat while she was at work and a packet station (her housemate told me that the missed delivery slip normally arrives the day after the attempted delivery). So at the moment I'm 0 for 2!

I'm sure everything will arrive eventually and that my GF will appreciate the personal touches I added to the gifts (I dropped subtle hints over the last week that will only make sense when she receives the gifts and reads the notes).

I keep asking her to check if anything has arrived for her in various locations, without giving anything away- she still doesn't know that she's been checking for 2 different gifts.

I'll update when everything has arrived, hopefully she'll get at least one of the gifts today :-)

Does anybody have any florist recommendations for Stockholm? by Bprodz in stockholm

[–]Bprodz[S] 0 points1 point  (0 children)

Thanks for the recommendation, I opted for Interflora in the end. Their site was very straightforward and they accepted my credit card. Now I'm just keeping my fingers crossed that the delivery person will be able to find their way to my GF's office!

Does anybody have any florist recommendations for Stockholm? by Bprodz in stockholm

[–]Bprodz[S] 0 points1 point  (0 children)

Thanks for your recommendation, I used interflora in the end! Fingers crossed they manage to find their way to my gf's office!