51
1
submitted 2 years ago by cypherpunks@lemmy.ml to c/python@lemmy.ml
52
1
submitted 2 years ago by pingveno@lemmy.ml to c/python@lemmy.ml
53
1
submitted 2 years ago by ailiphilia@feddit.it to c/python@lemmy.ml
54
1
submitted 2 years ago by cypherpunks@lemmy.ml to c/python@lemmy.ml
55
1
submitted 2 years ago* (last edited 2 years ago) by cypherpunks@lemmy.ml to c/python@lemmy.ml
56
1
Textualize.io (www.textualize.io)
submitted 2 years ago by sgtnasty@lemmy.ml to c/python@lemmy.ml

Build amazing TUIs (Text User Interfaces) with this innovative Python framework

57
1
submitted 2 years ago by cypherpunks@lemmy.ml to c/python@lemmy.ml
58
1
submitted 2 years ago by holdengreen@lemmygrad.ml to c/python@lemmy.ml

It's faster now, great.

59
1
submitted 2 years ago by cypherpunks@lemmy.ml to c/python@lemmy.ml
60
1
submitted 2 years ago by cypherpunks@lemmy.ml to c/python@lemmy.ml
61
1
submitted 2 years ago by sexy_peach@feddit.de to c/python@lemmy.ml

cross-posted from: https://feddit.de/post/248196

I have lots of multiprocessing processes which have to add to and search in a dict. Deletion of values is not needed.

Atm I am using multiprocessing.Manager() and

dict = manager.dict()

This works pretty well, but I think that the manager is a huge bottleneck here. Any ideas? It has to run on older Python 3 versions, otherwise I would use this cool thing I found: https://github.com/ronny-rentner/UltraDict

62
1
submitted 2 years ago by cypherpunks@lemmy.ml to c/python@lemmy.ml
63
1
submitted 2 years ago* (last edited 2 years ago) by cypherpunks@lemmy.ml to c/python@lemmy.ml
64
1
submitted 2 years ago by cypherpunks@lemmy.ml to c/python@lemmy.ml
65
2
submitted 2 years ago by cypherpunks@lemmy.ml to c/python@lemmy.ml
66
1
submitted 2 years ago by cypherpunks@lemmy.ml to c/python@lemmy.ml
67
1
submitted 2 years ago by cypherpunks@lemmy.ml to c/python@lemmy.ml
68
1
submitted 2 years ago by pingveno@lemmy.ml to c/python@lemmy.ml
69
1
submitted 2 years ago by cypherpunks@lemmy.ml to c/python@lemmy.ml
70
1
71
1
submitted 2 years ago by matl@lemmy.ml to c/python@lemmy.ml

Can you recommend any cross platform Python app development frameworks where you write code once and it can be deployed to Linux, Android, Windows, MacOS and iOS.

72
1
submitted 3 years ago by spla@lemmy.cat to c/python@lemmy.ml

tweet2toot will replicate all tweets and threads of the Twitter user of your choice.

73
0
submitted 3 years ago by danie10@lemmy.ml to c/python@lemmy.ml

SimpleHTTPServer is a python module which allows you to instantly create a web server or serve your files in a snap. The main advantage of python’s SimpleHTTPServer is you don’t need to install anything since you have python interpreter installed. You don’t have to worry about python interpreter because almost all Linux distributions, python interpreter come handy by default.

You also can use SimpleHTTPServer as a file sharing method. You just have to enable the module within the location of your shareable files are located.

The article below guides you on how to set up and use it.

See https://www.tecmint.com/python-simplehttpserver-to-create-webserver-or-serve-files-instantly/

#technology #Linux #Python #Webserver

74
1
submitted 4 years ago* (last edited 4 years ago) by Ajsra@lemmy.ml to c/python@lemmy.ml

This is a tutorial that covers what the paired sample t-test is, btiefly, before going into the practical details. I found that it helped me understand when to use this test but the most awesome part is that I now know how to apply this test with Python. I also discovered a new package, called Pingouin, which seems great to use performing statistical tests in Python.

75
0
submitted 4 years ago by Ajsra@lemmy.ml to c/python@lemmy.ml
view more: ‹ prev next ›

Python

3244 readers
1 users here now

News and discussions about the programming language Python


founded 5 years ago
MODERATORS