Blog
How to use Pandas-Profiling on Google Colab
Automated exploratory data analysis using Pandas Profiling in Jupyter on Google Colab
PythonData-scienceData-analysis
Role Based Authentication and Authorization with DjangoRestFramework and SimpleJWT
Authorize your users to access endpoints based on their roles
PythonDjangoProgramming
Public, private, and role-based routes in React
ReactAuthorizationWeb Development
Python Programming Fundamentals — Loan Payment Schedule
PythonLoan Payment
Structuring Unit Tests in Python
Where to put tests, how to write fixtures and the awesomeness of test parametrization
PythonTesting
Unit Testing in Python — tox and nox
Develop Fast Test Thoroughly
PythonTestingTox
Use Web Scraping to Download All PDFs With Python
A guide on using web scraping to download all PDFs with Python.
PythonProgrammingWeb scraping
Python: run functions in parallel with a multiprocessing wrapper function
PythonFunctions
How to use NPM (and import/export modules) in JavaScript
JavascriptNpmNodejs
Pandas and Multiprocessing: How to create dataframes in a parallel way
Scenario: Read a large number of XLS files with pandas convert them to dataframes and concat them to a single dataframe.
PythonPandasDataframe