[OT] Programming
Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Tech Wizard MonkeyFish's Avatar
    Join Date
    Feb 2010
    Location
    Warrington, UK
    Posts
    76

    Default [OT] Programming

    I'm interested in starting to learn to programme, I'll probably go with some iTunes U to start with but i ultimately maybe want to become proficient with python for max and modul8.

    Does anyone know any forums that are good for programming?

    Also can anyone recommend any books that lay down the basics of computing? Theres too much jargon, i can tell a CPU from RAM but i would quite like to get more of a background knowledge into computing and when i try and google this i get tuts on how to print emails :@
    MBP 13" | M-Audio Oxygen 49 | Launchpad | TSP | NanoKontrol | LPD8

    Soundcloud | YouTube | Blog

    Free iStuff | UK Cashback

  2. #2
    Tech Guru Quenepas's Avatar
    Join Date
    Aug 2009
    Location
    Puerto Rico
    Posts
    720

    Default

    Quote Originally Posted by MonkeyFish View Post
    I'm interested in starting to learn to programme, I'll probably go with some iTunes U to start with but i ultimately maybe want to become proficient with python for max and modul8.

    Does anyone know any forums that are good for programming?

    Also can anyone recommend any books that lay down the basics of computing? Theres too much jargon, i can tell a CPU from RAM but i would quite like to get more of a background knowledge into computing and when i try and google this i get tuts on how to print emails :@
    Im on the same boat and started with Itunes U just like you. My goal is to create some app, even for free, to put up in Itunes to better my resume. So I started to read a book about Objective C: "Cocoa Programming for Mac OSX 3rd Edition" and so far the author does a good job explaining the concepts. One point they say is that while it is possible to develop Cocoa with Python and ruby, they dont use that technique on the book.

    That said, IRL friends tell me to start with C+ or C# since thats the foundation to Cocoa plus for the job market those are more requested than Cocoa. Even then what I read is that no matter what language you end up learning, the basics apply to all. I have put a short term goal on this and is to develop the stoplight program which is what my local university asks to develop for n00bs. The stoplight program is a drawing of a stoplight and 3 boxes with the 3 colors. You click red and red lights up so on so forth.

    Dont be discouraged about India and China beign proficient and getting all the jobs. It's a preparation needed for the job market and a great skill to have. Feel free to PM me any finds you have on the subject and maybe we could give support to one another on the matter.
    Erase. Stop. Start.

  3. #3
    Tech Guru
    Join Date
    Jul 2009
    Location
    Lincoln
    Posts
    713

    Default

    If I was you I would start with JavaScript (not the same as java). This language is quite similar to C and C++ but very forgiving and will let you miss some things out and take short cuts but still work.

    You need to get the basic's down. It starts off pretty easy just just need to learn about variables and using a few basic functions. then move onto loops. then objects.

    Some would argue that its better to learn C first the only issue with this is you will crash ur comp every 10 mins in the early days

  4. #4

    Default

    Check out the MIT Open Course Ware for 6.00, specifically the Video Lectures. While I haven't taken this class, I know many students take it to learn programming. I also think you might find the first chapter or two of the 6.01 Course Notes helpful - we do all of our programming in Python for this class.

    A text that I have used that I think does a good job of explaining fundamental programming concepts is "C++ For Scientists and Engineers" by Gary Bronson. You might find this helpful as well.

    6.00 OCW:
    http://ocw.mit.edu/courses/electrica...2008/index.htm

    6.01 Course Notes:
    http://mit.edu/6.01/mercurial/spring...s/readings.pdf

    My final 2 cents:
    Learn to program in whatever language you want. Once you understand the concepts, it is fairly easy to apply what you know to other languages. I personally think either C++ or Python would be a great choice for a beginner.
    Last edited by djstormeagle; 03-09-2011 at 06:45 PM.
    www.djstormeagle.com

    DJ Gear: Traktor Pro 2|Traktor Kontrol S4|Macbook Pro
    Audio Gear: Crown XLS 1500|Behringer 212XL|Gemini GVX-SUB 15P
    Lighting: American DJ Galaxian 3D|American DJ LED Megabar 50|American DJ Mini Fog

  5. #5
    Tech Mentor
    Join Date
    Dec 2010
    Location
    downers grove Il
    Posts
    232

    Default

    I've found that youtube is very usefull... I've actually started writing a program although i've dropped that task due to a huge amount of work coming in.... give me a shout and I'll be happy to help
    Audio 2 Dj VCI 100 Ion Discover Dj Ihome headphones Traktor Pro Compaq desktop/ gateway laptop Facebook:
    http://www.facebook.com/pages/EDM-El...06094132799412
    http://www.facebook.com/djdynasty17
    Email: edmfreaks@yahoo.com

  6. #6
    Tech Guru
    Join Date
    Sep 2009
    Location
    Albuquerque, NM
    Posts
    1,439

    Default

    Enroll in Introduction to Programming at Cypress College (cypresscollege.edu).

    Professor McKnights curriculum is the best intro to programming ive seen anywhere.

    hes also custom written tools that REALLY help you learn the actual aspects of design (learning to right GOOD code) as well as a good primer on syntax. The course covers visual C# as well as Visual Basic. So you get a bit of both the easy as well as the c structure to give you a good head start.

    you can take the course online. you'll have to buy one book but Professor McKinight writes all his own textbooks too, so theyre very course specific. This guys been teaching programming for over 20 years. One of the best educators Iv'e ever run across in my life.
    Baked Chicken | Brown Rice | Asparagus | Apple Juice | Snack Wells | Pretzel Chips | Lots of Water

  7. #7
    Tech Guru
    Join Date
    Dec 2010
    Location
    Texas, USA
    Posts
    893

    Default

    Quote Originally Posted by MonkeyFish View Post
    i ultimately maybe want to become proficient with python for max and modul8.

    Does anyone know any forums that are good for programming?
    Free book download...or you can purchase the dead tree version. This is a good introduction to programming in general, and to python in particular.

    http://greenteapress.com/thinkpython/

    I also like Wesley Chun's Core Python Programming. Wesely is a good guy, and writes in a clear, easy to follow style.

    [ame="http://www.amazon.com/Core-Python-Programming-Wesley-Chun/dp/0132269937"]Amazon.com: Core Python Programming (2nd Edition) (9780132269933): Wesley Chun: Books@@AMEPARAM@@http://ecx.images-amazon.com/images/I/51qvS8cyLCL.@@AMEPARAM@@51qvS8cyLCL[/ame]

    When learning a language, I recommend having a couple specific projects in mind to use as a learning tool. In this case, write something that will work on your music collection (or maybe a backup of your music collection). Here is a project outline I gave someone else a couple of years ago. Maybe this will give you some ideas about useful things you can do.

    If you have a mp3 (or FLAC) based music collection:

    Write a file backup or sync program. Compare the contents of two directories and only backup files that are new or different.

    Write a GUI that offers all the options to a user (source and destination directories, pattern to match files and/or dirs, copy option flags, etc). Allow some sets of options to be canned and run as a macro.

    Extend the comparison to include ID3 tags. Use that to sync your music collection across multiple devices. Add flags to copy all files or new(er) files, to copy empty directories or not, to remove files in the destination that are not in the source (or not).

    Extend the tool to ignore (or fix) tags that differ only by whitespace or capitalization issues.

    Extend the tool again to find duplicate music files by comparing ID3 tags and filenames - allow for matches that ignore "A", "The", etc (e.g. "The Beatles" and "Beatles" are the same band).

    Extend the tool again to fetch missing ID3 tags from freedb (or amazon, or somewhere else) and update the songs. Have a way to reconcile the tags between different devices by only updating the tags, not copying the whole file.
    Denon X1600, NI X1 Mk1 & Mk2, MF Twister
    Kontrol S2, Maschine Mk1, APC 40
    Retired: VCI-100 Arcade (Signed #198/300))
    BFM 10x DR200 & 10x Titan 39

  8. #8
    Tech Guru Sherlock Ohms's Avatar
    Join Date
    Jun 2009
    Location
    Bristol, UK
    Posts
    1,601

    Default

    Quote Originally Posted by tombruton69 View Post
    If I was you I would start with JavaScript (not the same as java). This language is quite similar to C and C++ but very forgiving and will let you miss some things out and take short cuts but still work.
    TBH, I'm not sure that's a good idea - if you start off sloppy, then you get used to not declaring ior initialising variables, for the same reason avoid Visual Basic.

    Quote Originally Posted by tombruton69 View Post
    Some would argue that its better to learn C first the only issue with this is you will crash ur comp every 10 mins in the early days
    Only really true if you raw write to the kernel, or do excessive buggering about with pointers. Which you wouldn't in the early days.

    I started out with BASIC (which I wouldn't recommend as it can lead to bad habits - use of GOTO), then properly learned to program in Fortran, then Cm the PROLOG and god knows what else in the end. the noe that stood me in best stead was learning C properly, then learning a decent OO language - probably Java.
    Traktor Scratch Pro 2/Serato SL1/Ecler NUO 3.0/VCI 100 SE/2 x Technics 1210 Mk2/Sennheiser HD25 II/Novation Dicers

  9. #9
    Tech Guru
    Join Date
    Dec 2008
    Location
    São Paulo - Brazil
    Posts
    1,304

    Default

    I've learned programming in Pascal then latter Delphi at university...
    My first job was as PL/SQL Programmer. PLSQL is a language that is used inside Oracle Database to create stored packages, procedures, functions, etc...
    Now I'm a Performance Analyst and Oracle DBA. I work mainly identifying performance issues in general applications and databases.

    As you see, the language that you start can define the path that you will choose in the future, so it's wise to take some time, look at the place in the market that you want to be in 3 years, talk to professionals that are alredy SENIOR (5 years) in this place and then make your decision.

    I wish I had a chance to know java and object oriented programming in my first years of work, now it's hard for me to go back and learn all again...

    Just a few cents

  10. #10
    Tech Guru completej's Avatar
    Join Date
    Apr 2010
    Location
    San Antonio, TX
    Posts
    826

    Default

    If you want something to pad your resume, start learning .NET now - very easy to get contracting jobs nowadays with good .NET skills.

    SQL / Oracle is always good, and gives you a bit of programming knowledge when doing things like stored procedures.

    Once you know .NET and T-SQL, you can do some pretty crazy stuff with a simple UI. I've found comfort in Sencha (formally ExtJS - like Jquery but imo more powerful of a javascript framework) + classic ASP + SQL Enterprise 2008.
    [ 17" 2010 MBP ][ Mixcloud ][ CompleteJ ][ Soundcloud ][ Traktor Kontrol S4 ]

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •