Computing

What programming languages/frameworks do you want to learn?

Submitted by Deadboy, , Thread ID: 72431

Thread Closed

RE: What programming languages/frameworks do you want to learn?

JustinWick
Newbie
Level:
0
Reputation:
0
Posts:
16
Likes:
1
Credits:
2
10-02-2018, 12:31 AM
#21
I would love to learn c++ personally. Ive seen alot of c++ in the programs and such that I use

RE: What programming languages/frameworks do you want to learn?

Deadboy
Active Member
Level:
0
Reputation:
18
Posts:
219
Likes:
23
Credits:
148
OP
10-02-2018, 12:39 AM
#22
09-02-2018, 08:05 PM
MeLikeyDaCheese Wrote:
Teach me C++ and Python. Somebody! Please! I can't learn anywhere else!

If you can't learn something as simple as Python on your own, then you're not fit for programming. I'm sorry, but you just lack the self-discipline for problem solving.

RE: What programming languages/frameworks do you want to learn?

MeLikeyDaCheese
Junior Member
Level:
0
Reputation:
0
Posts:
90
Likes:
11
Credits:
14
10-02-2018, 02:04 PM
#23
10-02-2018, 12:39 AM
Deadboy Wrote:
If you can't learn something as simple as Python on your own, then you're not fit for programming. I'm sorry, but you just lack the self-discipline for problem solving.

-_-

I can't find the resources online for learning. For someone like me who has NO coding knowledge at all. That's really unfair to say to be honest. I was hoping the idea was to be nice and help each otherout here. But whatever...

I know I will learn eventually. Hopefully, there aren't any more assholes who will try and tell me otherwise.

RE: What programming languages/frameworks do you want to learn?

hastybuns
Member
Supreme
Level:
3
Reputation:
14
Posts:
116
Likes:
9
Credits:
75
10-02-2018, 02:08 PM
#24
DApps (distributed applications) on top of the Ethereum platform.

RE: What programming languages/frameworks do you want to learn?

Deadboy
Active Member
Level:
0
Reputation:
18
Posts:
219
Likes:
23
Credits:
148
OP
10-02-2018, 05:04 PM
This post was last modified: 10-02-2018, 05:08 PM by Deadboy
#25
10-02-2018, 02:04 PM
MeLikeyDaCheese Wrote:
-_-

I can't find the resources online for learning. For someone like me who has NO coding knowledge at all. That's really unfair to say to be honest. I was hoping the idea was to be nice and help each otherout here. But whatever...

I know I will learn eventually. Hopefully, there aren't any more assholes who will try and tell me otherwise.

Because you didn't google literally ANYTHING. You aren't trying to find anything, so you aren't. Let's see what happens when I google "learn python":
[Image: bd98a1601e6e4dc4c895e8ec3da8e13f.png]

Look, first three results are places to learn. Then there is the exact question asked under it, that you can see the answer for. Then to the side there are books on learning the language.

Let's see what happens when you google "python tutorial":
[Image: 9df868458142a769ad3d36b7afacd7f0.png]

Look, all the results are python tutorials. Even a video, so don't use "i need youtube tutorial!" because there's one right there.

And you know what? Programmers aren't walking dictionaries of functions and algorithms. Whoever thinks that isn't a programmer themselves. We google questions all the time too. "css flexbox," "how to find kernel32.dll with peb," manhattan distance" etc. the list goes on. If you aren't capable of googling something, then you're not gonna get half decent at programming. Or maybe you will, but it'll take you three hours to solve a problem you could have googled. Which means that if you're at a coding challenge or hackathon or whatever, you might finish with the solution to your problem a day after everyone's already built their hacks.

As for actually learning to code, that's pretty stupid. Assuming someone's going to teach you, you're not going to learn at your pace. You're going to go at your teacher's pace and if you can't keep up, tough luck. People that do development have better stuff to do like work on their own projects instead of teaching someone who doesn't actually show any promise as it stands. Learning programming is difficult if you don't have two things already: problem solving skills and an understanding of logical flow. You can learn about all kinds of logic, and/or/if/else/not/etc. and how it all flows. You can learn the structure and interpretation of computer programs (call stack, anything to do with memory) but at the end of the day, problem solving isn't something you can just "learn" if you want to. You need creativity and, again, your logical thinking as well as persistence to fix your bugs and optimize your code.

