Learning Python for Becoming Remote Worker (Web Scrapping) — Day 2: Installing IDE — VSCODE
https://medium.com/@agusdeosaputra/learning-python-for-becoming-remote-worker-web-scrapping-day-2-installing-ide-vscode-a290a0905e9e
https://medium.com/@agusdeosaputra/learning-python-for-becoming-remote-worker-web-scrapping-day-2-installing-ide-vscode-a290a0905e9e
Medium
Learning Python for Becoming Remote Worker (Web Scrapping) — Day 2: Installing IDE — VSCODE
As a programmer you must install a tools that can make your job easier and in this case is IDE. Even the most skilled programmer use a…
Increase YOLOv4 object detection speed on GPU with TensorRT
https://rokasbalsys.medium.com/increase-yolov4-object-detection-speed-on-gpu-with-tensorrt-76c28bc5c22
https://rokasbalsys.medium.com/increase-yolov4-object-detection-speed-on-gpu-with-tensorrt-76c28bc5c22
Medium
Increase YOLOv4 object detection speed on GPU with TensorRT
We already discussed YOLOv4 improvements from its older version YOLOv3 in my previous tutorials, and we already know that now it’s even better than before. Everyone who used YOLOv3 will probably move…
Predict Age and Gender of Person from the Image data using Python.
https://vishwas2972000.medium.com/predict-age-and-gender-of-person-from-the-image-data-using-python-feca7f6c2f1e
https://vishwas2972000.medium.com/predict-age-and-gender-of-person-from-the-image-data-using-python-feca7f6c2f1e
Medium
Predict Age and Gender of Person from the Image data using Python.
OpenCV | Python |Data Science | Age & Gender Prediction
Generate PowerPoint slides from Unicom data with Python
https://blog.datasmoothie.io/generate-powerpoint-slides-from-unicom-data-with-python-4bb4d2effe11
https://blog.datasmoothie.io/generate-powerpoint-slides-from-unicom-data-with-python-4bb4d2effe11
Medium
Generate PowerPoint slides from Unicom data with Python
Script Python (or any other language) to generate dozens of slides in multiple languages with the API for research data automation
How to run DynamoDB Accelerator (DAX) in a lambda function (python)
https://shadek07.medium.com/how-to-run-dynamodb-accelerator-dax-in-a-lambda-function-python-1c1219b6f5a
https://shadek07.medium.com/how-to-run-dynamodb-accelerator-dax-in-a-lambda-function-python-1c1219b6f5a
Medium
How to run DynamoDB Accelerator (DAX) in a lambda function (python)
Those who do not know about DAX yet, it is a cacheing mechanism that sits on top of DynamoDB. So far what I have seen is that, DAX…
Data Science 101: Methodology, Python, and Essential Math
https://medium.com/@admin_82765/data-science-101-methodology-python-and-essential-math-e48430dd6281
https://medium.com/@admin_82765/data-science-101-methodology-python-and-essential-math-e48430dd6281
Medium
Data Science 101: Methodology, Python, and Essential Math
From data science methodology to an introduction to data science 101 in Python, to essential math for data science. Welcome! Nice to have you. I’m certain that by the end you will have learned a lot…
Introduction to Numpy in Python
https://pub.towardsai.net/introduction-to-numpy-in-python-1d7e0be2d7c8
https://pub.towardsai.net/introduction-to-numpy-in-python-1d7e0be2d7c8
Medium
Introduction to Numpy in Python
What is NumPy?
12 актуальных идей для портфолио Python: веб-сайты, аналитика данных, автоматизация и парсинг
https://medium.com/nuances-of-programming/12-%D0%B0%D0%BA%D1%82%D1%83%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D1%85-%D0%B8%D0%B4%D0%B5%D0%B9-%D0%B4%D0%BB%D1%8F-%D0%BF%D0%BE%D1%80%D1%82%D1%84%D0%BE%D0%BB%D0%B8%D0%BE-python-%D0%B2%D0%B5%D0%B1-%D1%81%D0%B0%D0%B9%D1%82%D1%8B-%D0%B0%D0%BD%D0%B0%D0%BB%D0%B8%D1%82%D0%B8%D0%BA%D0%B0-%D0%B4%D0%B0%D0%BD%D0%BD%D1%8B%D1%85-%D0%B0%D0%B2%D1%82%D0%BE%D0%BC%D0%B0%D1%82%D0%B8%D0%B7%D0%B0%D1%86%D0%B8%D1%8F-%D0%B8-%D0%BF%D0%B0%D1%80%D1%81%D0%B8%D0%BD%D0%B3-49f8ce559a47
https://medium.com/nuances-of-programming/12-%D0%B0%D0%BA%D1%82%D1%83%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D1%85-%D0%B8%D0%B4%D0%B5%D0%B9-%D0%B4%D0%BB%D1%8F-%D0%BF%D0%BE%D1%80%D1%82%D1%84%D0%BE%D0%BB%D0%B8%D0%BE-python-%D0%B2%D0%B5%D0%B1-%D1%81%D0%B0%D0%B9%D1%82%D1%8B-%D0%B0%D0%BD%D0%B0%D0%BB%D0%B8%D1%82%D0%B8%D0%BA%D0%B0-%D0%B4%D0%B0%D0%BD%D0%BD%D1%8B%D1%85-%D0%B0%D0%B2%D1%82%D0%BE%D0%BC%D0%B0%D1%82%D0%B8%D0%B7%D0%B0%D1%86%D0%B8%D1%8F-%D0%B8-%D0%BF%D0%B0%D1%80%D1%81%D0%B8%D0%BD%D0%B3-49f8ce559a47
Medium
12 актуальных идей для портфолио Python: веб-сайты, аналитика данных, автоматизация и парсинг
Анализатор настроения, виртуальный ассистент, бот-трейдер, компьютерное зрение — лучшие идеи для pet-проекта или стартапа на Python.
Make YOLO do object detection faster with Multiprocessing
https://rokasbalsys.medium.com/make-yolo-do-object-detection-faster-with-multiprocessing-3d6d71c02a14
https://rokasbalsys.medium.com/make-yolo-do-object-detection-faster-with-multiprocessing-3d6d71c02a14
Medium
Make YOLO do object detection faster with Multiprocessing
This tutorial is a brief introduction to multiprocessing in Python. At the end of this tutorial, I will show how to make TensorFlow and YOLO object detection work faster. What is multiprocessing…