Get Mystery Box with random crypto!

🇺🇦 Python Programming Сhallenges

Логотип телеграм -каналу python_programming_challenges — 🇺🇦 Python Programming Сhallenges
Логотип телеграм -каналу python_programming_challenges — 🇺🇦 Python Programming Сhallenges
Адреса каналу: @python_programming_challenges
Категорії: Технології
Мова: Українська
Передплатники: 355
Опис з каналу

Размышления на тему решения различных задач по спортивному программированию на Python и не только.

Ratings & Reviews

3.00

2 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

0

4 stars

1

3 stars

0

2 stars

1

1 stars

0


Останні повідомлення

2022-02-17 01:29:38 https://twitter.com/1st1/status/1493748843430567942?s=21
114 views22:29
Відкрити / Коментувати
2022-02-03 23:35:06
Scalene: a high-performance CPU, GPU and memory profiler for Python

https://github.com/plasma-umass/scalene
128 views20:35
Відкрити / Коментувати
2021-11-15 14:52:43 Found very intersting approach to count the digits of an integers #python:

from math import floor, log10


def count_digits(n):
return 1 + floor(log10(n))

In [2]: count_digits(5)
Out[2]: 1

In [3]: count_digits(999)
Out[3]: 3

In [4]: count_digits(1000)
Out[4]: 4
106 views11:52
Відкрити / Коментувати
2021-10-18 22:59:49 TIL: mypy Playground is a web service that receives a Python program with type hints, runs mypy inside a sandbox, then returns the output.

https://mypy-play.net/
103 views19:59
Відкрити / Коментувати
2021-10-18 22:35:31 Obfuscating "Hello world!" for Code Golf contest

https://benkurtovic.com/2014/06/01/obfuscating-hello-world.html
109 views19:35
Відкрити / Коментувати
2021-10-10 16:45:07 Был бы я более питонистом, сразу бы пошел собирать из сорцов, но нет.

Вообще фигня клевая, по шагам проходишь с чекаута до рантайм штуковин, прям бери Python и фикси под свои нужды.

https://realpython.com/cpython-source-code-guide/#what-does-a-compiler-do
85 views13:45
Відкрити / Коментувати
2021-10-08 09:10:22 Первый раз за 20 лет python на первом месте

https://tiobe.com/tiobe-index/
82 views06:10
Відкрити / Коментувати
2021-10-04 21:17:10 Python 3.10 Release Stream — with Pablo Galindo




130 views18:17
Відкрити / Коментувати
2021-10-04 20:38:00 LOL

Someone nuked the DNS A and AAA records for Facebook, Instagram, and WhatsApp Face with hand over mouth
129 views17:38
Відкрити / Коментувати
2021-10-01 11:05:13 https://twitter.com/bbelderbos/status/1443830547797717007?s=21
92 views08:05
Відкрити / Коментувати