create account

Getting started with Programming for beginners - gathering the resources. by isteemit

View this thread on: hive.blogpeakd.comecency.com
· @isteemit · (edited)
$15.81
Getting started with Programming for beginners - gathering the resources.
Hello everyone, I hope you're doing well. It's been an interesting journey on Steem for me so far and I've learnt a lot from the community - especially on the technical front. It's been amazing to see so many people answering my queries without any hesitation. I have been honored to have known such people and have learnt immensely from them. So, starting today, I'll be writing tutorials for programming-beginners and will try to help them as much as I can. A discussion can be started in the comments anyway. I believe it will be an amazing experience for me, as well as for the new programmers. 

<center><h1>Where are my resources? </h1></center>

<center>https://cdn.pixabay.com/photo/2016/05/23/07/25/jackie-chan-1409824_960_720.png</center>

Today, we will only look at the resources we will need for the rest of the journey. We will talk about the websites you will need to register yourself to and how they are going to play an integral role in your journey of becoming a better and efficient programmer. So, buckle up!

<hr/>

<h1>Resource  #1 : Stackoverflow </h1>
https://upload.wikimedia.org/wikipedia/commons/thumb/0/02/Stack_Overflow_logo.svg/2000px-Stack_Overflow_logo.svg.png

Sign up at stackoverflow right away. Even if you don't sign up, you'll be using this website the most. You can almost do away with the rest of the list but not this one. One way or the other, you will definitely end up seeing it if you're into programming. So, go make an account. 
<h1><center>But Why? </center></h1>
When you get stuck somewhere because you don't know how to proceed or because you got an error and you want to fix it, or when you feel a certain command is supposed to work the way you think it should but it isn't working that way, you need to realize that someone else in the world might have already faced that problem in their journey of becoming a programmer. Stackoverflow is a forum where programmers exchange questions and answers. 

- If you get stuck, you look for answers at stack overflow. 
- If you don't find the answer you're looking for, you ask one. 
- If you find the answer, you implement it and try it. If it works, great. If it doesn't, repeat from the first step again.

<hr/>

<h1>Resource #2 : Github</h1>
https://c1.staticflickr.com/6/5622/22160892602_e5474a698d.jpg

This is where programmers hangout. You will be using this tool more often than you think of. It's the warehouse of almost all open-source projects available online. If you don't know what open source is, go google.  You will need this because you're not going to share screenshots of your code but you'll be making gists of your code and sharing it with others. You get to follow programmers working in the area of your interest and interact with them here and perhaps even contribute to an open source project.

Fun fact : Entire Steem project source code, basically the code that is making it possible for Steemit to run the way it is running, is all put up on Github and anyone can view it and contribute to it. Go sign yourself up at github.com.

<hr/>

<h1>Resource #3: Tutorials Point </h1>
https://media.licdn.com/media/AAEAAQAAAAAAAAK2AAAAJGE0ZmM4NTFmLTAxMjAtNDllNS1iYmU1LWYyNjdhYjg4OTYxOQ.png

You're not going to memorize the syntax all the time. Sometimes, you'll forget the syntax, sometimes you just need to read about a concept to move to the next concept quickly and that's when TutorialsPoint comes in. It has a single page description on all the major concepts of computer science with a working code. Use tutorialspoint.com as a reference.

<hr/>

<h1> Tool #1 : Text Editor </h1>

