Python News

Discover the latest Python development news, repositories, and conferences at Hackertab.

Latest Python articles

Getting started with PostgreSQL and Python

Getting started with PostgreSQL and Python

Start by running your Docker Desktop application. Then via the command line run the following command to pull the latest postgres image and start an instance. docker run -d -p 5432:5432 -e POSTGRES_PASSWORD=mysecretpassword --name postgres_docker pos...

05 May 2024hashnode

How To Reverse A Linked List Recursively In Python

How To Reverse A Linked List Recursively In Python

In Python interviews, you'll often come across questions regarding reversing linked lists. Let's...

05 May 2024devto

Introducing Tapyr: Create and Deploy Enterprise-Ready PyShiny Dashboards with Ease

Introducing Tapyr: Create and Deploy Enterprise-Ready PyShiny Dashboards with Ease

Are you an R/Shiny user looking to leverage the incredible capabilities of Shiny for Python without...

05 May 2024devto

Github Sponsor Sebastián Ramírez Python programmer

Github Sponsor Sebastián Ramírez Python programmer

Creating a web framework that many companies rely on can bring you a few sponsors....

05 May 2024devto

Github account setup and pushing the python code from the MAC local machine

Github account setup and pushing the python code from the MAC local machine

Prerequisite:GitHub account. Step 1: Configure SSH key in your local machine and add it to git hub profile. ssh-keygen Copy the public key in to the Github profile. Go to Settings->SSH and GPG keys -> New SSH Keys and Save. Step 2: Create personal...

05 May 2024hashnode

237. Delete Node in a Linked List

237. Delete Node in a Linked List

Problem Statement There is a singly-linked list head and we want to delete a node node in it. You are given the node to be deleted node. You will not be given access to the first node of head. All the values of the linked list are unique, and it is g...

05 May 2024hashnode

881. Boats to Save People

881. Boats to Save People

Problem Statement You are given an array people where people[i] is the weight of the ith person, and an infinite number of boats where each boat can carry a maximum weight of limit. Each boat carries at most two people at the same time, provided the ...

03 May 2024hashnode

How Python internally works?

How Python internally works?

Unlike others, python internal working is quite different than others programming language so let's see the process step by step:- 1)Code Editor:- The first stage of program where we write our source code. This is human-readable code written accordin...

05 May 2024hashnode

Learn How to Make a Deep Copy of a Dictionary Easily

Learn How to Make a Deep Copy of a Dictionary Easily

To create a deep copy of a dictionary in Python, you can use the copy.deepcopy() function from the copy module. This function recursively creates copies of all nested objects within the dictionary, ensuring that changes made to the original dictionar...

05 May 2024hashnode

Machine Learning

Machine Learning

Creating a machine learning blog is a fantastic idea! Here's a general outline of what you could include: Introduction to Machine Learning: Start with some introductory posts explaining what machine learning is, its applications, and why it's import...

05 May 2024hashnode

Trending Python repositories

donnemartin/system-design-primer

Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.

255,690 stars43,623 forks

langchain-ai/langchain

🦜🔗 Build context-aware reasoning applications

83,976 stars12,932 forks

yt-dlp/yt-dlp

A feature-rich command-line audio/video downloader

71,152 stars5,669 forks

pydantic/pydantic

Data validation using Python type hints

18,792 stars1,655 forks

AUTOMATIC1111/stable-diffusion-webui

Stable Diffusion web UI

130,267 stars25,025 forks

Upcoming Python conferences

PyCon Italia

May 22 - 25Online

MLCon

June 25 - 28Online

data2day

September 18 - 19Heidelberg

PyCon India

September 20 - 23Bengaluru