Fatima Ali
Dev tips

Dev tips

Follow
homebadgesnewsletter
Tag

Python

#python

More content

Read more stories on Hashnode


Articles with this tag

Understanding web scraping

Aug 26, 20234 min read

...building a Goodreads data extractor · Web scraping, in the literal sense, means scraping data off the web. "Scraping" refers to the act of collecting...

Understanding web scraping

PDFs, spreadsheets and CSV files - Python

Apr 27, 20237 min read

PDFs (portable document format), CSVs (comma-separated value files) and spreadsheets are a few of the most popular file formats existing today. Python...

PDFs, spreadsheets and CSV files - Python

Introduction to GUI using PyQt

Feb 15, 202310 min read

Creating a basic calculator · PyQt is a Python library used for creating graphical user interfaces (GUIs) for desktop applications. It is a set of Python...

Introduction to GUI using PyQt

Working with lists in Python

Jan 3, 20234 min read

A list in Python is a collection of items in a particular order, used to collect multiple units into a single variable making it easier to access and...

Working with lists in Python