Babak Sharif Yalmeh's repositories
DataVisualizition
این پروژه شامل چهار تمرین است که در هر یک باید اطلاعات سفارشات یک فروشگاه را تولید کرده و تحلیلهای مختلفی روی آنها انجام دهید:
ETL
A brief description of what this project does and who it's for: This project is an ETL (Extract, Transform, Load) pipeline that helps in extracting data from various formats, transforming it as needed, and loading it into the desired format or database. It's designed for data engineers and analysts who need to automate the data processing workflow.
PlotFilter
# Read x and y scales from standard input, and configure standard # draw accordingly. Then read points from standard input until # end-of-file, and plot them on standard draw.
Product-Scraper
This Python script scrapes product information (name and price) from a specific webpage and stores it in a JSON file. The script is designed to fetch the HTML content of a webpage, parse it to extract product data, and then save this data in a structured format for further use.
Sierpinski
The Sierpiński sieve is a fractal described by Sierpiński in 1915 and appearing in Italian art from the 13th century (Wolfram 2002, p. 43). It is also called the Sierpiński gasket or Sierpiński triangle. The curve can be written as a Lindenmayer system with initial string
Solve-Python
Solve-Python is a repository offering solved Python problems with solutions and explanations, ideal for beginners and those looking to enhance their Python skills