Otcollect

Write a

Tutorial
Sign In Account
0Cart
Shopping CartClose
Shop functionality is coming soon!
  • Home
  • Web
    • Django
    • Ecommerce
    • Angular
    • JQuery
    • Dart
    • Python
    • Flask
    • Ecommerce
  • Algorithms
    • Python
    • Java
  • Data Structures
    • Python
      • String
      • List
      • Stacks
      • Comprehensions
      • Queue
      • Nested Lists
      • Tuples and Sequences
      • Sets
      • Dictionaries
      • Comprehensions
    • Java
      • String
      • List
      • Stacks
      • Comprehensions
      • Queue
      • Nested Lists
      • Tuples and Sequences
      • Sets
      • Dictionaries
      • Comprehensions
  • Artificial Intelligence
    • Getting Started
    • Machine Learning
    • Game Theory
    • Computer Vision
    • Robotics
    • Natural Language Processing
    • Artificial Intelligence
    • Quizzes
  • Featured Picks
  • College Quizzes
  • Home
  • Python
How To Create A Url Preview Link Python & Js
Python Web Scrapping Ecommerce

How To Create A Url Preview Link Python & Js

How to create a URL preview link Python & JS. We use Python and Javascript to create a simple link preview.

(read more)
by Oj Obasi - July 19, 2024, 4:20 a.m.
Python List Methods
Python Data Structures List

Python List Methods

Python's list methods provide a robust set of tools for data manipulation. Whether adding or removing elements, sorting, or searching, these methods enable us to unleash the full potential of lists in our Python programs. You'll be well-equipped to handle various data manipulation tasks efficiently and effectively by mastering these techniques.

(read more)
by Oj Obasi - June 5, 2023, 1:44 p.m.
Python String Methods Isprintable()
Python Data Structures String

Python String Methods Isprintable()

The isprintable() method will return True if all the characters are printable, else False.

(read more)
by Oj Obasi - May 31, 2023, 2:37 p.m.
Get Started With Python Unit Testing
Python Unit Testing

Get Started With Python Unit Testing

When writing a program, it is our intention that the end program runs as we intended in production. One way to ensure the programs we write will do exactly what we intended is to write unit test code for such programs.

(read more)
by Oj Obasi - April 18, 2023, 2:46 p.m.
How To Setup Your Docker Container Dockerfile To Use Nltk Packages
Python Data Science

How To Setup Your Docker Container Dockerfile To Use Nltk Packages

Downloading The Natural Language Toolkit (NLTK) packages for your docker container application. Useful if you are deploying your NLTK application to a remote backend.

(read more)
by Oj Obasi - March 29, 2023, 3:40 p.m.
How To Deal With Google Gcloud Cross-Site Cors Problem
Python GCloud

How To Deal With Google Gcloud Cross-Site Cors Problem

If you see the Cross-site CORS header blocked for your Google cloud bucket, there is a simple way to solve that by simply setting up the COR headers using the gsutil​ Google Python command line tool for dealing with Google Cloud Storage from the command line.

(read more)
by Oj Obasi - March 23, 2023, 3:39 a.m.
Django Sitemaps. Add A Site Map To Your Django Application
Python Web Django

Django Sitemaps. Add A Site Map To Your Django Application

In this tutorial, we answer the question of how to add a sitemap to your django application. Adding a sitemap to a django app is quite simple.

(read more)
by Oj Obasi - March 16, 2023, 10:57 a.m.
How To Redirect To A 404 Page In A Django View
Python Web Django

How To Redirect To A 404 Page In A Django View

Sometimes you maybe using an API and you don't have access to the Django methods like get_object_or_404 but you need a redirect.

(read more)
by Oj Obasi - March 13, 2023, 3:06 a.m.
Django Filter Tag To Remove New Lines
Python Web Django

Django Filter Tag To Remove New Lines

This is a useful Django filter for removing new lines and replacing with an alternative space or what ever character you choose.

(read more)
by Oj Obasi - March 13, 2023, 3:04 a.m.
How To Upload A Json File To Firebase Firestore Using Php
Python Data Structures String

How To Upload A Json File To Firebase Firestore Using Php

This tutorial shows you how to use a PHP class to upload a JSON file to Google Firebase Firestore

(read more)
by Oj Obasi - March 13, 2023, 12:18 a.m.
How To Upload A Json File To Firebase Firestore Using Python
Python Library JSON

How To Upload A Json File To Firebase Firestore Using Python

We use a Python Class here to upload a JSON file to Firebase Firestore.

(read more)
by Oj Obasi - March 13, 2023, 12:18 a.m.
How To Send An Email With Django
Python Web Django

How To Send An Email With Django

In this post, I will show you how to easily send an email with Django. We will be using Gmail as our mail carrier.

(read more)
by Oj Obasi - March 13, 2023, 12:12 a.m.
How To Get Gdal Version Two To Work In Google Gcloud
Python Web Django

How To Get Gdal Version Two To Work In Google Gcloud

