পাইথন প্রোগ্রামিং/সেট-আপ করা

উইকিবই থেকে


পাইথনের জন্য অনেকগুলো আইডিই রয়েছে। পাইথন উইকিতে সবগুলো আইডিই-এর তালিকা রয়েছে।

এক্লিপ্স আইডিই-এর জন্য পাইথন পাইডেভ প্লাগ-ইন ইনস্টল[সম্পাদনা]

আপনি পাইথন আইডিই হিসবে এক্লিপ্স আইডিই ব্যবহার করতে পারেন। এর জন্য আপনাকে শুধুমাত্র এক্লিপ্স পাইডেভ প্লাগ-ইন প্রয়োজন হবে।

Go to http://www.eclipse.org/downloads/ and get the proper Eclipse IDE version for your OS platform. There are also updates on the site, but just look for the basic program, Download and install it. The install just requires you to unpack the downloaded Eclipse install file onto your system.

You can install PyDev Plug-in two ways:

  • Suggested: Use Eclipse's update manager, found in the tool bar under "Help" -> "install new Software". add http://pydev.org/updates/ in "work with" click add, and select PyDev ,and click "Next" and let Eclipse do the rest. Eclipse will now check for any updates to PyDev when it searches for updates.
    • If you get an error stating a requirement for the plugin "org.eclipse.mylyn", expand the PyDev tree, and deselect the optional mylyn components.
  • Or install PyDev manually, by going to http://pydev.sourceforge.net and get the latest PyDev Plug-in version. Download it, and install it by unpacking it into the Eclipse base folder.

Python Mode for Emacs[সম্পাদনা]

There is also a python mode for Emacs which provides features such as running pieces of code, and changing the tab level for blocks. You can download the mode at https://launchpad.net/python-mode

Installing new modules[সম্পাদনা]

Although many applications and modules have searchable webpages, there is a central repository for searching packages for installation, known as the "Cheese Shop".

আরও দেখুন[সম্পাদনা]