Alternative layout visualizer for ZSA Moonlander keyboard

General info This is a keyboard layout visualizer for ZSA Moonlander keyboard (because I didn’t find their Oryx or their training tool particularly useful). Layout information is created and updated manually in a TXT file (e.g. no automation of any kind, it doesn’t read layouts from the keyboard itself, from Oryx, etc.) The intended usage is to keep it open somewhere in the corner of the screen while memorizing the layouts by typing and practicing. Requirements Python 3.xwxPython (pip install […]

Read more

Fast Laplacian Eigenmaps: lightweight multicore LE for non-linear dimensional reduction with minimal memory usage

Open-source Laplacian Eigenmaps for dimensionality reduction of large data in python. Comes with anwrapper for NMSlib to compute approximate-nearest-neighbors.Performs several times faster than the default scikit-learn implementation. You’ll need NMSlib for using this package properly. Installing it with no binaries is recommended if your CPU supportsadvanced instructions (it problably does): pip3 install –no-binary :all: nmslib # Along with requirements: pip3 install numpy pandas scipy scikit-learn Then you can install this package with pip: See the following example with the handwritten […]

Read more

HM02: Visualizing Interesting Datasets

This is a homework assignment for CSCI 40 class at Claremont McKenna College. Go to the project page to learn more! Graph 1. Frequency of Nobel Prize Award in 15 Countries Graph 1 compares the frequency of Nobel Prizes awarded to different countries. Each country code represents a country. Among the 15 countries selected, Bavaria (DE) had nine individuals been awarded Nobel Prize. Check out other countries in this data set if you are interested! Graph 2. Number of On-time […]

Read more

Homework 2: Matplotlib and Data Visualization

Overview These data visualizations were created for my introductory computer science course using Python. I chose to create data visualizations on NBA players because I watched a lot of basketball with my dad growing up. The purpose of this homework assignment was to familiarize ourselves with Matplotlib and CSV files. Five Most Common Ages of NBA Players In this pie chart, I wanted to look into the five most common ages of NBA players. The percentages displayed on the pie […]

Read more

Data Science Environment Setup in single line

This package helps to setup your Data Science environment in single line. Developed by Ashish Patel(c) 2020. datascienv datascienv is a python package offering a single line Data Science Environment setup. Installation Dependencies datascienv is tested to work under Python 3.7+ and greater. The dependency requirements are based on the datascienv package update release: Installation datascience is currently available on the PyPi’s repository and you can install it via pip: pip install -U datascienv If you prefer, you can clone […]

Read more

BloodDonors: Built using Django REST Framework for the API backend and React for the frontend

By Daniel Yuan, Alex Tian, Aaron Pan, Jennifer Yuan As the pandemic raged, one of the side effects was an urgent shortage of blood donations throughout the world. As only 38% of the population is eligible to donate, it is imperative that we find a way to incentivize donors to continue to donate consistently and frequently to save the most lives. We decided to gamify the process and create a full stack web application to serve the needs of both […]

Read more

Writing Idiomatic Python

What programming idioms are unique to Python? This course is both a short overview for people coming from other languages as well as an introduction for programming beginners to the idiomatic practices within Python. In this course, you’ll learn: How to access and interpret The Zen of Python How to set up a script How to test truth values How to swap variables in-place How to create Pythonic for loops    

Read more

A minimal configuration for a dockerized kafka project

A minimal configuration for a dockerized kafka project. Usage: Run this command to build kafka and zookeeper containers, and create the network kafka-network, where your containers can access the endpoint kafka:29092. # creates the network `kafka-network` and build and # runs the containers for zookeeper and kafka docker-compose -f “docker-compose.kafka.yml” up -d –build # remove -d if you want to see logs in the same shell You can then run as many broker/consumer    

Read more

Features terminal for python

Um programa para linux com diferentes ferramentas! Criador de QR code Gerador de senhas Teste de velocidade de Internet Timer Verificar integridade do sistema do Windows Atualizar terminal (Baseados em debian e Arch) siga os comandos abaixo para executá-lo. $ cd Features-terminal $ chmod +x execute_me.sh # ./execute_me.sh execute o arquivo bash como root para instalar o python e suas bibliotecas GitHub View Github    

Read more
1 507 508 509 510 511 1,035