Re: Help with functions - basics Programming by jkon It seems that the issue has nothing to do with C++ or with functions. If you are new to programming why not try some tutorials in an easy accessible language (like JavaScript for example) and when you understand a few basics ( like null , functions , variables , loops , conditions ) move to a C++ tutorial for beginners ? Lists and tupples in Python...Beginners tutorial Programming Software Development by lionaneesh …loops . But as this is a tutorial for absolute beginners so I avoided to use them ..…] output:- 1 [code] words = ['Aneesh','You','tutorial'] print words[0] [/code] output:- Aneesh Same slicing…Hello' , 'World' ] you = ['This','is','a','simple','tutorial'] Aneesh.extend(you) print Aneesh [/code] This can seem ...Same… Re: Lists and tupples in Python...Beginners tutorial Programming Software Development by TrustyTony … support. You should write that in beginning of your tutorial. Maybe this tutorial is little longish for a newbie, but good stuff… Re: Lists and tupples in Python...Beginners tutorial Programming Software Development by lionaneesh … support. You should write that in beginning of your tutorial. Maybe this tutorial is little longish for a newbie, but good stuff… Re: Tutorial Community Center Geeks' Lounge by Reverend Jim No, but there are certainly a few available at other sites such as [this one for VB at msdn](http://channel9.msdn.com/Series/Visual-Basic-Development-for-Absolute-Beginners). You can easily find more with a little googling. A complete list of msdn tutorials can be found [here](http://channel9.msdn.com/Browse/Series?sort=atoz) Re: Lists and tupples in Python...Beginners tutorial Programming Software Development by jcao219 One thing you have to be careful of is this tricky stumbling point (which arises because Python's lists are mutable): [CODE]>>> a = [[None]*3]*3 >>> a [[None, None, None], [None, None, None], [None, None, None]] >>> a[0].append("Hello") >>> a [[None, None, None, 'Hello'], [None, None, None, 'Hello'],… Re: Lists and tupples in Python...Beginners tutorial Programming Software Development by lionaneesh Hey guyz long time no comments... Re: Lists and tupples in Python...Beginners tutorial Programming Software Development by ceycey73 I have a list like ['1.1881', '1.1881', '1.1881', '1.1881', '1.1881', \ '1.1881', '1.1881', '1.1881', '1.1881', '1.1881', '1.7689', \ '1.7689', '3.4225', '7.7284', '10.24', '9.0601', '9.0601', '9.0601', '9.0601', '9.0601']. I want to find maximum and minimum of this list. Because of elements of list are decimals, max function of python gives the … Re: Lists and tupples in Python...Beginners tutorial Programming Software Development by redyugi That is because you are comparing strings. If If all the numbers were integers or floats, 10.24 would be the max. Re: Tutorial Quesiton Programming Software Development by Ene Uran … Python) is a library built on pygame that enables absolute beginners to write 1980's style arcade games as an introduction… Beginners help! Programming Software Development by Ally89 … all I'm needing help with a question in my tutorial due tomorrow... I'm given this file which contains the… beginners trouble with a 3d box in xna Programming Software Development by Wattsits … the authors of these two tutorials tho http://tech.pro/tutorial/750/creating-a-textured-box-in-xna http://www.riemers… Re: Tutorial questions. Programming Software Development by Ketsuekiame See [Rob Miles' Yellow Book (2012)](http://www.robmiles.com/c-yellow-book/Rob%20Miles%20CSharp%20Yellow%20Book%202012.pdf) There is material here from his taught university course that includes beginners C# and some projects to work through. Beginners PHP Help Programming Web Development by jp2code …/) example, but I can not get through the first basic tutorial because I do not have a good grasp of PHP… Re: Beginners Guide To Creating Database Driven Website Digital Media UI / UX Design by jbennet tutorial Re: Programming Tutorials for beginners Programming Software Development by cahendi Tutorial Java Programming --> Java fundamental and Java swing http://www.community-java.com Beginner's Tutorial On Functions Programming Software Development by Learner010 …are very easy to learn and useful. Hope this tutorial helps beginners. # What is function? # Sometimes when we… don’t think that library functions require a tutorial, because library functions are readymade code, you need…i] += 10; } } I welcome your feedback on this tutorial. I’ll cover some aspect of function with pointers in… Can any one suggest good tutorial for beginners Programming Web Development by balaji153 Can any one suggest good tutorial for beginners . But i don't know java Re: Beginner's Tutorial On Functions Programming Software Development by Jeroen Mathon Great tutorial,Realy informative and great for beginners. You really did well on explaining functions in general. Also i like that you pointed out the return types. They mostly end up further in the books. Keep up the good work mate! Dictionaries in Python...Beginers tutorial... Programming Software Development by lionaneesh …;] Hi guyz today I am going to writing a tutorial on dictionaries in Python....As per as getting comments from…been talking about them all day long while writing this tutorial... It simply returns all items of the dictionary as a… iterator... I don't wanna talk about them in this beginners tutorials... [B][I][U] POP:- [/U][/I][/B] This … Re: what difficulties most of the beginners in c++ programming student face i g Programming Software Development by mike_2000_17 … hackish tricks, bad coding practices, lack of scalability, etc.). Beginners won't be able to detect bad code, because they… After a few years here (at Daniweb), interacting with beginners facing problems on a daily basis, I have honed some… are important to focus on, and how to steer beginners in the right direction. Learning this takes time, and… what difficulties most of the beginners in c++ programming student face i g Programming Software Development by fahadmunir32 what difficulties most of the beginners in c++ programming student face i guess logic building ** i …have a blog about c++ programming for beginners on which i try to things the as simple as… So My Can Be More Beneficial For C++ Beginners Its My Blog [C++ Programming For Beginners](http://www.fahad-cprogramming.blogspot.com) Re: Can any one suggest good tutorial for beginners Programming Web Development by Henzard Is it a Java tutorial your after or any tutorials ? What languages do you currently program? Video tutorial about C++ Programming Software Development by l3the Hello to all programmers. I have joined this forum newly I decided to learn c++. Is there any video tutorial source for beginners that you know ? Thanks for your help Re: what difficulties most of the beginners in c++ programming student face i g Programming Software Development by deceptikon … you're dumbing things down to the point of misleading beginners. No offense intended, but after a quick reading of that… Re: Beginner's Tutorial On Functions Programming Software Development by Learner010 happy to see that somebody is really learning with my tutorials , its my great pleasure. however , Now , i see that this tutorial is not complete . a few topics(like passing array , returning multiple values , call by reference etc). i'll add these here soon. Re: Beginner's Tutorial on Operators Programming Software Development by chaulagain.rajan nice tutorial for beginners Re: Dictionaries in Python...Beginers tutorial... Programming Software Development by lrh9 Anyone with sufficient skills at Google could have found that information in the Python documentation. [url]http://www.lmgtfy.com/?q=python+dictionary[/url] [url]http://docs.python.org/tutorial/datastructures.html#dictionaries[/url] Re: Dictionaries in Python...Beginers tutorial... Programming Software Development by colstonewall Very nice tutorial. Thank You. Re: Looking for a good tutorial for creating chat messenger in Java Programming Software Development by JamesCherrill … go. Have a look a our thread on projects for beginners (at the top of the forum listing) and try something…