If you are using Gcloud, by now you must have noticed that GDAL version two, needs more work to get it working on GCloud. This is so because the version of Python generally supported by GCloud is version 3.7 of which GDAL

(read more)
by Oj Obasi - March 12, 2023, 1:52 p.m.
Could Not Connect To Server: Connection Refused
Python Web Django

Could Not Connect To Server: Connection Refused

How to fix the Postgres Could not connect to server: Connection refused Is the server running on host "127.0.0.1" and accepting TCP/IP connections on port 5432?

(read more)
by Oj Obasi - March 12, 2023, 1:48 p.m.
Deploying A Django, Postgresql Application On Google Kubernetes Engine(Gke)
Python Web Django

Deploying A Django, Postgresql Application On Google Kubernetes Engine(Gke)

The quick steps to take to deploy your application on Google Kubernetes Engine. A step by step guide including definitions of key GKE vocabularies like clusters.

(read more)
by Oj Obasi - March 10, 2023, 10:45 a.m.
Python Content Scraping With Beautifulsoup And Requests
Python Data Structures String

Python Content Scraping With Beautifulsoup And Requests

How to scrape web content using Python Request and Beautiful Soup libraries. We use the python library beautiful soup and requests to scrape a webpage and display the content. Useful for startups content scraping.

(read more)
by Oj Obasi - March 10, 2023, 9:57 a.m.
Adavanced Data Scrapping With Beautifulsoup
Python Web

Adavanced Data Scrapping With Beautifulsoup

None

(read more)
by Oj Obasi - March 10, 2023, 1:29 a.m.
How To Read A Json File In Python
Python Library JSON

How To Read A Json File In Python

We use the Python JSON package to read a JSON file and display its content

(read more)
by Oj Obasi - March 10, 2023, 12:37 a.m.
How To Write / Update A Json File In Python
Python Library JSON

How To Write / Update A Json File In Python

Writing or updating a JSON file using Python.

(read more)
by Oj Obasi - March 9, 2023, 1:19 p.m.
  • 1 of 1

Featured posts

150
March 29, 2023, 3:40 p.m.

How to setup your docker container dockerfile to use NLTK packages

150
March 16, 2023, 10:57 a.m.

Django sitemaps. Add a site map to your Django application

150
March 13, 2023, 12:28 a.m.

How to search Django Api and display items using flutter

150
March 13, 2023, 12:18 a.m.

How to upload a JSON file to Firebase Firestore Using PHP

150
March 13, 2023, 12:16 a.m.

Use a JavaScript class to upload a Json File to Firebase Firestore

150
March 13, 2023, 12:14 a.m.

How to create a multiselect flutter list

150
March 13, 2023, 12:12 a.m.

How to send an email with Django

150
March 12, 2023, 1:43 p.m.

Django Rest Api and Flutter Dio Http using Bloc pattern

Calendar

Subscribe To Our Newsletter

Get all the latest information on new tutorials, projects.

logo-footer

Got Question? We are here to help.

OtCollect

We write to enlighten and educate. Tutorials on technology and everyday life.

Otcollect is a collection of tutorials on development web, mobile, desktop applications and any other topics of interest.

Company

  • Home
  • About
  • Contact Us
  • Join Our Team
  • Site Map

My Account

  • Sign In
  • Account
  • Help
  • Privacy Policy
  • Terms and Conditions

Customer Service

  • Payment methods
  • Money-back guarantee!
Public Tags:
AngularWebPythonDjangoJavaData StructuresStringLibraryJSONFirebaseFlutterMobileHTMLCollege CoursesJava ProgrammingQuizzesCollege QuestionsCS4406Software EngineeringAnalysis of AlgorithmsGCloudData ScienceData MiningBig DataArtificial IntelligenceUnit TestingWeb DevelopmentListIntroScrappingEcommerceOperating SystemsLinuxMobile DevelopmentAndroid

Copyright © 2023 Otcollect. All Rights Reserved.

We're using safe payment for
payment

Home

Tutorials

Account

Search

  • Main Menu
  • Categories
  • Home
  • About
  • Contact Us
  • Join Our Team
  • Account
  • Help
  • Privacy Policy
  • Terms and Conditions
  • Site Map
  • Web
    • Django
    • Ecommerce
    • Web
    • Web
    • Web
    • Web
    • Flask
    • Ecommerce
  • Algorithms
    • Python
    • Java
  • Data Structures
    • Python
      • String
      • List
      • Stacks
      • Comprehensions
      • Queue
      • Nested Lists
      • Tuples and Sequences
      • Sets
      • Dictionaries
      • Comprehensions
    • Java
      • String
      • List
      • Stacks
      • Comprehensions
      • Queue
      • Nested Lists
      • Tuples and Sequences
      • Sets
      • Dictionaries
      • Comprehensions
  • Artificial Intelligence
    • Getting Started
    • Machine Learning
    • Game Theory
    • Computer Vision
    • Robotics
    • Natural Language Processing
    • Artificial Intelligence
    • Quizzes
  • Featured
  • College Quizzes