sainipray Profile Banner
NeErAj KuMaR Profile
NeErAj KuMaR

@sainipray

Followers
132
Following
472
Media
13
Statuses
409

Python/ Django Developer

Joined September 2014
Don't wanna be here? Send us removal request.
@sainipray
NeErAj KuMaR
4 years
Automatically generated labels using TextChoices class in Django Framework. #django
0
0
1
@realpython
Real Python
4 years
๐Ÿ๐Ÿ“ฐ The Walrus Operator: Python 3.8 Assignment Expressions In this tutorial, you'll learn about assignment expressions and the walrus operator. You'll see several examples of how to take advantage of this new feature. #python
Tweet card summary image
realpython.com
In this tutorial, you'll learn about assignment expressions and the walrus operator. The biggest change back in Python 3.8 was the inclusion of the := operator, which you can use to assign variables...
0
6
12
@realpython
Real Python
4 years
๐Ÿ๐Ÿ“ฐ Socket Programming in Python (Guide) In this tutorial, you'll learn how to build a socket server and client with Python. By the end of this, you'll understand how to write your own networked client-server applications using Python's socket module https://t.co/XbiqMHmRbl
0
16
51
@Rapid_API
Rapid
4 years
There are 9 HTTP request methods: - GET - PUT - POST - HEAD - TRACE - PATCH - DELETE - OPTIONS - CONNECT Let's talk about them in a bit more detail ๐Ÿงต๐Ÿ‘‡๐Ÿป
26
335
1K
@testdrivenio
TestDriven.io
4 years
You can find this and other tips here: https://t.co/aaDPvCH73y Don't miss our daily Python tips - follow us on @testdrivenio ๐Ÿ””
Tweet card summary image
testdriven.io
0
4
6
@jlamigueiro
Jorge Eldis
4 years
Python Tips and Tricks via @testdrivenio
Tweet card summary image
testdriven.io
0
5
9
@sainipray
NeErAj KuMaR
4 years
Python Print with flush argument to not buffer the data #Python
0
1
0
@sainipray
NeErAj KuMaR
4 years
setattr, hasattr, getattr and delattr uses in Python #Python #pythonlearning #pythoncode
0
0
0
@bbelderbos
Bob Belderbos
4 years
You can use #Python's textwrap.dedent() to remove any common leading whitespace from every line. This can be useful when comparing actual vs expected outputs in your test functions.
1
26
112
@testdrivenio
TestDriven.io
4 years
Deploying and Hosting a Machine Learning Model with FastAPI and Heroku https://t.co/tOLjAoXaym #FastAPI #Python #MachineLearning @MetaOpenSource @FastAPI
Tweet card summary image
testdriven.io
0
13
32
@testdrivenio
TestDriven.io
4 years
Python tip: You can set flush=True for print() function to avoid buffering the output data and forcibly flush it ๐Ÿ‘‡
1
13
76
@oliverjumpertz
Oliver Jumpertz
4 years
Here is a rough roadmap to becoming a full-stack Web 3 blockchain developer: 1. HTML 2. CSS 3. A CSS framework 4. JavaScript/TypeScript 5. CS fundamentals 6. React/Vue/Svelte/Angular 7. Node.js 8. Express/Fastify 9. ethers.js/web3.js 10. Solidity
56
273
1K
@testdrivenio
TestDriven.io
4 years
Developing a Single Page App with FastAPI and Vue.js https://t.co/erDqB9sPLZ Step-by-step walkthrough of how to build and containerize a CRUD app with FastAPI, Vue, Docker, and Postgres. You'll wire up token-based auth as well. #FastAPI #VueJS @FastAPI
Tweet card summary image
testdriven.io
0
15
54
@aniketmaurya
Aniket
4 years
๐Ÿ SSH with Python ๐Ÿ”ฅ With paramiko, you can ssh into a remote server and execute commands. $ pip install paramiko ๐Ÿ‘‰ Resource: https://t.co/PoBrPVQCYK #python #networking
4
29
144
@testdrivenio
TestDriven.io
4 years
Pagination in Django https://t.co/0JmYBPRtKR Looks at how to add pagination to a Django project. #Django
Tweet card summary image
testdriven.io
3
11
49