Articles by Jay Shaw
Python How-To's
- How to Validate Numbers Using Luhn Algorithm in Python
- Regex Wildcards Using the Re Module in Python
- How to Create Python Script to Open a New Terminal and Run Commands in Linux
- How to Fit Poisson Distribution to Different Datasets in Python
- How to Find the Last Day of the Month Using Python
- How to Run Python in Java Using Jython
- How to Read and Write to Parquet Files in Python
- Collatz Sequence in Python
- Data Class Inheritance in Python
- How to Create Temporary File in Python
- How to Ignore SSL Security Certificate Check in Python Requests
- How to Set User Agent Using Requests in Python
- How to Lock a File in Python
- How to Custom Search Engine Using Google API in Python
- How to Read Environment Variables From Env File in Python
- Monkey Patching in Python
- How to Solve Error - Python.h: No Such File or Directory in C++
- How to Solve the ValueError: I/O Operation on Closed File in Python
- Solved: Overflow Encountered in Double_Scalars in Python
- How to Fix ImportError: No Module Named Sklearn in Python
- How to Connect to PostgreSQL Database Using Python
- How to Implement Multiple Decorators in Python
- How to Implement Timeout in Python Requests
- How to Extract Elements From a Database Using fetchall() in Python
- How to Create Pipelines in Python
- How to Decode Base-64 Data in Python
- How to Plot Confusion Matrix in Python
C++ Howtos
- How to Implement the realpath() Function in C++
- How to Find Value of Polynomial Using Horner's Rule in C++
- How to Throw Exceptions With Message in C++
- using vs typedef in C++
- Package Managers for C++
- C++ Factory Method
- Rule of Three in C++
- Function Pointer to Member Function in C++
- How to Create a Lookup Table in C++
- How to Generate Random Values by Dice Roll in C++
- Linked List Using Templates in C++
- How to Convert to SHA256 in C++
- Arithmetic Operations on Fractions Using Constructor in C++