News

This Note making App is a simple and intuitive web application built using Flask and Python. It allows users to create and organize their notes efficiently. Whether you're a student, professional, or ...
This is a simple note taking app written in Python. It allows users to create, edit, and delete text notes. Preview of note.py Click me!. The app is implemented in Python. It uses the json module to ...
Some Python notes Sometimes I figure out new things (things that programmers already know) and sometimes I forget these things. So, here are a few tips and tricks that I use from time to time.
Decorators in Python are a prime-time example of a perfectly implemented feature. It does take a while to wrap your head around, but it’s worth it.
Python Notes: Lists vs. Arrays You can file this post under “if Rhett doesn’t write it down, he will forget”. I guess you are thinking that I am a python expert.