Skip to main content

Posts

How the print () function works in Python programming language?

Now we will learn how Python's print () function works. Let's see how we can express ourselves through the Python programming language. Every human being has a name, and this name is his identity. Likewise, every programming language has an identity, and that is an extension. Extensions allow us to recognize or understand which programming language. So we will first create a Python file. And the extension of the file must be saved with (.py) . Now looking at the extension of this file, we understand that this is a file of Python programming language. Now we will open this Python file with any editor. The print () function is used to view the output of something in the Python programming language. First, we will write the print function. We can display any text using this print () function. And we can see what our program is outputting. Now we will put a double quotation ("") inside this print () function. And whatever we write inside this double quotation will show as

পাইথন প্রোগ্রামিং ল্যাংগুয়েজে print() ফাংশন কিভাবে কাজ করে?

এখন আমরা শিখবো কিভাবে পাইথনের print() ফাংশনটি কিভাবে কাজ করে। পাইথন প্রোগ্রামিং ল্যাংগুয়েজ এর মাদ্ধমে কিভাবে আমরা আমাদের মনের ভাব প্রকাশ করতে পারি সেইটা দেখবো। আমাদের প্রতিটা মানুষেরই একটি নাম আছে, আর এই নামই হলো তার পরিচয়। ঠিক তেমনিই প্রতিটা প্রোগ্রামিং ল্যাংগুয়েজেরই একটি পরিচয় আছে, আর সেইটা হলো এক্সটেনশন। এক্সটেনশনের মাদ্ধমে আমরা চিনতে বা বুঝতে পারি কোন প্রোগ্রামিং লাঙ্গুয়েজটি। তাই আমরা প্রথমেই একটি পাইথন ফাইল তৈরী করে নিবো। এবং ফাইল এর এক্সটেনশন অবশ্যয় (.py) দিয়ে সেভ করতে হবে।  এখন এই ফাইলের এক্সটেনশন দেখে আমরা বুঝতে পারছি যে, এইটা পাইথন প্রোগ্রামিং ল্যাংগুয়েজ এর ফাইল। এখন আমরা এই পাইথনের ফাইলটি যেকোনো এডিটর দিয়ে ওপেন করবো। পাইথন প্রোগ্রামিং ল্যাংগুয়েজে কোনো কিছুর আউটপুট দেখতে হলে প্রিন্ট() ফাংশনটি ব্যবহার করা হয়। প্রথমেই আমরা প্রিন্ট ফাংশনটি লিখবো। এই প্রিন্ট() ফাংশনের মাদ্ধমেই আমরা যেকোনো লিখা প্রদর্শন করতে পারি। এবং দেখতে পারি আমাদের প্রোগ্রামটি কি আউটপুট দিচ্ছে।  এখন আমরা এই প্রিন্ট() ফাংশনের ভেতর ডাবল কোটেশন (" ") দিবো। এবং এই ডাবল কোটেশনের ভেতর আমরা যা কিছুই লিখি না

How to install Python 3 on a computer?

If you want to work with Python, you must install Python on your computer / machine. If you do not have Python installed, you will not be able to do Python programming on your computer / machine. So first we need to install Python on our computer. Now we will see how to install Python: First, we need to download Python software from Python's official website. https://www.python.org/downloads/ After downloading the software must be installed on the computer. Now we will see if Python is actually installed on our systems. Linux:   Ctrl+Alt+T Windows:   Win+R > type  powershell  > Enter/OK MacOS:   Finder > Applications > Utilities > Terminal Write python3 in the terminal, because we have Python 3 installed on our computer. If these texts show, you know that Python is installed on your computer.

কিভাবে কম্পিউটারে পাইথন ৩ ইনস্টল করবো?

পাইথন নিয়ে কাজ করতে গেলে অবশ্যয় আপনাকে  কম্পিউটার/মেশিন এ পাইথন ইনস্টল করতে হবে। যদি পাইথন ইনস্টল  করা না থাকে, তাহলে আপনার কম্পিউটার/মেশিন এ আপনি পাইথন প্রোগ্রামিং করতে পারবেন না। তাই প্রথমেই আমাদেরকে আমাদের কম্পিউটারে পাইথন ইনস্টল করে নিতে হবে।  এখন আমরা দেখবো পাইথন ইনস্টল করার প্রক্রিয়া: প্রথমেই আমাদেরকে পাইথনের সফটওয়্যারটি ডাউনলোড করতে হবে পাইথন এর অফিসিয়াল ওয়েবসাইট থেকে।  https://www.python.org/downloads/ ডাউনলোড শেষে সফটওয়্যারটি কম্পিউটারে ইনস্টল করে নিতে হবে। এখন আমরা দেখবো আসলেও কি পাইথন আমাদের কম্পিউটারে ইনস্টল হয়েছে কিনা। Linux:   Ctrl+Alt+T Windows:   Win+R > type  powershell  > Enter/OK MacOS:   Finder > Applications > Utilities > Terminal টার্মিনালে python3 লিখবেন, কারণ আমরা পাইথন ৩  ইন্সটল করেছি আমাদের কম্পিউটারে। যদি এই লেখাগুলো দেখায় তাহলে বুঝবেন যে, আপনার কম্পিউটারে পাইথন ইন্সটল হয়েছে। 

