Code Monkey home page Code Monkey logo
  • 👋 I believe this is the best environment to learn more and develop my skills.
  • I will use this space to update my current projects/learning.
  • I would like to thank all who participated, through their own effort, to advancing my skills.

Featured:

  1. ======== Linked lists ======= Why do we define a NODE CLASS (Python)? ====== https://github.com/ormigi/ormigi/blob/main/Linked%20list

When we talk about linked lists, think of them as a chain of items, like a string of beads. Each bead is a piece of data, like a number or a word. Now, imagine you want to write a program to manage these beads, to add new ones, remove them, or find specific ones. To do this, you need a way to represent each bead and how they connect to each other. That's where the NODE CLASS comes in. It's like a blueprint for each bead. It tells the program what each bead looks like and how it's connected to the next one in the chain.

Here's why we need it:

Keeps things organized:                The node class helps keep track of each bead's data (like a number or word) and how they're linked together.

Makes things easier to work with:      By defining a node class, we create a standard way to handle each bead. It's like having a specific tool for each job - it makes things easier to understand and manage.

Lets us add extra features: With a node class, we can add extra information or functions to each bead if we need to. This gives us more flexibility in how we use our linked list.

Helps avoid mistakes: Using a node class helps prevent errors because it keeps everything organized and consistent. It's like having a checklist to make sure each bead is in the right place. So, in simple terms, we define a node class in a linked list to make it easier to work with and manage the individual items in the list. It's like creating a blueprint for each item so we can keep track of them and do different things with them in our program.
  1. Pandas Pivot Table with Visualization Tutorial.ipynb from https://github.com/AbhisheakSaraswat/RawData

  2. 👀 Focus on the 2 major ways to access DATA in databases:

  • OLTP -transactional access, data is modified often, in small amounts/ CRUDE
  • vs OLAP -analytical access, large amounts of data + complex is queried

Question answered: Why do we need to duplicate our data /remodel it for analytics? Answered by https://shorturl.at/egC12 , picture courtesy https://shorturl.at/egC12

image

NB: Newer technologies and optimization techniques have allowed OLTP systems to handle a broader range of analytical queries efficiently. In some cases, with proper indexing and query optimization, OLTP databases can provide satisfactory performance for certain analytics use cases without the need for a separate analytical system. However, for complex analytical workloads involving extensive data aggregation and summarization, OLAP systems still offer distinct advantages. It's essential to evaluate the specific requirements of your analytics workload and choose the appropriate data storage system accordingly.

Mirela Giantaru's Projects

airbyte icon airbyte

Airbyte is an open-source EL(T) platform that helps you replicate your data in your warehouses, lakes and databases.

amazon-sagemaker-examples icon amazon-sagemaker-examples

Example 📓 Jupyter notebooks that demonstrate how to build, train, and deploy machine learning models using 🧠 Amazon SageMaker.

data_science_portfolio icon data_science_portfolio

Portfolio of data science projects completed by me for academic, self learning, and hobby purposes.

datasist icon datasist

A Python library for easy data analysis, visualization, exploration and modeling

fastbook icon fastbook

The fastai book, published as Jupyter Notebooks

gobbli icon gobbli

Deep learning with text doesn't have to be scary.

missingno icon missingno

Missing data visualization module for Python.

mit-deep-learning icon mit-deep-learning

Tutorials, assignments, and competitions for MIT Deep Learning related courses. - Driver's seat Segmentation

ml-foundations icon ml-foundations

Machine Learning Foundations: Linear Algebra, Calculus, Statistics & Computer Science

mlbookcamp-code icon mlbookcamp-code

The code from the Machine Learning Bookcamp book and a free course based on the book - ALexey Grigorev

ormigi icon ormigi

Config files for my GitHub profile.

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.