How to Configure a Custom User Model in Django and Serve It In Different Routes(With Creation of…
https://medium.com/@saikatmajumder444/how-to-configure-a-custom-user-model-in-django-and-serve-it-in-different-routes-with-creation-of-f1f9bfc9845b
https://medium.com/@saikatmajumder444/how-to-configure-a-custom-user-model-in-django-and-serve-it-in-different-routes-with-creation-of-f1f9bfc9845b
Medium
How to Configure a Custom User Model in Django and Serve It In Different Routes(With Creation of SuperUser)
Django is a very powerful web framework built for python developers with the aim of quickly building web applications,where a lot of…
Testing socketio in Python & uvicorn
https://levelup.gitconnected.com/testing-socketio-in-python-uvicorn-9d42f7eb6d6a
https://levelup.gitconnected.com/testing-socketio-in-python-uvicorn-9d42f7eb6d6a
Medium
Testing socketio in Python and uvicorn
In this article I will show you how you can test an async Socketio application in Python, where the ASGI server we are running is uvicorn. I will be referring to these tests as integration tests…
web3.py: Parsing transactions sent to a Liquidity Pool: Example SINGLE/USDC CRONOS chain
https://norman-lm-fung.medium.com/parsing-transactions-sent-to-a-liquidity-pool-example-single-usdc-cronos-chain-166338a47614
https://norman-lm-fung.medium.com/parsing-transactions-sent-to-a-liquidity-pool-example-single-usdc-cronos-chain-166338a47614
Medium
web3.py: Parsing transactions sent to a Liquidity Pool: Example SINGLE/USDC CRONOS chain
In reference to this problem, lets take this “Transfer” (Not “Swap”) transaction as example…
Authenticate flask API using JSON Web Tokens (JWTs)
https://medium.com/@geraldokolodc/authenticate-flask-api-using-json-web-tokens-jwts-c41f5d18d584
https://medium.com/@geraldokolodc/authenticate-flask-api-using-json-web-tokens-jwts-c41f5d18d584
Medium
Authenticate flask API using JSON Web Tokens (JWTs)
I have seen quite some tutorials online for authenticating flask API’s. The problem however is, they don’t make it simple enough.
Implementing Gradient Descent For Univariate Linear Regression Using Python and NumPy
https://medium.com/@machinelearningnojutsu/implementing-gradient-descent-for-univariate-linear-regression-using-python-and-numpy-8b12b0d7838f
https://medium.com/@machinelearningnojutsu/implementing-gradient-descent-for-univariate-linear-regression-using-python-and-numpy-8b12b0d7838f
Medium
Implementing Gradient Descent For Univariate Linear Regression Using Python and NumPy
3 Coding Interview Questions I Shouldn’t Have Flunked
https://python.plainenglish.io/3-coding-interview-questions-i-shouldnt-have-flunked-but-still-did-86bb4b076f58
https://python.plainenglish.io/3-coding-interview-questions-i-shouldnt-have-flunked-but-still-did-86bb4b076f58
Medium
3 Coding Interview Questions I Shouldn’t Have Flunked
Here are 3 coding interview questions that I should have been able to do (but failed anyway).
web3.py — Fetching all Transfer events on SINGLE tokens from a given timestamp
https://norman-lm-fung.medium.com/web3-py-fetching-all-transfer-events-on-single-tokens-from-a-given-timestamp-90bd6ec08e33
https://norman-lm-fung.medium.com/web3-py-fetching-all-transfer-events-on-single-tokens-from-a-given-timestamp-90bd6ec08e33
Medium
web3.py — Fetching all Transfer events on SINGLE tokens from a given timestamp
Chains are becoming longer and longer, to most efficiently pull only transactions you need for further processing, you need be able to…
A Streamlined Way To Manage Dependencies for a Python Project on Linux/MacOS
https://medium.com/@ellenwangdev/a-streamlined-way-to-manage-dependencies-for-a-python-project-on-linux-macos-5e30622dca9d
https://medium.com/@ellenwangdev/a-streamlined-way-to-manage-dependencies-for-a-python-project-on-linux-macos-5e30622dca9d
Medium
A Streamlined Way To Manage Dependencies for a Python Project on Linux/MacOS
A whirlwind tour of Python venv, pip, pipreqs, pip-compile, and requirements files.
12 useful Pandas scripts for financial time series
https://destiq.medium.com/12-useful-pandas-scripts-for-financial-time-series-2bcaff3646f9
https://destiq.medium.com/12-useful-pandas-scripts-for-financial-time-series-2bcaff3646f9
Medium
12 useful Pandas scripts for financial time series
Discover powerful scripts to help you analyze and work with financial time series data using the Pandas library.