Тёмный
EuroPython Conference
EuroPython Conference
EuroPython Conference
Подписаться
The official RU-vid Channel of the EuroPython conferences. Current edition: EuroPython 2023.

EuroPython is the official European conference for the Python programming language.

Copyright © 2004-2023, EuroPython Speakers, EuroPython Society, Sweden and the Local Organisers of the EuroPython conferences. "EuroPython" is a trademark of the EuroPython Society.
Rust for Python data engineers - Karim Jedda
27:30
9 месяцев назад
Lightning Talks Wednesday
46:43
9 месяцев назад
Комментарии
@user-rx8lz6yz4f
@user-rx8lz6yz4f 17 дней назад
I love FreeIPA, it took all the things we previously set up manually and individually, then added more and made it a breeze to setup. Shame that changing over to it where I work now would be too disruptive due to the DNS stuff but I would recommend it for any company’s IT infrastructure.
@y-li2983
@y-li2983 Месяц назад
Very valuable! Thanks!
@user-vc5qc5lc8u
@user-vc5qc5lc8u 2 месяца назад
There is a quote from famers that says "Good enough is perfect".
@alejandrosantacruz5379
@alejandrosantacruz5379 2 месяца назад
Amazing insight. Thank you!
@emreyilmaz262
@emreyilmaz262 2 месяца назад
I 4rd
@manfrombritain6816
@manfrombritain6816 3 месяца назад
took me 7.5 hours to get it running today 😂 most of that was trying to get podman to run the container... ended up realising we were gonna use it with docker-compose anyway so switched to docker and got it working
@elcreidoluis
@elcreidoluis 3 месяца назад
This was really useful for me
@RatulGhosh1
@RatulGhosh1 5 месяцев назад
Such an insightful talk
@shaunjaensch6899
@shaunjaensch6899 5 месяцев назад
You bring shame on the family
@unperrier5998
@unperrier5998 7 месяцев назад
I like this idea and wanted to try it out when I realized that a lot of the code I want to test is actually implemented using or wrapped by macros.
@dzidmail
@dzidmail 19 часов назад
I think macros are only a problem for cdef(). It can be specified manually with function and variable names used by the testcases. Or maybe in some cases, it would be possible to strip macros from the files
@edgeeffect
@edgeeffect 7 месяцев назад
This is a really cool idea... i think it'd get your unit tests done really quickly. I don't really do much C any more and most modern languages have testing built in. Some of the C programmers I know though, well their "religion" forbids the use of Python and I'd love too see their faces when you suggest they "pollute" their C codebase with something as "unclean" as Python. ;)
@user-qc3fy1pr5w
@user-qc3fy1pr5w 7 месяцев назад
You are such a cool guy
@unperrier5998
@unperrier5998 8 месяцев назад
Great idea, how about functions like malloc() which are also used by CPython? Would it be possible to replace them? Well I guess I'll have to try it myself.
@kloro2006
@kloro2006 8 месяцев назад
On page 48 of Make Your Own Neural Network in the diagram of the NN, why does neuron 2 in layer 1 connect with all 3 neurons in layer 2 and the other neurons in layer 1 connect with only 2 neurons in layer 2? He uses the same diagram in his presentation.
@aakarshmj7256
@aakarshmj7256 8 месяцев назад
Man can't believe someone copied this talk: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-9A6MoVIxt_s.htmlsi=4BSlXfRI28NhvQiO
@thomasandolf7365
@thomasandolf7365 8 месяцев назад
wanted to learn how to write green threads in python... came to a talk that just said "use this library".... Left
@adamcylee
@adamcylee 9 месяцев назад
can't hear you
@techupinfo5141
@techupinfo5141 10 месяцев назад
Please provide your data set
@daitedve1984
@daitedve1984 10 месяцев назад
the way guy trained his fingers is excellent! So much typing.... instead of handy GUI 😆 Serious, why all this fapping in a command line?? People already invent GRAPHICS DISPLAY, use it, Luke! :)
@daitedve1984
@daitedve1984 10 месяцев назад
too much rubbish talk about hashes. YES, we know they exist and why.
@yunir844
@yunir844 10 месяцев назад
I am grateful for this video, because otherwise James Bennett would not have told what are the drawbacks of this solution. I saw its partial usage in the codebase of my colleague and also tried it in my own pet-project, but it becomes just too heavy to keep consistent in the long run. The idea of James Bennett with implementing it in QuerySets and Managers sounds much more reasonable right now for me. But till this video, I didn't know where to put the business logic and did not know about manager/queryset opportunities.
@speedcuber-diary
@speedcuber-diary 5 месяцев назад
Did you use HackSoftware guideline?
@yunir844
@yunir844 5 месяцев назад
@@speedcuber-diary I don't remember that name in my mind, so I think probably no.
@ledescendantdeuler6927
@ledescendantdeuler6927 10 месяцев назад
antoine is amazing. I have such respect for him, I can only hope to meet him one day.
@loicvanhecke6349
@loicvanhecke6349 10 месяцев назад
Explanation of the code 24:09
@pyajudeme9245
@pyajudeme9245 10 месяцев назад
By far the best compiler
@soonshin-sam-kwon
@soonshin-sam-kwon 10 месяцев назад
IMHO fat models underrated. Django's ORM is a kind of Active Record. If fat models cannot handle the complexity of business logic in your specific applications, it may means that the Django itself is not suited for your app, especially Active Record ORM. In that case better to choose other framework with other orm approach such as Data Mapper...
@fringefringe7282
@fringefringe7282 10 месяцев назад
Well, I dont know. I prefer to have a Singleton in a constructor instead of leveraging a language property of Python that module is a Singleton. Constructor seems to be more generic and intuitive. If more Pythonic means "utilize every possible quirk of the language" then I am not on board with that.
@codebymax
@codebymax 10 месяцев назад
hurray
@dieterrooke
@dieterrooke 11 месяцев назад
Kial li ne parolas en Esperanto?
@AFPinerosG
@AFPinerosG 11 месяцев назад
- "I'd like to use this all the time!" - "No, just to play, please" Lol
@aoliveira_
@aoliveira_ 11 месяцев назад
The code at 13:34. For computing the mel-spectrogram using librosa you don't need to compute first the spectrogram.
@aoliveira_
@aoliveira_ 11 месяцев назад
Also, librosa has a function to transform the mel spectrogram to decibel scale.
@ymysymy4147
@ymysymy4147 Год назад
Great, I'm trying it out, but I wish it would compile a little faster! # I'm using Ccache, but... Can't you make a library (binary) for each Python module to reduce compile time?
@kris_maussen
@kris_maussen Год назад
Does anybody maybe still have the code? If yes, could you please share it? Thanks on beforehand
@redwud09
@redwud09 Год назад
Nifty trick there with the editor using ≠ in place of !=. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-9FHRwrv-xuQ.html
@mrinalraj9530
@mrinalraj9530 Год назад
Awesome 👍. Very good explanation. Cleared all my doubts
@downinthebunnyhole
@downinthebunnyhole Год назад
cd mauro ex-utente NSA?
@KrishnaDasPC
@KrishnaDasPC Год назад
Brilliant explanation. Thanks a lot.
@ramazanustun6755
@ramazanustun6755 Год назад
"if you use that in your daily life, this presentation won't add many things to you" Well, I use it in my daily life but god knows I don't know anything. 😂😂
@shubhamjani2509
@shubhamjani2509 Год назад
I can relate
@piotrek6948
@piotrek6948 Год назад
Do you have a working code of the Last example - combo method?
@lucasmsoares96
@lucasmsoares96 Год назад
Amazing!
@pyajudeme9245
@pyajudeme9245 Год назад
The best py2exe tool right now!
@cnaccio
@cnaccio Год назад
This was a super helpful talk!
@zenkodr
@zenkodr Год назад
And why would i need this? I don't get it, i have autocompletion and syntax highlighting in my IDE, why do i need autocomplete in the terminal? I came here because i thought IPython is a wrapper around python that helps creating CLI applications
@venkateswaraotella6581
@venkateswaraotella6581 Год назад
what if i need to extract doc file instead of pdf using this ,...please this
@arttutaipale7696
@arttutaipale7696 Год назад
uWSGI: We'll fix all the wonky defaults in version 2.1 don't you worry ;) also uWSGI: *never releases 2.1* Thanks for the interesting video!
@kimbalcalkins6903
@kimbalcalkins6903 Год назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-zFRRUZdz1HY.html
@jeenashaji3921
@jeenashaji3921 Год назад
%%showast x=1+2 giving usage error : cell magic ~%%showast~ not found
@LifelongStudentBelgium
@LifelongStudentBelgium Год назад
It's not free anymore? 200$ budget we have?
@awaismushtaq5719
@awaismushtaq5719 Год назад
These two look like overgrown girls with frocks on.