DPDalecia Petersoninpetersondal.hashnode.dev·Dec 12, 2024 · 3 min readFlask-RESTful API DataREST is short for Representational State Transfer, which is a convention that makes HTTP more readable and understandable. API is short for Application Programming Interface, which is an application that allows other applications to communicate with ...01C
DPDalecia Petersoninpetersondal.hashnode.dev·Aug 21, 2024 · 4 min readUtilizing List Data Structures in PythonData Structures are ways to organize data in Python so that it is easier to read for computers. Types of data structures are Sequences (list, tuples, and strings), Sets (a set, and a frozen set), and Maps (dictionaries). There are different ways with...00
DPDalecia Petersoninpetersondal.hashnode.dev·May 21, 2024 · 4 min readDisplaying Data using Components and StateOne key feature when building an App using React is using State to manage and control aspects of your application. State is a piece of data that will change over time. For example, if I want to use a search bar to filter data, or sort data with radio...00
DPDalecia Petersoninpetersondal.hashnode.dev·Jan 12, 2024 · 4 min readForm Submission EventsA submit event is a popular aspect in the world of coding and creating websites and applications. They are specifically useful in terms of creating websites and applications for businesses. But the question is, how do you successfully add an event li...00