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
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
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
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
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
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
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
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
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
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
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…
United States Xu hướng
- 1. New York 992K posts
- 2. New York 992K posts
- 3. Virginia 502K posts
- 4. $TAPIR 1,095 posts
- 5. #DWTS 39.5K posts
- 6. Texas 211K posts
- 7. Prop 50 168K posts
- 8. Cuomo 385K posts
- 9. TURN THE VOLUME UP 11.4K posts
- 10. Bulls 35.2K posts
- 11. Sixers 12.7K posts
- 12. #Election2025 15.5K posts
- 13. Jay Jones 95.6K posts
- 14. Embiid 6,058 posts
- 15. Maxey 7,834 posts
- 16. Harden 9,417 posts
- 17. Eugene Debs 2,086 posts
- 18. WOKE IS BACK 30.2K posts
- 19. RIP NYC 15.5K posts
- 20. Josh Giddey 5,662 posts
Something went wrong.
Something went wrong.