You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a learning project for implementing CRUD (Create, Read, Update, Delete) operations, user authentication, login/logout functionality, and new user registration using Django and HTML. This is…
This is a learning project where I explored web scraping using Python and the Scrapy framework. The goal of this project was to crawl through and extract data from a website.
This is a simple command-line implementation of the classic Tic Tac Toe game in Python. A 3x3 grid game for two players (X and O). The first one to get three symbols in a row, column, or diagonal w…