Telegram Group & Telegram Channel
Bashplotlib - библиотека Python, позволяющая визуализировать отображение данных, т.е строить графики прямо в командной строке.

Установка:
pip install bashplotlib

Воспользуемся Numpy, чтобы сформировать несколько случайных массивов:
import numpy as np
from bashplotlib.histogram import plot_hist
arr = np.random.normal(size=1000, loc=0, scale=1)

plot_hist
- это функция bashplotlib, предназначенная для нанесения данных на одномерную гистограмму, как это делает plt.hist в Matplotlib. Затем используем сформированные Numpy случайные массивы из 1,000 нормально распределённых чисел.

Теперь мы легко можем отобразить эти данные следующим образом:

plot_hist(arr, bincount=50)

#python #doc

@github_code
👍31🔥1



tg-me.com/github_code/69
Create:
Last Update:

Bashplotlib - библиотека Python, позволяющая визуализировать отображение данных, т.е строить графики прямо в командной строке.

Установка:
pip install bashplotlib

Воспользуемся Numpy, чтобы сформировать несколько случайных массивов:
import numpy as np
from bashplotlib.histogram import plot_hist
arr = np.random.normal(size=1000, loc=0, scale=1)

plot_hist
- это функция bashplotlib, предназначенная для нанесения данных на одномерную гистограмму, как это делает plt.hist в Matplotlib. Затем используем сформированные Numpy случайные массивы из 1,000 нормально распределённых чисел.

Теперь мы легко можем отобразить эти данные следующим образом:

plot_hist(arr, bincount=50)

#python #doc

@github_code

BY Github




Share with your friend now:
tg-me.com/github_code/69

View MORE
Open in Telegram


Github Telegram | DID YOU KNOW?

Date: |

Telegram hopes to raise $1bn with a convertible bond private placement

The super secure UAE-based Telegram messenger service, developed by Russian-born software icon Pavel Durov, is looking to raise $1bn through a bond placement to a limited number of investors from Russia, Europe, Asia and the Middle East, the Kommersant daily reported citing unnamed sources on February 18, 2021.The issue reportedly comprises exchange bonds that could be converted into equity in the messaging service that is currently 100% owned by Durov and his brother Nikolai.Kommersant reports that the price of the conversion would be at a 10% discount to a potential IPO should it happen within five years.The minimum bond placement is said to be set at $50mn, but could be lowered to $10mn. Five-year bonds could carry an annual coupon of 7-8%.

At a time when the Indian stock market is peaking and has rallied immensely compared to global markets, there are companies that have not performed in the last 10 years. These are definitely a minor portion of the market considering there are hundreds of stocks that have turned multibagger since 2020. What went wrong with these stocks? Reasons vary from corporate governance, sectoral weakness, company specific and so on. But the more important question is, are these stocks worth buying?

Github from ca


Telegram Github
FROM USA