Exploring Per-Shot Transcoding For Video Streaming
https://medium.com/the-svt-tech-blog/exploring-per-shot-transcoding-for-video-streaming-4d628e94970c
https://medium.com/the-svt-tech-blog/exploring-per-shot-transcoding-for-video-streaming-4d628e94970c
Medium
Exploring Per-Shot Transcoding For Video Streaming
Today’s blogpost is little bit different. Instead of writing about an interesting topic ourselves, we would like to use our platform in…
A new microservice using a lesser-known framework
https://medium.com/@pond5-technology/a-new-microservice-using-a-lesser-known-framework-720f6e8b7cad
https://medium.com/@pond5-technology/a-new-microservice-using-a-lesser-known-framework-720f6e8b7cad
Medium
A new microservice using a lesser-known framework
Earlier this year, the Technology Team was tasked with developing a new RESTful service to translate keywords for Search Engine…
An Alliance: Python and R (Seaborn and ggplot2)
https://medium.com/mlearning-ai/an-alliance-python-and-r-seaborn-and-ggplot2-233864b77bc4
https://medium.com/mlearning-ai/an-alliance-python-and-r-seaborn-and-ggplot2-233864b77bc4
Medium
An Alliance: Python and R (Seaborn and ggplot2)
Working with data means that the majority of the time, your data will be visualized to get the message across to the target audience. The…
Understanding Python Encodings
https://medium.com/@saint_sdmn/understanding-python-encodings-cfb4e4cf68e0
https://medium.com/@saint_sdmn/understanding-python-encodings-cfb4e4cf68e0
How To Inspect Objects in Python? 9 Functions To Know
https://betterprogramming.pub/how-to-inspect-objects-in-python-9-functions-to-know-b1b152fe6bde
https://betterprogramming.pub/how-to-inspect-objects-in-python-9-functions-to-know-b1b152fe6bde
Medium
How To Inspect Objects in Python? 9 Functions To Know
To greatly improve your development
Python Lesson 32: Intro to Python NLP (NLP pt. 1)
https://medium.com/@michael71314/python-lesson-32-intro-to-python-nlp-nlp-pt-1-9c142d05444
https://medium.com/@michael71314/python-lesson-32-intro-to-python-nlp-nlp-pt-1-9c142d05444
Medium
Python Lesson 32: Intro to Python NLP (NLP pt. 1)
Michael here, and today I thought I’d get back into some Python lessons-particularly, I wanted to start a new series of Python lessons on a topic I’ve been wanting to cover, NLP (or natural language…
Redis client side cache with async Python
https://medium.com/the-pandadoc-tech-blog/redis-client-side-cache-with-async-python-6228a0121a12
https://medium.com/the-pandadoc-tech-blog/redis-client-side-cache-with-async-python-6228a0121a12
Medium
Redis client-side cache with async Python
We can’t imagine a modern application that use cache without Redis. It helps you to make cache fast as possible with client-side caching...
How to Effectively Reuse Your Old Code in a New Project
https://towardsdatascience.com/how-to-effectively-reuse-your-old-code-in-a-new-project-7193d5d5605c
https://towardsdatascience.com/how-to-effectively-reuse-your-old-code-in-a-new-project-7193d5d5605c
Medium
How to Effectively Reuse Your Old Code in a New Project
Writing your very own personal Python package
Semana 1 estudiando Data Science.
https://medium.com/@dayan.developer/semana-i-estudiando-data-science-ff8850586979
https://medium.com/@dayan.developer/semana-i-estudiando-data-science-ff8850586979
Medium
Semana 1 estudiando Data Science.
( autodidacta )
Quick! Learn Data Analysis with this Method
https://medium.com/@toricheung/quick-learn-data-analysis-with-this-method-9eb89dee9cae
https://medium.com/@toricheung/quick-learn-data-analysis-with-this-method-9eb89dee9cae
Medium
Quick! Learn Data Analysis with this Method
But it’s not a silver bullet method
How To Read Multiple CSV Files Non-Iteratively (and Without Pandas)
https://medium.com/@avi_chawla/how-to-read-multiple-csv-files-non-iteratively-and-without-pandas-984fd954999c
https://medium.com/@avi_chawla/how-to-read-multiple-csv-files-non-iteratively-and-without-pandas-984fd954999c
Medium
How To Read Multiple CSV Files Non-Iteratively (and Without Pandas)
Say no to Pandas’ Read CSV method!