Detect secret in source code and scan your repo for leaks with python

GitGuardian Shield Detect secret in source code, scan your repo for leaks. Find secrets with GitGuardian and prevent leaked credentials. GitGuardian is an automated secrets detection & remediation service. The GitGuardian shield (gg-shield) is a CLI application that runs in your local environment or in a CI environment to help you detect more than 200 types of secrets, as well as other potential security vulnerabilities or policy breaks. GitGuardian shield uses our public API through py-gitguardian to scan your files […]

Read more

Dashboard For The DexConnect Platform of Dexterity Global

DexDash Working prototype submission for internship at Dexterity Global Group. Dashboard to for real time analysis of data of connected individuals and institutes across the country. A dashboard built using Plotly-Dash for interactive visualization of Dex-connected individuals across the country. Requirements How to run Install the dependencies by running the command pip install -r requirements.txt Once dependencies are installed, just run python app.py to see it in your browser. Features Map to visualize the connected individuals and institutes Demographics and […]

Read more

Using Pandas to Make a Gradebook in Python

One of the jobs that all teachers have in common is evaluating students. Whether you use exams, homework assignments, quizzes, or projects, you usually have to turn students’ scores into a letter grade at the end of the term. This often involves a bunch of calculations that you might do in a spreadsheet. Instead, you can consider using Python and pandas. In this course, you’ll learn how to: Load and merge data from multiple sources with pandas Filter and group […]

Read more

Part- 3: Step by Step Guide to Master Natural Language Processing (NLP) in Python

This article was published as a part of the Data Science Blogathon Introduction This article is part of an ongoing blog series on Natural Language Processing (NLP). In part-1and  part-2 of this blog series, we complete the theoretical concepts related to NLP. Now, in continuation of that part, in this article, we will cover some of the new concepts. In this article, we will understand the terminologies required and then we start our journey towards text cleaning and preprocessing, which is […]

Read more

Build surface water network for MODFLOW’s SFR Package

Surface water network Creates surface water network, which can be used to create MODFLOW’s SFR. Python packages Python 3.6+ is required. Required geopandas – process spatial data similar to pandas pyproj>=2.2 – spatial projection support rtree – spatial index support Optional flopy – read/write MODFLOW models netCDF4 – used to read TopNet files Testing Run pytest -v or python3 -m pytest -v For faster multi-core pytest -v -n 2 (with pytest-xdist) Examples import geopandas import pandas as pd import swn […]

Read more

Real-Time Spherical Microphone Renderer for binaural reproduction in Python

ReTiSAR Implementation of the Real-Time Spherical Microphone Renderer for binaural reproduction in Python. Requirements macOS (tested on 10.14 Mojave and 10.15 Catalina) or Linux (tested on 5.9.1-1-rt19-MANJARO) (Windows is not supported due to an incompatibility with the current multiprocessing implementation) JACK library (prebuilt installers / binaries are available) Conda installation (miniconda is sufficient; provides an easy way to get Intel MKL or alternatively OpenBLAS optimized numpy versions which is highly recommended) Python installation (tested with 3.7 to 3.9; recommended way […]

Read more

A bot that updates about the most subscribed artist’ channels on YouTube

Most Subscribed YouTube Music Channels This Python bot checks the most subscribed music artist channels on YouTube and makes a top chart. How to see the charts Web App You see the charts on the web app in a nice Material UI. The website can be “installed” as Web App on Android, iOS and Windows 10. It has the benefits of the app and the advantages of the web: it takes zero space in memory but it can also work […]

Read more

Sound Field Analysis toolbox for Python

Analyze, visualize and process sound field data recorded by spherical microphone arrays. The sound_field_analysis toolbox (short: sfa) is a Python port of the Sound Field Analysis Toolbox (SOFiA) toolbox, originally by Benjamin Bernschütz. The main goal of the sfa toolbox is to analyze, visualize and process sound field data recorded by spherical microphone arrays. Furthermore, various types of test-data may be generated to evaluate the implemented functions. It is an essential building block of ReTiSAR, an implementation of real time […]

Read more

Simplified Python Audio-Features Extraction

spafe spafe aims to simplify features extractions from mono audio files. The library can extract of the following features: BFCC, LFCC, LPC, LPCC, MFCC, IMFCC, MSRCC, NGCC, PNCC, PSRCC, PLP, RPLP, Frequency-stats etc. It also provides various filterbank modules (Mel, Bark and Gammatone filterbanks) and other spectral statistics. Dependencies spafe requires: Python (>= 3.5) NumPy (>= 1.17.2) SciPy (>= 1.3.1) User installation If you already have a working installation of numpy and scipy, you can simply install spafe using pip: […]

Read more

Tools for creating and reusing high-quality spreadsheets

ObjTables ObjTables is a toolkit which makes it easy to use spreadsheets (e.g., XLSX workbooks) to work with complex datasets by combining spreadsheets with rigorous schemas and an object-relational mapping system (ORM; similar to Active Record (Ruby), Django (Python), Doctrine (PHP), Hibernate (Java), Propel (PHP), SQLAlchemy (Python), etc.). This combination enables users to use programs such as Microsoft Excel, LibreOffice Calc, and OpenOffice Calc to view and edit spreadsheets and use schemas and the ObjTables software to validate the syntax […]

Read more
1 608 609 610 611 612 921