pip-audit: Audits Python Environments and Dependency Trees for Known Vulnerabilities
https://github.com/trailofbits/pip-audit
https://github.com/trailofbits/pip-audit
GitHub
GitHub - pypa/pip-audit: Audits Python environments, requirements files and dependency trees for known security vulnerabilities…
Audits Python environments, requirements files and dependency trees for known security vulnerabilities, and can automatically fix them - pypa/pip-audit
pkgversions: Update Python Package Versions During Development
https://github.com/hasii2011/pkgversions
https://github.com/hasii2011/pkgversions
GitHub
GitHub - hasii2011/pkgversions: Simple CLI for my development usage
Simple CLI for my development usage. Contribute to hasii2011/pkgversions development by creating an account on GitHub.
Dynamically Creating Signals and Deciding What Emails to Send from Django Admin
https://medium.com/@Salaah01/dynamically-creating-signals-and-deciding-what-emails-to-send-from-django-admin-f66849622cfb
https://medium.com/@Salaah01/dynamically-creating-signals-and-deciding-what-emails-to-send-from-django-admin-f66849622cfb
Medium
Dynamically Creating Signals and Deciding What Emails to Send from Django Admin
Enable admins to create email templates, set up signals and send emails whenever some data changes — right form the admin panel.
Python Collections — Key for Data Science
https://dnyanesha10.medium.com/python-collections-key-for-data-science-3d1e27a82ac9
https://dnyanesha10.medium.com/python-collections-key-for-data-science-3d1e27a82ac9
Medium
Python Collections — Key for Data Science
Firstly, data scientists definitely need to know about lists, tuples, sets, dictionaries, pandas objects, etc. but only to the extent that…
Regression [With Code]: A Lighthouse for Data Scientists
https://piexchange.medium.com/regression-with-code-a-lighthouse-for-data-scientists-a3283fa5fc5b
https://piexchange.medium.com/regression-with-code-a-lighthouse-for-data-scientists-a3283fa5fc5b
Medium
Regression [With Code]: A Lighthouse for Data Scientists
While people always get fascinated by the more advanced algorithms, many real-life problems can be quickly solved using linear regression.
How to make an R model accessible via an API
https://medium.com/@kevinrejko/how-to-make-an-r-model-accessible-via-an-api-5d153d3c8be6
https://medium.com/@kevinrejko/how-to-make-an-r-model-accessible-via-an-api-5d153d3c8be6
Medium
How to make an R model accessible via an API
Ever created a cool model, script or algorithm in R and thought to yourself “It would be perfect if I could run this algorithm in my apps…
Restriction Doesn’t Breed Innovation. Mastery Breeds Restriction.
https://medium.com/@etsemenoff/restriction-doesnt-breed-innovation-mastery-breeds-restriction-cd13cc82934e
https://medium.com/@etsemenoff/restriction-doesnt-breed-innovation-mastery-breeds-restriction-cd13cc82934e
Medium
Restriction Doesn’t Breed Innovation. Mastery Breeds Restriction.
I want to touch briefly on the topic of restriction with respect to it’s place in the creative process. I mentioned in my last article on…
Active Learning and Semi-supervised Learning turn your unlabeled data into annotated data
https://medium.com/@makcedward/active-learning-and-semi-supervised-learning-turn-your-unlabeled-data-into-annotated-data-6e5c0f58c9f3
https://medium.com/@makcedward/active-learning-and-semi-supervised-learning-turn-your-unlabeled-data-into-annotated-data-6e5c0f58c9f3
Medium
Active Learning and Semi-supervised Learning turn your unlabeled data into annotated data
Active Learning and Semi-supervised Learning
Visualizing 100M+ data points with Plotly
https://jvdd.medium.com/visualizing-100m-data-points-with-plotly-6e1adf2537c7
https://jvdd.medium.com/visualizing-100m-data-points-with-plotly-6e1adf2537c7
Medium
Visualizing 100M+ data points with Plotly
Visualizing large amounts is often an essential but tedious task. This post shows how you can conveniently visualize large (sequential)…
Parte 1: Como extraer datos de tablas en páginas web con Python
https://medium.com/@ludadelv/parte-1-como-extraer-datos-de-tablas-en-p%C3%A1ginas-web-con-python-66e47d8eedc0
https://medium.com/@ludadelv/parte-1-como-extraer-datos-de-tablas-en-p%C3%A1ginas-web-con-python-66e47d8eedc0
Medium
Parte 1: Como extraer datos de tablas en páginas web con Python
Hola a todos, en este post me gustaría hablarles acerca de cómo leer datos que se encuentren disponibles en una tabla, dentro de una página…