Again, if you think this is a friendly place for people to help each other, you're right. But you're asking for FREE MENTORING on YOUR TERMS and whenever YOU'RE AVALABLEabout exactly what YOU WANT TO LEARN. You see the problem here? The party teaching you doesn't get anything out of it except wasted time.

Quit trying to blame it on whatever, you're the only person holding you back from learning, and you know that.

10-02-2018, 02:08 PM
hastybuns Wrote:
DApps (distributed applications) on top of the Ethereum platform.

I've looking into doing this as well, but still just don't have enough foundational knowledge on the blockchain. Every source I find is incredibly vague, may just go out and buy a book on actually building a blockchain itself before looking at what I can do with ETH smart contracts.

RE: What programming languages/frameworks do you want to learn?

art
X
Supreme
Level:
0
Reputation:
124
Posts:
1.03K
Likes:
78
Credits:
138
10-02-2018, 11:08 PM
#26
Currently looking into learning java, even though it's been hard considering I have a busy schedule and when I have free time it's hard to focus due to me being exhausted.
[Image: cL3v.gif]

RE: What programming languages/frameworks do you want to learn?

MeLikeyDaCheese
Junior Member
Level:
0
Reputation:
0
Posts:
90
Likes:
11
Credits:
14
11-02-2018, 02:44 AM
#27
10-02-2018, 05:04 PM
Deadboy Wrote:
Because you didn't google literally ANYTHING. You aren't trying to find anything, so you aren't. Let's see what happens when I google "learn python":
[Image: bd98a1601e6e4dc4c895e8ec3da8e13f.png]

Look, first three results are places to learn. Then there is the exact question asked under it, that you can see the answer for. Then to the side there are books on learning the language.

Let's see what happens when you google "python tutorial":
[Image: 9df868458142a769ad3d36b7afacd7f0.png]

Look, all the results are python tutorials. Even a video, so don't use "i need youtube tutorial!" because there's one right there.

And you know what? Programmers aren't walking dictionaries of functions and algorithms. Whoever thinks that isn't a programmer themselves. We google questions all the time too. "css flexbox," "how to find kernel32.dll with peb," manhattan distance" etc. the list goes on. If you aren't capable of googling something, then you're not gonna get half decent at programming. Or maybe you will, but it'll take you three hours to solve a problem you could have googled. Which means that if you're at a coding challenge or hackathon or whatever, you might finish with the solution to your problem a day after everyone's already built their hacks.

As for actually learning to code, that's pretty stupid. Assuming someone's going to teach you, you're not going to learn at your pace. You're going to go at your teacher's pace and if you can't keep up, tough luck. People that do development have better stuff to do like work on their own projects instead of teaching someone who doesn't actually show any promise as it stands. Learning programming is difficult if you don't have two things already: problem solving skills and an understanding of logical flow. You can learn about all kinds of logic, and/or/if/else/not/etc. and how it all flows. You can learn the structure and interpretation of computer programs (call stack, anything to do with memory) but at the end of the day, problem solving isn't something you can just "learn" if you want to. You need creativity and, again, your logical thinking as well as persistence to fix your bugs and optimize your code.

Again, if you think this is a friendly place for people to help each other, you're right. But you're asking for FREE MENTORING on YOUR TERMS and whenever YOU'RE AVALABLEabout exactly what YOU WANT TO LEARN. You see the problem here? The party teaching you doesn't get anything out of it except wasted time.

Quit trying to blame it on whatever, you're the only person holding you back from learning, and you know that.


I've looking into doing this as well, but still just don't have enough foundational knowledge on the blockchain. Every source I find is incredibly vague, may just go out and buy a book on actually building a blockchain itself before looking at what I can do with ETH smart contracts.
Sigh... I'm not even going to read that. Got more important things to do like learning to code.

RE: What programming languages/frameworks do you want to learn?

