| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 84 online users. » 0 Member(s) | 75 Guest(s) Bing, Mojeek, Google, Applebot, Facebook Dev
|
| Latest Threads |
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
9 hours ago
» Replies: 2
» Views: 83
|
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Today, 06:48 AM
» Replies: 0
» Views: 27
|
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Today, 04:59 AM
» Replies: 11
» Views: 5,976
|
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Today, 04:46 AM
» Replies: 2
» Views: 4,282
|
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 08:34 PM
» Replies: 3
» Views: 287
|
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 05:03 AM
» Replies: 1
» Views: 136
|
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 204
|
best way to learn python
Forum: News and Discussions
Last Post: mamta25
Nov-18-2025, 04:13 PM
» Replies: 5
» Views: 3,108
|
[SOLVED] Access keys and ...
Forum: General Coding Help
Last Post: Winfried
Nov-17-2025, 11:47 AM
» Replies: 4
» Views: 248
|
PermissionError: [Errno 1...
Forum: GUI
Last Post: Tuurbo46
Nov-17-2025, 08:44 AM
» Replies: 2
» Views: 166
|
|
|
| Fasta Files |
|
Posted by: johnny_sav1992 - Jul-25-2020, 04:26 PM - Forum: General Coding Help
- Replies (4)
|
 |
Hello everybody,
i'm new in programming and its the first time i use python. I'm working on a code that should read a fasta file and delete the he..... More
|
|
|
| Failure to open web pages |
|
Posted by: RenanPereira10 - Jul-25-2020, 03:45 PM - Forum: Homework
- Replies (3)
|
 |
The code is supposed to open 5 links e new tabs but it's given a error.
The code was written bellow:
[python]#! python3
# lucky.py - Opens severa..... More
|
|
|
| Deleting data in SQlite3 |
|
Posted by: SmukasPlays - Jul-25-2020, 02:07 PM - Forum: General Coding Help
- No Replies
|
 |
I did a function to delete a row in sqlite3 and it worked. But the database only shows that the data was exclude when I close and run my program agai..... More
|
|
|
| help with snake game |
|
Posted by: blacklight - Jul-24-2020, 06:37 PM - Forum: Game Development
- Replies (3)
|
 |
question: I have a check if the snake.left(x coordinate) == fruit.left, the rand function should be called and the fruit spawns at a different locatio..... More
|
|
|
| sns point plot grouping |
|
Posted by: Mekala - Jul-24-2020, 04:06 PM - Forum: Data Science
- No Replies
|
 |
Hi,
I have data contain two tools, three groups, my x-axis ID, y-axis is Time. I want to plot as follows:
data:
[python]ID Group ..... More
|
|
|
| Exact Match |
|
Posted by: Kristenl2784 - Jul-24-2020, 03:29 PM - Forum: General Coding Help
- Replies (2)
|
 |
Hello,
The first line of code is supposed to find string A180, and shift down 9 rows and grab that value. My problem is, is that I also have A180X..... More
|
|
|
| 2 errors in code |
|
Posted by: numbnumb54 - Jul-24-2020, 02:05 PM - Forum: General Coding Help
- Replies (2)
|
 |
I get the following errors from my code:
[error]attachment = open(Assessments, 'rb')
TypeError: expected str, bytes or os.PathLike object, not li..... More
|
|
|
| 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
|
|
|
|