Skip to main content

My first programe in python world .

I have started the python programming with the first program to print a message like hello world in Python shell.








then i going on in the world of python programming and learned about various type of programmes
in python .first i learned about the Python Fundamentals in which i learn about various things like :

  • Python Charactersets
  • Tokens
  • Barebones of a Python Program
  • Variables and Assignments
  • Simple Input and output
then i tried  to write the programes on inscriptive mode.I started to make programes on data handling in which i come to know about data types ,mutable and immutable types , Statement flow control , Program Logic Development Tools ,if else statement of python , range() ,Iteration/Looping statements and various other other things in python.

Comments

Popular posts from this blog

How to download and install MySQL for windows.

Here I am going to show you that how to download and install MySQL first go to MySQL official link to download it :  https://dev.mysql.com/downloads/ you can get a option of MySQL installer for Windows : as your own choice you can download the setup if you want to download online installation then you can download web for online installation one or you can also download the the offline installer I suggest you to download second setup . After downloading you can run the setup and adjust the installation setting according to your need. Here are the steps to successfully install mysql in your system for windows: So here we go: Step 1:Run the setup of Mysql then you will able to view this first page of the setup. you dont have to change the option to another option you have to choose only Developer Default option. Step 2: Then after clicking next button you will able to see a new window name as check Requirements .then you have to click on execute button. Step 3:In this ...