Mykyta Demeshko
Offer Mykyta work on your next project.
Rating
Language proficiency level
Skills and abilities
Programming
Services
Portfolio
-
CSV Data Filter
PythonA 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
PythonThis 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)