Author Topic: Easiest programming/scripting language  (Read 3777 times)

0 Members and 1 Guest are viewing this topic.

Offline Xires

  • Noob Eater
  • Administrator
  • Knight
  • *
  • Posts: 379
  • Cookies: 149
    • View Profile
    • Feed The Trolls - Xires
Re: Easiest programming/scripting language
« Reply #30 on: September 02, 2015, 02:26:13 pm »
'Cookies' are one of the ways that we keep track of how useful someone's posts have been to the community.  Someone with a positive cookie count is seen as being useful/helpful; their advice is generally given more merit and their opinions are generally better respected because, overall, they have been a positive influence in the community.  Someone with a negative cookie count is considered to have less value to the community; their opinions are not considered to matter, much, and their advice is usually ignored because it is often completely useless.

For now, you can probably just ignore the cookies thing.  Just concentrate on learning.

How's that coming, by the way?  You haven't given up yet, have you?
-Xires

Offline Josiah23

  • /dev/null
  • *
  • Posts: 15
  • Cookies: -3
    • View Profile
Re: Easiest programming/scripting language
« Reply #31 on: September 11, 2015, 02:43:32 am »
I haven't given up yet! It's actually becoming easier as I learn more, but I'm probably spending way to much time each and everyday on this to the point where sleep isn't an option. :/ I should probably start sleeping more. :/ Thanks for checking on me though. :)  XD
« Last Edit: September 11, 2015, 02:43:56 am by Josiah23 »
The Quieter You Become, The More You Are Able To Hear. -Kali Linux

Offline ptales

  • Peasant
  • *
  • Posts: 75
  • Cookies: 10
  • Perfected Imperfection
    • View Profile
Re: Easiest programming/scripting language
« Reply #32 on: September 11, 2015, 03:45:20 pm »
I like your mindset. Take that cookie. And sleep is overrated ;)
« Last Edit: September 11, 2015, 03:45:33 pm by ptales »
'Until they become conscious they will never rebel, and until after they have rebelled they cannot become conscious.'

Offline wolverine

  • /dev/null
  • *
  • Posts: 6
  • Cookies: -1
  • Live,Learn,Lead !
    • View Profile
Re: Easiest programming/scripting language
« Reply #33 on: September 15, 2015, 08:47:01 pm »
You might also want to look at Perl Programming. There is ton of resources available for free and  it is backed by a strong community and above all it has CPAN[ free modules ].
Humanity can thrive only by co-operation not by competition

Offline Josiah23

  • /dev/null
  • *
  • Posts: 15
  • Cookies: -3
    • View Profile
Re: Easiest programming/scripting language
« Reply #34 on: September 18, 2015, 01:36:36 am »
Sure will!  :)
The Quieter You Become, The More You Are Able To Hear. -Kali Linux

Offline Xires

  • Noob Eater
  • Administrator
  • Knight
  • *
  • Posts: 379
  • Cookies: 149
    • View Profile
    • Feed The Trolls - Xires
Re: Easiest programming/scripting language
« Reply #35 on: September 19, 2015, 04:40:28 pm »
@Josiah23; how's it coming?  Still dedicated?  Anything causing serious roadblocks?
-Xires

Offline Josiah23

  • /dev/null
  • *
  • Posts: 15
  • Cookies: -3
    • View Profile
Re: Easiest programming/scripting language
« Reply #36 on: September 20, 2015, 11:32:06 pm »
Pretty good so far, nothing is causing any roadblocks. I eventually took a 20 or so hour break on my days off to rest, look at some colleges and mess around with some Linux distros.
« Last Edit: September 21, 2015, 12:25:45 am by Josiah23 »
The Quieter You Become, The More You Are Able To Hear. -Kali Linux

Offline blindfuzzy

  • VIP
  • Peasant
  • *
  • Posts: 86
  • Cookies: 34
    • View Profile
Re: Easiest programming/scripting language
« Reply #37 on: September 22, 2015, 06:15:29 pm »
fullquote
This. I wish I would have gotten this advice when I first started learning. I started with Python and struggled when transitioning to other languages. Something that may be easier today is not always the best choice from tomorrow.
« Last Edit: September 22, 2015, 06:33:51 pm by Kulverstukas »

Offline DoctorT

  • Serf
  • *
  • Posts: 29
  • Cookies: -3
    • View Profile
