Hi all,
Ive been looking at starting to program for a while now, Well to learn to anyway.
I tend to use Linux more than windows these days.
Would Python be a good starting point ??
Re: Beginner Programmer
By: Phoenix to All on Sun Nov 29 2015 03:47 pm
I tend to use Linux more than windows these days.
Would Python be a good starting point ??
Sure!
Hi all,starting to program for a
Ive been looking at
anyway.than windows these days.
I tend to use Linux more
Would Python be a goodstarting point ??
I'd agree. Python isalmost the de facto higher
language now, and if youwant to get into "cloud",
OpenStack.
Hi all,
Ive been looking at starting to program for a while now, Well to learn to anyway.
I tend to use Linux more than windows these days.
Would Python be a good starting point ??
Many thanks
Phoenix
Wouldn't go too deep
there... OpenStack is an
ugly multi-tentacled beast.
Hi all,
Ive been looking at starting to program for a while now, Well to learn to anyway.
I tend to use Linux more than windows these days.
Would Python be a good starting point ??
Hi all,
Ive been looking atstarting to program for a
while now, Well to learn to
anyway.
I tend to use Linux morethan windows these days.
Would Python be a goodstarting point ??
Iirc, Python was created as
a learning language, and is
a decent one to start
with... There are lots of
free programming courses
online for Python as well.
--
Re: Beginner Programmer
By: Phoenix to All on Sun Nov 29 2015 03:47 pm
Hi all,
Ive been looking at starting to program for a while now, Well to learn to anyway.
I tend to use Linux more than windows these days.
Would Python be a good starting point ??
perl is nice and easy too.
also get a domain name.
I tend to use Linux more than windows these days.
Would Python be a good starting point ??
perl is nice and easy too.
I would seriously suggest Python over any of the others. I researched it fairly well before coming to that same conclusion for myself.
Here are some of the features why I chose Python:
-interpreted for ease and speed of development, but option for self contained distribution
-multi platform support
-excellent support community
-mature language dating back to late '80s, but still supporting modern
object oriented model
-supports procedural, functional, and object oriented modes of use
Re: Beginner Programmer
By: Mro to Phoenix on Tue Dec 01 2015 09:36 pm
Re: Beginner Programmer
By: Phoenix to All on Sun Nov 29 2015 03:47 pm
Hi all,
Ive been looking at starting to program for a while now, Well to
learn to anyway.
I tend to use Linux more than windows these days.
Would Python be a good starting point ??
perl is nice and easy too.
also get a domain name.
I would seriously suggest Python over any of the others. I researched it fairly well before coming to that same conclusion for myself.
Here are some of the features why I chose Python:
-interpreted for ease and speed of development, but option for self contained distribution
Re: Re: Beginner Programmer
By: Tracker1 to Phoenix on Sun Nov 29 2015 09:47 pm
Hi all,
Ive been looking atstarting to program for a
while now, Well to learn to
anyway.
I tend to use Linux morethan windows these days.
Would Python be a goodstarting point ??
Iirc, Python was created as
a learning language, and is
a decent one to start
with... There are lots of
free programming courses
online for Python as well.
--
i thought your post was a haiku because of the formattingHahah lol. Just needs some references to nature now... OH WAIT! Pythons. :)
Re: Beginner Programmer
By: Mro to Phoenix on Tue Dec 01 2015 09:36 pm
Re: Beginner Programmer
By: Phoenix to All on Sun Nov 29 2015 03:47 pm
Hi all,
Ive been looking at starting to program for a while now, Well to learn anyway.
I tend to use Linux more than windows these days.
Would Python be a good starting point ??
perl is nice and easy too.
also get a domain name.
I would seriously suggest Python over any of the others. I researched it fairly well before coming to that same conclusion for myself.
Here are some of the features why I chose Python:
-interpreted for ease and speed of development, but option for self contained distribution
-multi platform support
-excellent support community
-mature language dating back to late '80s, but still supporting modern object oriented model
-supports procedural, functional, and object oriented modes of use
-huge, robust, standard library, with lots of add on libraries
-great support for GUI tool kits, especially QT
-free and open source
I would seriously suggest Python over any of the others. I researched it fairly well before coming to that same conclusion for myself.
Here are some of the features why I chose Python:
-interpreted for ease and speed of development, but option for self contained distribution
-multi platform support
-excellent support community
-mature language dating back to late '80s, but still supporting modern object oriented model
-supports procedural, functional, and object oriented modes of use
-huge, robust, standard library, with lots of add on libraries
-great support for GUI tool kits, especially QT
-free and open source
Pretty much sums up Python. :)
Pretty much sums up Python. :)
I think many of those things are true of many languages, not just Python.
i thought your post was a haiku because of the formatting
Re: Beginner Programmert
By: Ssilicon to Mro on Wed Dec 02 2015 09:09 am
I would seriously suggest Python over any of the others. I researched i
ngfairly well before coming to that same conclusion for myself.
I'm still an amateur programmer, but I love using Python for scraping applications. I've written a bunch of scrapers in the last few years, grabbi
anything from election results on county websites to Fidonet messages on BBSes.
In fact, the scraping portion of my "Sports Stats" door for Synchronet is written in Python. (The BBS front end is written in JS).
--Josh
////--------------------------------------------------
BiC -=- http://breakintochat.com -=- bbs wiki and blog
Scrapers, that sounds awesome. Very hard thing, I think, to get right.
Scrapers, that sounds awesome. Very hard thing, I think, to get right.
I suppose so. Although in many cases, the scraping is easy and the *parsing* is hard.
For me that has proven especially true with election results. The reports come in many different styles and can be full of human errors.
Re: Beginner Programmer
By: Phoenix to All on Sun Nov 29 2015 03:47 pm
Hi all,
Ive been looking at starting to program for a while now, Well to learn to anyway.
I tend to use Linux more than windows these days.
Would Python be a good starting point ??
Many thanks
Phoenix
Yes, I say 100% yes. As it really getsyour mind working and is also easy as compared to C (which I guess isn''t that bad). I am still learning python, when
I will actually get back to it. :)
---
� Synchronet � TechnoQuarry BBS
Re: Beginner Programmer
By: Mro to Phoenix on Tue Dec 01 2015 09:36 pm
Re: Beginner Programmer
By: Phoenix to All on Sun Nov 29 2015 03:47 pm
Hi all,
Ive been looking at starting to program for a while now, Well to learn to
anyway.
I tend to use Linux more than windows these days.
Would Python be a good starting point ??
perl is nice and easy too.
also get a domain name.
I would seriously suggest Python over any of the others. I researched it fairly well before coming to that same conclusion for myself.
Here are some of the features why I chose Python:
-interpreted for ease and speed of development, but option for self contained distribution
-multi platform support
-excellent support community
-mature language dating back to late '80s, but still supporting modern object oriented model
-supports procedural, functional, and object oriented modes of use
-huge, robust, standard library, with lots of add on libraries
-great support for GUI tool kits, especially QT
-free and open source
---
� Synchronet � Vertrauen � Home of Synchronet � telnet://vert.synchro.net
Sysop: | Chris Crash |
---|---|
Location: | Huntington Beach, CA. |
Users: | 579 |
Nodes: | 8 (0 / 8) |
Uptime: | 01:35:31 |
Calls: | 10,740 |
Files: | 5 |
Messages: | 444,497 |