পাইথন প্রোগ্রামিং ভাষার সংস্করণ

পাইথন প্রোগ্রামিং শুরু করার আগে আমাদের অবশ্যয় বেঁছে নিতে হবে, আমরা পাইথন এর কোন সংস্করণটি নিয়ে প্রোগ্রামিং করতে চাই। আমাদের এমন একটি সংস্করণ নিয়ে কাজ করতে হবে যেন ভবিষ্যতে পাইথন নিয়ে কোনো কাজ করতে গেলে অনেক সহজেই আমাদের কাজগুলা করতে পারি। এবং অনেক দ্রুত আমরা আমাদের সফটওয়্যারগুলো উন্নয়ন করতে পারি।  পাইথন প্রোগ্রামিং ল্যাঙ্গুয়েজে মোট তিন ধরণের সংস্করণ আছে:  পাইথন ১ পাইথন ২ পাইথন ৩ পাইথন ১: যখন প্রথম পাইথন প্রোগ্রামিং মুক্তি দেওয়া হয় তখন পাইথন এর সংস্করণ ছিল ০.৯.০ (ফেব্রুয়ারী ১৯৯১) । এই পর্যাইয়ে পাইথন প্রোগ্রামিং ল্যাঙ্গুয়েজে উপস্থিত ছিল ক্লাস, ইনহেরিটেন্স, এক্সেপশন হ্যান্ডলিং, ফাঙ্কশন, লিস্ট, ডিকশেনারী, স্ট্রিং। এবং অনেক হালনাগাদের পরে ১৯৯৪ সালের জানুয়ারিতে সংস্করণ ১.০ নিয়ে মুক্তি দেয়া হয় পাইথন প্রোগ্রামিং ল্যাঙ্গুয়েজের। এই রিলিজটিতে অন্তর্ভুক্ত থাকা প্রধান নতুন বৈশিষ্ট্যগুলি হ'ল কার্যকরী প্রোগ্রামিং সরঞ্জামগুলি ল্যামডা, ম্যাপ, ফিল্টার। এই থেকে শুরু হলো পাইথন ১ এর যাত্রা। ভ্যান রসম CWI তে থাকাকালীন সর্বশেষ সংস্করণটি 1995 সালে পাইথন 1.2 ছিল। ভ্যান রসম ভার্জিনিয়ার রেস্টনে কর্পোরেশন ফর

Version of Python Programming Language

Before we can start Python programming, we must choose which version of Python we want to program with. We need to work on a version that makes it easier for us to work with Python in the future. And much faster we can develop our software. There are a total of three versions of the Python programming language: Python 1 Python 2 Python 3 Python 1: When Python programming was first released, the version of Python was 0.9.0 (February 1991). At this stage, the Python programming language had classes, inheritance, exception handling, functions, lists, dictionaries, strings. And after many updates, the Python programming language was released in January 1994 with version 1.0. The main new features included in this release are functional programming tools lambda, maps, filters. This is where the journey of Python 1 begins. The last version was Python 1.2 in 1995 when Van Ross was at CWI. Van Rossam continued Python's work at the Corporation for National Research Initiatives (CNRI) in Res

Why do we learn Python? / Why is Python so popular?

We use a programming language to highlight modernity in software. When creating software, it is important to make sure that the software is easy for people to use. And based on this, many programming languages ​​have been created over the ages. More than 500 programming languages ​​have been created since 1539 ( list of programming languages ). Every language is built to make the software more advanced so that everyone can do their work more easily and adapt to modernity. Python has dominated the programming world since the 1990s. The hearts of many developers have taken place from the very beginning. When it comes to creating software, the question arises in the minds of the developers in which programming language is the easiest and in the shortest possible time to make the software the most beautiful and the most secure. Based on all this,  Guido van Rossum has created the Python programming language. He is currently leading the development of Python. He has been honored as the lif