Re: Easiest programming/scripting language
« Reply #38 on: September 22, 2015, 06:33:15 pm »
In truth, Ruby is more simpler than Python but it is server-side. Think of it as web-hacking. But I do not fancy web-hacking (you know, SQL just makes no sense to someone that is so obsessed with C/C#, and I am not even talking about C++, where the most complex of templates are replaced with "where ABCD*
do XYDZ".) There is a thumb of rule for learning mathematics.

If you learn the most complex theorems and algorithms and corollaries that do not depend upon all but the simplest theorems, and you can calculate the spherical front fact of a pyramid in a few seconds, you'll get 97% in algebra/calculus undergrad courses without even reading the textbooks. Why, because when the teacher is teaching the most basic stuff, you already have trained your brain to be equivalent of the professor, and one-time revision in the class room is enough to get you A++. Because you don't need to be taught Pythogoras theroem when you already know Fermat's Last Theorem , which was unsolved for three and half centuries. Pythogoras is AB + BC = AC (in its simplest form), which is not too hard for you.

Similar is the case for programming. If you start with C (which is, trust me, still one of the most simple programming languages despite it being the father of C++), you'll be like "holy shit, how easy it is in Python!" instead of the vice versa and have Python as first language and say, "HOLY SHIT!!!! So this was the underlying fundamental layer under my simple Python command."

For your required goals, I suggest a multitude of languages.
Obviously C, some C++, C# (managed memory, wheeeeeeeewwwww, thread safety, libraries, whewwwwwww) and Python. Learn in that order, or learn C# before C++.

Offline Kurajber

  • Serf
  • *
  • Posts: 43
  • Cookies: 7
  • Don't Drink and Root
    • View Profile
Re: Easiest programming/scripting language
« Reply #39 on: October 20, 2015, 10:54:04 pm »
Pascal is very easy to learn

I guess "easy" is a relative category. The thing about Pascal is that it is mostly taught in schools where you're supposed to do only that - basic school tasks. That's probably why you say it's easy. You can't really say that it's easier to do a task with it than with dozen other langs. I started my programming with Pascal and then switched to C, and I'm still not sure if that's really the way you should go.

I totally recommend C as a first language, because it's more useful later (you don't use much Pascal now that you know it, do you), and it's great that you learn a thing or two along the way without knowing it (data types, sizes, etc).

OP, I don't think you should do it the way you said (10hr a day), you will get sick of it in days. I also recommend you to register on a website like hackerrank, codeforces, topcoder, codechef etc. where you can do tasks and keep track of your progress, plus you can try to do a task above your level and learn by doing it.

Since you're interested in much stuff, I suggest you pick one thing you want to learn first, get really good at it (which can take months or even years to do) and then advance to next one, rather than trying to learn variety of things at once and getting stuck at the beginning.

And think about removing that Kali quote, really.
« Last Edit: October 20, 2015, 11:02:15 pm by Kurajber »
0000010100100000

Offline Bluecow

  • NULL
  • Posts: 4
  • Cookies: -1
    • View Profile
Re: Easiest programming/scripting language
« Reply #40 on: October 20, 2015, 11:41:11 pm »
I would recommend Python. It is what I started on and it helped me understand the thought process of writing a program without dealing with complex structuring or a picky syntax. I have also heard good things about Javascript but I've never looked at it. Good luck sir!(:

Offline etnica

  • NULL
  • Posts: 3
  • Cookies: 0
    • View Profile
Re: Easiest programming/scripting language
« Reply #41 on: October 21, 2015, 01:39:15 am »
Im also will recomment you about python.
powerful language and theres a lot to metrial to learn on the internat.


if you will need help about python.. contact my for free my friend :)

Offline Dr4g0n

  • Serf
  • *
  • Posts: 38
  • Cookies: -3
  • sudo rm */
    • View Profile
Re: Easiest programming/scripting language
« Reply #42 on: October 23, 2015, 06:10:06 am »
Machine or ASM is pretty easy for a beginner,lol. I would go with either golang or python for readability and speed. If you are looking for a new language, or your first, python is alright, my only problem is it hides all the good stuff that makes a good programmer in an attempt to make is easy. Which is alright, but can potentially bore a beginner. To each their own.
I asked for nothing, and that's just what I got.


Offline archfox

  • /dev/null
  • *
  • Posts: 12
  • Cookies: 1
    • View Profile
Re: Easiest programming/scripting language
« Reply #43 on: October 23, 2015, 04:30:46 pm »
Any programming language (or anything new in general) has its learning curve. On the other hand, the easiest programming language is something opinion based, and therefore it is not a valid criteria.

IMHO, if I had a chance to go back and start learning my first programming language, I would have suggested myself something like Python. To be able to learn and create something interesting a bit faster, than let's say in C.  ;)

Fortunately or unfortunately, I can't say it now, for me it was other way around. The Godfather C was the first  :D 
« Last Edit: October 23, 2015, 04:33:14 pm by archfox »