Global_py's profile picture. Rebooting……..

Global.py

@Global_py

Rebooting……..

As I have completed my 100 days of code challenge ,today I felt like I am missing onto something . I will be back soon taking another challenge. #100DaysOfCode #completed


Day:100 Okay so I have come so far and it is my last post of the 100 days of coding challenge. From the very beginning I was determined to learn python and here I am. So I decided for the last day I should revisit all the major concepts of python. #100DaysOfCode #python #learn

Global_py's tweet image. Day:100
Okay so I have come so far and it is my last post of the 100 days of coding challenge. From the very beginning I was determined to learn python and here I am. So I decided for the last day I should revisit all the major concepts of python. 
#100DaysOfCode 
#python
#learn
Global_py's tweet image. Day:100
Okay so I have come so far and it is my last post of the 100 days of coding challenge. From the very beginning I was determined to learn python and here I am. So I decided for the last day I should revisit all the major concepts of python. 
#100DaysOfCode 
#python
#learn
Global_py's tweet image. Day:100
Okay so I have come so far and it is my last post of the 100 days of coding challenge. From the very beginning I was determined to learn python and here I am. So I decided for the last day I should revisit all the major concepts of python. 
#100DaysOfCode 
#python
#learn

Global.py đã đăng lại

Python Question / Quiz; What is the output of the following Python code, and why? 🤔🚀 Comment your answers below! 👇 #python #programming #developer #programmer #coding #coder #softwaredeveloper #computerscience #webdev #webdeveloper #webdevelopment #pythonprogramming

Python_Dv's tweet image. Python Question / Quiz;

What is the output of the following Python code, and why? 🤔🚀 Comment your answers below! 👇

#python #programming #developer #programmer #coding #coder #softwaredeveloper #computerscience #webdev #webdeveloper #webdevelopment #pythonprogramming…

Day:99 Here's the precedence of ‘Arithmetic Operators’ from highest to lowest: ** (Exponentiation) *, 1,11,% (Multiplication, Division, Floor Division, Modulus) +, - (Addition, Subtraction) #100DaysOfCode #Python #coding #learning #LearnToCode

Global_py's tweet image. Day:99
Here's the precedence of ‘Arithmetic Operators’ from highest to lowest:
** (Exponentiation)
*, 1,11,% (Multiplication, Division, Floor Division, Modulus)
+, - (Addition, Subtraction)
#100DaysOfCode 
#Python 
#coding 
#learning 
#LearnToCode

Day:98 The ‘precedence’ of bitwise operators is lower than arithmetic operators and higher than comparison operators. The precedence from highest to lowest: Bitwise NOT Shift operators Bitwise AND Bitwise XOR Bitwise OR #100DaysOfCode #Python

Global_py's tweet image. Day:98
The ‘precedence’ of bitwise operators is lower than arithmetic operators and higher than comparison operators. The precedence from highest to lowest:
Bitwise NOT
Shift operators
Bitwise AND
Bitwise XOR
Bitwise OR
#100DaysOfCode 
#Python

Day:97 Bitwise Right Shift, shifts the bits of the first operand to the right by the number of positions specified by the second operand. For positive numbers, it adds 0 from the left. #100DaysOfCode #pythonlearning #Coding #learning #LearnToCode #Python

Global_py's tweet image. Day:97
Bitwise Right Shift, shifts the bits of the first operand to the right by the number of positions specified by the second operand. For positive numbers, it adds 0 from the left.
#100DaysOfCode 
#pythonlearning 
#Coding 
#learning 
#LearnToCode 
#Python

Global.py đã đăng lại

Python Question / Quiz; What is the output of the following Python code, and why? 🤔🚀 Comment your answers below! 👇 #python #programming #developer #programmer #coding #coder #softwaredeveloper #computerscience #webdev #webdeveloper #webdevelopment #pythonprogramming

Python_Dv's tweet image. Python Question / Quiz;

What is the output of the following Python code, and why? 🤔🚀 Comment your answers below! 👇

#python #programming #developer #programmer #coding #coder #softwaredeveloper #computerscience #webdev #webdeveloper #webdevelopment #pythonprogramming…

Day:96 Today it is Bitwise ‘Left Shift’ that I tried. The bitwise left shift operation shifts the bits of a number to the left by a specified number of positions. Each left shift operation multiplies the number by 2 for each shift. #100DaysOfCode #coding #learning #Python

Global_py's tweet image. Day:96
Today it is Bitwise ‘Left Shift’ that I tried.
The bitwise left shift operation shifts the bits of a number to the left by a specified number of positions. Each left shift operation multiplies the number by 2 for each shift.
#100DaysOfCode 
#coding 
#learning 
#Python

Day:95 Okay so today I am upto bitwise NOT . Bitwise operators are commonly used in low-level programming, such as hardware programming, cryptography, and data manipulation. #100DaysOfCode #Python #codingisfun #Journey #Learning #Pythonprogramming

Global_py's tweet image. Day:95
Okay so today I am upto bitwise NOT . 
Bitwise operators are commonly used in low-level programming, such as hardware programming, cryptography, and data manipulation.
#100DaysOfCode 
#Python 
#codingisfun 
#Journey 
#Learning 
#Pythonprogramming

Day:94 A very Happy New Year…. So I was proceeding with Bitwise operators. Today I used XOR. #100DaysOfCode #pythonlearning #learning #Coding #Python

