Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak

Mykyta Demeshko

Offer Mykyta work on your next project.

Ukraine Ukraine
7 months 26 days back
Available for hire available for hire
on the service 8 months 20 days

Rating

Successful projects
No data
Average rating
No data
Rating
141
Python
1743 place out of 4466
Data Parsing
423 place out of 769

Language proficiency level

Українська Українська: fluent
Русский Русский: fluent
English English: intermediate

Skills and abilities

Programming

Services

Portfolio


  • CSV Data Filter

    Python
    A simple Python script that reads a CSV file, filters users older than a certain age, sorts them by age, and saves the result to a new CSV file.

    Capabilities:

    – Reading data from the file data.csv
    – Filtering users older than 25 years
    – Sorting the filtered data by age
    – Saving the result to the file results.csv
    – Handling the error of missing CSV file with an informative message
  • Simple Web Parser: Inshorts News Parser

    Python
    This project demonstrates how to collect news from the Inshorts website using Selenium and headless Chrome, as well as storing them in a CSV file.

    Functionality:

    – Parsing news headlines and links to sources (if available)
    – Saving results to CSV (inshorts_news_selenium.csv)
    – Working with dynamic content rendered by JavaScript
    – Headless mode of the browser (without GUI)