Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 33 online users. » 1 Member(s) | 27 Guest(s) Google, AOL, Apple, snippsat
|
Latest Threads |
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: Gribouillis
13 minutes ago
» Replies: 4
» Views: 114
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Today, 03:05 AM
» Replies: 4
» Views: 2,023
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Yesterday, 07:43 AM
» Replies: 2
» Views: 431
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Yesterday, 12:21 AM
» Replies: 2
» Views: 1,075
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,134
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 803
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,093
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,540
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 9,126
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,584
|
|
|
splitting numeric list based on condition |
Posted by: python_newbie09 - May-25-2019, 09:57 AM - Forum: General Coding Help
- Replies (7)
|
 |
I am trying to split a list of numbers into sublists once a condition is met.
num_list = [0,1,2,3,4,5,2,3,4,5,0,1,2,3,4,5,0,1,2,3,4,5]
Whenever..... More
|
|
|
Error Message - |
Posted by: Akainu - May-24-2019, 08:40 PM - Forum: Data Science
- Replies (2)
|
 |
Hi,
I have just completed my python with finance coding, but unfortunately, there is an error. I tried so many times to solve the issue, hope you ..... More
|
|
|
list index out of range |
Posted by: mcgrim - May-24-2019, 08:37 PM - Forum: Homework
- Replies (2)
|
 |
I am converting a list of times and dates taken from a file into european time.
The conversion function seems to do its job, but when I go and print..... More
|
|
|
Why do i have invalid syntax on a line after print, i see no error ? |
Posted by: iofhua - May-24-2019, 05:10 PM - Forum: General Coding Help
- Replies (5)
|
 |
[python]
main_site = ['mayo', 'ketchup', 'mustard', 'milk', 'eggs']
off_site = ['cocoa', 'flour', 'salt', 'bread', 'butter']
purchases = ['ketchup'..... More
|
|
|
Tkinter classes |
Posted by: Gupi - May-24-2019, 11:27 AM - Forum: GUI
- Replies (8)
|
 |
Hello everyone.
I'm sorry to bother y'all with my stupid questions, but I just can't get some simple stuff and hours of search doesn't help me. :(..... More
|
|
|
Exchange Quotes |
Posted by: heiner55 - May-24-2019, 06:32 AM - Forum: Code sharing
- Replies (7)
|
 |
Quotes from iextrading.com:
[python]#!/usr/bin/python3
import requests
tic = "ibm"
url = "https://api.iextrading.com/1.0/stock/" + tic + "/quo..... More
|
|
|
|