bloop2kes
Newbie
Level:
0
Reputation:
0
Posts:
12
Likes:
0
Credits:
14
11-02-2018, 03:08 AM
#28
I'm currently learning JavaScript.. I used to try to learn Lua because I played ROBLOX. However, I realized that what I was learning could really only be applied to ROBLOX, as I don't know where else you'd use Lua. So then I got into JavaScript, but not Web JavaScript, Discord.js to be specific. I really like the way you can program bots and the discord API and how it works. It's all real fastinating to me, and I used to host the bot on my computer, but I recently got a Virtual Private Server! So now I am trying to invest time to learn JavaScript, to make use of the kindly free VPS given to me. However, I've also always wanted to learn C++. This is mainly due to the fact that it can be applied in many ways nowadays in todays world.

RE: What programming languages/frameworks do you want to learn?

Yahooo
Newbie
Level:
0
Reputation:
0
Posts:
14
Likes:
1
Credits:
49
11-02-2018, 09:10 AM
#29
Python, at the moment I'm just finishing my course Smile

RE: What programming languages/frameworks do you want to learn?

TimeTraveller
You travel lands, I travel time
Supreme
Level:
0
Reputation:
126
Posts:
796
Likes:
109
Credits:
104
11-02-2018, 09:14 AM
This post was last modified: 11-02-2018, 09:17 AM by TimeTraveller
#30
10-02-2018, 02:04 PM
MeLikeyDaCheese Wrote:
-_-

I can't find the resources online for learning. For someone like me who has NO coding knowledge at all. That's really unfair to say to be honest. I was hoping the idea was to be nice and help each otherout here. But whatever...

I know I will learn eventually. Hopefully, there aren't any more assholes who will try and tell me otherwise.
i can hook you up with lifetime lynda.com membership
you need that?

10-02-2018, 05:04 PM
Deadboy Wrote:
Because you didn't google literally ANYTHING. You aren't trying to find anything, so you aren't. Let's see what happens when I google "learn python":
[Image: bd98a1601e6e4dc4c895e8ec3da8e13f.png]

Look, first three results are places to learn. Then there is the exact question asked under it, that you can see the answer for. Then to the side there are books on learning the language.

Let's see what happens when you google "python tutorial":
[Image: 9df868458142a769ad3d36b7afacd7f0.png]

Look, all the results are python tutorials. Even a video, so don't use "i need youtube tutorial!" because there's one right there.

And you know what? Programmers aren't walking dictionaries of functions and algorithms. Whoever thinks that isn't a programmer themselves. We google questions all the time too. "css flexbox," "how to find kernel32.dll with peb," manhattan distance" etc. the list goes on. If you aren't capable of googling something, then you're not gonna get half decent at programming. Or maybe you will, but it'll take you three hours to solve a problem you could have googled. Which means that if you're at a coding challenge or hackathon or whatever, you might finish with the solution to your problem a day after everyone's already built their hacks.

As for actually learning to code, that's pretty stupid. Assuming someone's going to teach you, you're not going to learn at your pace. You're going to go at your teacher's pace and if you can't keep up, tough luck. People that do development have better stuff to do like work on their own projects instead of teaching someone who doesn't actually show any promise as it stands. Learning programming is difficult if you don't have two things already: problem solving skills and an understanding of logical flow. You can learn about all kinds of logic, and/or/if/else/not/etc. and how it all flows. You can learn the structure and interpretation of computer programs (call stack, anything to do with memory) but at the end of the day, problem solving isn't something you can just "learn" if you want to. You need creativity and, again, your logical thinking as well as persistence to fix your bugs and optimize your code.

Again, if you think this is a friendly place for people to help each other, you're right. But you're asking for FREE MENTORING on YOUR TERMS and whenever YOU'RE AVALABLEabout exactly what YOU WANT TO LEARN. You see the problem here? The party teaching you doesn't get anything out of it except wasted time.

Quit trying to blame it on whatever, you're the only person holding you back from learning, and you know that.


I've looking into doing this as well, but still just don't have enough foundational knowledge on the blockchain. Every source I find is incredibly vague, may just go out and buy a book on actually building a blockchain itself before looking at what I can do with ETH smart contracts.

maan, quit wasting words over ungrateful kids.
also, i recently participated in a hackathon where i had to build a project based onblockchain , i got rekt but i learned a lot of shit.
[Image: zQqN94g.gif]

Users browsing this thread: 3 Guest(s)