
Shubham S Nimje
@Shubham_S_Nimje
Followers
172
Following
507
Media
38
Statuses
943
Actively Seeking Job Opportunities | Full-Stack Developer | MERN Stack & Python Developer | React.js, Next.js, Node.js, Django, FastAPI, REST APIs
Remote
Joined June 2014
π Open to New Opportunities!.Hi folks! Iβm currently looking for new roles as a Full Stack Developer (MERN / MEAN / Python). π Portfolio: π Location: India (Open to remote).If you know of any openings or referrals.letβs connect!.π© DM me or reply below.
nimje.org
Check out projects and experience of Shubham Nimje, a JavaScript, Django, and FastAPI developer.
0
1
1
## Day 30. Which of these is NOT a Python built-in data type?. 1. List. 2. Array. 3. Dictionary. 4. Tuple. #PythonBasics #CodeQuiz #LearnPython.
0
0
0
## Day 29. What's the output of `lambda x: x * 2`?. 1. Function object. 2. Error. 3. None. 4. 2. #PythonLambda #FunctionalProgramming #PythonFunctions.
0
0
0
## Day 28. What does `yield` do in Python?. 1. Creates a generator function. 2. Returns multiple values. 3. Pauses program execution. 4. Raises an exception. #PythonGenerators #AdvancedPython #PythonKeywords.
0
0
0
## Day 27. What's printed? `print(1 + 2 * 3 ** 2)`. 1. 19. 2. 9. 3. 36. 4. 27. #PythonMath #OperatorPrecedence #CodingBasics.
0
0
0
## Day 26. How would you swap values of variables a and b in a single line?. 1. `a, b = b, a`. 2. `swap(a, b)`. 3. `a = b; b = a`. 4. `a ^= b ^= a ^= b`. #PythonOneLiners #CodingTricks #PythonSwap.
0
0
0
RT @Shubham_S_Nimje: π Open to New Opportunities!.Hi folks! Iβm currently looking for new roles as a Full Stack Developer (MERN / MEAN / Pyβ¦.
nimje.org
Check out projects and experience of Shubham Nimje, a JavaScript, Django, and FastAPI developer.
0
1
0
## Day 25. What does this code print? `print(bool([]), bool([0]))`. 1. False, True. 2. True, False. 3. False, False. 4. True, True. #PythonQuiz #BooleanLogic #PythonTricks.
0
0
0
## Day 24. Which virtual environment tool is built into Python 3?. 1. venv. 2. virtualenv. 3. conda. 4. pipenv. #PythonEnvironments #DevOpsTools #PythonDevelopment.
0
0
0
## Day 23. Pandas uses which data structure for handling tabular data?. 1. DataFrame. 2. Array. 3. Matrix. 4. Table. #PandasPython #DataScience #PythonDataAnalysis.
0
0
0
## Day 22. Which testing framework is built into Python's standard library?. 1. unittest. 2. pytest. 3. nose. 4. testify. #PythonTesting #TestDrivenDevelopment #PythonQA.
0
0
0
## Day 21. Django is a Python framework for:. 1. Web development. 2. Data analysis. 3. Game development. 4. Mobile apps. #WebDev #PythonFrameworks #DjangoFramework.
0
0
0
## Day 20. Which library is NOT primarily for data visualization?. 1. NumPy. 2. Matplotlib. 3. Seaborn. 4. Plotly. #DataScience #PythonLibraries #DataViz.
0
0
0
## Day 19. What's the purpose of `__slots__` in a Python class?. 1. Memory optimization. 2. Method overriding. 3. Private attributes. 4. Function documentation. #PythonOptimization #AdvancedOOP #PythonTips.
0
0
0
## Day 18. Which pattern matches any 3-digit number?. 1. `\d{3}`. 2. `[0-9][0-9][0-9]`. 3. `\d\d\d`. 4. All of the above. #RegEx #PythonPatterns #StringMatching.
0
0
0
## Day 17. What does a decorator do in Python?. 1. Modifies the behavior of a function. 2. Adds comments to function. 3. Creates class inheritances. 4. Organizes imports. #PythonDecorators #AdvancedPython #FunctionalProgramming.
0
0
0
## Day 16. The `self` parameter in a Python class method:. 1. References the instance of the class. 2. Is optional in method definitions. 3. References the class itself. 4. Is a Python keyword. #PythonOOP #ClassMethods #PythonCoding.
0
0
0
RT @Shubham_S_Nimje: π Have a startup or business? .Drop your startup link in the comments below! π.Everyone interested in startups, visitβ¦.
0
1
0
π Have a startup or business? .Drop your startup link in the comments below! π.Everyone interested in startups, visit the links and support fresh businesses!.Let's build a strong startup community! πͺ. #startups #entrepreneurs #business #seo #startupgrowth #startupmarketing.
1
1
0
## Day 15. Which method is automatically called when an object is created?. 1. __init__. 2. __main__. 3. __call__. 4. __new__. #PythonOOP #ObjectOriented #PythonMagicMethods.
0
0
0