PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Python

Python posts, videos, courses, and more

Dockerize a Python Application

Dockerize a Python application - Intro This article will show how to dockerize a simple Python application. If you prefer a video version, you can find it here: <iframe width="560" height...

Francesco Ciulla ยท 2 years ago

4

7 Best VS Code Extensions for Python Developers

Introduction Visual Studio Code (VS Code) has become a popular choice for Python developers due to its flexibility, extensibility, and user-friendly interface. One of the key features of VS...

Bobby Iliev ยท 2 years ago

6

How to use ChatGPT-3 in Python

ChatGPT is a state-of-the-art language model developed by OpenAI. It is a deep learning model trained on a vast amount of text data, allowing it to generate human-like text and respond to te...

Omar Moustafa ยท 2 years ago

1

Getting Started with Python: Tips, Tricks, and Code Examples

Python is a high-level, interpreted programming language that is widely used for a variety of applications, including web development, scientific computing, data analysis, artificial intelli...

Baransel ยท 2 years ago

2

Learn Python functions & create a simple project

Functions are key elements of programming. They are used in most programming languages. Functions allow you to break your code into smaller pieces. That way your code is easier to manage and...

marinsborg ยท 2 years ago

7

๐ŸPython Project: ๐ŸŽจDrawing Pad GUI

โœจIntroduction This tutorial is not focused on advanced topics. This will teach you how to make your own simple Drawing GUI using basic Tkinter and Python concepts. Also, feel free to sugges...

Fahad ยท 2 years ago

3

Manage Todoist with a python-powered Telegram bot

In this post, I will explain how to create a Telegram bot in Python. Todoist is a great tool to manage to-do lists. Although this post can be just a general tutorial about creating a Telegra...

ahmed.abdulqasim ยท 2 years ago

3

Connect MetaMask Wallet with Flask and Discord.py

Introduction Today we will build a Discord.py and use Flask to allow to integrate the Ethereum wallet addresses with the wallet, you use the Flask frontend to connect the wallet while it's l...

Omar Moustafa ยท 2 years ago

Create and Publish Docker Images in Just 5 Minutes

I have just started learning about Docker and Kubernetes and I thought I should share my journey with you guys. So, here's a quick guide on how to create and publish docker images. 1. Create...

Abid Hasan Muin ยท 3 years ago

2

Python Script to Copy The Content of a Materialized View to S3

Introduction โ—๏ธ This demo includes examples for an unsupported version of Materialize (0.26.x) โ—๏ธ Materialize is a streaming database for real-time analytics. It was launched in 2019 to...

Bobby Iliev ยท 3 years ago

6

Amazing Python Mini-Projects

1. Get Laptop Battery Percentage using Python # python script showing battery details import psutil # function returning time in hh:mm:ss def convertTime(seconds): minutes, seconds =...

Arpit Soni ยท 3 years ago

4

The terminal formatting library you need in 2022

When designing CLI applications we always face challenges as python programmers when it comes to making the text/UI look good. But have you ever wondered if this tedious task could be abstra...

GeekTech ยท 3 years ago

1

Lists in Python

List is a data structure used in Python. It is similar to the concept of arrays but unlike arrays they're more flexible about the type of data that is being stored in them. It is very easy t...

Richa Kiran ยท 3 years ago

1

How to use server-sent events (SSE) with FastAPI?

Introduction Server-sent events (SSE) is a way to send data to the browser without reloading the page. This allows you to use streaming data and build real-time applications that can be used...

Bobby Iliev ยท 3 years ago

4

Flask Blog Tutorial #2: User Registration and Interacting with MySQL

Howdy Geeks! ๐Ÿ‘‹ I am back again. Previous version In this article, we will create a database to save user information for registration and create forms for registration. We will use MySQL...

GeekTech ยท 3 years ago

2

How to use FastAPI with Materialize for real-time data processing

Introduction [!WARNING] This demo includes examples for an unsupported version of Materialize (0.26.x). This is a self-contained demo of FastAPI and Materialize. This demo project contains...

Bobby Iliev ยท 3 years ago

3

8 Ways to Make Your Code Look Cleaner and Better๐Ÿ‘€!

1. Indentation and Formatting : Use of Proper indentation makes your code look a lot cleaner and organized. It helps in identifying blocks. Sometimes maintaining proper indentation isn't pos...

Arindol Sarkar ยท 3 years ago

3

Create Custom User Model In Django

In this post, we will see how we can define our own User Model and use it. and also what are the changes we have to make while registering Custom User Model. Django Built-in User Model is Go...

Sachin Chaurasiya ยท 3 years ago

2

15 Recommended Books For Computer Science Students

We are in the modern world where the digitization of education is already going on. Now lots of blogs, articles are there on the internet to learn from. But Book has its own value, the autho...

Mr. ร…nand ยท 3 years ago

5

How to Setup MongoDB Atlas?

MongoDB is a NoSQL database and we can use MongoDB with different programming languages. MongoDB can be used locally or on Cloud. so in this article will discuss how to set up MongoDB on the...

Sachin Chaurasiya ยท 3 years ago

4

The ultimate Python Cheatsheet

The Ultimate Python CheatSheet Basics Basic syntax from the python programming language Showing Output To User the print function is used to display or print output print("Content that...

Abhiraj Bhowmick ยท 3 years ago

5

An Introduction to Python dictionary and structuring data

In This article, I will discuss dictionary data type which provides a flexible way to access and organize data. Also, I will discuss how they are created, how to access, remove, add elements...

Sachin Chaurasiya ยท 3 years ago

5

Pimp Your Python and Django Shells using IPython

Objective To have an slick IPython REPL like this: Background IPython (Interactive Python) is 20 years old now. It is mature, has lots of features, and really popular. Itโ€™s an interactive...

ranelpadon ยท 3 years ago

3

Free Certification Courses for Developers ๐Ÿ”ฅ

Hello Folks ๐Ÿ‘‹ This is Savio here. 14 year old, building useful products. Helping people with tweets and blogs on web development, frotend tips, and interesting resources. Today, I'd like to...

Savio Martin ยท 3 years ago

7

6 Tips and Tricks Every Developer Should Know in Visual Studio Code ๐Ÿคฉ

One of the most common text editors used by developers is Visual Studio Code. Microsoft created it to be the first cross-platform programming tool in the Visual Studio family that supported...

Zahab Kakar ยท 3 years ago

8

12 websites to Ace you programming skills in 2021

Hey everyone building projects and solving real world problems is inarguable one of the best ways you can learn how to code. In a culture dependent on usefulness, more often than not, practi...

Dev Bookmark ยท 3 years ago

6

Python Array Methods Everyone Should Know

Introduction For the past few years, Python has become one of the most popular programming languages in the dev world. It is often used to build websites and software, it is also used to aut...

Boyan Iliev ยท 4 years ago

6

Performance Monitoring with Elastic APM

In this post we will setup a Python Flask Application which includes the APM Agent which will collect metrics, that gets pushed to the APM Server. If you have not setup the Elastic Stack wi...

Ruan Bekker ยท 4 years ago

2

Weather Monitoring with Grafana and the DHT22 Sensor

In this tutorial, we will connect the DHT22 sensor to the Raspberry Pi Zero via the GPIO pins to measure temperature and humidity and visualize it with Grafana. Then we will write a Python e...

Ruan Bekker ยท 4 years ago

4

AWS S3 KMS and Python for Secrets Management

So your application need to store secrets and you are looking for a home for them. In this tutorial we will see how we can use Python, S3 and KMS to build our own solution for managing secre...

Ruan Bekker ยท 4 years ago

3

Loading More Content