- Location
- Toronto, Ontario, Canada
- Bio
-
Hello, my name is Syed Tabish Rahman, and I am an aspiring Software Engineer. I am currently a student at York University studying Information Technology. I am skilled in Python, JavaScript, React, HMTL, CSS.
In my free time, I enjoy working out, trying new food spots, martial arts, and gaming!
Please feel free to reach out to me at tabishrahman2002@gmail.com or through LinkedIn if you would like to start a conversation anything related to tech or just in general if you have any questions.
- Portals
-
-
Toronto, Ontario, Canada
-
- Categories
- Security (cybersecurity and IT security) Software development
Skills
Socials
Achievements
Latest feedback
Recent projects
Personal projects
Python program
June 2023 - June 2023
https://github.com/tabish-2002/Stock-market-predictorThis program is a simple stock visualizer that allows users to view stock price trends over a specified period. The program utilizes Python libraries such as matplotlib, mpl_finance, pandas_datareader, and tkcalendar to download stock data and plot a candlestick chart.
The program allows users to input a stock ticker symbol and a date range for the visualization. Users can select the date range using Tkinter date entry fields, and the program will download the stock data from Yahoo Finance for the specified period. The program will then restructure the data into the OHLC (Open-High-Low-Close) format required for candlestick charts.
The program adjusts the plot style to enhance readability, and then plots the candlestick chart for the selected stock ticker and date range. The visualization includes information such as the opening and closing prices, as well as the high and low prices for each day.