Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 48 online users. » 0 Member(s) | 42 Guest(s) Applebot, AOL, Bing, AOL, Google
|
|
|
Mass-update pip pkgs |
Posted by: mcmxl22 - Jul-15-2019, 07:58 PM - Forum: Code sharing
- No Replies
|
 |
Here is a program I wrote to mass-update pip packages. It relies on pip-review and another module I wrote to make numbered lists.
[python]
import ..... More
|
|
|
Sniffing COM Port |
Posted by: christianscarlett - Jul-15-2019, 04:48 PM - Forum: General Coding Help
- No Replies
|
 |
Hello,
I am using the bgapi library to manage bluetooth communication using a USB dongle. The library will take a command from my program and will ..... More
|
|
|
Database search |
Posted by: Columbo - Jul-15-2019, 02:07 AM - Forum: General Coding Help
- Replies (2)
|
 |
I would like to have a search function in my app where the user types in a name and the database is searched for the record that matches that name how..... More
|
|
|
converting data sizes like: 4k, 32k, 4m, 16m, 1g, etc |
Posted by: Skaperen - Jul-15-2019, 01:57 AM - Forum: General Coding Help
- Replies (1)
|
 |
i'm getting a string with a data size expressed in it like "4k", "32k", "4m", "16m", "1g". is there a Python library function that will do the convers..... More
|
|
|
Turn py into exe |
Posted by: tester21 - Jul-14-2019, 09:35 AM - Forum: General Coding Help
- Replies (4)
|
 |
I don't have access to a compiler, could someone, please, turn this python 3 code into an exe file and also test it?
[python]
import openpyxl as xl..... More
|
|
|
|