Filter
Exclude
Time range
-
Near
Day56 of #GeeksforGeeks 60DaysChallenge🚀Solved:URLifyagivenstring💻Replacedspaceswith' 'usingPython. @geeksforgeeks @NPCI_NPCI #geekstreak60 #npci
2
10
Replying to @unclebigbay143
I hit this problem with C & C . When we are comparing 2 things. The order of appearance does not matter to the language Compiler or Interpreter. But Assignment takes the value on the right side and changes the left side value. The form you use is very commonly used. if ( variable == constant ) But as you found, programming languages sometimes have side effects. In this case there was a sort of hidden convention that if an Assignment was successful inside an if, the result is true. And most programming languages implement true as 1 The Comparison became a constant expression if ( 1 ) because of a hidden extra step from unexpected Assignment. Suggestions: Very first thing to check is Warnings from build tools you use. Lint utilities may help with this. Coding standards for the project may also help. Using Lint sometimes leads to better standards. What I do: if ( constant == variable ) Seems backwards as far as expressing the Comparisons. But this form eliminates the possibility of accidental Assignment. Because if ( true = isValidUser ) Assignment becomes logical nonsense, constants can not be changed. Practically every programming language will show an Error. AI may also help but it adds a dependency on a complex tool. Hope this helps, :) P.S. if ( true == usingPython ) { neverMix ( Tabs & Spaces ); } else { confusionForMe = 1.5 Days; }
1
2
116
🧠 Get a wide variety of programming content specially selected for students in training in various areas of programming. 🔗 Access the contents here: usandopy.com/en/ #python #usingpython #programmingquotes #developerquotes #techquotes
1
13
🧠 Get a wide variety of programming content specially selected for students in training in various areas of programming. 🔗 Access the contents here: usandopy.com/en/ #python #usingpython #programmingquotes #developerquotes #techquotes
1
2
14
Learn lists (arrays) usingpython @microbit_edu @Coding4KidsIRAQ
1
1
17
2,335
Python Tkinter - How to create a Frame in Tkinter We can also create a Scrolled Text area in tkinter. To add a ScrolledText widget, you can use the ScrolledText class like this: 📚 Read the full article here: 🔗 usandopy.com/en/artigo/pytho… #python #usingpython
2
18
Exercise 2 - How to make an Overtime calculator exercise using python? Sales tax is a type of consumption tax which you pay to the seller when you buy anything. It is imposed on everything. 📚 Read the full article here: 🔗 usandopy.com/en/artigo/exerc… #python #usingpython
2
21
Monitor CPU and memory usage in Python with live graph Hello everyone, in this tutorial we will develop a program that will monitor the use of the computer's CPU and memory. 📚 Read the full article here: 🔗 usandopy.com/en/artigo/monit… #python #usingpython
2
13
How to Build an Alarm Clock Using Python | Alarm in Python Hello guys, in this tutorial we will create a digital clock in Python. Here, we will use Tkinter for the GUI. Without further del… 📚 Read the full article here: 🔗 usandopy.com/en/artigo/how-t… #python #usingpython
2
14
Java vs Python Comparison - Which One You Should Learn? For beginners, this is really a difficult task. We, beginners don’t know where to begin and what to do and how to do it. Don’t wo… 📚 Read the full article here: 🔗 usandopy.com/en/artigo/java-… #python #usingpython
2
14
Summarizing Python lists Lambda functions, also known as anonymous functions, are functions that do not have a name. They are commonly used in Python as a… 📚 Read the full article here: 🔗 usandopy.com/en/artigo/summa… #python #usingpython
1
2
38
Data OG @s_scolary, brings the data analysis goods in this great article combining xwOBAcon and R-INLA. Don't miss it, it's part of the Data Camp series, at @PitcherList. Then, check also Justin Filteau's on data collection from Savant usingPython. pitcherlist.com/pitcher-list…

Pitcher List Data Camp: xwOBAcon with INLA Colin Charles (@s_scolary) continues the Pitcher List data camp series with a coding example looking at xwOBAcon and using R-INLA pitcherlist.com/pitcher-list… pitcherlist.com/pitcher-list……obacon-with-inla/
1
1
4
Book: Introducing Data Science: Big Data, Machine Learning, and more, usingPython tools ow.ly/R51z30popqM

7
29
Book: Introducing Data Science: Big Data, Machine Learning, and more, usingPython tools ow.ly/C8P2304XV7J

10
12
Book: Introducing Data Science: Big Data, Machine Learning, and more, usingPython tools ow.ly/EO8m304wME3

1
24
32