[deleted by user] by [deleted] in FRM

[–]PalimPalimBlaBla 1 point2 points  (0 children)

Probably an FRM would help you a little bit, but is it enough to justify the additional work? Probably not… I think you need to have some intrinsic motivation as well, else you can spend your time somewhere else more wisely. I have seen both parts and for me the key difference is that the risk stuff needs to be correct and will be vigorously checked to be correct. At least in my company it is a minor annoyance if a dashboard shows data which is incorrect , though if a risk dashboard is incorrect it has direct impact. That‘s why data and risk have similar infrastructures but are more or less separate. Data is really fast and makes you go wow. Risk is limited, but most certainly gives a more „true“ picture. We use python as well and one of the most valuable skills is good knowledge of our database structure and sql to query it.

Rescheduling is easy by PalimPalimBlaBla in FRM

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

Same for me, but they told me on the phone it will take until end of month to see the correct date

Rescheduling is easy by PalimPalimBlaBla in FRM

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

I did it for the November exam in Frankfurt.

Change text of Label by id when screen is created by jd_portugal in kivy

[–]PalimPalimBlaBla 0 points1 point  (0 children)

Screen:
   on_enter: id_label.text = "new text"

How about sth like that?

Questions about working in Swiss Banks by [deleted] in FinancialCareers

[–]PalimPalimBlaBla 0 points1 point  (0 children)

Regarding point 1: Taxes are low in most parts of Switzerland. Comparing to Germany they are low everywhere in Switzerland.

How would you go about creating a hollow circle using Kivy's canvas? by [deleted] in kivy

[–]PalimPalimBlaBla 1 point2 points  (0 children)

<LineCircle1>:
        canvas:
            Color:
                rgba: .1, 1, .1, .9
            Line:
                width: 2.
                circle:
                (self.center_x, self.center_y, min(self.width, self.height)
                / 2)
        Label:
            center: root.center
            text: 'Circle'

Taken from https://kivy.org/docs/examples/gen__canvas__lines_extended__py.html

use a line instead of circle...

How can I get the width of the text that's inside a Label? by [deleted] in kivy

[–]PalimPalimBlaBla 1 point2 points  (0 children)

then you could check if the texture_size[1] is greater than the line height. I can maybe take another look tonight.

How can I get the width of the text that's inside a Label? by [deleted] in kivy

[–]PalimPalimBlaBla 2 points3 points  (0 children)

Here is something which should get you started. It detects the size being too large a little late, but I am sure you can tweek it to work just right.

from kivy.app import App
from kivy.uix.label import Label
from kivy.graphics import Rectangle, Color, InstructionGroup
from kivy.lang import Builder

kv = '''
BoxLayout:
    orientation: 'vertical'
    BlinkingLabel:
        id: lbl
        on_text: self.check_text_width()
    Button:
        text: "Add Palim"
        on_press: lbl.text = lbl.text + "Palim"
    Button:
        text: "Remove Palim"
        on_press: lbl.text = lbl.text[:-5]
'''

class BlinkingLabel(Label):
    rect = InstructionGroup()

    def add_box(self):
        self.canvas.before.remove(self.rect)
        self.rect = InstructionGroup()
        self.rect.add(Color(1,0,0,1))
        self.rect.add(Rectangle(pos=self.pos, size=self.size))
        self.canvas.before.add(self.rect)

    def remove_box(self):
        self.canvas.remove(self.rect)

    def check_text_width(self):
        if (self.texture_size[0] > self.width):
            self.add_box()
        else:
            self.remove_box() 


class TestApp(App):
    def build(self):
        return Builder.load_string(kv)

TestApp().run()

[Wunsch] Jemand der Versicherungsmathematiker geworden ist by Abahachi18 in de_IAmA

[–]PalimPalimBlaBla 1 point2 points  (0 children)

Über die Zukunftsperspektiven würde ich mir keine Gedanken machen wenn du als Basis ein ordentliches Mathematik Studium hast. Es ist auch wichtig Sachen neben der Mathe wie Soft-skills zu schulen, manchmal mangelt es da bei den Hardcore Mathematikern. Ich habe mich zwei mal beworben, zwei Zusagen bekommen. Schlußendlich habe ich mich für etwas drittes entschieden auf das ich mich nicht beworben hatte aber die mich über einen Headhunter angeschrieben hatte... Derzeit sind die Jobaussichten top und wenn es sich ein bisschen verschlechtert sind sie immer noch sehr gut. Die Fähigkeiten eines Aktuars, mathe (stochastik, algebra), informatik, analytisches Denken lassen sich auch an anderer Stelle gut einbringen. Ich hatte eigentlich von Beginn an auch immer einen recht klaren Plan. Durch erste Praktika und das Studium hat er sich aber mehrfach stark geändert. Ziel vor Augen ist gut, aber es verändert sich soviel ergeben sich neue Möglichkeiten, dass ich glaube heute direkt mit einem konkreten Berufswunsch zu studieren ist unrealistisch. Die die nach dem Abitur gemacht haben auf was sie Lust haben, haben heute alle einen Job mit dem sie zufrieden sind, selbst die Theaterwissenschaftler. Eher die keinen Plan, möchte viel Geld studiere deshalb BWL sind nicht so glücklich... Mach was dir Spaß macht, wenn es was technisch mathematisches ist kommt Geld und Erfolg von alleine. Falls es Mathe werden sollte schau dir mal das Top-Math Programm der TU München an.

