| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,299
» Latest member: matt
» Forum threads: 38,796
» Forum posts: 175,893
Full Statistics
|
| Online Users |
There are currently 33 online users. » 0 Member(s) | 30 Guest(s) Google, Bing, Mojeek
|
| Latest Threads |
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
2 hours ago
» Replies: 3
» Views: 92
|
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
9 hours ago
» Replies: 1
» Views: 59
|
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
Yesterday, 08:47 AM
» Replies: 3
» Views: 134
|
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
Yesterday, 04:40 AM
» Replies: 6
» Views: 3,196
|
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Nov-25-2025, 02:50 AM
» Replies: 6
» Views: 262
|
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 146
|
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 100
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,531
|
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 184
|
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 89
|
|
|
| while loop |
|
Posted by: ef26 - May-27-2019, 08:23 AM - Forum: General Coding Help
- Replies (5)
|
 |
to the question:
Write a while loop to display the values of the Rating of an album playlist stored in the list PlayListRatings. If the score is less..... More
|
|
|
| Problems with frames layout |
|
Posted by: Gupi - May-27-2019, 04:07 AM - Forum: GUI
- Replies (1)
|
 |
I'm trying to layout my GUI with next settings:
1st level.
- FrameMain, which takes most part of the window, it's the top one.
- FrameBottom, whi..... More
|
|
|
| Creating a wavelet matrix |
|
Posted by: pingaan - May-26-2019, 02:59 PM - Forum: Homework
- Replies (4)
|
 |
Hi,
A few friends and I are on a school project and one of the tasks conserns creating a wavelet matrix. The idea is to create this wavelet matrix ..... More
|
|
|
| stepper motor modbus-tcp |
|
Posted by: Tomerkrp - May-26-2019, 12:44 PM - Forum: Networking
- Replies (1)
|
 |
Need Help!!!
I am trying to control a stepper motor thet has a internal controller and communication via mudbus tcp I want to send commands to him ..... More
|
|
|
| [split] Array in numpy |
|
Posted by: aapurdel - May-25-2019, 07:30 PM - Forum: Data Science
- Replies (1)
|
 |
I renamed __init__.py to numpy.py
I run >>> import numpy as np
I run >>> np.__file__ 'C:\Adrian\Python37\Lib\numpy-1.11.2\numpy\numpy.py'
SyntaxErr..... More
|
|
|
| splitting numeric list based on condition |
|
Posted by: python_newbie09 - May-25-2019, 09:57 AM - Forum: General Coding Help
- Replies (7)
|
 |
I am trying to split a list of numbers into sublists once a condition is met.
num_list = [0,1,2,3,4,5,2,3,4,5,0,1,2,3,4,5,0,1,2,3,4,5]
Whenever..... More
|
|
|
|