Coding
How I Made an Automatic Birthday Wisher Using Python
A guide on making an automatic bday wisher using Python.
programmingpythoncoding
Python: A Quick Revision
An introduction to Python for beginners
pythoncodingcomputer-science
How to Vim Like a Pro
vimcoding
JavaScript Algorithm to Check for a Perfect Square Number
Checking if a number is a perfect square
javascriptalgorithmscoding
Error: Reanimated 2 failed to create a worklet — Maybe You Forgot to Add Reanimated’s babel Plugin?
If you ever chance upon this error, fret not. Pop over to babel.config.js, simply add 'react-native-reanimated/plugin' under “plugins” in'module.exports' (The above is a basic example to recreate the…
programmingjavascriptweb-development
Analytical Differentiation using Sympy in Python
How to do symbolic differentiation in Python with SymPy
pythonrecursionprogramming
A Python Example of the Flood Fill Algorithm
A brief tutorial on the Flood Fill algorithm
pythonalgorithmscoding
Numerical Integration in Python
How to perform numerical integration using the Trapezoidal, Midpoint or Simpsons Rule in Python
programmingpythoncoding
How to Validate Your DataFrames with Pytest
A guide to validating DataFrames with Pytest.
dataframepythonpytest
25 Interesting Python Codes to Solve Complex Tasks
Part 1: A list of Python codes for solving complex tasks.
pythonprogrammingcoding