NeErAj KuMaR
@sainipray
Followers
132
Following
472
Media
13
Statuses
409
๐๐ฐ 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
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
๐๐ฐ 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
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
You can find this and other tips here: https://t.co/aaDPvCH73y Don't miss our daily Python tips - follow us on @testdrivenio ๐
testdriven.io
0
4
6
0
0
0
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
Deploying and Hosting a Machine Learning Model with FastAPI and Heroku https://t.co/tOLjAoXaym
#FastAPI #Python #MachineLearning @MetaOpenSource @FastAPI
testdriven.io
0
13
32
Python tip: You can set flush=True for print() function to avoid buffering the output data and forcibly flush it ๐
1
13
76
๐ Prettify Your Data Structures With Pretty Print in Python ๐ฐ #python
realpython.com
The pprint module, Python's data pretty printer, is a useful part of the standard library. You can work with it for debugging data structures and increasing the readability of your output. In this...
0
19
42
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
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
testdriven.io
0
15
54
๐ 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
๐ Arcade: A Primer on the #Python Game Framework ๐ฐ
realpython.com
In this step-by-step tutorial, you'll learn how to use arcade, a modern Python framework for crafting games with compelling graphics and sound. Object-oriented and built for Python 3.6 and up, arcade...
0
8
13
Graphics and visualization libraries
github.com
Curated decibans of scientific programming resources in Python. - svaksha/pythonidae
0
4
12
๐๐ฐ Build a Django Front End With Bulma โ Part 2 https://t.co/m0FUaaDI8a
realpython.com
In the second part of this tutorial series, you'll continue to build out a social network with Django. You'll learn how to set up routing, views, and templates for your app. You'll also apply CSS...
0
5
36
Pagination in Django https://t.co/0JmYBPRtKR Looks at how to add pagination to a Django project. #Django
testdriven.io
3
11
49