পাইথন (প্রোগ্রামিং ভাষা): সংশোধিত সংস্করণের মধ্যে পার্থক্য

বিষয়বস্তু বিয়োগ হয়েছে বিষয়বস্তু যোগ হয়েছে
RockyMasum (আলোচনা | অবদান)
উইকিলিংক যোগ/অপসারণ
RockyMasum (আলোচনা | অবদান)
পরিষ্কার করা
৬৭ নং লাইন:
পাইথনের স্ট্যান্ডার্ড লাইব্রেরী ও সিনট্যাক্টিক্যাল ব্যবহার [[জাভা (প্রোগ্রামিং ভাষা)|জাভা]] থেকে অনুপ্রাণিত হয়েছে। কোন কোন ক্ষেত্রে যেমনঃ <code>logging</code> প্যাকেজ,<ref>http://www.python.org/dev/peps/pep-0282/</ref> যা যুক্ত হয় ২.৩ ভার্সনে,<ref>http://www.python.org/doc/2.3/whatsnew/node9.html</ref> [[স্যাক্স]] পার্সার যা ২.০ সংস্করনে যুক্ত হয় এবং ডেকোরেটর সিনট্যাক্স যা <code>@</code> ব্যবহার করে এবং ২.৪ সংস্করনে যুক্ত হয়<ref>http://www.python.org/dev/peps/pep-0318/</ref> added in version 2.4<ref>http://www.python.org/doc/2.4/whatsnew/node6.html</ref> ইত্যাদি।
 
== ভবিষ্যত পরিকল্পনা ==
{{main|Python 3}}
<!--
A Python Enhancement Proposal (or "PEP") is a standardized design document providing general information related to Python, including proposals, descriptions, and explanations for language features. PEPs are intended as the primary channel for proposing new features, and for documenting the underlying design rationale for all major elements of Python.<ref name="PepCite000">http://www.python.org/dev/peps</ref> Outstanding PEPs are reviewed and commentated by the BDFL.<ref name="PepCite001">http://www.python.org/doc/essays/pepparade.html</ref>
 
Python developers have an ongoing discussion of a future version called [[Python 3.0]] (the project is called "Python 3000" or "Py3K") that will break backwards compatibility with the 2.x series in order to repair perceived flaws in the language. The guiding principle is to "reduce feature duplication by removing old ways of doing things". There is no definite schedule for Python 3.0, but a PEP (Python Enhancement Proposal) that details planned changes exists.<ref>http://www.python.org/peps/pep-3000.html</ref>
-->
== ব্যবহার ==
যে সকল বড় বড় প্রকল্পে পাইথন ব্যবহৃত হয়েছে তার মধ্যে [[জোপ]] অ্যাপ্লিকেশন সার্ভার, [[এমনেট]] ডিস্ট্রিবিউটেড ফাইল স্টোর, [[ইউটিউব]] এবং মূল বিটটরেন্ট ক্লায়েন্ট উল্লেখযোগ্য। যে সমস্ত বড় প্রতিষ্ঠান পাইথন ব্যবহার করে তাদের মধ্যে [[গুগল]]<ref>http://python.org/Quotes.html</ref> ও [[নাসা]]<ref>http://www.python.org/about/success/usa/</ref> উল্লেখযোগ্য।
৭৯ ⟶ ৭২ নং লাইন:
তথ্য নিরাপত্তা শিল্পে পাইথনে বহুবিধ ব্যবহার লক্ষনীয়। এর মধ্যে ইমিউনিটি সিকিউরিটির কিছু টুলস,<ref>http://www.immunitysec.com/products-immdbg.shtml</ref><ref>http://www.immunitysec.com/resources-freesoftware.shtml</ref> কোর সিকিউরিটির কিছু টুলস,<ref>[http://oss.coresecurity.com/ CORE Security Technologies' open source software repository]</ref> ওয়েব অ্যাপ্লিকেশনের নিরাপত্তা স্ক্যানার ওয়াপিটি,<ref>http://wapiti.sourceforge.net/</ref> ও ফাজার টিএওএফ<ref>http://www.theartoffuzzing.com/joomla/</ref> বিশেষভাবে উল্লেখযোগ্য। সাধারণত দ্রুত সফটওয়ার নির্মাণের জন্য পাইথন ব্যবহৃত হয়।<ref>http://www1.corest.com/files/files/13/CanSecWest2002.pdf</ref><ref>http://fist.immunitysec.com/pipermail/dailydave/2004-September/000851.html</ref>
 
== সিনট্যাক্স ও সেমানটিক্‌স ==
{{main|Python syntax and semantics}}
 
=== ইন্‌ডেন্‌টেশন ===