-
PRO UNITY
- Bukhara, Uzbekistan
-
04:00
(UTC +05:00) - in/ok7uz
- https://t.me/ok7uz
- https://leetcode.com/ok7uz/
Pinned Loading
-
django-drf-template
django-drf-template Public templateA simple template to start a DRF project. Please contribute to improve this template.
Python 1
-
realtime-chat
realtime-chat PublicA real-time Chat API project built on DRF and Django Channels
Python 1
-
-
see7en/aiogram-bot-template
see7en/aiogram-bot-template Public templateA template for creating a telegram bot using aiogram 3.6
Python 1
-
django_integer_field_validation.py
django_integer_field_validation.py 1price = models.IntegerField(
2validators=[MinValueValidator(1), MaxValueValidator(2147483647)]
3)
-
Returns a list of primes < n in python
Returns a list of primes < n in python 1def primes(n):
2""" Returns a list of primes < n """
3sieve = [True] * (n//2)
4for i in range(3,int(n**0.5)+1,2):
5if sieve[i//2]:
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.