hackr
hackr copied to clipboard
A python library for hackathons.
Bumps [lxml](https://github.com/lxml/lxml) from 4.2.5 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...
There hasn't been much work on the web scraping part. I am interested to work on this. Since this is going to be a generic one, what I have thought...
Hey. I added a travis-ci configuration file, which will setup a python 2.7 environment, install the requirements and execute the tests as well as performing some linting. I also added...
The docs are pretty old on readthedocs and need an update.
- [ ] Generate dataset (CSV,XLS,TXT) of random numbers - [x] Scrape a web page and perform operations like beautify, `json()` etc - [ ] Populate random locations `lat`, `long`...
Add third party feature #35 for Downloading Bulk images from Google Image search
Can I add function collection that are frequently used in various projects? Such as Sigmoid function , RELU function, softmax function etc...