Git Product home page Git Product logo

contact-book's Introduction

Hi there, I am AnitaπŸ‘‹

  • πŸ”­ I’m a backend engineer and technical writer.
  • 🌱 I’m currently working with Python. I also create technical documentations and tutorials for blogs such as Honeybadger, Coderpad and Twilio.
  • πŸ‘― I’m looking to collaborate on any open source project and build tools.
  • πŸ’¬ Ask me about Python/Django and anything technical writing related.
  • πŸ“« How to reach me: [email protected]
  • πŸ˜„ Pronouns: Her/she
  • ⚑ Fun fact: I'm an ardent believer that hiphop/rap is the best genre of music

contact-book's People

Watchers

 avatar  avatar

contact-book's Issues

Format codebase with Black formatter

Presently the code isn't formatted using Python's rules. Try to use black formatter to format your codes. To use black, install it with pip using pip install black. Then on your command terminal, type black . And the codebase will be formatted automatically for you. To check if the codebase needs formatting, on the command line use black --check .

Add complete CRUD functionalities

The contacts app has no ability to delete, update. An addressbook should have the ability to create, read, update and delete. Presently it can do the first two but can't edit and delete. The last two will be possible if #1 is fixed. Look into this

Include external file to store details

The code looks good but there's no way to store the details externally after execution of the code.

Open a contacts.txt file if existing, else create one. This can be done using with() function.

Create a Menu of Options

Presently the application prints the details automatically. Great job! But you should take it a step further. Let there be a menu to ask the user what he wants, something like

  1. List Contacts
  2. Create New Contact
  3. Edit A Contact
  4. Delete A Contact
  5. Exit Program

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.