Тёмный
pyGrunn and aiGrunn Conferences
pyGrunn and aiGrunn Conferences
pyGrunn and aiGrunn Conferences
Подписаться
Hylke Donker - Mojo: Python 4?
19:30
Месяц назад
Dirk Nederveen - Next level testing
25:36
Месяц назад
Erik-Jan Blanksma - Release the KrakenD
28:30
Месяц назад
Hylke Donker - Fighting cancer with AI
24:19
8 месяцев назад
Комментарии
@ewerybody
@ewerybody День назад
Does the microphone scrubbing sound get away later? :/
@lale5767
@lale5767 16 дней назад
4:00
@alexd7466
@alexd7466 17 дней назад
But why use a LLM for binary (yes/no) output? that is not what they're good at.
@flipflap4673
@flipflap4673 24 дня назад
"eh ... ehm ..." this presentation would be half the time without those. Still a nice presentation though. Also the light grey on the screen makes it difficult to read the code.
@MHLuttekes
@MHLuttekes 25 дней назад
Thank you for having me! One side note: I do mention in this presentation one particular PR that was a big undertaking, and how one of the fellows pushed back on it. This might sound like a bad thing but she was doing her job in ensuring that we don't break anything for existing websites. She's cool, no hate!
@jhny0
@jhny0 25 дней назад
i see
@dulithakularathne7767
@dulithakularathne7767 2 месяца назад
great presentation
@brookster7772
@brookster7772 3 месяца назад
I’m a 20 year plus C sharp back in Developer and just started using python a few months ago struggling here and there but have been using fast API for the last four weeks and absolutely fell in love with it!!! Once I figure it out the ins and outs of getting my python environment set up. I am now off to the races, an absolute joy to work with fast API…. Launch my Uvicorn server with reload and you can develop your entire API validating using Pydamtic and smooth as butter…
@kimstahl4997
@kimstahl4997 4 месяца назад
ty fot this, have been searhing alot for a proper way to integrate fastapi into django for a project. all my searches have ended up with bad integrations, outdated methods or really bad guides. Found you github repo and will use it as sample code to get up and going, you should have iincluded it in this video ;)
@e101sg
@e101sg 6 месяцев назад
Excellent and useful..Thanks a lot for sharing... Cheers!
@harry356
@harry356 7 месяцев назад
Without slides it's not really useful.
@bartjonk9960
@bartjonk9960 7 месяцев назад
Is it possible to add a link to the slides? They are impossible to read.
@user-vt5fi1gi1z
@user-vt5fi1gi1z 8 месяцев назад
Very good day it was. See you next year!,
@ThundaAaAaAaAaAh
@ThundaAaAaAaAaAh Год назад
Thanks, appreciate that newbie explanation
@usher-p
@usher-p Год назад
who's this guy? this talk is assumptions to a closed source model
@MrWally558
@MrWally558 Год назад
can you explain?
@usher-p
@usher-p Год назад
@@MrWally558 the hype around LLMs is quite cool but this was not that much of a value to me to be fair.
@rolffokkens5644
@rolffokkens5644 Год назад
@@usher-p In that case your question should have been: What is Pygrunn about? Do some googling, but bottomline is that it's a community of Python devs in the north of the netherlands. Python devs in general, who may not be AI experts at all, but of course hear all the buzz about ChatGPT. You may not be the targeted audience.
@kipsta1993
@kipsta1993 Год назад
nice talk
@DelusionalInsanity
@DelusionalInsanity Год назад
Documentation: faker-file.readthedocs.io/ Repository: github.com/barseghyanartur/faker-file API demo: faker-file-api.onrender.com/docs/ UI demo: faker-file-ui.vercel.app/ WASM demo: faker-file-wasm.vercel.app/
@jonnmostovoy2406
@jonnmostovoy2406 Год назад
Pieter was brilliant. Forever with us.
@coolandsmartrr
@coolandsmartrr Год назад
I hope you will turn off autofocus on your camera from this year onward!
@marathonour
@marathonour Год назад
Hi! Nice presentation! Can I get the slides pls?
@TimoRJensen
@TimoRJensen 2 года назад
What a gem!
@rolandixor
@rolandixor 2 года назад
This was pretty informative.
@rolandixor
@rolandixor 2 года назад
"Whatever is someone's mind should also be on paper" - truth!
@MHLuttekes
@MHLuttekes 2 года назад
Important: hearing this back I just realized I said “of course” right before mentioning the position of power that white people have over black people; this was me nerve talking, and I don’t think this power difference is OK. I hope that by adding this slide, I at least motivated some people to think about their position better.
@MHLuttekes
@MHLuttekes 2 года назад
Thanks for posting, loved this venue for my first ever conference talk! With at 10:02 a story about one if my favorite personal mistakes ever made
@laysauchoa7557
@laysauchoa7557 2 года назад
Great talk!
@tommyeagen3763
@tommyeagen3763 4 года назад
Can you please provide the model's code, so we can follow along with the course: I've nade this but I feel there's something messing: from django.db import models # Create your models here. class Group(models.Model): name = models.CharField(max_length=50, default='A') def __str__(self): return self.name class Project(models.Model): name = models.CharField(max_length=50, default='undefined') desc = models.TextField() def __str__(self): return self.name class Person(models.Model): name = models.CharField(max_length=100, null=False, blank=False) active = models.BooleanField(default=True) group = models.ForeignKey(Group,on_delete=models.CASCADE, null=True) def __str__(self): return f'{self.name} ==> active:{self.active}' class Booking(models.Model): name = models.CharField(max_length=50, default='undefined') person = models.ForeignKey(Person, on_delete=models.CASCADE) project = models.ForeignKey(Project, on_delete=models.CASCADE)
@constanzachemi2333
@constanzachemi2333 4 года назад
Does anyone have the presentation available? It would be very helpful
@Gbd279
@Gbd279 4 года назад
Can't get it to return results for the endpoints unfortunately
@InfiniteUniverse88
@InfiniteUniverse88 4 года назад
Why is a picture of Trump on the podium?
@zapy422
@zapy422 5 лет назад
Thank you for the talk. Can you visualize PCA modes with MDtraj?
@RutgerRoffel
@RutgerRoffel 7 лет назад
Awesome!