<center></center> Streamlit is an open source library to that makes building data apps in python quick and easy. It is free and all in python. It is designed for those who work on machine learning or data analysis using python. This enables users to quickly build and share such apps without any front-end experience. I tried it. It works. It is great. For details on Streamlit, documentation, tutorials and demo visit [Streamlit website](https://www.streamlit.io). Getting started with Streamlit is really easy. Go the the terminal or command prompt and pip install streamlit as following. `pip isntall streamlit` Once it is installed, we can run the following. `streamlit hello` This will open up the demo web app in the default browser. This means Streamlit is installed properly and it works. Now we are ready to build our own app, all in python. Once our python code is ready, we simply run the following in the terminal and app opens up in the default browser. `streamlit run my_first_app.py` It took about ten minutes to write the following simple script that takes stock or crypto symbols as input and displays prices and charts in a web app. I just did this as test to see how it works. Try it yourself, see if you like it. If you do like it read their tutorials and documentations. They are really well written and easy to get started. ``` import streamlit as st import numpy as np import pandas as pd import yfinance as yf import datetime as dt from pandas_datareader import data as pdr stocks = st.sidebar.text_area('Stock Symbols:', 'BTC-USD') stocks = stocks.split() days = st.sidebar.text_input('Days:','365') days = int(days) button_getStocks = st.sidebar.button('Get Stocks') end_date = dt.datetime.today() start_date = end_date - dt.timedelta(days=days) def getStocks(stocks, start_date, end_date): yf.pdr_override() for stock in stocks: df = pdr.get_data_yahoo(stock, start_date, end_date) price = stock + ' - ' + str(round(df['Close'][-1],2)) st.write(price) st.line_chart(df['Close']) if button_getStocks: getStocks(stocks, start_date, end_date) ``` This is how the output looks on the browser.  Nothing fancy. But it works. I am sure with some more thought and adding more code we can come up with some useful and better looking app. What is really great about Streamlit is it makes sharing the apps easy. They offer sharing on their platform. Moreover, these apps can easily be deployed to Heroku as well. Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@geekgirl/streamlit-the-faster-way-to-build-and-share-data-apps)
author | geekgirl |
---|---|
permlink | streamlit-the-faster-way-to-build-and-share-data-apps |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","coding","apps","dev","crypto","neoxian","ctptalk","posh","pal","tutorial","python","leofinance"],"canonical_url":"https://leofinance.io/@geekgirl/streamlit-the-faster-way-to-build-and-share-data-apps","links":["https://www.streamlit.io","https://leofinance.io/@geekgirl/streamlit-the-faster-way-to-build-and-share-data-apps"],"image":["https://images.hive.blog/DQmfFKCKBFd1CkpivCobSPNzVPq9DjehbapAAuEtBxHFQDE/streamlitt.png","https://images.hive.blog/DQmai1ZkNgHyCg4wCZZTtuJrpiVPFmLBY28xWZqAviKXMKj/stocks.png"]} |
created | 2021-01-17 09:11:36 |
last_update | 2021-01-17 09:16:36 |
depth | 0 |
children | 12 |
last_payout | 2021-01-24 09:11:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 4.404 HBD |
curator_payout_value | 3.465 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2,837 |
author_reputation | 1,586,488,611,824,452 |
root_title | "Streamlit - The Faster Way To Build And Share Data Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,413,579 |
net_rshares | 36,920,021,361,369 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tombstone | 0 | 16,225,291,483 | 0.75% | ||
kevinwong | 0 | 1,606,373,506,506 | 25% | ||
sqlinsix | 0 | 217,424,125,006 | 100% | ||
redpalestino | 0 | 5,120,413,597 | 10% | ||
mrwang | 0 | 1,432,275,449 | 12.5% | ||
fulltimegeek | 0 | 1,152,528,544,643 | 100% | ||
arcange | 0 | 185,407,525,735 | 3% | ||
arconite | 0 | 8,933,732,699 | 12.5% | ||
raphaelle | 0 | 3,004,064,132 | 3% | ||
hanshotfirst | 0 | 543,379,873,656 | 10% | ||
ats-david | 0 | 372,272,042,297 | 50% | ||
uwelang | 0 | 38,860,968,819 | 3.33% | ||
petrvl | 0 | 125,726,490,675 | 15% | ||
whatsup | 0 | 407,809,291,587 | 100% | ||
clayboyn | 0 | 38,508,437,922 | 25% | ||
techslut | 0 | 28,377,568,897 | 5% | ||
supergoodliving | 0 | 119,120,811,147 | 50% | ||
walterjay | 0 | 2,807,327,230 | 0.45% | ||
delso | 0 | 483,593,859,558 | 100% | ||
freebornsociety | 0 | 1,003,629,853 | 6% | ||
bloggingforbeans | 0 | 18,824,301,006 | 50% | ||
sokha | 0 | 624,910,794 | 5% | ||
mominsdt | 0 | 1,122,281,622 | 100% | ||
roomservice | 0 | 23,759,357,495 | 1.87% | ||
kaylee.nicole | 0 | 15,976,034,876 | 50% | ||
isaria | 0 | 1,165,261,426,964 | 50% | ||
belahejna | 0 | 21,668,237,083 | 15% | ||
alphacore | 0 | 21,762,195,634 | 1.25% | ||
enjar | 0 | 684,413,455,531 | 100% | ||
sam99 | 0 | 228,350,440,481 | 16.25% | ||
henryn2020 | 0 | 717,479,566 | 100% | ||
kris10 | 0 | 90,651,047,747 | 50% | ||
geekgirl | 0 | 1,250,937,832,676 | 100% | ||
themarkymark | 0 | 2,457,675,930,604 | 10% | ||
leaky20 | 0 | 99,977,487,819 | 90% | ||
vikisecrets | 0 | 459,699,009,966 | 30% | ||
resiliencia | 0 | 833,768,360,738 | 100% | ||
oldman28 | 0 | 65,324,023,968 | 60% | ||
vimukthi | 0 | 83,788,234,519 | 54.5% | ||
ahlawat | 0 | 3,770,349,252 | 49.6% | ||
thatindianlady | 0 | 10,606,468,963 | 5% | ||
chops316 | 0 | 77,923,096,240 | 100% | ||
karja | 0 | 111,370,919,761 | 5% | ||
rafaelaquino | 0 | 13,860,713,077 | 100% | ||
jedigeiss | 0 | 1,981,273,839,858 | 100% | ||
nurhayati | 0 | 1,124,146,369 | 25% | ||
buildawhale | 0 | 7,091,365,040,195 | 10% | ||
voxmonkey | 0 | 987,022,699 | 100% | ||
chinchilla | 0 | 243,343,660,319 | 100% | ||
tomiscurious | 0 | 13,322,509,581 | 6.33% | ||
therealwolf | 0 | 868,702,090,815 | 2.5% | ||
roleerob | 0 | 362,968,879,279 | 75% | ||
makerhacks | 0 | 28,682,635,602 | 10% | ||
andywong31 | 0 | 4,574,940,034 | 100% | ||
investegg | 0 | 134,802,865,744 | 5.41% | ||
josediccus | 0 | 360,334,967,866 | 50% | ||
fknmayhem | 0 | 58,233,375,467 | 75% | ||
communitycoin | 0 | 1,104,346,817,594 | 50% | ||
smartsteem | 0 | 153,586,762,573 | 2.5% | ||
chireerocks | 0 | 8,528,564,644 | 50% | ||
yazp | 0 | 20,097,494,242 | 100% | ||
afril | 0 | 19,318,812,431 | 50% | ||
ats-witness | 0 | 51,740,236,363 | 50% | ||
fourfourfun | 0 | 7,382,787,408 | 25% | ||
upmyvote | 0 | 6,772,427,531 | 10% | ||
joslud | 0 | 3,902,683,742 | 100% | ||
fun2learn | 0 | 3,241,454,906 | 3% | ||
bala41288 | 0 | 299,697,051,509 | 50% | ||
heidimarie | 0 | 41,568,388,026 | 10% | ||
durbisrodriguez | 0 | 1,375,074,252 | 100% | ||
chorock | 0 | 489,131,580,779 | 45% | ||
futuremind | 0 | 37,159,905,985 | 50% | ||
k-banti | 0 | 39,086,684,386 | 100% | ||
holger80 | 0 | 1,517,334,089,913 | 33% | ||
svemirac | 0 | 10,208,678,210 | 100% | ||
penderis | 0 | 86,585,170,460 | 100% | ||
irgendwo | 0 | 10,371,570,480 | 10% | ||
movement19 | 0 | 801,551,247 | 2.5% | ||
mutiahanum | 0 | 2,686,561,039 | 99% | ||
whack.science | 0 | 523,414,125,496 | 100% | ||
backinblackdevil | 0 | 60,763,699,742 | 75% | ||
homesteadlt | 0 | 1,441,189,224 | 100% | ||
yusrizakaria | 0 | 6,718,182,521 | 90% | ||
fabpoleo24 | 0 | 1,149,524,349 | 100% | ||
bil.prag | 0 | 104,979,449,426 | 21% | ||
carlos2115 | 0 | 1,016,229,211 | 100% | ||
jan23com | 0 | 7,150,248,693 | 90% | ||
ivansnz | 0 | 308,128,103,128 | 100% | ||
z3ll | 0 | 4,491,940,935 | 100% | ||
choco11oreo11 | 0 | 3,724,799,738 | 90% | ||
adeyemidrey | 0 | 551,560,243,677 | 100% | ||
sheikhsayem | 0 | 314,247,345 | 100% | ||
promobot | 0 | 9,746,938,089 | 11.55% | ||
celinavisaez | 0 | 6,809,946,274 | 25% | ||
slobberchops | 0 | 2,018,913,089,106 | 35% | ||
techcoderx | 0 | 181,560,551,786 | 100% | ||
topbooster | 0 | 747,803,501 | 100% | ||
czera | 0 | 606,869,949 | 100% | ||
thehive | 0 | 171,768,940,188 | 70% | ||
dalz | 0 | 463,481,130,928 | 100% | ||
harkar | 0 | 114,487,759,848 | 15% | ||
littleshadow | 0 | 5,670,293,886 | 90% | ||
luppers | 0 | 16,128,743,720 | 1% | ||
idakarlsen | 0 | 29,286,985,486 | 10% | ||
blueeyes8960 | 0 | 336,309,520,821 | 100% | ||
emaillisahere | 0 | 6,468,035,222 | 75% | ||
buzzbee | 0 | 633,898,768 | 50% | ||
fullnodeupdate | 0 | 12,373,657,251 | 33% | ||
pboulet | 0 | 914,278,103 | 0.9% | ||
caoimhin | 0 | 1,008,240,503 | 100% | ||
marshalmugi | 0 | 12,256,178,494 | 85% | ||
podg3 | 0 | 1,393,959,273 | 90% | ||
misstaken | 0 | 4,633,342,374 | 90% | ||
perfspots | 0 | 4,391,635,024 | 100% | ||
brianoflondon | 0 | 1,073,368,822,273 | 100% | ||
brosgn | 0 | 11,935,138,506 | 50% | ||
bro-poker | 0 | 693,503,355 | 50% | ||
jussbren | 0 | 1,507,162,427 | 90% | ||
maajaanaa | 0 | 3,870,838,240 | 100% | ||
mariyem | 0 | 703,944,008 | 100% | ||
bluerobo | 0 | 107,343,459,324 | 100% | ||
ctime | 0 | 446,950,331,433 | 9% | ||
leeyh2 | 0 | 22,406,856,116 | 100% | ||
cindis | 0 | 882,880,223 | 100% | ||
linur | 0 | 905,587,092 | 100% | ||
hungerstream | 0 | 1,031,286,380 | 50% | ||
actifit-devil | 0 | 1,678,677,150 | 100% | ||
samujaeger | 0 | 36,363,692,404 | 100% | ||
epicdice | 0 | 3,578,769,313 | 0.75% | ||
ladeen | 0 | 484,115,076 | 100% | ||
likwid | 0 | 1,515,404,159 | 11.55% | ||
haxxdump | 0 | 118,724,519 | 10% | ||
wulff-media | 0 | 93,103,042,939 | 100% | ||
borjan | 0 | 408,719,595,926 | 51% | ||
brosino | 0 | 7,492,115,052 | 50% | ||
burn-it-down | 0 | 1,437,156,739 | 30% | ||
brosgn.fund | 0 | 30,675,642,495 | 50% | ||
suigener1s | 0 | 564,098,281 | 100% | ||
yeswecan | 0 | 24,118,143,551 | 90% | ||
leovoter | 0 | 1,155,043,770 | 50% | ||
partitura.leo | 0 | 333,538,737 | 100% | ||
onealfa.leo | 0 | 992,645,727 | 6.66% | ||
empoderat | 0 | 1,514,154,973 | 6.66% | ||
bearjohn | 0 | 799,292,082 | 75% | ||
mktmaker | 0 | 575,314,300 | 72.75% | ||
babytarazkp | 0 | 6,890,748,854 | 100% | ||
ansu55 | 0 | 0 | 4% | ||
roar2vote | 0 | 457,844,520 | 100% | ||
fsc69 | 0 | 5,958,829,557 | 80% | ||
lynds | 0 | 863,367,593,245 | 100% | ||
acta | 0 | 18,067,577,952 | 100% | ||
the-table | 0 | 21,092,307,775 | 90% | ||
cardtrader | 0 | 2,495,412,094 | 100% | ||
brocfml | 0 | 1,016,923,753 | 100% | ||
korver | 0 | 18,459,820,090 | 50% | ||
thehouse | 0 | 1,980,313,095 | 90% | ||
mister.reatard | 0 | 585,883,184 | 5% | ||
spinvest-leo | 0 | 1,968,482,883 | 5% | ||
tonimontana.leo | 0 | 868,484,504 | 39.8% | ||
silverquest | 0 | 152,708,573,189 | 90% | ||
rosa.leo | 0 | 1,806,401,063 | 100% | ||
kaeserotor | 0 | 50,594,756,888 | 100% | ||
honeychip | 0 | 11,721,373,755 | 85% | ||
bro.poker | 0 | 3,731,054,520 | 100% | ||
empoderat.leo | 0 | 0 | 6.66% | ||
platino94 | 0 | 1,723,771,348 | 6.66% | ||
fengchao | 0 | 13,765,769,803 | 3% | ||
laruche | 0 | 40,222,551,661 | 0.9% | ||
creators-voter | 0 | 26,321,832 | 4.99% | ||
hiveonboard | 0 | 3,080,266,817 | 1.87% | ||
localgrower | 0 | 8,189,565,876 | 10% | ||
poshbot | 0 | 89,926,382,617 | 10% | ||
utopiaeducators | 0 | 3,312,299,093 | 100% | ||
godapp76 | 0 | 715,843,418 | 100% | ||
recoveryinc | 0 | 23,333,231,936 | 5% | ||
bold-n-italics | 0 | 10,141,054,598 | 100% | ||
dying | 0 | 3,279,212,027 | 5% | ||
vtol79 | 0 | 835,674,976 | 100% | ||
beemd | 0 | 499,783,398 | 20% | ||
intacto | 0 | 53,571,843,593 | 4% | ||
leovote | 0 | 3,493,020,567 | 100% | ||
mvl2304 | 0 | 68,136,251,006 | 100% | ||
deathwing.leo | 0 | 448,062,112 | 100% | ||
rishi556.leo | 0 | 442,346,373 | 100% | ||
jff7777 | 0 | 921,250,117 | 100% | ||
stemcur | 0 | 825,215,970 | 100% | ||
vvgm | 0 | 1,435,347,371 | 100% | ||
nathen007.leo | 0 | 1,637,079,436 | 25% | ||
slobberchops.leo | 0 | 352,002,881 | 70% | ||
ikaro | 0 | 288,374,152 | 6.66% | ||
shurbertum | 0 | 0 | 6.66% |
The output looks really pleasant. Thanks for sharing .
author | amr008 |
---|---|
permlink | re-geekgirl-qn7ka4 |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2021.01.3"} |
created | 2021-01-20 01:03:42 |
last_update | 2021-01-20 01:03:42 |
depth | 1 |
children | 0 |
last_payout | 2021-01-27 01:03:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.052 HBD |
curator_payout_value | 0.053 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 55 |
author_reputation | 61,403,929,105,681 |
root_title | "Streamlit - The Faster Way To Build And Share Data Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,459,584 |
net_rshares | 752,903,013,275 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 752,903,013,275 | 50% |
Congratulations @geekgirl! You have completed the following achievement on the Hive blockchain and have been rewarded with new badge(s) : <table><tr><td><img src="https://images.hive.blog/60x70/http://hivebuzz.me/@geekgirl/payout.png?202101182156"></td><td>You received more than 25000 as payout for your posts. Your next target is to reach a total payout of 26000</td></tr> </table> <sub>_You can view your badges on [your board](https://hivebuzz.me/@geekgirl) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>
author | hivebuzz |
---|---|
permlink | hivebuzz-notify-geekgirl-20210119t110956000z |
category | hive-167922 |
json_metadata | {"image":["http://hivebuzz.me/notify.t6.png"]} |
created | 2021-01-19 11:09:54 |
last_update | 2021-01-19 11:09:54 |
depth | 1 |
children | 0 |
last_payout | 2021-01-26 11:09:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 653 |
author_reputation | 369,240,710,670,438 |
root_title | "Streamlit - The Faster Way To Build And Share Data Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,446,929 |
net_rshares | 0 |
You are outstanding. Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@jasonzhang/re-geekgirl-3pbtpu)
author | jasonzhang |
---|---|
permlink | re-geekgirl-3pbtpu |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@jasonzhang/re-geekgirl-3pbtpu"} |
created | 2021-01-17 13:44:27 |
last_update | 2021-01-17 13:44:27 |
depth | 1 |
children | 0 |
last_payout | 2021-01-24 13:44:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 117 |
author_reputation | 92,763,822,435 |
root_title | "Streamlit - The Faster Way To Build And Share Data Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,416,389 |
net_rshares | 0 |
Considering the fact that it took 10 minutes to write the below script, I still think it came out nice on the output look from the browser. With some more coding it could be even better. Been a while @geekgirl, seems you haven't been on here that much lately? Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@josediccus/re-geekgirl-5txnvs)
author | josediccus |
---|---|
permlink | re-geekgirl-5txnvs |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@josediccus/re-geekgirl-5txnvs"} |
created | 2021-01-17 09:31:39 |
last_update | 2021-01-17 09:31:39 |
depth | 1 |
children | 2 |
last_payout | 2021-01-24 09:31:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.182 HBD |
curator_payout_value | 0.182 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 356 |
author_reputation | 2,569,195,427,633,647 |
root_title | "Streamlit - The Faster Way To Build And Share Data Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,413,781 |
net_rshares | 2,282,176,907,813 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 1,230,168,903,825 | 100% | ||
brianoflondon | 0 | 1,052,008,003,988 | 100% |
Thank you @josedicuss. Yes, I havenβt been posting much lately. I hope everything is great with you.
author | geekgirl |
---|---|
permlink | qn2ol8 |
category | hive-167922 |
json_metadata | {"users":["josedicuss"],"app":"hiveblog/0.1"} |
created | 2021-01-17 09:48:45 |
last_update | 2021-01-17 09:48:45 |
depth | 2 |
children | 1 |
last_payout | 2021-01-24 09:48:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 100 |
author_reputation | 1,586,488,611,824,452 |
root_title | "Streamlit - The Faster Way To Build And Share Data Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,413,939 |
net_rshares | 0 |
It's all good with me, surviving in covid-19 times isn't really a pleasant task but then we are grateful to be alive nontheless. Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@josediccus/re-geekgirl-5dpfza)
author | josediccus |
---|---|
permlink | re-geekgirl-5dpfza |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@josediccus/re-geekgirl-5dpfza"} |
created | 2021-01-17 09:52:30 |
last_update | 2021-01-17 09:52:30 |
depth | 3 |
children | 0 |
last_payout | 2021-01-24 09:52:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.040 HBD |
curator_payout_value | 0.041 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 226 |
author_reputation | 2,569,195,427,633,647 |
root_title | "Streamlit - The Faster Way To Build And Share Data Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,413,965 |
net_rshares | 592,056,439,055 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 592,056,439,055 | 50% |
It is completely free and easy to use. Thank you for sharing content about the app.
author | mominsdt |
---|---|
permlink | qn2nvc |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2021-01-17 09:33:18 |
last_update | 2021-01-17 09:33:18 |
depth | 1 |
children | 0 |
last_payout | 2021-01-24 09:33:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.040 HBD |
curator_payout_value | 0.041 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 83 |
author_reputation | 5,271,058,967,388 |
root_title | "Streamlit - The Faster Way To Build And Share Data Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,413,790 |
net_rshares | 597,161,359,756 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 597,161,359,756 | 50% |
https://twitter.com/geekjen/status/1350733179540234240
author | poshbot |
---|---|
permlink | re-streamlit-the-faster-way-to-build-and-share-data-apps-20210117t091426z |
category | hive-167922 |
json_metadata | "{"app": "beem/0.24.8"}" |
created | 2021-01-17 09:14:27 |
last_update | 2021-01-17 09:14:27 |
depth | 1 |
children | 0 |
last_payout | 2021-01-24 09:14:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 54 |
author_reputation | 5,554,335,374,496 |
root_title | "Streamlit - The Faster Way To Build And Share Data Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,413,611 |
net_rshares | 0 |
https://twitter.com/geekjen/status/1354180435740303361
author | poshbot |
---|---|
permlink | re-streamlit-the-faster-way-to-build-and-share-data-apps-20210126t213236z |
category | hive-167922 |
json_metadata | "{"app": "beem/0.24.20"}" |
created | 2021-01-26 21:32:36 |
last_update | 2021-01-26 21:32:36 |
depth | 1 |
children | 0 |
last_payout | 2021-02-02 21:32:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 54 |
author_reputation | 5,554,335,374,496 |
root_title | "Streamlit - The Faster Way To Build And Share Data Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,572,294 |
net_rshares | 0 |
You are a programmer. RIGHT??? I don't know much about programming.
author | topbooster |
---|---|
permlink | qn2o0c |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2021-01-17 09:36:18 |
last_update | 2021-01-17 09:36:18 |
depth | 1 |
children | 2 |
last_payout | 2021-01-24 09:36:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.042 HBD |
curator_payout_value | 0.042 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 67 |
author_reputation | 14,454,501,146,413 |
root_title | "Streamlit - The Faster Way To Build And Share Data Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,413,821 |
net_rshares | 603,176,622,196 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 603,176,622,196 | 50% |
I donβt know much either. I just try to learn sometimes.
author | geekgirl |
---|---|
permlink | qn2omp |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2021-01-17 09:49:39 |
last_update | 2021-01-17 09:49:39 |
depth | 2 |
children | 1 |
last_payout | 2021-01-24 09:49:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 56 |
author_reputation | 1,586,488,611,824,452 |
root_title | "Streamlit - The Faster Way To Build And Share Data Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,413,948 |
net_rshares | 719,247,038 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
topbooster | 0 | 719,247,038 | 100% |
Good wishes for learning programming.
author | topbooster |
---|---|
permlink | qn2p4f |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2021-01-17 10:00:21 |
last_update | 2021-01-17 10:00:21 |
depth | 3 |
children | 0 |
last_payout | 2021-01-24 10:00:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 37 |
author_reputation | 14,454,501,146,413 |
root_title | "Streamlit - The Faster Way To Build And Share Data Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,414,036 |
net_rshares | 0 |