Nothing here yet.
Nothing here yet.
Jan 17, 2024 · 5 min read · I started to build an API using Django and I will be documenting all the processes that I go through for myself and maybe others who are interested. In every new article, we'll go through what I have changed in the new release and explain them as we ...
DDerek commented
Jan 12, 2024 · 2 min read · I started to build an API using Django and I will be documenting all the processes that I go through for myself and maybe others who are interested. In this article, we'll go through what I have done so far and explain them as we go. Before that let ...
Join discussion
Jun 12, 2021 · 3 min read · Giriş Əvvəlki məqalədə class və obyektlərin yaradılması haqqında bəhs etmişdim. İndi isə classda dəyişənlər haqqında danışmaq lazımdır. Dəyişənlər (ingcə. variables) obyekt daxilində məlumatları yadda saxlamaq üçün istifadə olunur. Classda iki növ də...
Join discussion
May 28, 2021 · 5 min read · Python dilində demək olar ki, hər şey obyektdir. Obyekt sadə şəkildə desək, məlumatların (dəyişənlər) və metodların (ingcə. method) birləşməsidir. Class da bunlardan biridir. Bəs class-ı başqalarından fərqli edən nədir? O elə bir obyektdir ki, başqa ...
Join discussion