Testing python

I started learning Python from “A Byte of Python”. It seems interesting to me. As heard, this programming language is Simple, Easy to Learn, Free and Open Source, High-level Language, Portable, Interpreted, Object Oriented, Extensible, Embeddable and has Extensive Libraries. Guido Van Rossum, the creator of the Python language, named the language after the BBC show “Monty Python’s Flying Circus“. Official web : http://www.python.org/ and a nice introduction at http://en.wikipedia.org/wiki/Python_%28programming_language%29

With the progress of learning, I will be writing important/remarkable notes. The first day is as follows:

1. I am basically a Windows user. As I followed, you also can go to the link http://www.python.org/download/releases/ and from the desired release, you will get the installer for Windows OS.

2. To use IDLE, Click on Start -> All Programs -> Python 3.2 -> IDLE (Python GUI) or for command line click on Start -> All Programs -> Python 3.2 -> Python (command line).

3. As it is a scripting language, it will give output promptly for every single statement written. e.g. Just type print(“Hello Honey”) and press Enter key, it will show Hello honey as output.

4. To exit from prompt, type exit() or ctrl-z and then press Enter key.

5. IDLE is a good editor of Python for Windows OS.

6. You can also put your codes in a file (having extension .py) and then run it from IDLE or using python command from DOS command.

7. The symbol ‘#’ is used for comment in Python.

8. To get help from Python built-in manual, use help() function. e.g. to know about print, type help(print) and then press Enter key. Note that, all keywords and function names are case sensitive.

That’s all for the first day. Bye.

আমি বলছি না ভালবাসতেই হবে

আমি বলছি না ভালবাসতেই হবে ;আমি চাই
কেউ একজন আমার জন্য অপেক্ষা করুক,
শুধু ঘরের ভেতর থেকে দরোজা খুলে দেওয়ার জন্য ।
বাইরে থেকে দরোজা খুলতে খুলতে আমি ক্লান্ত ।
আমি বলছি না ভালবাসতেই হবে ;আমি চাই
কেউ আমাকে খেতে দিক।
আমি হাতপাখা নিয়ে
কাউকে আমার পাশে বসে থাকতে বলছি না,
আমি জানি এই ইলেক্ট্রিকের যুগ
নারীকে মুক্তি দিয়েছে, স্বামী
সেবার দায় থেকে।
আমি চাই কেউ একজন জিজ্ঞেস করুক, আমার জল লাগবে কিনা, নুন লাগবে কিনা;
পাটশাক ভাজার সঙ্গে আরো একটা শুকনো মরিচ লাগবে কিনা,
এটোঁ বাসন, গেন্জি, রুমাল আমি নিজেই ধুতে পারি।
আমি বলছি না ভালবাসতেই হবে ;আমি চাই
কেউ একজন ঘরের ভেতর থেকে দরোজা খুলে দিক
কেউ আমাকে খেতে বলুক।
কাম বাসনার সঙ্গী না হোক,
কেউ অন্তত আমাকে জিজ্ঞেস করুক, “তোমার চোখ এতো লাল কেন ?”

–নির্মলেন্দু গুণ

Eid Mubarak

Today 09 December, 2008 is happy Eid in our Bangladesh.

Eid Mubarak to everybody (really) specially to my family members, my all friends, colleagues and MBA mates.

Eid Mubarak

I wish happiness to this world. Specially I am praying for those Muslim community who are suffering from hunger and living in miserable condition worldwide.

May Allah bless us.

Curriculum Vitae

Are you looking for a job?

Just open a word editor and write down a nice cv.

A CV or Curriculum Vitae is:

  • Your Life History
  • Your Job History
  • Your Achievements
  • Your Skills

A CV or curriculum vitae is a marketing tool. With your CV you will be able to promote yourself. Imagine the CV as being a brochure that will list the benefits of a particular service.

The service being your time and skills! When writing a CV look at it from your employers point of view. Would you stand out against the competition (the other candidates) and would the manager want to talk you for a possible job? You have to ask yourself these questions when writing your CV or curriculum vitae.

Networking and interviewing are essential for your job hunt and your CV is just the first step in the job search. However a CV will be your first contact with potential employers and will open the door. If you are invited for an interview you would then be in a position to explain and expand on what is in your CV.

A CV is an essential tool in your job search. When applying for a vacancy you generally first have to send your CV to present yourself to the prospective employer.

PHP Interview Question

Here are some links for php interview question.
These are given according to the importance in descending order.

  1. http://www.w3answers.com/
  2. http://www.techinterviews.com/?p=174
  3. http://www.geekinterview.com/Interview-Questions/Programming/PHP
  4. http://vijaymodi.wordpress.com/2008/01/25/php-interview-questions-and-answers/
  5. http://www.focusinterview.com/questions.php
  6. http://www.allinterview.com/Interview-Questions/PHP.html
  7. http://www.php-interviewquestions.blogspot.com/
  8. http://www.techinterviews.in/top-php-interview-questions

Try to read these links’ contents. Best of luck!