| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 37 online users. » 1 Member(s) | 31 Guest(s) Bing, Google, Apple, AOL, lovedeep
|
| Latest Threads |
LewisByday
Forum: General Coding Help
Last Post: IsmaelSlalk
26 minutes ago
» Replies: 0
» Views: 1
|
LhanePulse
Forum: General Coding Help
Last Post: Gichardaxora
4 hours ago
» Replies: 0
» Views: 16
|
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 12:05 PM
» Replies: 5
» Views: 118
|
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 50
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,483
|
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 143
|
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 63
|
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,071
|
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,300
|
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 367
|
|
|
| Set Output |
|
Posted by: ghosalsantanuit - Jan-15-2020, 05:12 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hi i am running below code
[python]
color_list_1 = set(["White", "Black", "Red"])
color_list_2 = set(["Red", "Green"])
for i in color_list_1:
..... More
|
|
|
| Skbio with Tree |
|
Posted by: Zach - Jan-15-2020, 12:59 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hi all,
I am new to this forum as well as python, and would be grateful for any help. I am working with a tree for my analyses and it does not seem..... More
|
|
|
| Serial port monitor |
|
Posted by: federicomassimi - Jan-15-2020, 11:52 AM - Forum: Networking
- Replies (1)
|
 |
hi, I would like to create a small software that can monitor data from ant to serial port.
In practice I have a hardware device that communicates wit..... More
|
|
|
| Help with install kivy |
|
Posted by: PythonHenning - Jan-15-2020, 05:06 AM - Forum: GUI
- Replies (4)
|
 |
Hi, I have problem with install kivy.
I have follow the instruction on the link under:
under the heading "Installing the kivy stable release."
..... More
|
|
|
| Homework help |
|
Posted by: khanhcao1 - Jan-15-2020, 05:06 AM - Forum: Homework
- Replies (2)
|
 |
My teacher requirement is to use format() function to display the result of the division to 2 decimal places and inform the user that only 2 decimal p..... More
|
|
|
| merge sort |
|
Posted by: rootVIII - Jan-15-2020, 04:22 AM - Forum: Code sharing
- Replies (4)
|
 |
This one always blows my mind
[python]
def merge(left, right):
combined, left_index, right_index = [], 0, 0
while left_index < len(lef..... More
|
|
|
| Homework help |
|
Posted by: khanhcao1 - Jan-15-2020, 02:07 AM - Forum: Homework
- Replies (2)
|
 |
Look up the basic 2019 federal income tax rates for single filers by going to this
site at nerdwallet.com and expanding the section for Single Filers..... More
|
|
|
| expressing an 8-bit ASCII code |
|
Posted by: Skaperen - Jan-15-2020, 12:43 AM - Forum: Bar
- Replies (2)
|
 |
every possible unambiguous way people might want to express one of the 256 possible byte codes, where the first 128 are ASCII codes, i want to be able..... More
|
|
|
| Tkinter problem |
|
Posted by: catlessness - Jan-14-2020, 11:38 PM - Forum: GUI
- Replies (1)
|
 |
1.if you just run this, youll have a window to input 'order' and 'Rs'.
2.Enter a number in 'order' and press ok.
3.Change the number in 'order' aga..... More
|
|
|
| Need to speed up my code. |
|
Posted by: blackknite - Jan-14-2020, 05:04 PM - Forum: Code Review
- Replies (6)
|
 |
I have to return a simple sum of the most present values in the array, ie [3,5,2,1,2,3,2,2] - > should return 4, because (2,2,2,2).
The array sometim..... More
|
|
|
| User management library? |
|
Posted by: MuntyScruntfundle - Jan-14-2020, 02:01 PM - Forum: General Coding Help
- No Replies
|
 |
Hi there. Just wondering if there is a user management library anywhere, adding users, changing groups etc. I'm specifically interested in Debian/Ra..... More
|
|
|
| install PyQt |
|
Posted by: jaleel2007 - Jan-14-2020, 09:44 AM - Forum: GUI
- Replies (2)
|
 |
Just today install python and then download pyqt5
how can I install PyQt5? In windows command prompt,
I type "python pip install PyQt5" some error ..... More
|
|
|
| python echo server |
|
Posted by: kerzol81 - Jan-14-2020, 07:46 AM - Forum: Networking
- Replies (2)
|
 |
Hi, I commited this little echo server for testing purposes. The only thing I don't like, that I cannot stop or exit from the client side.
I'd like t..... More
|
|
|
|