| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,266
» Latest member: tlandr02
» Forum threads: 38,788
» Forum posts: 175,853
Full Statistics
|
| Online Users |
There are currently 44 online users. » 0 Member(s) | 41 Guest(s) Bing, Google, Mojeek
|
|
|
| Cannot find PIP |
|
Posted by: standenman - Jan-20-2018, 02:48 PM - Forum: General Coding Help
- Replies (5)
|
 |
I am brand new to Python, using the "Automate the Boring Stuff" to try to edit a pdf file using module PyPDF2. Cannot even get off the ground in the ..... More
|
|
|
| flattree.py |
|
Posted by: Skaperen - Jan-20-2018, 06:57 AM - Forum: Code sharing
- Replies (2)
|
 |
this is my code to generate a "flat" iteration of a file tree, without doing recursion. it can also be downloaded [url=ipal.net/free/flattree.py]here[..... More
|
|
|
| Mixed function |
|
Posted by: Truman - Jan-19-2018, 11:25 PM - Forum: Homework
- Replies (3)
|
 |
My final work is to add elements that I used so far in different programs. I wrote this code:
[python]
def str_analysis(argstr):
if arg..... More
|
|
|
| Search List |
|
Posted by: Thethispointer - Jan-19-2018, 08:25 PM - Forum: General Coding Help
- Replies (6)
|
 |
Hello Programmers,
I am working on learning python. This isn't for school, so we don't need to be extremely rigid, I am more interested in learning..... More
|
|
|
| Infinite loop |
|
Posted by: Truman - Jan-18-2018, 10:54 PM - Forum: Homework
- Replies (9)
|
 |
# [ ] use a "forever" while loop to get user input of integers to add to sum,
# until a non-digit is entered, then break the loop and print sum
sum..... More
|
|
|
| Confusing Math |
|
Posted by: DrJu - Jan-18-2018, 10:19 PM - Forum: General Coding Help
- Replies (2)
|
 |
I'm trying to understand why python has issues with simple math.
If you try to subtract 0.92 from 1 (1-.92) the answer you get is 0.07999999999999996..... More
|
|
|
| Turtle issue |
|
Posted by: Yoavier - Jan-18-2018, 08:24 PM - Forum: General Coding Help
- No Replies
|
 |
Heya, i'm using the turtle module in pycharm community edition 2017.2.3
I am trying to get a simple movement system with a keyboard, using this code:..... More
|
|
|
|