| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,313
» Latest member: wesley300
» Forum threads: 38,843
» Forum posts: 175,966
Full Statistics
|
| Online Users |
There are currently 32 online users. » 0 Member(s) | 27 Guest(s) Bing, AOL, Google, Apple
|
|
|
| Re.start() & Re.end() |
|
Posted by: Truman - May-09-2018, 08:48 PM - Forum: Homework
- Replies (1)
|
 |
Task
You are given a string S.
Your task is to find the indices of the start and end of string k in S.
solution that someone came to
[python]
S = inp..... More
|
|
|
| Python test failed |
|
Posted by: CodingMaster111 - May-09-2018, 01:55 PM - Forum: General Coding Help
- Replies (1)
|
 |
I cloned the CPython repo, and ran the tests as instructed in the devguide. All of them either passed or were skipped, but [inline]test_concurrent_fut..... More
|
|
|
| Where did I get it wrong?! |
|
Posted by: Tamimi1982 - May-09-2018, 11:18 AM - Forum: Homework
- Replies (5)
|
 |
Hello Pythoners
In my last assignment I received the following task.
Step 1:
I need to write a code that ask the user to input either 'A' or..... More
|
|
|
| Clear cache |
|
Posted by: blackclover - May-09-2018, 12:13 AM - Forum: General Coding Help
- No Replies
|
 |
How do I clear the config files cached in python so that when I modify a config file in a program, python does not load the previous version?
|
|
|
| map great circle routes |
|
Posted by: disruptfwd8 - May-08-2018, 06:50 PM - Forum: Data Science
- Replies (2)
|
 |
Need help finding out why I'm getting an error. Here the data from the CSV file:
olat,olon,dlat,dlon,route
41.48,-81.8,39.96,-75.2,1
36.09,-115.38,42...... More
|
|
|
| How to read specified columns |
|
Posted by: Raj - May-08-2018, 11:59 AM - Forum: Data Science
- No Replies
|
 |
Hi,
[python]
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
from scipy import stats
dataFileName='RFInput.xlsx'
sheetName='R..... More
|
|
|
|