The Furry Forums

Furry Chat => Tech Central => Topic started by: Furnation on December 23, 2015, 10:31:17 PM

Title: Writing Simple programming tutorials.
Post by: Furnation on December 23, 2015, 10:31:17 PM
I have some experience in writing perl/python and was just curious as I am new member, would anyone be interesting in me posting a tutorial for the community? I figured I would ask ahead of time so I don't write a tutorial for nothing.
Title: Re: Writing Simple programming tutorials.
Post by: anoni on December 27, 2015, 11:57:31 AM
A perl programmer :D Very rare to see these days, check the last line of my signature ;)

You can post a tutorial though I'm not sure how many people would read it! I posted a programming challenge once and that got a little bit of response but not much, but a tutorial might be cool.

Though, probably do the tutorial in Python, rather than perl, cause even though perl is cooler python is still easier :P
Title: Re: Writing Simple programming tutorials.
Post by: Furnation on December 30, 2015, 09:46:48 PM
A perl programmer :D Very rare to see these days, check the last line of my signature ;)

You can post a tutorial though I'm not sure how many people would read it! I posted a programming challenge once and that got a little bit of response but not much, but a tutorial might be cool.

Though, probably do the tutorial in Python, rather than perl, cause even though perl is cooler python is still easier :P

I might just do both considering I been having a lot of extra free time lately... and it is nice to know there are some other programmers in the community.
Title: Re: Writing Simple programming tutorials.
Post by: Dubaku on January 13, 2016, 03:13:02 AM
Dude, you could be my mof---in' savior, I'm taking computer science and will definitely need guidance
Title: Re: Writing Simple programming tutorials.
Post by: anoni on January 14, 2016, 04:35:16 AM
If people want to learn how to program I usually direct them to Richard Buckland here: https://www.youtube.com/watch?v=ktfIkfNz99Y (https://www.youtube.com/watch?v=ktfIkfNz99Y)

It's a great series done by one of the computer science lecturers at my uni, it goes from literally 0 knowledge about computers to quite competent knowledge in concepts like C programming, abstract data types, algorithms and so forth.
Title: Re: Writing Simple programming tutorials.
Post by: Furnation on January 15, 2016, 07:23:38 PM
Dude, you could be my mof---in' savior, I'm taking computer science and will definitely need guidance
What would you prefer? By no means am I an expert, nor do I have my certifications, but I would like think I have decent experience. I will be typing up one tonight while I have free time.


Post Merge: January 15, 2016, 07:26:58 PM
If people want to learn how to program I usually direct them to Richard Buckland here: https://www.youtube.com/watch?v=ktfIkfNz99Y (https://www.youtube.com/watch?v=ktfIkfNz99Y)

It's a great series done by one of the computer science lecturers at my uni, it goes from literally 0 knowledge about computers to quite competent knowledge in concepts like C programming, abstract data types, algorithms and so forth.
Thanks for the link I will be sure to check him out. I been wanting to sharpen my C for a while now.