top of page


BeautifulSoup for MacOS
In the process of learning Python 3, I encountered a problem in one of the tasks: BeautifulSoup (a Python library for extracting data...
Nov 8, 2022


PYTHON. One pill is enough
The simplest code and a significant difference in details: import re x = 'My 2 favourine numbers are 19 and 42' y = re.findall('[0-9]',...
Nov 7, 2022
bottom of page