5 Python Libraries for Automating OSINT Operations
https://www.spiderfoot.net/python-libraries-for-osint-automation
https://www.spiderfoot.net/python-libraries-for-osint-automation
What Devs Need To Teach CEOs About AI w/ Lexion’s Emad Elwany
https://medium.com/dev-interrupted/what-devs-need-to-teach-ceos-about-ai-w-lexions-emad-elwany-5d6e1a95cf60
https://medium.com/dev-interrupted/what-devs-need-to-teach-ceos-about-ai-w-lexions-emad-elwany-5d6e1a95cf60
Medium
What Devs Need To Teach CEOs About AI w/ Lexion’s Emad Elwany
For decades Artificial Intelligence has been a focus of best-selling science fiction authors and an antagonist for blockbuster Hollywood…
The Zen Of Python, One-Liners and Being Pythonic
https://patviafore.com/2022/03/18/the-zen-of-python-one-liners-and-being-pythonic
https://patviafore.com/2022/03/18/the-zen-of-python-one-liners-and-being-pythonic
Pat Viafore
The Zen Of Python, One-Liners and Being Pythonic
Today, Carlton Gibson posted a wonderful short programming question: I love little questions like this, and instantly came up with a solution. However, before I shared what I came up with, I took a…
Expectations vs. Reality in Python Learning
https://python.plainenglish.io/expectations-vs-reality-in-python-learning-be56c52fcdbb
https://python.plainenglish.io/expectations-vs-reality-in-python-learning-be56c52fcdbb
Setting up a home GPU deep-learning server (the easiest way for Mac users)
https://mattgosden.medium.com/setting-up-a-home-gpu-deep-learning-server-the-easy-way-da27bdccef6a
https://mattgosden.medium.com/setting-up-a-home-gpu-deep-learning-server-the-easy-way-da27bdccef6a
Medium
Setting up a home GPU deep-learning server (the easiest way for Mac users)
This article outlines how to turn an old desktop PC with a GPU into a remote GPU server for doing deep learning or other tasks. This works…
DATA CLEANING USING PYTHON LIBRARY (PANDAS)
https://medium.com/@mukherjeesparsha007/data-cleaning-using-python-library-pandas-8d0c886b44cf
https://medium.com/@mukherjeesparsha007/data-cleaning-using-python-library-pandas-8d0c886b44cf
Medium
DATA CLEANING USING PYTHON LIBRARY (PANDAS)
Data abounds in today’s environment. No data, no activity ,no processes; as simple as that. Every industry, whether it’s education…
Effective CPU-intensive GRPC service in Python — Part 2
https://medium.com/@hashemi.soroush/effective-cpu-intensive-grpc-service-in-python-part-2-42c0d572c6ec
https://medium.com/@hashemi.soroush/effective-cpu-intensive-grpc-service-in-python-part-2-42c0d572c6ec
Medium
Effective CPU-intensive GRPC service in Python — Part 2
Load Balancing
O que é Intercepto? E como interpretar os coeficientes estimados?
https://medium.com/@igorleonelborba/o-que-%C3%A9-intercepto-e-como-interpretar-os-coeficientes-estimados-4618e4fec60e
https://medium.com/@igorleonelborba/o-que-%C3%A9-intercepto-e-como-interpretar-os-coeficientes-estimados-4618e4fec60e
Medium
O que é Intercepto? E como interpretar os coeficientes estimados?
Como o Acaso Determina Nossas Vidas. No post anterior, falamos sobre o que é correlação, regressão linear e como fazer previsões utilizando
Um framework em Python para resolução de problemas de contorno por colocação ortogonal
https://medium.com/suzano-digitaltech/um-framework-em-python-para-resolu%C3%A7%C3%A3o-de-problemas-de-contorno-por-coloca%C3%A7%C3%A3o-ortogonal-8da868a08c9d
https://medium.com/suzano-digitaltech/um-framework-em-python-para-resolu%C3%A7%C3%A3o-de-problemas-de-contorno-por-coloca%C3%A7%C3%A3o-ortogonal-8da868a08c9d
Medium
Um framework em Python para resolução de problemas de contorno por colocação ortogonal
Um framework eficiente e intuitivo com dois exemplos simples e uma aplicação complexa em problema real
Analyzing survey dataset on ideas of masculinity within different demography with Python
https://medium.com/@divyanshugoyal160/analyzing-survey-dataset-on-ideas-of-masculinity-within-different-demography-with-python-a5767ba16d3b
https://medium.com/@divyanshugoyal160/analyzing-survey-dataset-on-ideas-of-masculinity-within-different-demography-with-python-a5767ba16d3b
Medium
Analyzing survey dataset on ideas of masculinity within different demography with Python
The following dataset was curated as a result of a survey conducted at the onset of #MeToo movement where 1600 men around USA were asked…
Port Scanner using Python under 30 lines of code (with explanation)
https://medium.com/@thatyash_/port-scanner-using-python-under-30-lines-of-code-with-explanation-41369127b5ce
https://medium.com/@thatyash_/port-scanner-using-python-under-30-lines-of-code-with-explanation-41369127b5ce
Medium
Port Scanner using Python under 30 lines of code (with explanation)
Simple demonstration of port scanner using Python.
Python ETL Pipeline: The Incremental data load Techniques
https://medium.com/@hnawaz100/python-etl-pipeline-the-incremental-data-load-techniques-20bdedaae8f
https://medium.com/@hnawaz100/python-etl-pipeline-the-incremental-data-load-techniques-20bdedaae8f
Medium
Python ETL Pipeline: The Incremental data load Techniques
The incremental data load approach in ETL (Extract, Transform and Load) is the ideal design pattern. In this process we identify and…