Code Monkey home page Code Monkey logo

theologicalphysicist / data-practice Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 191 KB

I usually set a time myself to complete a certain task (typically 30secs), then aim to stop the timer at exactly 30s, regardless on if the task is completed or not. But what is the distribution of times I record, and can this be modelled, visualised and understood? The purpose of this project is to essentially practice visualizing very simple data, generate insights and potentially develop models from the data.

Python 76.52% C++ 18.36% CSS 5.12%

data-practice's People

Contributors

theologicalphysicist avatar

Watchers

 avatar

data-practice's Issues

Add events to buttons

Add events to buttons which

  • Open new separate new forms when clicked
  • Close current form on click

Can't split into "list" of floats with single pointer

  • "calloc" can't be used to generate list of floats for splitted data,
    • Program will abort after 7th item
    • Unsure why, possibly due to overwriting memory space that can't be overwritten
  • Need to now learn about vectors (Use DSA - Codechef), then fix this issue

STEPS TO RESOLUTION:

  • Learn about vectors in c++
  • create vector of data
  • dynamically add items (via splitting)
  • create separate function and add to strings.cpp in ag

"missing apple_id field" from icloud fetch

When fetching data from iCloud, 2 exceptions are thrown:

  1. pyicloud.exceptions.PyiCloudAPIResponseException: Missing apple_id field
    During handling of the above exception, another exception occurred:
  2. pyicloud.exceptions.PyiCloudFailedLoginException: ('Invalid authentication token.', PyiCloudAPIResponseException('Missing apple_id field'))

Customise iCloud fetch form

Include:

  • How many items fetched
    • Separated into each data set
  • Option to visualize data, or add to csv files

Customize csv fetch form

Similar to iCloud fetch form, summarised in commit on 13/09/2021, around 1am. Now must:

  • Add events to buttons
    • Load and append data from iCloud instantaneously
    • Visualise data allow
      • matplotlib visualizations first, then embed into PyQt window

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.