Позначка: programming
Django ORM and SQL: Making QuerySet Expressions
Let us consider a simple base model for a person with attributes name, age, and gender.
Create my first open source project – Pyxtract
Create my first open source project – Pyxtract:– https://github.com/skupriienko/Pyxtract Python module for extracting texts from thousands of URL and/or PDF: – Download and parsing articles from URLs– Extract texts from local PDF files– Analyze texts– NLP preprocessing– Visualization– Word clouds– Name Entity Recognition
Awesome-Python-Learning v.1.0.1
Extended my Awesome Python Learning dataset (https://airtable.com/shrNtoOfPJVDcO3fG/tblAYr9pYzqpWhYJ0) with new 205 links: – Articles about Software Engineering– Developer’s Tools– MOOC and courses– Video Here CSV dataset – https://github.com/skupriienko/Awesome-Python-Learning P.S. You can try create your own database for everything https://lnkd.in/dpnX4sE
Cкільки часу займе записати 1 мільйон рядків у базу даних
На співбесіді на Junior Python Developer мене спитали, скільки часу займе записати 1 мільйон рядків у базу даних. Я відразу сказав, що мілісекунди. Ми довго сперечалися, я наводив свої доводи, але після того розмова чомусь швидко завершилася.Вирішив перевірити, чи я помилявся. Таки не помилявся, виходить 300 мілісекунд для простого варіанту in-memory. З модулем numpy це… Читати далі Cкільки часу займе записати 1 мільйон рядків у базу даних
Python code for Google Colab to connect with PostgreSQL
After an interview I created a simple example of Python code for Google Colab to connect with PostgreSQL and write 1 million rows (not a practical case but for illustration): https://github.com/skupriienko/Python-Tools/blob/master/Colab_PostgreSQL_Python.ipynb
Docker with Airtable
My example how with Airtable you can collect and collaborate all your Docker runs, images, dockerfiles, scripts, links, etc.:– https://airtable.com/shrpw6BT5lU2j3Zku
Емоційне забарвлення текстів вакансій Python Developer
Емоційне забарвлення текстів вакансій Python Developer. Виявляється, є різниця. #python#pythonprogramming#vacancy#jobs#kyiv
Simple examples when Google autocompletion don’t work
Simple examples when Google autocompletion and search don’t work: “the best boo4”“the best 5ook”“6ew python version” Why?
Ukrainian Stopwords
Довго шукав список українських стоп-слів (Ukrainian Stopwords) для відсіювання зайвих слів при аналізі текстів.Зустрічалися в інеті не зовсім повні. Вирішив створити свій, але найбільший з існуючих: – https://github.com/skupriienko/Ukrainian-Stopwords