Everyone has their preference depending on ease of use, learning curve and efficiency for picking a text editor. Text Editors are softwares or programs that we use to write code. We open text editors, create a new file and write our code in it. I mostly use [SublimeText](https://www.sublimetext.com/3) but you can use atom as it is completely free and open source - meaning, it was built by people like you or me with good technical skill. 

[Download atom for windows]([https://github.com/atom/atom/releases/download/v1.20.0/atom-x64-windows.zip])
[Download atom for Debian/Ubuntu](https://github.com/atom/atom/releases/download/v1.20.0/atom-amd64.deb)
[Download atom for mac](https://github.com/atom/atom/releases/download/v1.20.0/atom-mac.zip)


<h1> Tool #2: Programming Language Compiler/Interpreter </h1>

It depends on the language you'd want to implement to write your program. For this series, we'll use Python. Therefore, we've install and set up python in our systems. 

Download the relevant version of python from [here](https://www.python.org/downloads/) as per your operating system. You can download `2.7` for sometime until we decide to move to `3.6` later.

<hr/>

<h1> Book  </h1>

[]()
https://prodimage.images-bn.com/pimages/9780321884916_p0_v2_s192x300.jpg

 
[The online version of this book is [free for reading](https://learnpythonthehardway.org/book/)]
Someone put it up on [github.](https://github.com/chris-void/pyway/blob/master/Learn%20Python%20The%20Hard%20Way%2C%203rd%20Edition%20.pdf)

<h1> Starting today, we'll move ahead in the book by writing one program per post, following the book and covering the basic concepts. </h1>

So, your task for today is :

- Install Atom
- Install Python
- Register at Stack Overflow
- Register at Github

<H1><center>#Day1</center></H1>



-isteemit
<hr/>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 83 others
properties (23)
authoristeemit
permlinkgetting-started-with-programming-for-beginners-gathering-the-resources
categoryprogramming
json_metadata{"tags":["programming","development","guide","tutorial","day1"],"image":["https://cdn.pixabay.com/photo/2016/05/23/07/25/jackie-chan-1409824_960_720.png","https://upload.wikimedia.org/wikipedia/commons/thumb/0/02/Stack_Overflow_logo.svg/2000px-Stack_Overflow_logo.svg.png","https://c1.staticflickr.com/6/5622/22160892602_e5474a698d.jpg","https://media.licdn.com/media/AAEAAQAAAAAAAAK2AAAAJGE0ZmM4NTFmLTAxMjAtNDllNS1iYmU1LWYyNjdhYjg4OTYxOQ.png","https://prodimage.images-bn.com/pimages/9780321884916_p0_v2_s192x300.jpg"],"links":["https://www.sublimetext.com/3","[https://github.com/atom/atom/releases/download/v1.20.0/atom-x64-windows.zip]","https://github.com/atom/atom/releases/download/v1.20.0/atom-amd64.deb","https://github.com/atom/atom/releases/download/v1.20.0/atom-mac.zip","https://www.python.org/downloads/","https://learnpythonthehardway.org/book/","https://github.com/chris-void/pyway/blob/master/Learn%20Python%20The%20Hard%20Way%2C%203rd%20Edition%20.pdf"],"app":"steemit/0.1","format":"markdown"}
created2017-09-19 03:04:27
last_update2017-09-21 04:58:48
depth0
children22
last_payout2017-09-26 03:04:27
cashout_time1969-12-31 23:59:59
total_payout_value12.328 HBD
curator_payout_value3.481 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5,432
author_reputation25,840,364,598,625
root_title"Getting started with Programming for beginners - gathering the resources."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,286,348
net_rshares6,196,384,402,713
author_curate_reward""
vote details (147)
@aikkhorn ·
Interesting, but these are difficult for me.
properties (22)
authoraikkhorn
permlinkre-isteemit-getting-started-with-programming-for-beginners-gathering-the-resources-20171227t025911386z
categoryprogramming
json_metadata{"tags":["programming"],"app":"steemit/0.1"}
created2017-12-27 02:59:15
last_update2017-12-27 02:59:15
depth1
children0
last_payout2018-01-03 02:59:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length44
author_reputation96,928,566,185
root_title"Getting started with Programming for beginners - gathering the resources."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id25,440,166
net_rshares0
@blazing ·
$0.09
Thanks for telling about all in one post i will try to learn more about it :)
👍  
properties (23)
authorblazing
permlinkre-isteemit-getting-started-with-programming-for-beginners-gathering-the-resources-20170919t131632479z
categoryprogramming
json_metadata{"tags":["programming"],"app":"steemit/0.1"}
created2017-09-19 13:16:36
last_update2017-09-19 13:16:36
depth1
children1
last_payout2017-09-26 13:16:36
cashout_time1969-12-31 23:59:59
total_payout_value0.068 HBD
curator_payout_value0.021 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length77
author_reputation117,662,220,860,076
root_title"Getting started with Programming for beginners - gathering the resources."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,325,338
net_rshares35,458,760,594
author_curate_reward""
vote details (1)
@isteemit ·
If you don't have any experience in programming but want to give it a shot, jump in - it's an exciting time.
properties (22)
authoristeemit
permlinkre-blazing-re-isteemit-getting-started-with-programming-for-beginners-gathering-the-resources-20170921t044917267z
categoryprogramming
json_metadata{"tags":["programming"],"app":"steemit/0.1"}
created2017-09-21 04:49:21
last_update2017-09-21 04:49:21
depth2
children0
last_payout2017-09-28 04:49:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length108
author_reputation25,840,364,598,625
root_title"Getting started with Programming for beginners - gathering the resources."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,488,071
net_rshares0
@bukhairidin ·
$0.09
nice postnya .........
posting is perfect, I like posting like this.
👍  
properties (23)
authorbukhairidin
permlinkre-isteemit-getting-started-with-programming-for-beginners-gathering-the-resources-20170920t073735055z
categoryprogramming
json_metadata{"tags":["programming"],"app":"steemit/0.1"}
created2017-09-20 07:37:33
last_update2017-09-20 07:37:33
depth1
children0
last_payout2017-09-27 07:37:33
cashout_time1969-12-31 23:59:59
total_payout_value0.069 HBD
curator_payout_value0.022 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length68
author_reputation2,167,681,459,353
root_title"Getting started with Programming for beginners - gathering the resources."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,399,042
net_rshares35,458,760,594
author_curate_reward""
vote details (1)
@codingdefined ·
$0.09
You can also add Sublime Text in Tool Section as it is also widely used :)
👍  
properties (23)
authorcodingdefined
permlinkre-isteemit-getting-started-with-programming-for-beginners-gathering-the-resources-20170920t100717179z
categoryprogramming
json_metadata{"tags":["programming"],"app":"steemit/0.1"}
created2017-09-20 10:07:18
last_update2017-09-20 10:07:18
depth1
children2
last_payout2017-09-27 10:07:18
cashout_time1969-12-31 23:59:59
total_payout_value0.069 HBD
curator_payout_value0.022 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length74
author_reputation532,767,693,167,748
root_title"Getting started with Programming for beginners - gathering the resources."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,408,530
net_rshares35,458,760,594
author_curate_reward""
vote details (1)
@isteemit ·
Had thought of it but Sublime isn't free and requires purchasing of license. I'll put it up with a notice. 
Thanks :)
👍  
properties (23)
authoristeemit
permlinkre-codingdefined-re-isteemit-getting-started-with-programming-for-beginners-gathering-the-resources-20170921t045056797z
categoryprogramming
json_metadata{"tags":["programming"],"app":"steemit/0.1"}
created2017-09-21 04:50:57
last_update2017-09-21 04:50:57
depth2
children1
last_payout2017-09-28 04:50:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length117
author_reputation25,840,364,598,625
root_title"Getting started with Programming for beginners - gathering the resources."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,488,160
net_rshares1,835,016,373
author_curate_reward""
vote details (1)
@codingdefined ·
Not really, you can use it without purchasing the license.
properties (22)
authorcodingdefined
permlinkre-isteemit-re-codingdefined-re-isteemit-getting-started-with-programming-for-beginners-gathering-the-resources-20170921t051012622z
categoryprogramming
json_metadata{"tags":["programming"],"app":"steemit/0.1"}
created2017-09-21 05:10:12
last_update2017-09-21 05:10:12
depth3
children0
last_payout2017-09-28 05:10:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length58
author_reputation532,767,693,167,748
root_title"Getting started with Programming for beginners - gathering the resources."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,489,240
net_rshares0
@keju1123 ·
$0.09
i love how you explain this. but i think for beginners its too hard to use phython for the first programming language. for beginners. i prefer pascal. because it has   similarities with the english language. so users just have to implement their logic. for phython , i think it better used for intermediet-advanced user

but. that just my preferences. don't judge ^^
👍  
properties (23)
authorkeju1123
permlinkre-isteemit-getting-started-with-programming-for-beginners-gathering-the-resources-20170920t121235213z
categoryprogramming
json_metadata{"tags":["programming"],"app":"steemit/0.1"}
created2017-09-20 12:12:42
last_update2017-09-20 12:12:42
depth1
children1
last_payout2017-09-27 12:12:42
cashout_time1969-12-31 23:59:59
total_payout_value0.069 HBD
curator_payout_value0.022 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length366
author_reputation2,244,496,687
root_title"Getting started with Programming for beginners - gathering the resources."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,416,782
net_rshares35,458,760,594
author_curate_reward""
vote details (1)
@isteemit ·
You might be right but I personally have never written pascal. I am not a Python expert either but I just wanted to pick a high level language that would be easily readable. Also, the book I'll be following, is very basic. It should be helpful for absolute beginners.
properties (22)
authoristeemit
permlinkre-keju1123-re-isteemit-getting-started-with-programming-for-beginners-gathering-the-resources-20170921t045618187z
categoryprogramming
json_metadata{"tags":["programming"],"app":"steemit/0.1"}
created2017-09-21 04:56:18
last_update2017-09-21 04:56:18
depth2
children0
last_payout2017-09-28 04:56:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length267
author_reputation25,840,364,598,625
root_title"Getting started with Programming for beginners - gathering the resources."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,488,481
net_rshares0
@lestatisticien ·
Thanks for the useful learning framework/approach you are suggesting. Two questions, please: (1) Do you have in mind any specific output that a successful student would produce at the end of following your series faithfully? (2) I prefer to focus on Javascript as my next language to learn (I’ve learned and used about 10 by now in my prof. work; but neither Javascript nor Python). Would it make sense to to read along in the Python book you suggest while actually trying to implement the ideas in Javascript?  Thanks in advance.
properties (22)
authorlestatisticien
permlinkre-isteemit-getting-started-with-programming-for-beginners-gathering-the-resources-20170928t025134463z
categoryprogramming
json_metadata{"tags":["programming"],"app":"steemit/0.1"}
created2017-09-28 02:51:33
last_update2017-09-28 02:51:33
depth1
children2
last_payout2017-10-05 02:51:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length530
author_reputation113,294,543,132
root_title"Getting started with Programming for beginners - gathering the resources."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,141,398
net_rshares0
@isteemit ·
Hi, this course is intended for absolute beginners so a successful student would be able to read and understand python codes and write python programs on their own. 
For 2, you could try writing codes in multiple platforms as you learn along. But this book might not help you directly build projects. It will help you learn programming and that's about it. For Javascript, you'll probably need to learn ES6/ES7 and then hop on a framework of your choice and learn that.
properties (22)
authoristeemit
permlinkre-lestatisticien-re-isteemit-getting-started-with-programming-for-beginners-gathering-the-resources-20171004t085258140z
categoryprogramming
json_metadata{"tags":["programming"],"app":"steemit/0.1"}
created2017-10-04 08:52:57
last_update2017-10-04 08:52:57
depth2
children1
last_payout2017-10-11 08:52:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length469
author_reputation25,840,364,598,625
root_title"Getting started with Programming for beginners - gathering the resources."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,744,853
net_rshares0
@lestatisticien ·
Thanks for your guidance.
properties (22)
authorlestatisticien
permlinkre-isteemit-re-lestatisticien-re-isteemit-getting-started-with-programming-for-beginners-gathering-the-resources-20171010t205946238z
categoryprogramming
json_metadata{"tags":["programming"],"app":"steemit/0.1"}
created2017-10-10 20:59:45
last_update2017-10-10 20:59:45
depth3
children0
last_payout2017-10-17 20:59:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length25
author_reputation113,294,543,132
root_title"Getting started with Programming for beginners - gathering the resources."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,333,649
net_rshares0
@mamamyanmar ·
$0.09
good,
👍  
properties (23)
authormamamyanmar
permlinkre-isteemit-2017919t11214686z
categoryprogramming
json_metadata{"tags":"programming","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-19 04:32:18
last_update2017-09-19 04:32:18
depth1
children0
last_payout2017-09-26 04:32:18
cashout_time1969-12-31 23:59:59
total_payout_value0.065 HBD
curator_payout_value0.021 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5
author_reputation14,121,891,848,891
root_title"Getting started with Programming for beginners - gathering the resources."
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,291,167
net_rshares35,458,760,594
author_curate_reward""
vote details (1)
@mineopoly ·
Is python the language to learn first? I have been learning java.
properties (22)
authormineopoly
permlinkre-isteemit-getting-started-with-programming-for-beginners-gathering-the-resources-20171222t222220314z
categoryprogramming
json_metadata{"tags":["programming"],"app":"steemit/0.1"}
created2017-12-22 22:22:24
last_update2017-12-22 22:22:24
depth1
children0
last_payout2017-12-29 22:22:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length65
author_reputation142,372,119,861,596
root_title"Getting started with Programming for beginners - gathering the resources."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id24,765,949
net_rshares0
@minnowsupport ·
$0.05
This post received an upvote from MSP3k.com
This post received a 20% vote by @minnowsupport courtesy of @charmer from the Minnow Support Project ( @minnowsupport ). [Join us in Discord](https://discord.gg/tuJsjYk).

Upvoting this comment will help support @minnowsupport.
👍  
properties (23)
authorminnowsupport
permlinkthis-post-received-an-upvote-from-msp3k-com-1505793347
categoryprogramming
json_metadata{"tags":["minnowsupport","msp3k","minnowsupportproject","steemit","minnowsunite"],"app":"msp3k/1.0","format":"markdown+html","community":"minnowsupport"}
created2017-09-19 03:55:57
last_update2017-09-19 03:55:57
depth1
children0
last_payout2017-09-26 03:55:57
cashout_time1969-12-31 23:59:59
total_payout_value0.033 HBD
curator_payout_value0.021 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length227
author_reputation148,902,805,319,183
root_title"Getting started with Programming for beginners - gathering the resources."
beneficiaries
0.
accountmsp3k
weight5,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,289,182
net_rshares35,458,760,594
author_curate_reward""
vote details (1)
@rocksg ·
$0.17
A very big thank for the good work you are doing here. I will like to learn web designing ,html and Css. Can we see future posts on these topics?
👍  ,
properties (23)
authorrocksg
permlinkre-isteemit-getting-started-with-programming-for-beginners-gathering-the-resources-20170921t114458218z
categoryprogramming
json_metadata{"tags":["programming"],"app":"steemit/0.1"}
created2017-09-21 11:44:57
last_update2017-09-21 11:44:57
depth1
children1
last_payout2017-09-28 11:44:57
cashout_time1969-12-31 23:59:59
total_payout_value0.126 HBD
curator_payout_value0.040 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length145
author_reputation116,981,533,538,953
root_title"Getting started with Programming for beginners - gathering the resources."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,513,973
net_rshares63,567,680,259
author_curate_reward""
vote details (2)
@isteemit ·
I'll probably get on it after I complete this series. Thank you :D
properties (22)
authoristeemit
permlinkre-rocksg-re-isteemit-getting-started-with-programming-for-beginners-gathering-the-resources-20170924t060423775z
categoryprogramming
json_metadata{"tags":["programming"],"app":"steemit/0.1"}
created2017-09-24 06:04:24
last_update2017-09-24 06:04:24
depth2
children0
last_payout2017-10-01 06:04:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length66
author_reputation25,840,364,598,625
root_title"Getting started with Programming for beginners - gathering the resources."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,766,766
net_rshares0
@swaraj ·
$0.09
Stack overflow is good but most of the time the solutions didn't work in my case. My role is Weblogic Admin, when ever I try to find out what the error, checking the logs I end up getting absurd solutions. But still it was helpful sometimes.
👍  
properties (23)
authorswaraj
permlinkre-isteemit-getting-started-with-programming-for-beginners-gathering-the-resources-20170919t044458019z
categoryprogramming
json_metadata{"tags":["programming"],"app":"steemit/0.1"}
created2017-09-19 04:44:57
last_update2017-09-19 04:44:57
depth1
children1
last_payout2017-09-26 04:44:57
cashout_time1969-12-31 23:59:59
total_payout_value0.068 HBD
curator_payout_value0.021 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length241
author_reputation10,194,751,636,845
root_title"Getting started with Programming for beginners - gathering the resources."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,291,901
net_rshares35,458,760,594
author_curate_reward""
vote details (1)
@isteemit ·
It will be quite helpful in the long run. If the solution provided for your question doesn't work, you can continue posting in the thread and mention that the provided solution didn't work for you.
properties (22)
authoristeemit
permlinkre-swaraj-re-isteemit-getting-started-with-programming-for-beginners-gathering-the-resources-20170921t044754132z
categoryprogramming
json_metadata{"tags":["programming"],"app":"steemit/0.1"}
created2017-09-21 04:47:54
last_update2017-09-21 04:47:54
depth2
children0
last_payout2017-09-28 04:47:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length197
author_reputation25,840,364,598,625
root_title"Getting started with Programming for beginners - gathering the resources."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,487,968
net_rshares0
@thura ·
good
properties (22)
authorthura
permlinkre-isteemit-getting-started-with-programming-for-beginners-gathering-the-resources-20171116t103124606z
categoryprogramming
json_metadata{"tags":["programming"],"app":"steemit/0.1"}
created2017-11-16 10:31:27
last_update2017-11-16 10:31:27
depth1
children0
last_payout2017-11-23 10:31:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4
author_reputation10,734,112,205,759
root_title"Getting started with Programming for beginners - gathering the resources."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,558,409
net_rshares0
@vinicivs ·
$0.12
This is exactly what I needed. Thx.
👍  
properties (23)
authorvinicivs
permlinkre-isteemit-getting-started-with-programming-for-beginners-gathering-the-resources-20170924t021901778z
categoryprogramming
json_metadata{"tags":["programming"],"app":"steemit/0.1"}
created2017-09-24 02:19:06
last_update2017-09-24 02:19:06
depth1
children1
last_payout2017-10-01 02:19:06
cashout_time1969-12-31 23:59:59
total_payout_value0.092 HBD
curator_payout_value0.030 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length35
author_reputation554,562,394
root_title"Getting started with Programming for beginners - gathering the resources."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,755,725
net_rshares35,491,993,230
author_curate_reward""
vote details (1)
@isteemit ·
Glad that you're finding it useful. Thank you :D
properties (22)
authoristeemit
permlinkre-vinicivs-re-isteemit-getting-started-with-programming-for-beginners-gathering-the-resources-20170924t060446433z
categoryprogramming
json_metadata{"tags":["programming"],"app":"steemit/0.1"}
created2017-09-24 06:04:45
last_update2017-09-24 06:04:45
depth2
children0
last_payout2017-10-01 06:04:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length48
author_reputation25,840,364,598,625
root_title"Getting started with Programming for beginners - gathering the resources."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,766,786
net_rshares0