Create an E-commerce Shop with Django (Part 2)

Create a E-commerce Shop with Django

How to create an E-commerce Shop with Django? Part 2. Prerequisites Django Latest Version Virtual Environment IDE PyCharm or Visual Studio Code Before starting the tutorial don’t forget to activate your Virtual Environment, and the project we created in the previous tutorial. 1. Create Databases in Models Before we start to make an order the… Читати далі Create an E-commerce Shop with Django (Part 2)

Create a comment model in Django

Create comment model Django Python

I decide create a comment model in Django after Create my first open source project – Pyxtract and after learning Django. I wrote code for some Django apps, e.i. my Blog app. But how about receiving some feedbacks from your readers and letting them comment in your Django web site or blog?

The Pause Effect and most common words

Pause-Effect

With Pause Effect Python script you can find the topic of any text only parsing 1/30 or 1/50 of all text: – https://github.com/skupriienko/Pause-Effect Люблю досліджувати. Мабуть, це з дитинства.Несподівано виявив, що достатньо 1/30 або 1/50 від усього тексту, щоб зрозуміти основну тему тексту.Вирішив назвати цю свою знахідку “The Pause Effect”. Якщо спеціальним чином вибрати слова з… Читати далі The Pause Effect and most common words

Weather Ukraine Kyiv Scraper на Python

Python Ukraine Kyiv Weather Scraper

Написав “Ukraine-Kyiv-Weather-Scraper” після Gmail-reader‘а. Може кому знадобиться. Це Python модуль для автоматичного збирання погоди для м. Києва (Україна) з сайту meteo.gov.ua, результат збирається в файлі csv (кожен раз створюється новий файл із міткою часу). Запустіть ukraine_kyiv_weather_scraper.py і ваші результути будуть збережені у папці ‘result_csv’.

I analyzed 1000 articles about Python

python

I started studying the Python programming in March 2020.Since then, I have reviewed and collected thousands of PDF articles, as well as more than a thousand links to articles.This is, so to speak, my learning path and knowledge base.

Create my first open source project – Pyxtract

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

Fantastic Airtable relational databases

fantastic Airtable relational databases

Four years ago, my life and work became much easier when I mastered the fantastic Airtable relational databases (try it – https://lnkd.in/dpnX4sE). It’s cooler than Google Sheets and intuitively much easier! Now I have created an Upwork profile, because I see that there is a need for Airtable experts – https://lnkd.in/dt5qG6e

Awesome-Python-Learning v.1.0.1

Awesome Python Learning

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 мільйон рядків у базу даних

скільки часу займе записати 1 мільйон рядків у базу даних

На співбесіді на Junior Python Developer мене спитали, скільки часу займе записати 1 мільйон рядків у базу даних. Я відразу сказав, що мілісекунди. Ми довго сперечалися, я наводив свої доводи, але після того розмова чомусь швидко завершилася.Вирішив перевірити, чи я помилявся. Таки не помилявся, виходить 300 мілісекунд для простого варіанту in-memory. З модулем numpy це… Читати далі Cкільки часу займе записати 1 мільйон рядків у базу даних

KUPRIENKO