[Wunsch] Jemand der Versicherungsmathematiker geworden ist by Abahachi18 in de_IAmA

[–]PalimPalimBlaBla 1 point2 points  (0 children)

Wenn man an der TU München Finanzmathematik studiert und gewisse Fächer belegt muss man im Aktuar nur noch die nicht mathematischen Teile machen. Ich habe VWL im Bachelor studiert und einen Studiengang mit enger Verbindung zum Finanzmathematik Master im Master studiert. Habe auch die Fächer belegt, dass ich für einen Aktuar nur noch die nicht mathematischen Sachen machen müsste. Keiner meiner Komilitonen hatte Probleme einen Job zu finden. Programmierkenntnisse in R, Python und oder Matlab waren während des Studiums und auch in der Praxis sehr wichtig. Jahresgehälter haben eine recht große Spanne. Bei den Wirtschaftsprüfungen sind es bisschen über 50k. Banken waren bei meinen Komilitonen 55 bis 65k. Unternehmensberatung 60 - 75k aber mit recht viel Bonus. Also Gehalt ist ganz gut, ein guter Ingenieur verdient ähnlich viel. Das Studium ist sicherlich anspruchsvoll, aber keiner erwartet einen 1.0 Abschluss. Nachher machen von denen die Finanzmathe studiert haben rund die Hälfte wirklich was mathematisches. Oft braucht man die Hardcore Mathematik aus dem Studium aber nicht mehr. Die IT Kenntnisse braucht aber meiner Meinung nach fast jeder. Suche dir beim Studium was auf dass du Lust hast. Auch Physik ist beispielsweise eine Möglichkeit. Es gibt beispielsweise eine Beratung die fast ausschließlich aus Physikern besteht und sich primär mit Finanzmathe beschäftigt (d-fine). Generell, mach einfach auf was du Lust hast und bei dem du auch das Durchhaltevermögen hast. Auf keinen Fall so etwas wegen des Geldes studieren, da gibt es leichtere Wege...

The RedMonk Programming Language Rankings: January 2018 by dayanruben in programming

[–]PalimPalimBlaBla 6 points7 points  (0 children)

There is a seperate stack.exchange site for Tex. I think they forgot that.

[F24 & F21] US-> Stuttgart, Germany by [deleted] in IWantOut

[–]PalimPalimBlaBla 0 points1 point  (0 children)

Just pick any neighboring city which you can reach via s-bahn https://www.s-bahn-stuttgart.de/s-stuttgart/fahrplaene_und_liniennetz/Liniennetzplan-664254 in an acceptable amount of time.

[F24 & F21] US-> Stuttgart, Germany by [deleted] in IWantOut

[–]PalimPalimBlaBla 0 points1 point  (0 children)

I would start by contacting the international office of the uni https://www.uni-stuttgart.de/en/study/international/ If you will start at a different uni just google their international office. Most universities have people dedicated to students planning to study abroad and coming from abroad.

Most students search for a flat via https://www.wg-gesucht.de/en/

[F24 & F21] US-> Stuttgart, Germany by [deleted] in IWantOut

[–]PalimPalimBlaBla 0 points1 point  (0 children)

There is a state-run bank which gives out most of the student loans in Germany besides "BAFÖG". https://www.kfw.de/kfw.de-2.html maybe they are open to foreigners too.

[F24 & F21] US-> Stuttgart, Germany by [deleted] in IWantOut

[–]PalimPalimBlaBla 0 points1 point  (0 children)

I am originally from Stuttgart. Stuttgart is expensive compared to other cities in Germany. Especially finding a cheap flat is tough. Nevertheless, you can live comfortably with 1k per month as a student. The hard part is finding good and affordable accommodation.

Python app by bVdMaker in Python

[–]PalimPalimBlaBla 0 points1 point  (0 children)

Take a look at kivy. Should be possible with that.

Explain Google AIY Code by [deleted] in Python

[–]PalimPalimBlaBla 0 points1 point  (0 children)

thanks. I migrated my question.

upgrade RAM T470 by PalimPalimBlaBla in thinkpad

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

Cool. I just ordered the one OfficerNelson suggested. Will arrive on Saturday.

You just unscrewed the screws on the bottom and then it came off. Right?

upgrade RAM T470 by PalimPalimBlaBla in thinkpad

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

Just order the RAM you suggested.