uz
Feedback
Software programing

Software programing

Kanalga Telegram’da o‘tish

This is a channel which gives tutorial on different programming languages, android tips and tricks best apps etc...

Ko'proq ko'rsatish
1 471
Obunachilar
Ma'lumot yo'q24 soatlar
Ma'lumot yo'q7 kun
Ma'lumot yo'q30 kun
Postlar arxiv
We started to give pdf files on the topic that u want.we make the pdf by ur command.and it is with a simple payment through mobile card.so if u want to talk to us....... @Fikire2 And @Alphadmin12

Hello pals to day we inform u something that most of u have been asking.

>>> 2 + 2 4 >>> 5 + 4 - 3 6

blockchain with py. nice, many ideas in it that can be expanded into separate projects https://medium.com/crypto-currently/lets-build-the-tiniest-blockchain-e70965a248b

#4 python: operators ⚜ addition doing 1+2 gets you 3 ⚜ substraction doing 6-1 gets you 5 ⚜ multiplication doing 1*5*2 gets you 10 (thanks Antonio Galán for correction) ⚜ division doing 5/2 gets you 2.5 ⚜ floor division doing 5//2 gets you 2 floor rounds to previous whole number ⚜ power/exponentiation 3**2 gets you 9 ⚜ remainder operator 10%6 gives you 4 you get a remainder of 4 when 10 is divided by 6

#3 python: more data types 🍵 tuples same as lists but with ( ) (1,2,3) lists are mutable (can be changed) but tuples are not 🍵 complex numbers yes, python can represent complex numbers natively 2 + 3j 🍵 booleans booleans mean true or false x = True x = False 🍵 dictionaries dictionaries are mappings x = { "a":1, "b":2, } x["a"] will give you 1 they can contain any type of data such as lists x = { "a":[0,1,5], "b":2, } or other dictionaries x = { "a":1, "b":{ 1:[0,8,9], 2:"a" } }

#2 python : data types computers understand only electric flow, a higher representation is numbers but since those are difficult to deal with, many types of data were created so that we can express ourselves with ease we can assign variables to those data types ⚡️integers integers are normal numbers like 1 2 3 4 ⚡️floats floats are like decimals. 1.0, 2.6, 3.8, 4.888 ⚡️strings strings are a way to deal with text "i am here" is a string ⚡️lists (arrays in other languages) x = [1, 2, 5] [1,2,3] this is a list it can contain different data types [1, 1.0, "2"] also more lists [1, [6,8,9], 4]

*#1 python : variables* variables are just names associated to values x = 3 just like maths y = 5 the computer keeps a record name | value --------------------- x | 3 y | 5 | so that if you do z = x + y it will look up the value for x, look up the value for y the assign it to z z will equal 8 name | value --------------------- x | 3 y | 5 z | 8 |

The Python compiler is a very refined APP that provides direct functionality for Python beginners and can be used to verify small programs. The software supports directly from the file manager to open the code file, user-friendly viewing

👽 SoloLearn PRO: an ad-free experience with advanced tools Set custom daily learning goals and learn faster.

Do u know that sololearn gives coding space(play ground).so if want to execute or try python just down load sololearn apk or go their site and have a fun.

....cont #python Hello world! On python Steps... 1. Open your IDE 2. Write this Print ("hello world") 3. Save it with .py extension 4. Run in any python console ..... ...perfect! This is the first thing that today's billionaires like #Elon musk, mark zeckrberg know for the first time @software_programming1

....cont #python Steps to get start with python 1. Download python on your device 2. Add your python into path 3. Open proper IDE (but python come with special feature known as IDLE ...) 4. ....code it @software_programming1

#Next.... Intro on programming language #python Python is the most growing computer language in world - first written by Dutchman van russom in mid decades - website 👉www.python.com Download it and get started..... @software_programming1

photo content

Your First Program Let's start off by creating a short program that displays "Hello world!". In Python, we use the print statement to output text:

Welcome to Python! Python is a high-level programming language, with applications in numerous areas, including web programming, scripting, scientific computing, and artificial intelligence. It is very popular and used by organizations such as Google, NASA, the CIA, and Disney. Python is processed at runtime by the interpreter. There is no need to compile your program before executing it. Welcome to Python! The three major versions of Python are 1.x, 2.x and 3.x. These are subdivided into minor versions, such as 2.7 and 3.3. Code written for Python 3.x is guaranteed to work in all future versions. Both Python Version 2.x and 3.x are used currently. This course covers Python 3.x, but it isn't hard to change from one version to another. Python has several different implementations, written in various languages. The version used in this course, CPython, is the most popular by far.

We sayed that we are going to start python and we are going to👇👇👇👇👇👇👇👇👇👇👇👇👇👇