| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,253
» Latest member: cc123
» Forum threads: 38,781
» Forum posts: 175,829
Full Statistics
|
| Online Users |
There are currently 45 online users. » 3 Member(s) | 35 Guest(s) Bing, Google, AOL, Facebook, buran, tsgiannis
|
|
|
| join elements from two splits |
|
Posted by: dwiga - Sep-08-2017, 03:24 AM - Forum: Homework
- Replies (2)
|
 |
I want to join two splitted string,
[python]
a = "a,b,c"
b = "1,2,3"
spla = a.split(",")
splb = b.split(",")
for arra, arrb in spla, splb:
..... More
|
|
|
| Class File |
|
Posted by: ankur2207 - Sep-07-2017, 02:07 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hi,
I have saved my 'class xyz' as abc.py at some location.
now I have another editor window in which I want to write a code to create an object..... More
|
|
|
| compute gross pay |
|
Posted by: jamesuzo - Sep-07-2017, 01:04 PM - Forum: Homework
- Replies (1)
|
 |
please give a runnable sample of your code with the full error text or a clear description of the problem
pay: 472.5 ← Mismatch
Write a program ..... More
|
|
|
| How to generate the list I want? |
|
Posted by: Krookroo - Sep-07-2017, 03:28 AM - Forum: General Coding Help
- Replies (6)
|
 |
Hi :)
I want to generate a list of lists of the form:
[python][ [0, 4, 4, 4, 4]
[4, 0, 4, 4, 4]
[4, 4, 0, 4, 4]
[4, 4, 4, 0, 4]
[4, 4, 4, 4,..... More
|
|
|
| PyPy3.5 |
|
Posted by: dvs1 - Sep-07-2017, 02:02 AM - Forum: News and Discussions
- No Replies
|
 |
[quote]The PyPy team is proud to release both PyPy2.7 v5.7 (an interpreter supporting Python v2.7 syntax), and a beta-quality PyPy3.5 v5.7 (an ..... More
|
|
|
| function handling |
|
Posted by: JohnCrichton - Sep-06-2017, 10:18 PM - Forum: General Coding Help
- Replies (2)
|
 |
Hi All!
I'm pretty new to Python coding and I'm doing some stuff while I learn the language, I have some experience with Matlab especially for mathem..... More
|
|
|
| I have a logic error. |
|
Posted by: forumer444 - Sep-06-2017, 09:48 PM - Forum: Homework
- Replies (3)
|
 |
So for my homework assignment, I have to write a program that basically counts the characters and types of characters in a string that's entered by th..... More
|
|
|
| I Be Back |
|
Posted by: stranac - Sep-06-2017, 05:09 PM - Forum: Bar
- Replies (6)
|
 |
So I'm getting back into the world of the interwebz and programming after 6 months of absence caused by unforeseen circumstances.
Hope I haven't comp..... More
|
|
|
|