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: |

The messaging service and social-media platform owes creditors roughly $700 million by the end of April, according to people briefed on the company’s plans and loan documents viewed by The Wall Street Journal. At the same time, Telegram Group Inc. must cover rising equipment and bandwidth expenses because of its rapid growth, despite going years without attempting to generate revenue.

Look for Channels Online

You guessed it – the internet is your friend. A good place to start looking for Telegram channels is Reddit. This is one of the biggest sites on the internet, with millions of communities, including those from Telegram.Then, you can search one of the many dedicated websites for Telegram channel searching. One of them is telegram-group.com. This website has many categories and a really simple user interface. Another great site is telegram channels.me. It has even more channels than the previous one, and an even better user experience.These are just some of the many available websites. You can look them up online if you’re not satisfied with these two. All of these sites list only public channels. If you want to join a private channel, you’ll have to ask one of its members to invite you.

Github from pl


Telegram Github
FROM USA