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 เทรนด์
- 1. New York 1.3M posts
- 2. New York 1.3M posts
- 3. Virginia 553K posts
- 4. #RadioStatic 5,947 posts
- 5. #Talus_Labs 1,008 posts
- 6. Alastor 18.1K posts
- 7. Prop 50 195K posts
- 8. Van Jones 2,868 posts
- 9. #DWTS 41.7K posts
- 10. #XLOV_UXLXVE 10.9K posts
- 11. TURN THE VOLUME UP 26.1K posts
- 12. AND SO IT BEGINS 10.9K posts
- 13. #QuestPit 7,576 posts
- 14. Cyrene 120K posts
- 15. Ty Lue 1,007 posts
- 16. Jay Jones 108K posts
- 17. Clippers 9,782 posts
- 18. Sanford N/A
- 19. WOKE IS BACK 42.7K posts
- 20. Harden 10.2K posts
Something went wrong.
Something went wrong.