| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,246
» Latest member: isla123456
» Forum threads: 38,779
» Forum posts: 175,813
Full Statistics
|
| Online Users |
There are currently 47 online users. » 0 Member(s) | 41 Guest(s) Google, Bing, Facebook, Facebook Dev
|
|
|
| Help!! |
|
Posted by: prem_koresh_avraham - Feb-22-2024, 11:05 AM - Forum: General Coding Help
- Replies (2)
|
 |
[python]def hint_username(username):
if len(username) < 3:
print("Invalid username. Usernames must have more than 3 characters")
el..... More
|
|
|
| Transform a list |
|
Posted by: standenman - Feb-19-2024, 07:28 PM - Forum: Data Science
- Replies (2)
|
 |
I have a list of the bookmarks in pdf that I wish to transform. The list prints out in the form:
[[python][2, 'Medical Evidence of Record (MER) ..... More
|
|
|
| Need to upgrade this code. |
|
Posted by: valentino1337 - Feb-19-2024, 04:08 PM - Forum: Homework
- Replies (2)
|
 |
Hey everyone. For my project i need to extract single characters from a given string which are separated from each other by the increasing number of p..... More
|
|
|
| Export Utility for Inventor |
|
Posted by: cthull12 - Feb-18-2024, 04:58 PM - Forum: Code Review
- No Replies
|
 |
I am trying to create a utility for my position that will allow the user to input a list of parts that need exported to DXF files from Inventor, then ..... More
|
|
|
| main GUI is not shown |
|
Posted by: flash77 - Feb-18-2024, 07:09 AM - Forum: GUI
- Replies (3)
|
 |
Dear community,
the main GUI of my application is not shown - I don't know why...
I'm using PyCharm, but the debugger doesn't start. (In the past ..... More
|
|
|
|