DM if you have opportunities in the I.T.

Joined March 2023
293 Photos and videos
SQL Tip: How Order By Works with Multiple Columns When using ORDER BY with multiple columns, the database initially sorts the entire result set based on the first column specified (the sales column in this case). This creates "groups" of rows that have the same value for the first column; e.g., rows that have a sales value of 12,000. The secondary sort (age ASC), unlike the first sort that is applied to the entire table, will be applied to the groups. In this output, you can see that rows with the same sales value have been grouped. For example, Mira and Bob have been grouped because they have the same sales value (12,000). The primary sort, based on the sales column in descending order, resulted in a tie between Mira and Bob. The secondary sort serves as the tiebreaker. Since we are sorting by the age column in ascending order, Mira, who is 30, is placed before Bob. This process is repeated for all tied values in the primary sort. #DataAnalytics
1
28
I would say Answer A : ['A', 'X', 'C', 'Y', 'G'] #Python
πŸ‘‰Give it a TRY and let us know the answer in Comment sectionπŸ™‹β€β™€οΈπŸ™‹β° . #Python #Programming #Coding #pythonprogramming #100DaysofCode #pythonquiz #logicalpython
138
Answer A is the output. Nice #Python question by the way
πŸ‘‰Give it a TRY and let us know the answer in Comment sectionπŸ™‹β€β™€οΈπŸ™‹β° . #Python #Programming #Coding #pythonprogramming #100DaysofCode #pythonquiz #logicalpython
2
121
#Developers , #engineers , men and women who spent lots of time sitting on the chair for coding on 2023, I want to wish you a Healthy New Year 2024 Why Healthy ? Because you spend lots of time sitting on the chair. And that's definitely not good for your health. You need to have a daily practice of movements of some minutes, gymnastic, pilat, natural body-building or anything that makes yur blood circulate more. That's essential with fresh air if possible. Take care, for a better world #DevOps #CybersecurityNews #Engineering #india #USA #Russia #China #development #FrontEnd #backend #fullstack #programming #csharp #cplusplus #javascript #Java #Python @RealBenjizo @BendikMatej @benshapiro @ValaAfshar @driscollis @clcoding @CodingComputing #SoftwareEngineering #SoftwareTesting #SoftwareDeveloper @DeniTechh
3
1
8
713
Interesting #Python question
Python Question Can you figure out what `puzzling_fun` does, and what is the output of the code snippet?
5
154
Understanding execution order of SQL queries! Before you can optimize SQL queries, you must understand their order of execution! The order of execution is different from how you write it, here's the actual order: 1️⃣ FROM: Determines the tables of interest 2️⃣ JOIN: Joins the tables of interest as per specification and sets up the base data. 2️⃣ WHERE: Applies a filter to the rows returned from the FROM clause. It restricts the result set to only those rows that meet a specified condition 3️⃣ GROUP BY: Groups rows that have the same values in specified columns. It is often used with aggregate functions ( eg. COUNT, MAX, MIN, SUM, AVG) to perform calculations on each group. 4️⃣ HAVING: Similar to the WHERE clause, but it is used to filter groups based on aggregate functions. It is applied after the GROUP BY clause. 5️⃣ SELECT: Used to specify the columns from the filtered results to display in the query's result set. It can include column names, aggregate functions, and expressions. 6️⃣ ORDER BY: Sorts the result set returned by the query in ascending (ASC) or descending (DESC) order based on one or more columns. 7️⃣ LIMIT: Restricts the number of rows returned by the query. _________ That's a wrap! If you interested in: β€’ Python 🐍 β€’ ML/MLOps πŸ›  β€’ CV/NLP πŸ—£ β€’ LLMs 🧠 β€’ AI Engineering βš™οΈ Find me β†’ @akshay_pachaar βœ”οΈ Everyday, I share tutorials on above topics! I also write a weekly Newsletter on AI Engineering, link in the next tweet! Cheers!! πŸ™‚
1
202
RT @RealBenjizo: Book Giveaway; Retweet (repost), like, and comment below which book you want (Python Tips and Tricks or Master Python Fun…
309
Interesting #Python tip
Python tip; How to blur an image using the Python libraries scipy and imageio
3
166
Daniel, PhD πŸŽ“ retweeted
26 Sep 2023
Have you heard dis information?

25,213
171,454
598,853
81,749,139
21 Sep 2023
The following queries may give different results; do you know why? #SQL #SQLServer Reply with your answer!
265
That's why the base of #education should be to respect workers
17 Sep 2023
This is a remarkable video of an incredible man who climbs a giant chimney, tasked with destroying it, one brick at a time. Listen to this courageous man who is grateful, optimistic and hard working
1
363
When you are looking for a #job of #developer , you idealize it. When you get it, after a period of time, you realize, "finally that's not a big deal". #SoftwareDeveloper #SoftwareEngineering
2
195
There are at least two possible solutions to that #logic challenge : 4 and 8 #Mathematics
2
294
Some adivises if you want to lose weight How exercise will positively impact your #health #weightloss #heart
10 Sep 2023
How losing weight and exercise impacts your body and brain
305
#TypeScript programming is great #JavaScript programming is great #rustlang programming is great #Python programming is great #programming
Delete one forever:
1
2
362
Maye, if you had an advise to give to a person who want to be successful , today, and who would start from almost 0 today, what simple advises would you give ? @mayemusk
198
Do you know what is the Maslow's pyramid ? If you want to have small progress, as a #developer , #engineer or any #job , you need to reinforce the base of your own pyramid. #psychology #MindsetMatters
144
Do you think that your #job has the same value in your perception and in other's perception if you would do that work for #free ?
1
168