| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,297
» Latest member: ichsanputr
» Forum threads: 38,795
» Forum posts: 175,888
Full Statistics
|
| Online Users |
There are currently 46 online users. » 0 Member(s) | 44 Guest(s) Bing, Google
|
| Latest Threads |
My regex function is not ...
Forum: General Coding Help
Last Post: bowlofred
21 minutes ago
» Replies: 2
» Views: 71
|
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
57 minutes ago
» Replies: 6
» Views: 3,170
|
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 11:51 AM
» Replies: 1
» Views: 61
|
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Yesterday, 02:50 AM
» Replies: 6
» Views: 235
|
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 124
|
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 89
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,521
|
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 171
|
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 80
|
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,141
|
|
|
| Excel issues please help! |
|
Posted by: Patriot1017 - Sep-09-2019, 02:24 PM - Forum: General Coding Help
- No Replies
|
 |
It has come time where I need some guidance on a use case I have. I have 3 different .xlsx workbooks and what I am trying to do is add a column and co..... More
|
|
|
| Display a tree |
|
Posted by: binhxp - Sep-09-2019, 01:17 PM - Forum: Data Science
- No Replies
|
 |
Hi everyone,
I am writing a small app using Python and PyQt5 and have a input data that shows a tree as below:
Level 0
--Level 1
--Level 1
--..... More
|
|
|
| Multiple Replacement |
|
Posted by: millpond - Sep-09-2019, 05:10 AM - Forum: Homework
- Replies (5)
|
 |
I would like to be able to do in Python what is so simple in Perl:
[python]
$name = $filename_in_loop_input
$name =~ s/ epub//ig;
$name =~ s/ pd..... More
|
|
|
| psutil network speed stuck |
|
Posted by: mikla90 - Sep-08-2019, 06:00 PM - Forum: Networking
- No Replies
|
 |
Hi everyone. For a test bench, I'm trying to write a simple piece of code that monitors the network speed on a specific adapter. I'm running on Window..... More
|
|
|
| python input |
|
Posted by: maciek123 - Sep-08-2019, 09:48 AM - Forum: General Coding Help
- Replies (5)
|
 |
Hi guys i try to add elif where input is not a number to print 'please put number.' but for some reason its not working. Anyone know how to fix this?..... More
|
|
|
| Homework help please |
|
Posted by: EdensVoid - Sep-08-2019, 05:50 AM - Forum: Homework
- Replies (2)
|
 |
[python]
# Input from the command line
import sys
A = sys.argv[1]
B = sys.argv[2]
C = sys.argv[3]
# Your code goes here
num = A * (B + C/3..... More
|
|
|
|