Tullio Facchinetti
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • ATOM Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Display

Filter untagged links
3 results tagged stackoverflow  ✕
C-like structures in Python https://stackoverflow.com/questions/35988/c-like-structures-in-python
Wed 07 Aug 2019 07:32:02 AM CEST
QRCode

Is there a way to conveniently define a C-like structure in Python? I'm tired of writing stuff like:

class MyStruct():
    def __init__(self, field1, field2, field3):
        self.field1 = field1
        self.field2 = field2
        self.field3 = field3
c guidelines programming python stackoverflow
How to recognize vehicle license / number plate (ANPR) from an image? | Stack Overflow https://stackoverflow.com/questions/981378/how-to-recognize-vehicle-license-number-plate-anpr-from-an-image
Sun 02 Sep 2018 01:42:26 PM CEST
QRCode
list plates stackoverflow
Schedule a repeating event in Python 3 http://stackoverflow.com/questions/2398661/schedule-a-repeating-event-in-python-3
Thu 14 May 2015 09:35:12 AM CEST
QRCode

I'm trying to schedule a repeating event to run every minute in Python 3...

coding_lang:python guidelines programming scheduling stackoverflow
3660 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn