| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 50 online users. » 0 Member(s) | 48 Guest(s) Bing, Google
|
|
|
| Installing Matplotlib |
|
Posted by: richard_wylde - Nov-11-2020, 12:14 PM - Forum: General Coding Help
- No Replies
|
 |
Hello,
I'm trying to install the matplotlib package using the following from the windows command prompt :-
pip install matplotlib
How..... More
|
|
|
| Restarting a script |
|
Posted by: new2codez - Nov-11-2020, 11:02 AM - Forum: General Coding Help
- No Replies
|
 |
Hi everyone,
I'm quite new to coding and I currently have a fairly simple python script that I run that queries an API based on an input file I pro..... More
|
|
|
| List iteration |
|
Posted by: Peca - Nov-11-2020, 08:08 AM - Forum: Homework
- Replies (2)
|
 |
Hi I am two week new in python.
I have one assigment:
string = "3,9,13,4,42"
This string I should convert into a list[].
after that squared each e..... More
|
|
|
| vim |
|
Posted by: tdwinfre - Nov-11-2020, 07:31 AM - Forum: General Coding Help
- Replies (4)
|
 |
Once I paste name of my version file name in my version file how do I exit the screen once I paste it in. I'm having issues getting back to my shell I..... More
|
|
|
| increase and decrease a slice value? |
|
Posted by: KEYS - Nov-10-2020, 10:04 PM - Forum: General Coding Help
- Replies (2)
|
 |
say i have a list
[1,2,3,4,5,6,7]
and id like to print, 3,4,5 then 2,3,4,5,6 finally 1,2,3,4,5,6,7
using a for loop, and a slice value within its..... More
|
|
|
| How to get index of minimum element between 3 & 8 in list |
|
Posted by: Mekala - Nov-10-2020, 10:44 AM - Forum: General Coding Help
- Replies (2)
|
 |
Hi,
I have the below list, and I want to get the index of minimum element which is >3 & <=8.
[python]my_list = [-1,4,-5,0,2,11,9,8,6]
#below only..... More
|
|
|
|