Big $$$ with Natural Language Processing
https://medium.com/@dennisyd/big-with-natural-language-processing-f5ae84585dc7
https://medium.com/@dennisyd/big-with-natural-language-processing-f5ae84585dc7
Medium
Big $$$ with Natural Language Processing
When we sell our skills as data scientists or freelancers, we generally only consider Python applications that require traditional data…
Reduce Function in Python (Hindi) | Python’s reduce() Function In Python | Python For Beginners |…
https://affisoftpro.medium.com/reduce-function-in-python-hindi-pythons-reduce-function-in-python-python-for-beginners-672402b56360
https://affisoftpro.medium.com/reduce-function-in-python-hindi-pythons-reduce-function-in-python-python-for-beginners-672402b56360
Medium
Reduce Function in Python (Hindi) | Python’s reduce() Function In Python | Python For Beginners |…
Betting Right on Earning Option Premium with Probability Distribution
https://medium.com/@jwu8715/betting-right-on-earning-option-premium-with-probability-distribution-6d262bf75dac
https://medium.com/@jwu8715/betting-right-on-earning-option-premium-with-probability-distribution-6d262bf75dac
Medium
Betting Right on Earning Option Premium with Probability Distribution
Earn Option Premium by shorting options with risk consideration.
GPT2 — Text Generation Transformer: How to Use & How to Serve
https://medium.com/mlearning-ai/gpt2-text-generation-transformer-how-to-use-how-to-serve-1cad1476bc2a
https://medium.com/mlearning-ai/gpt2-text-generation-transformer-how-to-use-how-to-serve-1cad1476bc2a
Medium
GPT2 — Text Generation Transformer: How to Use & Serve with HuggingFace and Pinferencia
What is text generation? Input some texts, and the model will predict what the following texts will be.
Automate Web Scraping and Updating Database with Python, MongoDB, and GitHub Actions
https://python.plainenglish.io/automate-web-scraping-and-updating-database-with-python-mongodb-and-github-actions-c418c674c15b
https://python.plainenglish.io/automate-web-scraping-and-updating-database-with-python-mongodb-and-github-actions-c418c674c15b
Medium
Automate Web Scraping and Updating Database with Python, MongoDB, and GitHub Actions
A step-by-step tutorial with full source code available.
Automating AWS S3 Services Using Boto3 in Python.
https://rajansahu713.medium.com/automating-aws-s3-services-using-boto3-in-python-79f04f5cb941
https://rajansahu713.medium.com/automating-aws-s3-services-using-boto3-in-python-79f04f5cb941
Medium
Automating AWS S3 Services Using Boto3 in Python.
AWS provides us with many tools and services to help us construct our pipelines and to achieve end-goals at scales that merely ten years…
Make interactive web applications in pure PyWebIO.
https://ishtiyak.medium.com/make-interactive-web-applications-in-pure-pywebio-1440a435c7a3
https://ishtiyak.medium.com/make-interactive-web-applications-in-pure-pywebio-1440a435c7a3
Medium
Make interactive web applications in pure PyWebIO.
Developing Web apps in Python is a lot easier now than it was a few years ago. We had Streamlit, which changed the way we built and…
15 Data Science Questions You’re Too Embarrassed To Ask
https://medium.com/geekculture/15-data-science-questions-youre-too-embarrassed-to-ask-12b5fcbd62e2
https://medium.com/geekculture/15-data-science-questions-youre-too-embarrassed-to-ask-12b5fcbd62e2
Medium
15 Data Science Questions You’re Too Embarrassed To Ask
Don’t Google them in an incognito window. Check the answers here.
The Python Series #2 — Variable Declaration, logical statements
https://medium.com/@karthikkk/the-python-series-2-variable-declaration-logical-statements-c818536f6ce9
https://medium.com/@karthikkk/the-python-series-2-variable-declaration-logical-statements-c818536f6ce9
Medium
The Python Series #2 — Variable Declaration, logical statements
Variable Declaration
Step by Step Draw Boy Using Matplotlib Module
https://medium.com/@nutanbhogendrasharma/step-by-step-draw-boy-using-matplolib-module-5d79d25e1512
https://medium.com/@nutanbhogendrasharma/step-by-step-draw-boy-using-matplolib-module-5d79d25e1512
Medium
Step by Step Draw Boy Using Matplotlib Module
In this blog, we will draw boy using Matplotlib module. We will also draw, a boy is feeling loved with someone.
Building Your First Endpoint with the Django REST Framework
https://python.plainenglish.io/building-your-first-endpoint-with-the-django-rest-framework-a04bbb3a58f0
https://python.plainenglish.io/building-your-first-endpoint-with-the-django-rest-framework-a04bbb3a58f0
Medium
Building Your First Endpoint with the Django REST Framework
Part 2: Setting up models, serialization and API routes using the Django REST Framework
Using Pprint In Python To Write Less Code And Save Time
https://zl-liu.medium.com/using-pprint-in-python-to-write-less-code-and-save-time-3c7329c98a7c
https://zl-liu.medium.com/using-pprint-in-python-to-write-less-code-and-save-time-3c7329c98a7c
Medium
Using Pprint In Python To Write Less Code And Save Time
Before I knew about pprint in Python, I used to write for loops and nested for loops to print out nested lists and dictionaries. For…