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


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

2021-09-01 16:51:04 https://talkpython.fm/episodes/show/332/robust-python is a really interesting episode, and resonates really strongly with me for how to write good/maintainable/robust code
110 views13:51
Відкрити / Коментувати
2021-08-30 18:39:21 https://twitter.com/mathsppblog/status/1431980960858480651?s=21
158 views15:39
Відкрити / Коментувати
2021-03-16 16:10:37 blue is a somewhat less uncompromising code formatter than black, the OG of Python formatters.

https://github.com/grantjenks/blue
313 views13:10
Відкрити / Коментувати
2021-03-15 21:44:41 Performance comparison: counting words in Python, Go, C++, C, AWK, Forth, and Rust

https://benhoyt.com/writings/count-words/
318 views18:44
Відкрити / Коментувати
2021-02-19 02:08:28 I can't recall where I saw this originally, but you can use the spaceship operator "--0--" to turn floor division into ceiling division: >>> 12//5 2 >>> --0-- 12//5 3 There's also the ++0++ operator when you want to emphasize that you really *do* mean floor…
473 views23:08
Відкрити / Коментувати
2021-02-18 22:19:46 I can't recall where I saw this originally, but you can use the spaceship operator "--0--" to turn floor division into ceiling division:

>>> 12//5
2
>>> --0-- 12//5
3

There's also the ++0++ operator when you want to emphasize that you really *do* mean floor division:

>>> ++0++ 12//5
2


from https://bugs.python.org/issue43255#msg387248
But yes, -(-n // d) is the easy (if a little bit cryptic) way to get the ceiling of n / d.
363 views19:19
Відкрити / Коментувати
2021-02-10 01:40:50 Armin dislikes new PEP regarding structural pattern matching https://twitter.com/mitsuhiko/status/1359263135304187910
btw PEP has been approved!

https://www.python.org/dev/peps/pep-0636/
432 views22:40
Відкрити / Коментувати
2021-02-06 20:46:23 Interesting thread how to solve interview problem https://twitter.com/al_grigor/status/1357028887209902088?s=21
453 views17:46
Відкрити / Коментувати
2020-12-02 20:37:56 Releasing pip 20.3, featuring new dependency resolver

https://pyfound.blogspot.com/2020/11/pip-20-3-new-resolver.html
734 views17:37
Відкрити / Коментувати
2020-10-30 01:20:39 Airflow 2.0 ->

https://www.astronomer.io/blog/introducing-airflow-2-0/
848 views22:20
Відкрити / Коментувати