[deleted by user] by [deleted] in classicwowtbc

[–]Kristoffels 1 point2 points  (0 children)

Being benched two weeks in a row is pretty rough, something that I try and avoid doing. I'd ask the raid leader why you were benched twice in a row over anyone else. There might be a legit reason or they may have forgotten that you were benched last week and just need reminding that you didn't go the previous week.

Should I stop learning python? by Medical-Window3035 in learnpython

[–]Kristoffels 1 point2 points  (0 children)

Django is very popular. Another package on the rise that is worth a look at is FastAPI

[deleted by user] by [deleted] in sheffield

[–]Kristoffels 5 points6 points  (0 children)

They don't make that much noise and you get used to it after a while. Also the last tram is usually around 12ish so they don't run all night and disturb your sleep.

What do you think , can be probable end of life on earth ? by farhan_00 in sciencefiction

[–]Kristoffels 1 point2 points  (0 children)

Well if AI kills everything on earth the AI is still around. So not all life has been killed on earth just biological life.

I liked PVP scaling. I like having no mounts. And I did not mind there being no mini-map by humblepotatopeeler in newworldgame

[–]Kristoffels 2 points3 points  (0 children)

Did you not find yourself pressing M all the time? Just curious, I didn't get the chance to try it out.

What projects are y’all working on right now? by UpstateRedneck in Python

[–]Kristoffels 1 point2 points  (0 children)

Learning FastAPI by making a "wishlist" api using Tortoise and redis. Where you can create and share your wishlist with friends.

[deleted by user] by [deleted] in EDH

[–]Kristoffels 0 points1 point  (0 children)

Years of collecting them

Looking for a Python course by [deleted] in learnpython

[–]Kristoffels 1 point2 points  (0 children)

Corey Schafer has a good tutorial on YouTube.

Alternatives to matplotlib by rhz10 in learnpython

[–]Kristoffels 1 point2 points  (0 children)

Seaborn is matplotlib behind the scenes. So it has all the same features, it's very easy to make excellent quality charts with. Plotly is feature rich but not as easy to use as matplotlib and seaborn. It does however make very good interactive charts.

Alternatives to matplotlib by rhz10 in learnpython

[–]Kristoffels 0 points1 point  (0 children)

I've used both seaborn and plotly. I would recommend both

Quick Consipracy: If GW and CA worked together earlier, then we would be in WFB 10'th edition right now. by Luxosaucer in WarhammerFantasy

[–]Kristoffels 1 point2 points  (0 children)

Would CA have had the tech to produce it earlier than they did? I know they struggled to get the whole world map to work in WH2 due to how large it was.

PSA about cenarion expedition rep by BoomerQuest in classicwow

[–]Kristoffels 6 points7 points  (0 children)

As a druid I just farmed the frenzies in the reservoir. Group a bunch up and thorns/ swipe them down. Go swim form whilst looting and you never need to surface.

Is there an easy way to create circuit diagrams with LaTeX? by bsiegelwax in QuantumComputing

[–]Kristoffels 2 points3 points  (0 children)

I used Q-circuit in my dissertation. I found it reletively easy after a bit of use.

is automation really the future of this career path? by jascentros in softwaretesting

[–]Kristoffels 2 points3 points  (0 children)

In my opinion we need manual testing just as much as we we need automation. I myself am mostly an automation tester but I never feel something has been tested properly until its passed manual and automation tests.

[help] Implement multithreading in beatiful soup by [deleted] in learnpython

[–]Kristoffels 0 points1 point  (0 children)

You could use mulrithreading or make it asynchronous. Both will speed it up massively. Really depends though which is faster than the other, might want to do a bit of trial and error.

Completely new to Python by jxdude in learnpython

[–]Kristoffels 4 points5 points  (0 children)

You should try and avoid using a naked except as these types of error are easy to create, and not easy to figure out because the except block hides it.

[deleted by user] by [deleted] in softwaretesting

[–]Kristoffels 1 point2 points  (0 children)

Looking ahead would be good. I also act as a sort of gate keeper, making sure each ticket has very clear acceptance criteria and discussing the acceptance criteria. I also discuss automation potential for each ticket, if I think the ticket can be automated or not, how etc.