| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,299
» Latest member: matt
» Forum threads: 38,796
» Forum posts: 175,893
Full Statistics
|
| Online Users |
There are currently 41 online users. » 1 Member(s) | 38 Guest(s) Bing, Google, Ninja2112
|
| Latest Threads |
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
2 hours ago
» Replies: 3
» Views: 92
|
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
8 hours ago
» Replies: 1
» Views: 59
|
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
Yesterday, 08:47 AM
» Replies: 3
» Views: 134
|
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
Yesterday, 04:40 AM
» Replies: 6
» Views: 3,196
|
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Nov-25-2025, 02:50 AM
» Replies: 6
» Views: 262
|
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 146
|
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 100
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,531
|
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 184
|
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 89
|
|
|
| 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
|
|
|
| logical error for loop |
|
Posted by: mcgrim - May-23-2019, 07:24 PM - Forum: Homework
- Replies (8)
|
 |
This is the list I am working with:
2015-01-25 14:05:41.274647 70
2015-01-25 14:08:05.036915 2070
2015-01-25 14:10:05.536604 70
20..... More
|
|
|
| Read ASCII File |
|
Posted by: pyth0nus3r - May-23-2019, 06:54 PM - Forum: General Coding Help
- Replies (3)
|
 |
I am trying to read a file which contains ASCII values in the format: 072069076076079.
I can copy every three characters manually and pass it to th..... More
|
|
|
|