Skip to main content

Posts

Decision Making || Python Programming tutorial 4

Recent posts

Taking input in Python || Comments in Python || Python programming tutorial 3

Welcome So today here you are going to learn how to take input from user in python. Taking input in Python Taking input in Python Developers often have a need to interact with users, either to get data or to provide some sort of result. Nowadays mostly programs use a dialog box as a way of taking input from users. While Python provides us with an inbuilt function to read the input from the keyboard. Note: Here we are talking about methods used in python 3.x input(): This function is used to take input from the users in python 3.x. When input() function executes program flow will be stopped until the user has given input.  The important thing which you have to keep in mind is, Whatever you enter as input, input() function convert it into a string . Even if you enter an integer value still input() function converts it into a string. You need to explicitly convert it into an integer in your code using typecasting. Run the program below and try it yourself.

Variables and Datatype in Python || Python Programming Tutorial 2

Welcome So today here you are going to learn about variables and different data types in python. Variables and Datatype in Python Variables and Datatypes Python is completely object-oriented and is not "statically typed", So you need not declare variables or there type before using them. Remember that every variable in python is an object. Now, let's learn about some basic data types. Numbers Python supports two types of numbers: integers and floating types ( It also supports complex numbers which would not be included in this tutorial) The Syntax for using an integer is: (Run the code to see the output) And for using floating-point numbers you may use the below syntax: Strings For making strings in python we either use double or single quotes. For Example: Note: Remember one thing you could add two numbers or strings, but you could not add a number with a string, however multiplication of a string with a number can

Python Programming Tutorial 1 || Learn How To Download Python and Your First Hello World Program

Welcome So today here you are going to learn how to download python 3.x and Run your very first python program. 

Games of Gautam Sharma || Block Breaker

                                      Block Breaker  Hello Guy This is Gautam Sharma And Today I have Upload The Game Block Breaker which is one of my own Developed Game You can Access it for free of Cost. By Clicking here ,  or by clicking below at " Play on itch.io" or You Can play it on Our website only By clicking "Play" Yes You are thinking right I have uploaded this game on itch.io which is free website for Gamers, where they can download/play Games for free. So, Don't Wast Any time click on the button below and share your Experience.  Powered By Hack The Tech

The Games Developed By Me || Games Of Gautam Sharma

    The Games Developed By Me || Games Of Gautam Sharma Hello Guys This is Gautam Sharma And In The Video Below I have Shown some Of The Games Developed By Me. Before This I have Posted About One of my game Supper Shooter. Now I have Shown Some Other games Also including it.                                                                 Watch The Full Video Powered by Hack The Tech