Posts

Introduction of Python

Image
What is Python ? Python is a popular programming language. It was created by Guido van Rossum, and released in 1991. It is used for: web development (server-side), software development, mathematics, system scripting. What can Python do? Python can be used on a server to create web applications. Python can be used alongside software to create workflows. Python can connect to database systems. It can also read and modify files. Python can be used to handle big data and perform complex mathematics. Python can be used for rapid prototyping, or for production-ready software development. Why Python? Python works on different platforms (Windows, Mac, Linux, Raspberry Pi, etc). Python has a simple syntax similar to the English language. Python has syntax that allows developers to write programs with fewer lines than some other programming languages. Python runs on an interpreter system, meaning that code can be executed as soon as it is written. This means that prototyping can be very quick. P

Learn Python Programming

Hello friends good to see you on my blog i am starting this blog becouse i want to share my knowledge  i am sure you will definately like my blogs if you have any questions then you can comment i will answer you in 24 hours as a reply on that comment , so let talk about that topic what we should learn in python First we discuss about basic topic of python like syntex, variables, data-types , operators , function , Next we will learn object oriented programming and in object oriented programming we will discuss about classes , object , constructer , deestructer  After that we will learn about two major cms(content management sytem) in python that is django ,Flask because this two cms is used by some famous webseites Like facebook , youtube , instagram  And then we learn to make gui that is Graphic user interface  and friends we will discuss about more language but first we learn about python thanku friends to visit my blog i hope you will definately learn new things and the most importa

How To download python

Python downloading :    Today i am gonna talk that how to donload the python in differnet  operating system like mac , windows , ubantu , linux and also i will discuss which python version should you use  So first we talk about windows Window 10 64bit :   https://www.python.org/downloads/release/python-385/  on this upper given link and select this and click on this python but remember this is only for window10 64BIT users     Windows x86-64 executable installer Window 8 64bit :   https://www.python.org/downloads/release/python-385/  on this upper given link and select this and click on this python but remember this is only for window8 64BIT users     Windows x86-64 executable installer Window 7 64bit  :  https://www.python.org/downloads/release/python-2718/ window 7 64bit and belower version of  window 7 operating system user will go on this upper link  have a instruction for window 7 and belower user don't  try to download its never supported by window 7 and for belower operating

Basic Code Structure of Python Programming

Code : Hello visitors, how are you hope and wish you will be good so friends as we know that there is a different kind of languages in all over the world that you have listened like c/c++ java php go ruby etc... these are some famous languages in the world that you have listen  but python is very easy language and only python is enough to  do every kind of development like web-development app-development, computer software in every field python is very strong language let see how it is easy to print any kind of text..... in cpp cpp code: #include<iostream> using namespace std; int main() { cout<<"hello world"; return 0; } to print any kind of text.... in python print("hello world") as you can see c++  take six lines to print hello world and python takes only one line and one more good thing about python it refuse the use of semicolon(;) in there code that help you to reduces the chance of making mistakes  and if you know what is machine learning , deep

Print statement and varriable and its data types

Print statement: In this blog i am gonna talking about print statement. So what is print statement.  Print is just a function that helps to print any kind of data  examples :  print("hello world")  print(12)  print ("var")  print (12.5)         So these are some examples of print statement. if you notice i use  " " because this symbol tells that it is a string you don' worry about that i will tell you that what is a string what is an integer, what is a float what is list and etc.... variables:   what is variables. if we try to understand variables are just box that use to different type of values as you seen above to create a variable  you just have to type variablname =  value which you want to store exp : a = 1 b =1.5 c = "students" so as you know how to create variable which can be used to store a value there are some condition which i given below :-  A variable name must start with a letter or the underscore character  A variable name can