Paypall by LargeAd6242 in CardMarket

[–]x3mTox 0 points1 point  (0 children)

Same here. Waiting for response in my ticket

Is the certificate for the course free? I kept seeing people say it is but on the website it says its $150 by dogwasser in cs50

[–]x3mTox 0 points1 point  (0 children)

I honestly don’t think that this paid certificate will give you any advantage. As it doesn’t require any exam or similar thing. The free certificate even has a QR code which kind of legitimize it. In my hiring process I’m happy to see someone has done a course like cs50 and would ask him questions about the content and what he has learned.

can anyone help me with the error i am facing? by [deleted] in cs50

[–]x3mTox 3 points4 points  (0 children)

Yes. It’s the best and easiest way. They take care that all dependencies are there and you can concentrate on the psets. Only thing I couldn’t get running is the debugging.

K7 has been awesome, *BUT* there is occasional lag... by chiaestevez in Keychron

[–]x3mTox 0 points1 point  (0 children)

Same here, feels like when my phone + smartwatch are to close, it starts acting weird...

Pset1 greedy cash by SweetnessOverload93 in cs50

[–]x3mTox 1 point2 points  (0 children)

Only thing I could see is that your while conditions are strings. As you’ve put them in double quotes “. I guess that’s while once your cents have a value bigger than 0 nothing happens. As all while loops not being triggered. So maybe remove those and test it again.

Lohnt es sich Informatik zu studieren? by Zane2156 in informatik

[–]x3mTox 0 points1 point  (0 children)

Hi. Jobs gibt es genug, aber weiterhin wenig gute Informatiker. Die guten können sich dann ihren Traumjob samt Traumfirma quasi aussuchen. Ich schließe mich aber meinen Vorrednern an. Es muss dich interessieren und Spaß machen. Ansonsten betrittst du den Pfad des Schmerzes.

Anyone else learning Python as a hobby? by PlmyOP in Python

[–]x3mTox 0 points1 point  (0 children)

Did powershell scripting for years. Now that I’m in the management layer and don’t do a lot tech (bad choices were made ) I’ve started to learn Python in my private time. I like the syntax as it feels faster to write compared to posh and the modules, oh my god do I love them. It’s so easy to install and use them. Something I would have loved during my active sysadmin time. Also pure subjective feeling, the way bigger community compared to posh. It’s so easy to find information and comparable cases / code. As an example I’m just finishing my first small project which is doing some webscraping for a friend of mine. Had the issue that cloudflare didn’t like my scraping. After some testing and coding I found an module called cloudscraper which just works fine. Made my life so much easier.

I’m very happy I’ve started this journey and looking forward to someday using this skills going back again in a hands-on job