Menu
Devban
Search
Devban
  • Javascript
    • Nodejs
    • React
    • Angular
  • Python
    • Python Basics
  • Typescript
    • NestJS
  • C#
  • Concepts
    • Microservices
  • DevOps
    • Docker
  • About
  • Contact
Search
  • Javascript
    • Nodejs
    • React
    • Angular
  • Python
    • Python Basics
  • Typescript
    • NestJS
  • C#
  • Concepts
    • Microservices
  • DevOps
    • Docker
  • About
  • Contact
6 Posts

Python

Creating Python Dictionaries from Lists of Keys and Values
  • Posted in
    • Python Basics
    • Python

Creating Python Dictionaries from Lists of Keys and Values

  • November 23, 2023
  • 3 minutes read

When it comes to the world of programming, there are countless ways to solve a problem. In Python, one of the most versatile and powerful data structures is the dictionary….

Continue reading
0 Comments
async sync python
  • Posted in
    • Python Basics
    • Python

Converting Synchronous Functions to Asynchronous (and Vice Versa) in Python

  • July 30, 2023
  • 3 minutes read

In Python, asynchronous programming allows tasks to be executed concurrently, leading to improved performance and responsiveness. However, there may be scenarios where you have existing synchronous functions that you would…

Continue reading
0 Comments
upload multiple files django
  • Posted in
    • Django
    • Python

How to Upload Multiple Files in Django

  • July 29, 2023
  • 3 minutes read

Uploading multiple files is a common requirement in web applications, and Django makes it a breeze to implement. In this tutorial, we’ll walk through the process of enabling users to…

Continue reading
0 Comments
jwt auth django
  • Posted in
    • Django
    • Authentication

Implementing JWT Authentication in Django

  • July 13, 2023
  • 23 minutes read

Welcome to our comprehensive guide on implementing JWT authentication in Django! As web applications continue to grow in complexity, ensuring robust security measures for user authentication becomes increasingly critical. JSON…

Continue reading
0 Comments
pexels munbaik cycling clothing 5851027
  • Posted in
    • Python
    • Python Basics

Zipped Lists in Python

  • November 16, 2022
  • 2 minutes read

Working with lists and zipped objects is so easy, and cool as well. You don’t need any initiators or create new instances. Python does all the things required and you…

Continue reading
0 Comments
sort tuple in python
  • Posted in
    • Python Basics
    • Python

How to Sort a Tuple in Python (+Hacks)

  • October 18, 2022
  • 4 minutes read

To sort a tuple in Python, there are predefined functions that you can easily use. Let’s avoid exaggeration and get straight to the point. Sorted() Function in Python The sorted() function returns…

Continue reading
0 Comments
  • Creating Python Dictionaries from Lists of Keys and Values
    Creating Python Dictionaries from Lists of Keys and Values
  • Create an HTTPS Certificate for Localhost Domains
    How to Create an HTTPS Certificate for Localhost Domains
  • aes 256 encryption decryption c sharp
    Secure AES-256 Encryption and Decryption in C#
  • aes 256 encryption decryption php
    Secure AES-256 Encryption and Decryption in PHP
  • loading animation swiftui
    Creating a Loading Animation with SwiftUI: Introducing ScrimLoader
  • © Devban.com - All rights reserved.