Open in app

Sign in

Write

Sign in

Python Code Nemesis
Python Code Nemesis

487 Followers

Home

Lists

About

Published in

Code Like A Girl

·Pinned

Eco-friendly reminder service with Twilio — Earth Day

Agenda In this article, we will create a subscription-based Eco-Friendly Reminder Service Application with Twilio for Earth Day using Flask for the backend, React for Frontend and Twilio SMS API for sending messages. …

Python

8 min read

Eco friendly reminder service with Twilio — Earth Day
Eco friendly reminder service with Twilio — Earth Day
Python

8 min read


Published in

Code Like A Girl

·Nov 20

Exploring the del Keyword in Python

Python, a dynamic and versatile programming language, offers a robust set of tools for managing data and resources. Among these tools is the del keyword, a powerful command facilitating the removal of variables, items from lists, key-value pairs from dictionaries, and more. …

Python

2 min read

Exploring the del Keyword in Python
Exploring the del Keyword in Python
Python

2 min read


Published in

Code Like A Girl

·Nov 14

Python Min Heap — Priority Queue-Interview Prep

You are in an interview, and your interviewer asks you a question requiring you to implement the Dijkstra algorithm for the shortest path. To implement it, you need a priority queue, which is a min heap. How would you do that in Python? …

Python

5 min read

Python Min Heap — Priority Queue-Interview Prep
Python Min Heap — Priority Queue-Interview Prep
Python

5 min read


Published in

Code Like A Girl

·Nov 13

Reordering Array Elements by Sign in Python

Introduction Arrays are a fundamental data structure in computer science and are frequently used to store a collection of elements. Often, when dealing with numerical data, it becomes necessary to rearrange the elements of an array based on their signs. …

Python

2 min read

Reordering Array Elements by Sign in Python
Reordering Array Elements by Sign in Python
Python

2 min read


Published in

Code Like A Girl

·Nov 9

Exploring Tries in Python: Key Operations and Time Complexities

Interview prep — Introduction A lot of us are preparing for programming interviews for software engineering roles. As a software developer, I remember spending countless hours trying to understand and practice problems with data structures and algorithms. One of these data structures I didn’t particularly like was tries! Yup, it was hard to understand…

Software Development

6 min read

Exploring Tries in Python: Key Operations and Time Complexities
Exploring Tries in Python: Key Operations and Time Complexities
Software Development

6 min read


Published in

Code Like A Girl

·Nov 7

Time Complexities of Python Dictionary and Set Operations

What is the time complexity of inserting in a Python dictionary? The time complexity of inserting a new element into a Python dictionary is typically O(1). This means that the time taken to insert an element into a dictionary is constant, regardless of the size of the dictionary. …

Software Engineering

4 min read

Time Complexities of Python Dictionary and Set Operations
Time Complexities of Python Dictionary and Set Operations
Software Engineering

4 min read


Published in

Python in Plain English

·Oct 23

Implementing Priority Queue in Python with Heapq

In Python, the heapq module provides an efficient implementation of the heap queue algorithm, also known as the priority queue algorithm. This module is useful for maintaining a priority queue, which is crucial in many applications, such as graph algorithms like Dijkstra's algorithm and A* search. …

Python

3 min read

Implementing Priority Queue in Python with Heapq
Implementing Priority Queue in Python with Heapq
Python

3 min read


Published in

Python in Plain English

·Oct 23

Hugging Face Transformers: Building a Python Application for Advanced Language Understanding

The Hugging Face Transformers library has transformed the landscape of Natural Language Processing (NLP) with its state-of-the-art models and user-friendly interfaces. In this advanced Python project, we will explore the full potential of Hugging Face by creating a text summarization tool. This application will not only generate concise summaries of…

Python

3 min read

Hugging Face Transformers: Building a Python Application for Advanced Language Understanding
Hugging Face Transformers: Building a Python Application for Advanced Language Understanding
Python

3 min read


Published in

Stackademic

·Oct 23

Build an Interactive ChatbotHugging Face: NLP Project

Natural Language Processing (NLP) is a rapidly evolving field, and Hugging Face’s Transformers library offers a treasure trove of pre-trained models for various NLP tasks. In this article, we will dive into a more complex Python project that uses Hugging Face’s Transformers library to build a text generation tool. …

Python

2 min read

Build an Interactive ChatbotHugging Face: NLP Project
Build an Interactive ChatbotHugging Face: NLP Project
Python

2 min read


Published in

Technology Hits

·Oct 23

Supercharging API Response Times with Caching in Flask

Caching is an indispensable technique in the realm of web development, especially when it comes to enhancing the performance of APIs. In this article, we’ll delve into the significance of caching for API speed and reliability, and we’ll illustrate how to incorporate caching into a Flask API using Python. To…

Python

3 min read

Supercharging API Response Times with Caching in Flask
Supercharging API Response Times with Caching in Flask
Python

3 min read

Python Code Nemesis

Python Code Nemesis

487 Followers

Everything python, DSA, open source libraries and more!

Following
  • The Sturg

    The Sturg

  • Zineb Bouhafs

    Zineb Bouhafs

  • Dan J

    Dan J

  • Anangsha Alammyan

    Anangsha Alammyan

  • ILLUMINATION

    ILLUMINATION

See all (74)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams