FFoniincodefoni.hashnode.dev·Jul 30, 2023 · 6 min readChoosing Between List or Tuples in PythonIntroduction Tuples and lists are frequently used data structures in Python, yet their similarity often leads to confusion. These data structures are designed to store collections of elements, such as numbers or strings, that can be accessed via inde...00
FFoniincodefoni.hashnode.dev·Jul 28, 2023 · 6 min readAPIs: The Software MiddlemenKey Takeaways API is a set of defined rules and protocols that enable different software applications to communicate with each other. 92.7% of developers spend their time testing or planning to test their APIs. Open APIs, internal APIs, partner AP...00
FFoniincodefoni.hashnode.dev·Jul 21, 2023 · 4 min readA Beginner's Guide To MetadataIntroduction Metadata plays a critical role in our increasingly data-driven world, where massive amounts of data are produced every second, by providing vital context and structure to information, arranging and describing data, and facilitating effec...00
FFoniincodefoni.hashnode.dev·Jul 6, 2023 · 4 min readUnderstanding The iloc And loc Functions For Data AnalysisIntroduction It is necessary to use effective data manipulation and extraction techniques when working with large datasets. The Pandas data analysis library offers strong tools for working with structured data, including the ability to access and mod...00