Tag: Python

Python

Mastering Workflow Automation: Using Prefect with Python for Data Pipelines

What is Prefect- workflow orchestration tool? Install Python Prefect. Create Task and Flow. Managing ETL Flow using Prefect. Retry Task in Prefect. Create Prefect Dashboard Server.

Cisco

Max Elements Sum upto Target | Coding Challenge

Max Elements Sum upto Target | Coding challenge asked in technical Interview round.

Code

Multiprocessing in Python | Example Explained with Code

Explain Multiprocessing in Python using Code example. Using a Pool of Workers and sharing state between processes.

Python

[Python Code] First Repeated Character in String and Count

Write a Python program to find first repeated character and count. Code explained with time complexity.

CGI

CGI Interview Questions for Backend Developer (Python and Django)

CGI Interview Questions for Python and Django Developer with answers. Experience shared by candidate.

Python

How Much Python Developer Earn in India | Salary per Annum

What is python developer salary in India? What are the Important factors affecting Python developer Salary in India?

openai

[Solved] openai.ChatCompletion no longer supported in openai>=1.0.0

You tried to access openai.ChatCompletion, but this is no longer supported in openai>=1.0.0.

coding challenge

[Google Coding Question] How many Managers are Paid Less than the Average Salary

Google Coding Question | Given a company tree, calculate how many managers are paid less than the average salary of their direct and indirect employees.

Python

How to Check if Pandas DataFrame is Empty?

How to Check if Pandas DataFrame is Empty? Detect if the DataFrame has zero number of rows…