Re: How to install pip on windos10

2024-09-17 Thread Kiotseaeton Lancaster
I use wsl for all my dev needs on windows. To install pip, simply: sudo apt install python3-pip On Sat, Sep 14, 2024 at 12:57 PM Nilesh Mishra wrote: > Plz help > > I am new to python > > On Sat, Sep 14, 2024, 13:22 RANGA BHARATH JINKA > wrote: > >> If you integrate sentry for capturing error l

Seeking Internship or Entry-Level Opportunity as a Django Developer

2024-09-17 Thread Kabaki Antony
Hello, I hope this message finds you well. My name is Kabaki Antony, and I am a passionate web developer with hands-on experience in Django. I’m reaching out to express my interest in any available internship or entry-level positions within the community, where I can contribute my skills whil

How to plot range vs array

2024-09-17 Thread Nilesh Mishra
There is no output for this ? Import matplotlib.pyplot as plt Import Numpy as np Qi=np.linspace(0,20,5) QHc=["980","940","920","900","890"] # this pair should form and plotted # (0,980),(5,940),(10,920),(15,900),(20,890) Plt.plot (Qi,QHc) Plt.grid(True) Plt.show() On Mon, Sep 16, 2024, 11:45