Azerbaijan Python Users Group
Men ozum link gorende daha hevesle oxuyuram meselen, cox adam da eledir cox guman. Telegram (ve ya her hansi oxsar app) chat interfeysi adami yorur uzun text olduqda. Anlayisiniz ucun tesekkurler
Читать полностью…Meqaleleri link olaraq paylasmaginizi meslehet goruruk, ister ozunuz olun muellif ister basqasi. En azindan Github gist ile. Cunki bele paylasdiginizda qrupda cox "flood" olur )
Читать полностью…Enhancing Django Admin with Custom Column Display
In Django’s admin interface, customizing how model fields are displayed can significantly improve the user experience. One way to achieve this is by defining functions that format model data in a more readable or useful way.
Take, for example, the initialled_name function. It’s designed to display a person’s name in an initialled format, which can be particularly handy when dealing with long lists of names where space is at a premium.
Here’s how it works:
def initialled_name(obj):
"""
Takes a model instance and returns the person's last name followed by their initials.
For instance, if obj.first_names='Jerome David' and obj.last_names='Salinger',
the output would be 'Salinger, J.D.'
"""
# Extract the first letter of each first name to create the initials
initials = '.'.join([name[0] for name in obj.first_names.split(' ') if name]) + '.'
# Format the last name and initials in a string
return f"{obj.last_names}, {initials}"
from django.contrib import admin
class ContributorAdmin(admin.ModelAdmin):
# Display the initialled name in the admin list view
list_display = (initialled_name,)
Dokumentasiyasi da numune olasi isdir. Halaldir)
Читать полностью…istifade olunan mehsulu, proyekti ne qeder her terefli bilse insan o qeder gozel.
ama backend engineer butun gunu css cirpirsa yox tebii ki 😂
umumiyyetle bir backend dev front frameworklerini ne qeder bilmelidir? Umumiyyetle bilmelidir?
Читать полностью…Pis vakansiya description-u deyil :)
Amma asagidakilar olsaydi lap ela olardi:
* deqiq maash araligi
* proyekt haqda qisa melumat, team nece neferden ibaretdir, necesi mid, necesi junior-du.
* The optimization of the CI/CD and building a solid deployment strategies
-> babat movcud olmayan "devops"-cuya uygun gelir bu.
* The ideal candidate must have a strong background in writing tests (all kinds of, not unit tests only)
-> bu da babat QA engineer-e. Unit testi bildik ama butun flow-nu, ya end-to-end test automation falan yazirsansa, biraz cetin olacaq.
* The person will be reporting to the CTO/Software architect
-> bele cixir ki, yaziq tek olacaq doyush meydaninda :D
* It is possible to have a part ot full time employment, depending on the case.
-> part-time mumkun olan bir teleblere oxshamadi.
Salam registrasiyada istifadeci profile image-e elave olaraq 6 eded basqa image-de elave ede bilmelidir. Bunu nece ede bilerem form-u nece update edim bunun ucun?
Modellerim:
https://pastebin.com/DD5kyKLZ
form:
https://pastebin.com/0QnU38sF
Big Bang, sonra Tailwind ve React sonra Python. Bele davam edir, menim master thesis kimi
Читать полностью…Çox şirin danışmısan da yəqin, məllim :D
Читать полностью…https://getludic.dev/docs/
daha bir Python fullstack :D
https://old.reddit.com/r/comfyui/comments/1dbls5n/psa_if_youve_used_the_comfyui_llmvision_node_from/
Читать полностью…bele paylasdim ki, dedim ola bilsin faydali muzakire olsun. Amma nece uygun gorursuzse ele de paylasaram, problem yoxdur.
Читать полностью…burada bir de linkedin hesabimda paylasiram heleki
Читать полностью…buna contribute etmek isteyirdim, prosta baxdım çox complex idi bəzi issuelar
Читать полностью…Texniki teleb ne desen yazirlar :D ona bir soz demirem adeten men )
meselen Django-cu axtararlar ama ML bilikli, bash veren hadisedir. Cunki team ML-di en azindan bashin cixmalidir ki ne bash verir.
bes react teleb etmelerine munasibetiniz necedir?
Читать полностью…https://github.com/juspay/hyperswitch
Maraqli bir kitabxanadir.
Payment 101 de yaziblar:
https://github.com/juspay/hyperswitch/wiki/Payments-101-for-a-Developer?utm_source=tldrnewsletter
If the on_delete behavior is set to models.PROTECT, the admin app returns an error explaining why a protected object is blocking the deletion. This functionality can come in handy while building real-world apps, as there is often a chance of a manual error inadvertently leading to the deletion of important records.
Web development with Django, Ben Shaw, Saurabh Badhwar, Chris Guest, Bharath Chandra K S
#django
University of Helsinki-den bele bir online kurslar bazasi var
https://mooc.fi/
yerin yaradilishindan bashlayib, emelli intro level edib
Читать полностью…Menim 2023-cu ildeki PyCON cixishim, top 100 en cox izlenenler siyahisinda imish 😂100 most-watched Python 2023 conference talks ordered by the number of views by Tech Talks Weekly
https://www.youtube.com/playlist?list=PLsaeJ8d49kCnv20dizZqF_EjAoAByNfMj
Rocket chat var, self managed istifade etmek olur. Ozum istetmemisem, ama esitmisem yaxsidir
Читать полностью…