“My-own-nebula” project: generative art with processing.py and p5.js
https://jelena-ristic.medium.com/my-own-nebula-project-generative-art-with-processing-py-and-p5-js-fa3033971bf2
https://jelena-ristic.medium.com/my-own-nebula-project-generative-art-with-processing-py-and-p5-js-fa3033971bf2
Medium
“My-own-nebula” project: generative art with processing.py and p5.js
Nebulas are beautiful space objects — gas and dust clouds with distinctive colours, acting as star nurseries. Watching a PyCon 2018…
Python queries to work with multiple instances of Oracle and SQL Server.
https://automatepower.com/python-queries-to-work-with-multiple-instances-of-oracle-and-sql-server-1fc9fe7730ec
https://automatepower.com/python-queries-to-work-with-multiple-instances-of-oracle-and-sql-server-1fc9fe7730ec
Medium
Python queries to work with multiple instances of Oracle and SQL Server.
Import required Python Modules import os import pandas as pd import pyodbc import cx_Oracle import datetime
Accuracy, Precision & Recall In Simple English
https://zl-liu.medium.com/accuracy-precision-recall-in-simple-english-c2dd53823778
https://zl-liu.medium.com/accuracy-precision-recall-in-simple-english-c2dd53823778
Medium
Accuracy, Precision & Recall In Simple English
If you’re learning about classification in machine learning, you have probably come into contact with these metrics. This article attempts…
Обнаружение и извлечение текста из изображения с помощью Python
https://medium.com/nuances-of-programming/%D0%BE%D0%B1%D0%BD%D0%B0%D1%80%D1%83%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5-%D0%B8-%D0%B8%D0%B7%D0%B2%D0%BB%D0%B5%D1%87%D0%B5%D0%BD%D0%B8%D0%B5-%D1%82%D0%B5%D0%BA%D1%81%D1%82%D0%B0-%D0%B8%D0%B7-%D0%B8%D0%B7%D0%BE%D0%B1%D1%80%D0%B0%D0%B6%D0%B5%D0%BD%D0%B8%D1%8F-%D1%81-%D0%BF%D0%BE%D0%BC%D0%BE%D1%89%D1%8C%D1%8E-python-ae178219e8b9
https://medium.com/nuances-of-programming/%D0%BE%D0%B1%D0%BD%D0%B0%D1%80%D1%83%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5-%D0%B8-%D0%B8%D0%B7%D0%B2%D0%BB%D0%B5%D1%87%D0%B5%D0%BD%D0%B8%D0%B5-%D1%82%D0%B5%D0%BA%D1%81%D1%82%D0%B0-%D0%B8%D0%B7-%D0%B8%D0%B7%D0%BE%D0%B1%D1%80%D0%B0%D0%B6%D0%B5%D0%BD%D0%B8%D1%8F-%D1%81-%D0%BF%D0%BE%D0%BC%D0%BE%D1%89%D1%8C%D1%8E-python-ae178219e8b9
Medium
Обнаружение и извлечение текста из изображения с помощью Python
Из этой статьи вы узнаете о способах извлечения текста из цифровых изображений с использованием python и библиотеки pytesseract…
Using poetry within Docker container without venv
https://medium.com/opsops/using-poetry-within-docker-container-without-venv-f8f07c9deba3
https://medium.com/opsops/using-poetry-within-docker-container-without-venv-f8f07c9deba3
Medium
Using poetry within Docker container without venv
We recently switched from pip to poetry, mostly because of poetry.lock, absence of which is saddening miss for pip.
Blender Script 做自動化 render 並儲存圖片
https://medium.com/@yuly830914/blender-script-%E5%81%9A%E8%87%AA%E5%8B%95%E5%8C%96-render-%E4%B8%A6%E5%84%B2%E5%AD%98%E5%9C%96%E7%89%87-c10caaee5e19
https://medium.com/@yuly830914/blender-script-%E5%81%9A%E8%87%AA%E5%8B%95%E5%8C%96-render-%E4%B8%A6%E5%84%B2%E5%AD%98%E5%9C%96%E7%89%87-c10caaee5e19
Medium
Blender Script 做自動化 render 並儲存圖片
近期公司的 3D 場景建制需求量增加,設計師建置好的場景要輸出大量的 360 圖片做應用,但要完成這個操作,就要人工選取相機,按下 F12 拍攝取景,接著等待一段 render 的時間,再儲存圖片,重複這個步驟直到所有相機截完圖。
Time Zones and Daylight Saving in Python
https://medium.com/@ibrahim00mubark/time-zones-and-daylight-saving-in-python-4355d0c6901b
https://medium.com/@ibrahim00mubark/time-zones-and-daylight-saving-in-python-4355d0c6901b
Medium
Time Zones and Daylight Saving in Python
you’ll learn to confidently tackle the time-related topic that causes people the most trouble: time zones and daylight saving. Continuing…
Solving GANs: NN architecture & feedback
https://medium.com/@j622amilah/solving-gans-nn-architecture-feedback-5f7ef6a8a5eb
https://medium.com/@j622amilah/solving-gans-nn-architecture-feedback-5f7ef6a8a5eb
Medium
Solving GANs: NN architecture & feedback
Over the past few weeks I finished a great class on Basic GANs at Cousera. In the class and in many places online the PyTorch software is…
Create Html interactive graph Python Plotly Express
https://medium.com/@sarka.pribylova/create-html-interactive-graph-python-plotly-express-5557bb350074
https://medium.com/@sarka.pribylova/create-html-interactive-graph-python-plotly-express-5557bb350074
Medium
Create Html interactive graph Python Plotly Express
I enjoy to use Plotly Express either in R Studio or in Python. It provides very convenient and fast possibility to create and deploy Html…
How to create, backtest, optimize and sell a cryptocurrency trading bot (2/4)
https://medium.com/@jibbe.verhave/how-to-create-backtest-optimize-and-sell-a-cryptocurrency-trading-bot-2-4-75f5afef1f05
https://medium.com/@jibbe.verhave/how-to-create-backtest-optimize-and-sell-a-cryptocurrency-trading-bot-2-4-75f5afef1f05
Medium
How to create, backtest, optimize and sell a cryptocurrency trading bot (2/4)
Optimize your trading bot — find optimal trading parameters automatically and prevent overfitting
Prime and coprime integers in pyton
https://medium.com/@sarka.pribylova/prime-and-coprime-integers-in-pyton-80dbcd4f4265
https://medium.com/@sarka.pribylova/prime-and-coprime-integers-in-pyton-80dbcd4f4265
Medium
Prime and coprime integers in python
It has been already some time ago since I tried to calculate and display in python prime and coprime numbers. It was one of the hiring…
The article below describes the steps needed to send a telegram message to any user from your own…
https://medium.com/@joeyimer/the-article-below-describes-the-steps-needed-to-send-a-telegram-message-to-any-user-from-your-own-39f468d785d0
https://medium.com/@joeyimer/the-article-below-describes-the-steps-needed-to-send-a-telegram-message-to-any-user-from-your-own-39f468d785d0
Medium
The article below describes the steps needed to send a telegram message to any user from your own…
Step1 - setup telegram bot