Some Python Code I’ve Written as a Beginner

in #blog19 days ago

I've been learning Python for a while now, and although I’m still very much a beginner, I thought I'd share some of the small programs I've worked on so far.

One of the simpler ones I wrote was a grading program. It takes a score as input and gives a grade based on the score. It was a pretty basic program, but it helped me practice if, elif, and else statements.

THONNY1.PNG

I've also worked on a Contact Manager with some of my coursemates as a group project. It was a bit more challenging because we had to put different parts together. The program can add, view, search, and delete contacts, and we also made it save the contacts so they can still be there when the program is run again.

I use Thonny for my Python practice. I find it quite simple to work with, especially as someone who's still learning.

These might look like small projects, but I'm happy with the progress I've made so far. I still have a lot to learn.

Here are some of the codes I've written so far below:

THONNY2.PNG

THONNY 6.PNG

THONNY 5.PNG

THONNY 4.PNG

THONNY3.PNG