Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,963
» Latest member: chaoh1911
» Forum threads: 38,729
» Forum posts: 175,540
Full Statistics
|
Online Users |
There are currently 57 online users. » 0 Member(s) | 51 Guest(s) Bing, Google, AOL, Mojeek, Apple
|
Latest Threads |
My First App
Forum: Code Review
Last Post: carlbidwell
1 hour ago
» Replies: 8
» Views: 8,371
|
what does % stand for in ...
Forum: General Coding Help
Last Post: carlbidwell
2 hours ago
» Replies: 3
» Views: 1,756
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
8 hours ago
» Replies: 3
» Views: 276
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Yesterday, 05:13 PM
» Replies: 4
» Views: 695
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:17 PM
» Replies: 1
» Views: 782
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:14 PM
» Replies: 6
» Views: 5,028
|
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Yesterday, 09:50 AM
» Replies: 1
» Views: 1,672
|
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
Yesterday, 03:53 AM
» Replies: 1
» Views: 2,713
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Yesterday, 12:32 AM
» Replies: 0
» Views: 330
|
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-25-2025, 01:49 PM
» Replies: 2
» Views: 565
|
|
|
pattern question |
Posted by: spalisetty06 - Jul-24-2020, 09:57 AM - Forum: General Coding Help
- Replies (2)
|
 |
How can I add a space in between numbers?
[python]
n = int(input("Please enter the number of times "))
for i in range(1, n+1):
for j in range(..... More
|
|
|
for line in new: |
Posted by: andrzej357 - Jul-24-2020, 08:30 AM - Forum: General Coding Help
- Replies (1)
|
 |
Hello,
I try to write program who will find the word in the file.
[python]
new=open(r'C:\Users\andrz\Desktop\New folder (3)\New.docx')
for line ..... More
|
|
|
Data binning help please |
Posted by: thatlakerboy - Jul-24-2020, 06:04 AM - Forum: Homework
- Replies (1)
|
 |
Hi there, I have a homework where I need to create data bins using a dictionary. The instructions are:
[b]Complete the specification of the bin_dat..... More
|
|
|
Reverse a String |
Posted by: ragav_in - Jul-24-2020, 12:20 AM - Forum: General Coding Help
- Replies (3)
|
 |
HI team,
This is my first post since I started learning Python now and came to know about this forum. Hence I reached out here to get clarifications...... More
|
|
|
Sending Emails in Portuguese |
Posted by: RenanPereira10 - Jul-23-2020, 06:33 PM - Forum: Homework
- Replies (1)
|
 |
I've been having problems with the body of my Email, when I write something in portuguese with special characters like : "ç" , my code returns an erro..... More
|
|
|
button command tkinter |
Posted by: Heyjoe - Jul-23-2020, 05:42 PM - Forum: GUI
- Replies (6)
|
 |
Hello Python Users:
The following is a simple Python program. If you press the button with label red it prints "red". If you press the button wit..... More
|
|
|
|