Follow us for daily dose of Python, C & JavaScript - Tips | Tricks Tutorials | News | Updates

Joined February 2017
179 Photos and videos
Jan 23
Does Gyftr with HDFC Smartbuy has introduced a limit of 5000 monthly for Swiggy Vouchers? #infinia #gyftr #smartbuy #swiggy #creditcard #CreditCardRewards
1
281
Varun retweeted
A Day in Motion – Capturing Earth’s Rotation The stars remain still, but Earth never stops spinning. My goal was to capture a full 24-hour time-lapse, revealing the transition from day to night and back again. @IIABengaluru @asipoec (1/n)
261
521
1,997
57,128
Varun retweeted
26 Dec 2024
What is a Pointer to a Pointer or Double Pointer in C/C ? This type of question can make or break your interview. The way you answer it showcases your expertise with Pointers. So, let’s start with it ! #cplusplus #cpp #programming #cprogramming #coding #pointers Thread 1/5 ...
1
1
3
236
Varun retweeted
>Linux is C >Git is C >Python interpreter (CPython) is C >Ruby interpreter (MRI) is C >PostgreSQL is C >SQLite is C >Redis is C >MySQL is C >MongoDB is C >Unreal Engine is C >Chrome is C >Firefox is C >Windows kernel is C >macOS kernel (XNU) is C >Photoshop is C >VMware is C >TensorFlow (Core) is C -still, you are not convinced to learn C and C
622
1,149
11,494
752,957
Varun retweeted
4 Sep 2024
A common skill 😂🤭
117
342
2,494
193,297
Varun retweeted
Replying to @CeoNoida
@CeoNoida @PankajSinghBJP @dr_maheshsharma @myogioffice How this board outside Prateek Wisteria will help noida authority in recovering money from Prateek Group..No inventory left which u will attach.. Isn't it a harassment to residents
1
8
6
283
Varun retweeted
oh no
624
24,457
154,231
18,423,024
9 Dec 2023
🐍 Python Pro Quiz🧑‍💻: WARNING : Its not an easy one⚠️ How to Keep track inside a Function that how many times that function is called? Explain this code, if you can 🤓 #programming #developer #programmer #softwaredeveloper #Python #DataScience #DataScientists #DataScientist
1
1
161
16 Nov 2023
Demystifying Modern C : What is std::bind in Modern C and how it use it? Checkout detailed tutorial: thispointer.com/stdbind-tuto… #cpp #cplusplus #code #programming #developer #100DaysOfCode

1
5
229
9 Nov 2023
#Python Quiz:🧩 Can you guess the output of this #NumPy code snippet? 🐍🔢 Options: A) [‘Tweet’, True, 24, 10.6] B) ['Tweet', '1', '24', '10.6'] C) An error is thrown #programming #developer #programmer #softwaredeveloper #webdev #DataScience #DataScientists #MachineLearning
1
133
8 Nov 2023
Looking to use unique_ptr in C ? 🤔Here's a simple tip: ✅ Pass it to a function without worries by using std::move. Just remember, the unique_ptr becomes null after moving. Check Short Video --> youtube.com/shorts/M53dk8TRO… #cplusplus #cpp #programmig #coding #code #development
2
180
7 Nov 2023
Modern C Insight ✨: Want to flawlessly capture member variables in a Lambda Expression? Ensure you're doing it right !! Check Now --> thispointer.com/c11-lambda-h… #cplusplus #cpp #programmig #coding #code #cpp23 #python #coder #development #100DaysOfCode
1
12
828
6 Nov 2023
C 11/14 Tutorial: Lambda Function in Modern C with Examples. It covers, * Need of Lambda Functions * How to Capture Variables by Reference or Value in Lambda? #cpp #cplusplus #programming #coding #code #cpp11 #cpp23 thispointer.com/designing-ca…

1
6
612
3 Nov 2023
🧠💻 C Developers! Are you up for a #CodePuzzle? Spot the bug in this unique_ptr snippet. 👀 Remember, smart pointers are smart, but they rely on you to set them up correctly! Can you Spot the issue here, #cplusplus #cpp #coding #programming #Coding #code #development
2
3
538
3 Nov 2023
If you're able to identify the problem, please don't hesitate to recommend any changes that would resolve the issue !!
1
73
16 Oct 2023
NumPy Array vs. Python List: A visual breakdown in a GIF! Explore their unique strengths and find your favourite. What's your go-to? #Python #pythonprogramming #numpy #DataScience #DataAnalytics #DataScientists #MachineLearning #programming #Coding

ALT NumPy Array vs Python List

1
4
153
1 Oct 2023
🧩 C 17 Puzzle Alert! 🧩 Spot the bug in the code snippet below. If you can, you're a true C aficionado! Comment with your answer. Hint: A fix for this issue was introduced in C 17. Can you pinpoint it? #cpp #cplusplus #coding #programming #100DaysOfCode #cpp23 #code #data
4
8
1,500
2 Oct 2023
The emplace() function will move the unique_ptr, even if the insertion in map fails. Therefore in C 17 try_emplace() was added. The try_emplace() function will not move the value if it’s not going to add the key-value pair. So replace emplace() with try_emplace() & avoid crash
2
94