Python

3217 readers
2 users here now

News and discussions about the programming language Python


founded 5 years ago
MODERATORS
1
 
 

cross-posted from: https://lemmy.ml/post/21461907

So, this uses a macro, but if you're thinking anything is possible with a macro, it's actually not in Rust. The input does still need to parse as valid Rust tokens.

Which means the authors asked themselves at some point: Is the Rust syntax a superset of the Python syntax?
And well, it's not. In particular, some Python keywords will just be tokenized as an identifier (like a variable name).

But it is close enough that the authors decided against requiring a massive string to be passed in, which does amuse me. ๐Ÿ™ƒ

2
 
 

cross-posted from: https://programming.dev/post/17866168

Hi,

I use gunicorn in my venv

I have quite few venv that run gunicorn.

I would like to reuse gunicorn for other venv

I launch my web application like this

#PWD = venv dir
source ./bin/activate
gunicorn A_WebApp:app
#A_WebApp is my python file A_WebApp.py

I supposes that gunicorn is a shell program ? if yes I should use $PATH ?
or gunicorn is a Python program only ? and then what I should do to use gunicorn in another venv ?

Thanks.

3
 
 

Hi,

I'm looking for a software similar to ZoneMinder
https://lemmy.ml/post/18530232

But it seem that ZoneMinder become slowly outdated, php etc..

I've found a couples of alternatives ( hard choice as the limitations of use are often buried deep )

It seem that openCV is really famous for AI Computer vision, So I would be surprise if there were no Python program to manage cameras like a ZoneMinder !?

Do you know any ?

Thanks.

4
 
 

cross-posted from: https://programming.dev/post/13395352

Would love to hear any suggestions, feedback or comments.

5
6
7
8
9
10
 
 

Unleash Your Python Potential with Python IDLE: The Ultimate Beginner's Guide! From Installation Hacks to Secret Debugging Tricks, Master Python IDLE in Minutes! ๐Ÿ’ป๐Ÿš€ #Python #Programming #BeginnerGuide

11
5
submitted 7 months ago* (last edited 7 months ago) by [email protected] to c/[email protected]
 
 

I'm just trying to control my smartlights with a script, it seems to be having a lot of problems, I really don't know what I'm doing, i'd appreciate any help I can get

Once I have a script that can individually turn lights on/off i can edit the rest myself, I just can't get the base functionality working.

12
 
 

Hey, I've been looking to learn Python for a while, tried as a kid but got bored before I did anything. I was wondering if anyone knew of any good Python self-study workbooks? The ones with exercises in addition to theory. I'm using Mint, in case that brings up any IDE issues.

13
 
 

Developed a script to perform mm to inches conversions, which was conveniently transformed into a web app using Streamlit.

14
15
17
Python 3.13 gets a JIT (tonybaloney.github.io)
submitted 9 months ago by [email protected] to c/[email protected]
16
 
 

eah she's fat but so do I. I would wanna pay some Dolla to have sex before i die (very soon given my heart state) Hmu if you are interested pretty girl CHILD MOLESTER

Yeah she's fat but so do I. I would wanna pay some Dolla to have sex before i die (very soon given my heart state) Hmu if you are interested pretty girl CHILD MOLESTER

Yeah she's fat but so do I. I would wanna pay some Dolla to have sex before i die (very soon given my heart state) Hmu if you are interested pretty girl CHILD MOLESTER

Yeah she's fat but so do I. I would wanna pay some Dolla to have sex before i die (very soon given my heart state) Hmu if you are interested pretty girl CHILD MOLESTER

17
18
 
 

Just wondering if anyone is part of any Python chats, communities, forums etc, and which ones are good to join?

19
 
 

Join chat rooms and explore programming content on Chat-to.dev.

20
21
22
 
 

I am working on a new django project which will use a MySQL database. Obviously there are several tables and attributes items in those tables have. I realize I could just document those attributes in the code itself, but more than one codebase may be accessing this database. I would rather have a more comprehensive solution to document relationships, expected CASEing of the text, allowed characters, etc.

I know UML exists, but it seems there are 1,000+ tools which do UML modeling, not all of which will gracefully do an SQL database.

Examples of things I want to document:

  • For a "user profile" there are various attributes: username (primary key), friendly name, etc
  • For a "task" - id (primary key), name (letters numbers and spaces only, max 56 characters), owner (a single username (foreign key(), assignees (zero or more usernames (list of foreign keys)), etc

Here's what I need:

  • GUI for building flowchart/model/whatever you call it showing each table and each attribute in each table, with ability to add notes to table or attribute. Attributes must have ability to be relational just like in a database.
  • FOSS only, must run on Linux. No "free" web-based garbage that will end up behind a paywall 5 years from now ie draw.io
  • Must store source files for this model in a text/xml/json/something file which can easily be put into our git repo
  • Must not be so tightly coupled to MySQL that is requires a database connection to work or couldn't be used if we switch to a non-MySQL backent. If it has templates for and knowledge about MySQL databases that's great but it shouldn't require them to be useful.

What do you suggest for this?

23
24
39
The fraud was in the code (newsletter.mollywhite.net)
submitted 1 year ago by [email protected] to c/[email protected]
25
view more: next โ€บ