Skip to content
Coder's Jungle
Coder's Jungle

An educational website for programmers, coders and web developers. WordPress news, tutorials and pro tips selected by Coder's Jungle. The site aggregates articles from official RSS feeds under their original authorship. Each article has a do-follow link to the original source.

  • Home
  • Home

Python modules

Home » Python modules » Page 5
Advanced Authentication with OAuth and Requests

Advanced Authentication with OAuth and Requests

Master OAuth 2.0 for advanced web authentication. Learn the roles, token exchange, and secure user data access in modern applications.

The post Advanced Authentication with OAuth and Requests appeared first on Python Lore.

Read More
Understanding datetime.datetime.utcnow

Understanding datetime.datetime.utcnow

UTC provides a universal time standard crucial for global data synchronization. Learn how to use Python's datetime module for accurate timekeeping across time zones.

The post Understanding datetime.datetime.utcnow appeared first on Python Lore.

Read More
Integrating Pillow with GUI Frameworks for Image Display

Integrating Pillow with GUI Frameworks for Image Display

Integrate Pillow with GUI frameworks for seamless image display. Enhance Python image processing with versatile format support, manipulation, and animation features.

The post Integrating Pillow with GUI Frameworks for Image Display appeared first on Python Lore.

Read More
Establishing Connection with MongoDB using Pymongo

Establishing Connection with MongoDB using Pymongo

Connect MongoDB with PyMongo for high-performance NoSQL database management. Easily handle unstructured data, execute queries, and scale applications efficiently.

The post Establishing Connection with MongoDB using Pymongo appeared first on Python Lore.

Read More
Accessing Frame Information with sys._getframe

Accessing Frame Information with sys._getframe

Access sys._getframe() in Python for powerful call stack introspection. Retrieve current frame info, local/global variables, and enhance debugging efficiency.

The post Accessing Frame Information with sys._getframe appeared first on Python Lore.

Read More
Using re.findall for Finding All Occurrences

Using re.findall for Finding All Occurrences

Master Python's re.findall function to efficiently extract all occurrences of patterns in strings. Perfect for string manipulation and data extraction tasks.

The post Using re.findall for Finding All Occurrences appeared first on Python Lore.

Read More
Performing Parallel and Distributed Training with torch.distributed

Performing Parallel and Distributed Training with torch.distributed

Optimize machine learning efficiency with torch.distributed for parallel and distributed training across GPUs and clusters, enhancing performance and scalability.

The post Performing Parallel and Distributed Training with torch.distributed appeared first on Python Lore.

Read More
Parsing URLs with http.client.urlsplit and http.client.urlunsplit

Parsing URLs with http.client.urlsplit and http.client.urlunsplit

Master URL parsing with Python's http.client.urlsplit and urlunsplit. Understand URL components for web scraping, API requests, and seamless navigation.

The post Parsing URLs with http.client.urlsplit and http.client.urlunsplit appeared first on Python Lore.

Read More
Parsing JSON Data with json.load from a File

Parsing JSON Data with json.load from a File

Effortlessly parse JSON data using json.load from a file. Explore JSON's lightweight structure, versatile data types, and its role in web development.

The post Parsing JSON Data with json.load from a File appeared first on Python Lore.

Read More
Django Settings and Configuration Best Practices

Django Settings and Configuration Best Practices

Optimize your Django project with best practices for settings and configuration. Enhance security, scalability, and manageability using environment variables and modular files.

The post Django Settings and Configuration Best Practices appeared first on Python Lore.

Read More

Posts pagination

Previous page 1 … 3 4 5 6 7 … 23 Next page
Copyright 2022-2025 — Coder's Jungle. All rights reserved.
Scroll to Top