Python programming first coding blog

 Hey Guys 

I am starting the python programming . 

I know you are very excited for creating python programing . 

But this time I will teach you how to create simple hello world program. 

Just to give you a little excitement about Python, I’m going to give you a small conventional Python Hello World program, You can try it using this code. 

Input:- print(“hello world”) 

Output:- hello world

new

Applications of Python

As mentioned before, Python is one of the most widely used language over the web. I’m going to list few of them here:

1.Easy-to-learn − Python has few keywords, simple structure, and a clearly defined syntax. This allows the student to pick up the language quickly.

2.Easy-to-read − Python code is more clearly defined and visible to the eyes.

3.Easy-to-maintain − Python’s source code is fairly easy-to-maintain.

4.A broad standard library − Python’s bulk of the library is very portable and cross-platform compatible on UNIX, Windows, and Macintosh.

5.Interactive Mode − Python has support for an interactive mode which allows interactive testing and debugging of snippets of code.

6.Portable − Python can run on a wide variety of hardware platforms and has the same interface on all platforms.

7.Extendable − You can add low-level modules to the Python interpreter. These modules enable programmers to add to or customize their tools to be more efficient.

8.Databases − Python provides interfaces to all major commercial databases.

9.GUI Programming − Python supports GUI applications that can be created and ported to many system calls, libraries and windows systems, such as Windows MFC, Macintosh, and the X Window system of Unix.

10.Scalable − Python provides a better structure and support for large programs than shell scripting.

This blog will for a first simple program and learn what is the application of python. 

In next blog I will tech you Operators and all type of operators. 

Thank you. 

For any inquiry you will comment below…. 

Also on Instagram account my Instagram id is nikil_pawar27

Installation Of Python

hey Guys…… 

In this Blog i will teach you how to install python in simple way(official) for only windows user. 
Step 1: Select Version of Python to Install
1.The installation procedure involves downloading the official Python .exe installer and running it on your system.
2.The version you need depends on what you want to do in Python. For example, if you are working on a project coded in Python version 2.6, you probably need that version. If you are starting a project from scratch, you have the freedom to choose.
3.If you are learning to code in Python, we recommend you download both the latest version of Python 3.
Step 2: Download Python Executable Installer
1.Open your web browser and navigate to the Downloads for Windows section of the official Python website.
2.Search for your desired version of Python. At the time of publishing this article, the latest Python 3 release is version 3.9.0.
3.Select a link to download either the Windows x86-64 executable installer or Windows x86 executable installer. The download is approximately 25MB.
Step 3: Run Executable Installer
1. Run the Python Installer once downloaded. (In this example, we have downloaded Python 3.7.3.)
2. Make sure you select the Install launcher for all users and Add Python 3.7 to PATH checkboxes. The latter places the interpreter in the execution path. For older versions of Python that do not support the Add Python to Path checkbox, see Step 6.
Step 3. Select Install Now – the recommended installation options.
new
For all recent versions of Python, the recommended installation options include Pip and IDLE. Older versions might not include such additional features.
4. The next dialog will prompt you to select whether to Disable path length limit. Choosing this option will allow Python to bypass the 260-character MAX_PATH limit. Effectively, it will enable Python to use long path names.
Girl in a jacket
The Disable path length limit option will not affect any other system settings. Turning it on will resolve potential name length issues that may arise with Python projects developed in Linux.
Step 4: Verify Python Was Installed On Windows  
Navigate to the directory in which Python was installed on the system. In our case, it is C:\Users\Username\AppData\Local\Programs\Python\Python39 since we have installed the latest version.
Double-click python.exe.
The output should be similar to what you can see below:
Girl in a jacket
Step 5: Verify Pip Was Installed
1.If you opted to install an older version of Python, it is possible that it did not come with Pip preinstalled. Pip is a powerful package management system for Python software packages. Thus, make sure that you have it installed.
2.We recommend using Pip for most Python packages, especially when working in virtual environments.
To verify whether Pip was installed:
1.Open the Start menu and type “cmd.”
2.Select the Command Prompt application.
3.Enter pip -V in the console. If Pip was installed successfully, you should see the following output:
Girl in a jacket
In this tutorial, we detailed how to install Python 3.9.0 on Windows. If you are installing a different version of Python, you can expect a similar process.

Python Beginners

New to Python?

Read BeginnersGuide

Getting Python

Next, install the Python 3 interpreter on your computer. This is the program that reads Python programs and carries out their instructions; you need it before you can do any Python programming. Mac and Linux distributions may include an outdated version of Python (Python 2), but you should install an updated one (Python 3).

There are also Python interpreter and IDE bundles available, such as Thonny. Other options can be found at IntegratedDevelopmentEnvironments.



At some stage, you’ll want to edit and save your program code. Take a look at HowToEditPythonCode for some advice and recommendations.



Learning Python

Next, read a tutorial and try some simple experiments with your new Python interpreter.



If you have never programmed before, see BeginnersGuide/NonProgrammers for a list of suitable tutorials.



If you have previous programming experience, consult BeginnersGuide/Programmers, which lists more advanced tutorials.

If English isn’t your first language, you might be more comfortable with a tutorial that’s been translated into your language.

Most tutorials assume that you know how to run a program on your computer. If you are using Windows and need help with this, see How do I Run a Program Under Windows.

Some sites offer in-browser coding for those who want to learn Python:

Codecademy

Coding Bootcamps

DataCamp

Dataquest for Python for data science.

HackInScience free and open source platform.

High School Technology Services for general Python

Print a cheat sheet of the most important Python features and post it to your office wall until you know the basics well.

Once you have read a tutorial, you can browse through Python’s online documentation. It includes a tutorial that might come in handy, a Library Reference that lists all of the modules that come standard with Python, and the Language Reference for a complete (if rather dry) explanation of Python’s syntax.



When you are ready to write your first program, you will need a text editor or an IDE. If you don’t want to use Thonny or something more advanced, then you can use IDLE, which is bundled with Python and supports extensions.

This Python wiki also contains a page about Python One-Liners — an obscure but interesting subculture in Python.

Need Help?

Need help with any of this? Reply in comment box….

Most Python books will include an introduction to the language; see IntroductoryBooks for suggested titles.



Consult BeginnersGuide/Examples for small programs and little snippets of code that can help you learn.

Or, if you prefer to learn Python through listening to a lecture, you can attend a training course or even hire a trainer to come to your company. Consult the PythonEvents page to see if any training courses are scheduled in your area and the PythonTraining page for a list of trainers.

Teachers can join the EDU-SIG, a mailing list for discussion of Python’s use in teaching at any level ranging from K-12 up to university.

Quiz and Exercises

Finxter – How good are your Python skills? Test and Training with a Daily Python Puzzle

CheckIO – Online learning, testing and improving your python skills

After Hours Programming – Python Quiz

Python Guru Quiz- Python Quiz

Pyschools – A Collection of Python Quiz and Exercise Questions

PyGUI – Collection of python quiz answers, Examples And GUI Tkinter Tutorials For Beginners

Pythonspot – Python Quiz

Python Challenge – A Python Quiz App on Android Platform

CS Circles – online lessons and graded exercises

Design a site like this with WordPress.com
Get started