GithubHelp home page GithubHelp logo

snake-cat-hack's Introduction

Py Data Cardiff Hack Night at the Bike Lock

What is this?

PyData Cardiff organised a hack night at the Bike Lock on the 6th of April 2023, sponsored by engi.ai. The aim of the hack night was to get people together to work on projects that they are interested in. The event was open to anyone who was interested in data science, machine learning, data visualisation, or any other related topic.

What are we doing?

The R For Data Science community publishes a small data set every week for people to practice programming R. PyData Cardiff decided to do the same for Python. We chose to use the cats of the UK data set from 2023-01-31.

How do I get started?

(step 0 is to make sure you have a github account and installgit on your machine)

  1. Fork this repository
  2. Clone your forked repository to your local machine
  3. Avoid modifying the tidy_tuesdays_original folder directly.
  4. Make a folder with your github user name in the pydata_cardiff folder
    • You could even pair up with someone else and make a folder with both your user names
  5. Add your code to the folder you created

What do I make?

  1. Anything you want! If you think you might be able to do it, have a go. Think about what you want to learn, and try to do that. Or maybe think about what you've seen cats do around you and see if you can prove it from the data.

(But if you are stuck for ideas heres a few)

  • Topic specific ideas
    • A static data visualisation of a single cats path accouring to the lat and long data, with the path connected by the timestamps
    • An interactive data visualisation of the cats elevation over time with a user input to select a specific cat
    • An investigation into the typical geographic range of a cat, and if this is different between male and female cats
    • Join the data with UK geographical data to visualise the geographic range of the cats and count cats per county
    • Identify if any cat on the study met another cat on the study at a particular place and time to complain about the stupid collars they had to wear
    • Analyse the data to see if there is a correlation between cats of periods of increased activity, and see if that supports the hypothesis that cats are nocturnal, diurnal or crepuscular
  • Tool specific ideas
    • An interactive plot made using plotly, bokeh or holoviz
    • A data visualisation that you can deploy to Web Assembly using PyScript
    • A comparison of the performance of base Pandas with a 'fast' alternative such as Polars, Dask or Vaex when performing the same operation (e.g. a join on the same key, a filter on the same column, etc.)
    • A local web server/API that can be queried for a specific cat, and returns the cats path as a GeoJSON object (see GeoJSON) built with FastAPI or Flask
    • Manage your project dependencies and development environment using pip freeze > requirements.txt conda, poetry, hatch, venv or docker.
  • Machine learning specific ideas
    • Predict the chance of a cat jumping based on it's location and time of day
    • Catagorise cat activities such as 'sleeping', 'feeding', 'patroling', 'exploring'.
    • Predict a cats age based on their level of activity
    • Predict a cat's gender based on the geographic size of thier range
    • Define when a cat is 'pouncing' on something

@DaveParr does not take any responsibility for the quality of the ideas listed above. For any given idea it may be too hard, too easy, or just plain stupid.

What do I do when I am done?

  1. Commit your changes to your local repository.
  2. Push your changes to your forked repository.
  3. Create a pull request to merge your changes into this repository.
  4. Use your new knowledge for the good of cats everywhere

What if I have questions?

  1. Ask someone near you, they're probably really nice.
  2. Google it, reading the docs isn't cheating!
  3. Ask one of the organisers.

snake-cat-hack's People

Contributors

daveparr avatar

Watchers

 avatar

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.