| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,237
» Latest member: lary_p
» Forum threads: 38,776
» Forum posts: 175,792
Full Statistics
|
| Online Users |
There are currently 33 online users. » 1 Member(s) | 26 Guest(s) Bing, Google, Applebot, AOL, Google Image, Pedroski55
|
| Latest Threads |
I’m building a Python Dat...
Forum: GUI
Last Post: woooee
31 minutes ago
» Replies: 1
» Views: 87
|
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Today, 12:56 AM
» Replies: 4
» Views: 138
|
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Yesterday, 10:39 AM
» Replies: 3
» Views: 110
|
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 123
|
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,214
|
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,374
|
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,575
|
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 201
|
Natural language processi...
Forum: Homework
Last Post: offsoar
Nov-05-2025, 02:03 PM
» Replies: 2
» Views: 3,205
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-05-2025, 08:31 AM
» Replies: 5
» Views: 7,456
|
|
|
| Transposition Cipher Issues |
|
Posted by: beginner_geek07 - Apr-08-2022, 07:44 PM - Forum: General Coding Help
- No Replies
|
 |
I am recently new to python and I have been given the task to create a function that uses transposition cipher to encrypt and decrypt a user-input mes..... More
|
|
|
| what is wrong with my code |
|
Posted by: 53535 - Apr-07-2022, 10:29 AM - Forum: Homework
- Replies (4)
|
 |
[python]
import sqlite3
id1 = input('Enter the book id: ')
conn = sqlite3.connect("KJV+.SQLite3")
c = conn.cursor()
c.execute("select * from vers..... More
|
|
|
| Print Error |
|
Posted by: DaveG - Apr-07-2022, 01:08 AM - Forum: General Coding Help
- Replies (1)
|
 |
Could somebody please tell me why the variable 'collapse_steps' is not returned in the variable 'collapse_times'?
[python]collapse_duration = 60.0 ..... More
|
|
|
| SyntaxError |
|
Posted by: DaveG - Apr-06-2022, 02:16 AM - Forum: General Coding Help
- Replies (2)
|
 |
Hi
I'm getting a syntax error on the print to file. Can someone correct me please?
[error]C:\Python27\python.exe C:/Users/David/PycharmProjects/py..... More
|
|
|
|