Learn to Program in Python: Chapter 5

As every Tuesday we announce the availability of a new chapter of the guide: Learning Python from MaestrosdelWeb, although yesterday it happened to me 😀

Anyway, in this new installment Eugenia teaches us very interesting things:

  1. We will add new features to the program and improve existing ones:
    • We will make both the current date and the expiration date of our budget, calculated automatically.
    • At the end of loading a budget, we will have the option to open it directly in the browser to view it.
    • We will improve the operation of the choice of plan to budget, validating that the data entered is correct. If not, we will be asked again to enter an option.
  2. We will refactor the code, in order to:
    • Make our code more readable.
    • Make the program perform better.
    • Facilitate the maintenance and evolution of the system.
They can access by this link.

Leave a Comment

Your email address will not be published. Required fields are marked with *

*

*

  1. Responsible for the data: Miguel Ángel Gatón
  2. Purpose of the data: Control SPAM, comment management.
  3. Legitimation: Your consent
  4. Communication of the data: The data will not be communicated to third parties except by legal obligation.
  5. Data storage: Database hosted by Occentus Networks (EU)
  6. Rights: At any time you can limit, recover and delete your information.

  1.   Eugenia bahit said

    Once again Thanks for the spread, Elav !!!! 🙂
    A hug!

    1.    elav <° Linux said

      You're welcome Eugenia, good things have to be shared 😀

      Regards!!