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
Phitron is a platform designed to help individuals build a strong foundation in programming. It offers courses on various topics, including basic programming, data structures, algorithms, object-oriented programming, databases, and more.
A simple module that calculates the square root of a positive integer using the digit-by-digit (long division) method, with support for custom precision and optional step-by-step output.
Network Security Laboratory Work Conducted in the Second Semester at NIT Jamshedpur, Master of Technology - Information Systems Security Engineering, Department of Computer Science and Engineering.
Tradeify Automates downloading and emailing daily CSE trade summary reports. Built with Python, Selenium, and Gmail's SMTP, it schedules the process to fetch the latest data, rename the file, and send it via email. Ideal for staying updated on market trends effortlessly.
This game is developed using Pygame, with the main goal of catching falling diamonds. As the game progresses, the difficulty increases by speeding up the falling diamonds. If the player misses a diamond, the game ends.