Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,969
» Latest member: Zephlonix
» Forum threads: 38,731
» Forum posts: 175,554
Full Statistics
|
Online Users |
There are currently 37 online users. » 1 Member(s) | 31 Guest(s) Google, Bing, AOL, Apple, deanhystad
|
Latest Threads |
Integer Factorization Too...
Forum: Code sharing
Last Post: fosuwxb
51 minutes ago
» Replies: 0
» Views: 14
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: llarkin6
1 hour ago
» Replies: 4
» Views: 676
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
4 hours ago
» Replies: 8
» Views: 420
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Yesterday, 06:39 PM
» Replies: 7
» Views: 2,807
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Sep-27-2025, 11:58 PM
» Replies: 1
» Views: 670
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,203
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,773
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,167
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,137
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,429
|
|
|
Which GUI should I choose ? |
Posted by: Matprog49 - Apr-25-2020, 08:48 AM - Forum: GUI
- Replies (2)
|
 |
Hi everyone,
I’m using .Net since some years and I would like to learn python. To be honest I really like linux and the idea to do software compatibl..... More
|
|
|
python code help |
Posted by: rajendra05 - Apr-25-2020, 08:25 AM - Forum: General Coding Help
- Replies (4)
|
 |
1.Search for that name in the word document where the “process” and when found, check if that has an associated table with it.
2. Pick that table an..... More
|
|
|
Sorting methords |
Posted by: Godserena - Apr-25-2020, 03:29 AM - Forum: Homework
- Replies (3)
|
 |
I couldn't understand the difference in working of insertion sort and bubble sort.
Could someone help me with that
Thank you
|
|
|
Images in tkinter |
Posted by: menator01 - Apr-25-2020, 12:49 AM - Forum: GUI
- No Replies
|
 |
I've been posing on here about my learning project as some of you have read.
Currently I'm working on learning more on classes and methods.
While re..... More
|
|
|
Pandas Help |
Posted by: cliffordhubbard - Apr-24-2020, 07:12 PM - Forum: Homework
- Replies (9)
|
 |
[python]
# The Mojave Desert states
canu = ["California", "Arizona", "Nevada", "Utah"]
import pandas as pd
# Filter for rows in the Mojave Desert ..... More
|
|
|
VERSION.TXT |
Posted by: tharpa - Apr-24-2020, 05:02 PM - Forum: General Coding Help
- Replies (3)
|
 |
I have a project that contains an empty file called VERSION.TXT. Is this a standard kind of a file? It sounds like it is, but I can't find any relev..... More
|
|
|
re.match value |
Posted by: enigma619 - Apr-24-2020, 02:00 PM - Forum: General Coding Help
- Replies (4)
|
 |
Hi
I've a question about match value in python.
On a server I've installed a tool edac-utils. When I launch this command, result is:
[server]edac..... More
|
|
|
tkinter installation |
Posted by: arbiel - Apr-24-2020, 01:38 PM - Forum: GUI
- Replies (8)
|
 |
Hi
I failed installing tkinter
[code]
python -m pip install tkinter
Defaulting to user installation because normal site-packages is not writeabl..... More
|
|
|
Array and rectangles |
Posted by: pythonuser1 - Apr-24-2020, 12:21 PM - Forum: Homework
- Replies (3)
|
 |
Hello guys,
I need your help to solve this problem. I need to print a rectangle inside an another rectangle.
Example :
Input :
9 19 (number of..... More
|
|
|
|