M
M
Mimuss2018-01-25 07:53:54
WordPress
Mimuss, 2018-01-25 07:53:54

Interesting and hardcore tasks in Python?

Is there a site or service where python puzzles are fasted, ranging from algorithms, bots and ending with the creation of your own cryptocurrency / database
?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
D
Denis Yanchevsky, 2019-11-10
@olya_097

Or in "Settings -> General -> Date format" set F d, Yto change everywhere.
Or pass as a parameter<?php the_date( 'F d, Y' ); ?>

I
its2easyy, 2019-11-10
@its2easyy

https://wp-kama.ru/function/the_date

A
Anton Konovalov, 2018-01-25
@akonovalov

Many of these can be found if you use the search.
From myself I recommend codewars - tasks for algorithms - darkness is dark, hundreds! I didn’t see any crypto-currency tasks there, but there are definitely tasks for creating your own brainfuck-like interpreters.

A
asd111, 2018-01-25
@asd111

Algorithms: topcoder, codeforces.
Bots: russian ai cup.
Own cryptocurrency - implement the blockchain protocol in the form of either. You will do something useful.
Databases - implement your own nosql database that stores everything in json with a query parser and full-text search, I think you will break at the stage of writing a query parser :)

A
ac130kz, 2018-01-25
@ac130kz

Take for example my question , it's very cool to recognize tables from pdf

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question