adam lee·Jun 5, 2024Python: moving files and automating tasks.I did a lot of traveling in the past, and with that I have a lot of duplicate images from my hard drive. This issue was due to being lazy…A response icon1A response icon1
adam lee·May 31, 2024Data: Creating a Database with SQLite3 and PythonIn the world of data, databases play a crucial role in harnessing information. In this article, we’ll learn how to create a database using…
adam lee·May 29, 2024Data: ETL with PokemonIn this article, we’ll walk through the process of extracting data from the Pokémon API and converting it to a CSV file using Python.
adam lee·May 27, 2024Data: Extract. Transfer. Load.ETL stands for Extract, Transform, Load. It is a data integration process used to blend data from various sources into a single, cohesive…
adam lee·May 8, 2024SQL: INSERT StatementsAn INSERT statement in SQL is used to add new rows to a table in a database. It allows you to specify the column names and values for the…
adam lee·May 7, 2024SQL: Left JoinsIn SQL, there are various strategies for merging tables to execute a query. One such strategy employs the use of a LEFT JOIN. Essentially…
adam lee·Aug 26, 2023Attachment Theory: The Avoidant Attachment StyleIndividuals with the Avoidant attachment style tend to generally Avoid conflict, and keep emotions and feelings to themselves. The Avoidant…
adam lee·Aug 20, 2023Attachment Theory: Understanding the Anxious Attachment Style.Individuals with an anxious attachment style often lack unpredictable and inconsistent caregiving as a child. They typically have a…
adam lee·Aug 19, 2023Exploring Attachment Styles: Understanding Secure, Anxious, and Avoidant BondsAttachment theory was first developed by psychologist John Bowlby and Mary Ainswort. The research focused on emotional bonds formed between…