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 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 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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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 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.
Python Web Adavanced Data Scrapping With Beautifulsoup None (read more) by Oj Obasi - March 10, 2023, 1:29 a.m.
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.
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.