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