Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,953
» Latest member: ShanePulse
» Forum threads: 38,725
» Forum posts: 175,520
Full Statistics
|
Online Users |
There are currently 37 online users. » 0 Member(s) | 32 Guest(s) Applebot, Bing, Google, AOL
|
Latest Threads |
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
1 hour ago
» Replies: 10
» Views: 29,133
|
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 12:00 PM
» Replies: 4
» Views: 9,295
|
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Yesterday, 09:08 AM
» Replies: 0
» Views: 182
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Yesterday, 03:29 AM
» Replies: 2
» Views: 603
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Yesterday, 02:36 AM
» Replies: 0
» Views: 205
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 759
|
403 error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 5,010
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,265
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,628
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 3,191
|
|
|
password exit |
Posted by: edlentz - Nov-11-2020, 09:49 PM - Forum: General Coding Help
- No Replies
|
 |
Hi I am pretty new at python and this is out of my knowledge so far. I have a script that I am using to run commands on a Centos system. The command..... More
|
|
|
Banking API |
Posted by: aster - Nov-11-2020, 06:00 PM - Forum: News and Discussions
- Replies (3)
|
 |
Hello,
I am not a professional programmer.
I own a small business (we are about 10 people), and I have been using python for a few years to ma..... More
|
|
|
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
|
|
|
|