Posts Tagged ‘ learning ’

Yipit Django Blog » Extending Django Settings for the Real World

November 2, 2011
By

Django Tips and Best Practices. HOME · Why · Yipit on GitHub · Yipit.com · « Announcing the Yipit Django Blog: Sharing Everything We're Learning. Extending Django Settings for the Real World. Tweet. A basic Django ...

Read more »

Learning Ruby [syntactic sugar] « Julio Terra

October 3, 2011
By

Learning Ruby . Learning Ruby . While learning Ruby it was the first time that I remember hearing the term syntactic. It refers to features provided by a language, such as Ruby, ...

Read more »

IDLE A Simple IDE for Python | Reflections of my thoughts…

September 14, 2011
By

You can start it by executing idle.py located under Python Installed folder (C:Python27Libidlelib) ( start using python idle.py from command prompt). This entry was posted in python, Tips , tools and tagged idle, python, Tips , ...

Read more »

Free Python Books Online

September 9, 2011
By

Getting Started With Python Dictionaries: Python Tips · Ten Linux Commands on “tar” and “gzip” You Need to Know · How to Install Spotify in Linux? How to Download a File or Directory Using wget? How to Find the List of ...

Read more »

Learning Django: 02 – Creating the main page | Reflections of my …

May 26, 2011
By

This entry was posted in code, Django, Tips and tagged Code, django, sample, Tips, tutorial, web programming. Bookmark the permalink. ← Learning Django: 01 – Setting up Django · blog comments powered by Disqus ...

Read more »

FUN in S&T: Eight tips to start with Python

January 14, 2011
By

Python Tips , Tricks, and Hacks · Eight tips to start with Python · Resetting the master password · Del · Transpose Matrix · Conver mat to libSVM data · Reading and Save Mat Data in Python · Use of LibSVM in Python · solem's vision blog: ...

Read more »

random python tips (updating)

January 7, 2011
By

I think I should start to collect some random python tips that I'm collecting through the learning phase, yes, an unorder list of tips, in python language, a set of tips (which is more similar to human language ;-D). ...

Read more »

Useful ASP.NET Error Handling Library « Manish Pansiniya's Blog

November 23, 2010
By

Useful ASP. NET Error Handling Library. leave a comment ». Looking for error handling library ??? You should see the following link: http://code.google.com/p/elmah/. Written by Manish. November 23, 2010 at 11:18 pm. Posted in .NET, . ...

Read more »

Server side form field validation

September 30, 2010
By

-This gives you a ton more control over validation (most professional/enterprise level sites DON'T want the JS popup for each invalid field) allowing you to do fancy jquery error handling and also verify it again on the server side. ...

Read more »

Core Python Programming | Download Ebooks PDF, CHM or Ebooks …

February 13, 2010
By

Python's error-handling capability is extremely useful to both the programmer and the user, and we address that topic in a separate chapter. Finally, the largest parts of the Python “core” we cover will be functions, modules, ...

Read more »