Global_py's tweet image. Day:94
A very Happy New Year….
So I was proceeding with Bitwise operators. Today I used XOR.
#100DaysOfCode 
#pythonlearning 
#learning 
#Coding 
#Python

Day:93 Learning more and more about bitwise operators. Today I tried OR operator. #100DaysOfCode #pythonlearning #learning #coding #python #LearnToCode

Global_py's tweet image. Day:93
Learning more and more about bitwise operators.
Today I tried OR operator.
#100DaysOfCode 
#pythonlearning 
#learning 
#coding 
#python 
#LearnToCode

Day:92 Okay so here I am learning Bitwise operators in python. Bitwise operators in Python allow us to manipulate individual bits of data. First I tried the AND operator. #100DaysOfCode #python #learning #LearningJourney #coding #LearnToCode #Pythonprogramming

Global_py's tweet image. Day:92
Okay so here I am learning Bitwise operators in python.
Bitwise operators in Python allow us to manipulate individual bits of data.
First I tried the AND operator.
#100DaysOfCode 
#python 
#learning 
#LearningJourney 
#coding 
#LearnToCode 
#Pythonprogramming

Day:91 In Python, the pass statement is a placeholder used when a block of code is required syntactically but you don't want to execute any code in that block. There was nothing to do in this much but I still tried a piece of code #100DaysOfCode #python #learning #Coding

Global_py's tweet image. Day:91
In Python, the pass statement is a placeholder used when a block of code is required syntactically but you don't want to execute any code in that block. There was nothing to do in this much but I still tried a piece of code
#100DaysOfCode 
#python 
#learning 
#Coding

Day:90 I got confused with continue and break statements in python. But now I am getting clear about these two. ‘Continue’ in python skips the current iteration and moves to the next in the loop unlike break which breaks the entire loop. #100DaysOfCode #Learning #python

Global_py's tweet image. Day:90
I got confused with continue and break statements in python. But now I am getting clear about these two. ‘Continue’ in python skips the current iteration and moves to the next in the loop unlike break which breaks the entire loop.
#100DaysOfCode 
#Learning 
#python

Day:89 So I decided to revise some of the concepts in python to understand the proper usage of them in code. Today I revised ‘break’ statement, which is used to break out of a loop prematurely regardless of whether the loop’s condition is still true. #100DaysOfCode #Learning

Global_py's tweet image. Day:89
So I decided to revise some of the concepts in python to understand the proper usage of them in code. Today I revised ‘break’ statement, which is used to break out of a loop prematurely regardless of whether the loop’s condition is still true.
#100DaysOfCode 
#Learning

Global.py đã đăng lại

Python Question / Quiz; What is the output of the following Python code, and why? 🤔🚀 Comment your answers below! 👇 #python #programming #developer #programmer #coding #coder #softwaredeveloper #computerscience #webdev #webdeveloper #webdevelopment #pythonprogramming

Python_Dv's tweet image. Python Question / Quiz;

What is the output of the following Python code, and why? 🤔🚀 Comment your answers below! 👇

#python #programming #developer #programmer #coding #coder #softwaredeveloper #computerscience #webdev #webdeveloper #webdevelopment #pythonprogramming…

Day:88 Okay here I am after knowing a bit about OOP in python. So I decided to revisit some topics in python for my clarity. I used ‘flag’ in python which is typically a boolean variable used to control the flow of a program. #100DaysOfCode #learning #python #Coding

Global_py's tweet image. Day:88
Okay here I am after knowing a bit about OOP in python. So I decided to revisit some topics in python for my clarity. I used ‘flag’ in python which is typically a boolean variable used to control the flow of a program.
#100DaysOfCode 
#learning 
#python 
#Coding

Day:87 I got learn another feature that OOP in python offers us . This is getting exciting day by day . So OOP also offers ‘abstraction’ that means we can hide implementation details and show only the necessary features.. cool right… #100DaysOfCode #programming #Python

Global_py's tweet image. Day:87
I got learn another feature that OOP in python offers us . This is getting exciting day by day . So OOP also offers ‘abstraction’ that means we can hide implementation details and show only the necessary features.. cool right…
#100DaysOfCode 
#programming 
#Python

Day:86 Okay so Object Oriented Programming using python also offers us ‘Polymorphism’ which means allowing objects to be treated as instances of their parent class…. Here is the code for the same that I tried… #100DaysOfCode #Python #learning #coding

Global_py's tweet image. Day:86
Okay so Object Oriented Programming using python also offers us ‘Polymorphism’ which means allowing objects to be treated as instances of their parent class….
Here is the code for the same that I tried…
#100DaysOfCode 
#Python 
#learning 
#coding

Global.py đã đăng lại

The answer is [2, 3, 4, 5] <class 'list'>

Python Question / Quiz; What is the output of the following Python code, and why? 🤔🚀 Comment your answers below! 👇 #python #programming #developer #programmer #coding #coder #softwaredeveloper #computerscience #webdev #webdeveloper #webdevelopment #pythonprogramming

Python_Dv's tweet image. Python Question / Quiz;

What is the output of the following Python code, and why? 🤔🚀 Comment your answers below! 👇

#python #programming #developer #programmer #coding #coder #softwaredeveloper #computerscience #webdev #webdeveloper #webdevelopment #pythonprogramming…


United States Xu hướng

Loading...

Something went wrong.


Something went wrong.