GitHub - Mckinsey666/Vocab: 📚 A lightweight online dictionary integration to the command line. No browsers. No paperbacks.
https://github.com/Mckinsey666/Vocab
https://github.com/Mckinsey666/Vocab
GitHub
GitHub - bchao1/vocabs: 📚 A lightweight online dictionary integration to the command line. No browsers. No paperbacks.
📚 A lightweight online dictionary integration to the command line. No browsers. No paperbacks. - GitHub - bchao1/vocabs: 📚 A lightweight online dictionary integration to the command line. No brows...
Locust Documentation — Locust 0.9.0 documentation
http://docs.locust.io/en/stable/
http://docs.locust.io/en/stable/
GitHub - uber/ludwig: Ludwig is a toolbox built on top of TensorFlow that allows to train and test deep learning models without the need to write code.
https://github.com/uber/ludwig
https://github.com/uber/ludwig
GitHub
GitHub - ludwig-ai/ludwig: Low-code framework for building custom LLMs, neural networks, and other AI models
Low-code framework for building custom LLMs, neural networks, and other AI models - ludwig-ai/ludwig
GitHub - google/clusterfuzz: Scalable fuzzing infrastructure.
https://github.com/google/clusterfuzz
https://github.com/google/clusterfuzz
GitHub
GitHub - google/clusterfuzz: Scalable fuzzing infrastructure.
Scalable fuzzing infrastructure. Contribute to google/clusterfuzz development by creating an account on GitHub.
How to find distance between two Points based on Latitude and Longitude using Python and SQL – Kanoki
https://kanoki.org/2019/02/14/how-to-find-distance-between-two-points-based-on-latitude-and-longitude-using-python-and-sql/
https://kanoki.org/2019/02/14/how-to-find-distance-between-two-points-based-on-latitude-and-longitude-using-python-and-sql/
Building a Better Profanity Detection Library with scikit-learn - victorzhou.com
https://medium.com/@victorczhou/building-a-better-profanity-detection-library-with-scikit-learn-3638b2f2c4c2
https://medium.com/@victorczhou/building-a-better-profanity-detection-library-with-scikit-learn-3638b2f2c4c2
Medium
Building a Better Profanity Detection Library with scikit-learn
Why existing libraries are uninspiring and how I built a better one.
PyBites – How to Parse Hidden HTML With Selenium Headless Mode and Deploy it to Heroku
https://pybit.es/selenium-headless-on-heroku.html
https://pybit.es/selenium-headless-on-heroku.html
PyBites
How to Parse Hidden HTML With Selenium Headless Mode and Deploy it to Heroku
Ever wondered how you scrape hidden (or JS generated) HTML? Selenium is your friend. Ever wondered how to run it without a browser popping up? Use headless mode. How would you run it remotely? Use Heroku. And how about autoposting to Slack and Twitter? With…
Monte Carlo Simulation with Python - Practical Business Python
https://pbpython.com/monte-carlo.html
https://pbpython.com/monte-carlo.html
Pbpython
Monte Carlo Simulation with Python
Performing Monte Carlo simulation using python with pandas and numpy.
Test & Code - Software Testing, Development, Python: 65: one assert per test
https://testandcode.com/65
https://testandcode.com/65
Test & Code
Test & Code 65: one assert per test
Is it ok to have more than one assert statement in a test?
I've seen articles that say no, you should never have more than one assert.
I've also seen some test code made almost unreadable due to trying to avoid more than one assert per test.
Where did…
I've seen articles that say no, you should never have more than one assert.
I've also seen some test code made almost unreadable due to trying to avoid more than one assert per test.
Where did…
Jump Out of the Jupyter Notebook with nbconvert – Towards Data Science
https://towardsdatascience.com/jump-out-of-the-jupyter-notebook-with-nbconvert-7d4748960702
https://towardsdatascience.com/jump-out-of-the-jupyter-notebook-with-nbconvert-7d4748960702
Medium
Jump Out of the Jupyter Notebook with nbconvert
Easily Convert Notebooks to Python Scripts and Sharable Files
Python Tips: Dynamic function definition - Philip Trauner
https://philip-trauner.me/blog/post/python-tips-dynamic-function-definition
https://philip-trauner.me/blog/post/python-tips-dynamic-function-definition
Philip Trauner
Python Tips: Dynamic function definition
Function definition in Python can be considered static, right? Wrong!
Dr Alex Ioannides – Deploying Python ML Models with Flask, Docker and Kubernetes
https://alexioannides.com/2019/01/10/deploying-python-ml-models-with-flask-docker-and-kubernetes/
https://alexioannides.com/2019/01/10/deploying-python-ml-models-with-flask-docker-and-kubernetes/
Dr Alex Ioannides
Deploying Python ML Models with Flask, Docker and Kubernetes
17th August 2019 - updated to reflect changes in the Kubernetes API and Seldon Core. 14th December 2020 - the work in this post forms the basis of the Bodywork MLOps tool - read about it here. A common pattern for deploying Machine Learning (ML) models into…
Supercharge Your Classes With Python super() – Real Python
https://realpython.com/python-super/
https://realpython.com/python-super/
Realpython
Supercharge Your Classes With Python super() – Real Python
In this step-by-step tutorial, you will learn how to leverage single and multiple inheritance in your object-oriented application to supercharge your classes with Python super().