Originally posted by NickFitz
View Post
- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Java Platform Any Good?
Collapse
X
-
Behold the warranty -- the bold print giveth and the fine print taketh away. -
-
Originally posted by russell View PostC#/.NET is superior to Java in every way.
There is no need for any further discussion on the matter, case closed!
Comment
-
Originally posted by Sysman View PostDo you have any recommendations for books / training resources for Django and Python?
There's also the Django Book: though it's very outdated now, covering 1.0 while the project is up to 1.6, it can still be useful for some of the basics. The Django BookComment
-
Thanks guys a few things for me to look into. Gots to fill them in next week with recommendations.
I'd had .Net, Mono, Java on the short list and will check out this Django tool.
Now to figure out the database...which might end up being one of these NoSQL jobs as the data is highly conceptual with almost everything having attributes and yet also being located somewhere is a user-defined hierarchy. fun.
As well thinking that we may need a Java Applet on the UI to present a spreadsheet view to the user -(they are management accountant types).
Still so long to go on this product.McCoy: "Medical men are trained in logic."
Spock: "Trained? Judging from you, I would have guessed it was trial and error."Comment
-
Originally posted by NickFitz View PostThe Django docs are a model of what documentation ought to be, with both tutorials and reference materials: https://docs.djangoproject.com
- I made the mistake of trying to configure Apache for Django as the first step (before I read the documentation). You really don't need to go through this to get started because Django has its own built in webserver which you can run from your project directory. This means you can get stuck into the tutorials right away.
- The CentOS package is as expected somewhat down-revision - the unfortunate thing here is that the tutorials are incomplete. Get 1.5 (stable) or 1.6 (bleeding edge) for more complete and up to date tutorials. Update: I see that 1.6 was released on 6th November.
- The Ubuntu package (? well the one that comes with Linux Mint anyway) is stuck at 1.3, woefully out of date - do yourself a favour and don't go there
P.S. ON OS X upgrading to Mavericks broke my 1.5 installation; I haven't got around to looking at that yet.
Originally posted by NickFitz View PostThere's also the Django Book: though it's very outdated now, covering 1.0 while the project is up to 1.6, it can still be useful for some of the basics. The Django Book
Any recommendations on good books on Python itself?Last edited by Sysman; 16 November 2013, 09:34.Behold the warranty -- the bold print giveth and the fine print taketh away.Comment
-
Originally posted by Sysman View PostP.S. ON OS X upgrading to Mavericks broke my 1.5 installation; I haven't got around to looking at that yet.
The best thing to do is to install virtualenv and virtualenv-wrapper. That way, after an upgrade your stuff will still be there. It also makes it easy to have different configurations for different projects, which is useful if they have dependencies on different versions of the same package.
Originally posted by Sysman View PostAny recommendations on good books on Python itself?
There's also a lot of good tutorials and blogs a Google away; Python folk seem to enjoy sharing their knowledge online. And the Python docs are thorough and informative in my experience.Comment
-
Hmmm...this is a bit of a thread hijack..
But it does seem that Apress have released a new 'Pro' book about Django.
http://www.amazon.co.uk/Pro-Django-2...eywords=django
Though I always tend to just Google around and sites like stackoverflow et al. are very handy. Often no real need to buy a book.McCoy: "Medical men are trained in logic."
Spock: "Trained? Judging from you, I would have guessed it was trial and error."Comment
-
Originally posted by NickFitz View PostDive into Python is good, although it hasn't been updated since author Mark Pilgrim suddenly removed himself and all his works from the net the other year. Other than that there's the usual selection of stuff from O'Reilly, such as Python Cookbook (good, though I've got the 2nd edition and the 3rd is out) and Head First Python (never read it, mixed reviews on Amazon).
There's also a lot of good tutorials and blogs a Google away; Python folk seem to enjoy sharing their knowledge online. And the Python docs are thorough and informative in my experience.Comment
-
Originally posted by Contreras View Post
He's got a good list of Python resources at his needs-to-be-URL-shortened-to-get-past-the-naughty-words-filter site Programming, Mother****er: Become a Programmer, Mother****erComment
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- Which IT contractor skills will be top five in 2025? Jan 2 09:08
- Secondary NI threshold sinking to £5,000: a limited company director’s explainer Dec 24 09:51
- Reeves sets Spring Statement 2025 for March 26th Dec 23 09:18
- Spot the hidden contractor Dec 20 10:43
- Accounting for Contractors Dec 19 15:30
- Chartered Accountants with MarchMutual Dec 19 15:05
- Chartered Accountants with March Mutual Dec 19 15:05
- Chartered Accountants Dec 19 15:05
- Unfairly barred from contracting? Petrofac just paid the price Dec 19 09:43
- An IR35 case law look back: contractor must-knows for 2025-26 Dec 18 09:30
Comment