Catalin George Festila: wmi python module - part 001.
Named WMI from Windows Management Instrumentation, this python module allow you to use Microsoft’s implementation of Web-Based Enterprise Management ( WBEM ).Is a set of extensions to the Windows...
View ArticlePyTennessee: PyTN Profiles: Chris Foresman (@foresmac), Adam Bain and Gondor...
Speaker Profile: Chris Foresman (@foresmac)Chris is a Senior Systems Engineer at Vokal. He spends most of his days wrangling server-side code in Django and Django Rest Framework, though he has been...
View ArticleWeekly Python StackOverflow Report: (iii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2016-01-22 16:21:58 GMTIs unsetting a single bit in flags safe with...
View ArticlePodcast.__init__: Episode 41 - RPython with Maciej Fijalkowski
Visit our site to listen to past episodes, support the show, join our community, and sign up for our mailing list.SummaryRPython is a subset of Python that is used for writing high performance...
View ArticlePyTennessee: PyTN Profiles: Tracy Osborn (@limedaring) and Pinax Project...
Speaker Profile: Tracy Osborn (@limedaring)Tracy Osborn is a designer, developer, and entreprenerd living in the Bay Area of California. She’s the author of Hello Web App, teaching beginner web app...
View ArticleImport Python: ImportPython Issue 58
Worthy Read ImportPython Job Board Update For Our Readersjob market It's been approx six months since the launch of the free Import Python Job Board. We have received three emails from job posters...
View ArticleCatalin George Festila: wmi python module - part 002.
According to MSDN Microsoft the Win32_Process WMI class represents a process on an operating system.We can see all of the inherited properties of processes:class Win32_Process : CIM_Process{ string...
View ArticlePython Piedmont Triad User Group: PYPTUG Monthly meeting (#3D, #matplotlib)
Tuesday, January 26, 20166:00 PMWinston Salem, NC" data-id="13040082" data-name="Manchester Hall Room 241" id="event-where" style="border-top-color: rgb(238, 238, 238); border-top-style: dotted;...
View ArticleNed Batchelder: Python testing, book and podcast
Two good things in the Python testing world intersected this week.Harry Percival wrote a great book called Test-Driven Development with Python. I should have written about it long ago. It's a...
View ArticleBhishan Bhandari: Enroll in 100% off courses at Udemy automatically – Python...
Udemy is a teaching and learning platform with loads of courses in various categories. Now very often different coupon codes are available for purchasing courses in minimal amount or with a 100%...
View ArticleAmit Saha: Replacing boto S3 mocks using moto in Python
Let's say you have some Python application code which connects to Amazon S3 which retrieves the keys in a bucket. Very likely, the application would be using boto and the code would like this: import...
View ArticleNicholas Amorim: BigSlacker – Plugin-Based RTM Slack client
I suppose most of you have heard of Slack– the nice chat application.They have both a HTTP API and a RTM API based over WebSockets. I wrote BigSlacker for an ongoing communicatio project. BigSlacker...
View ArticlePyTennessee: PyTN Profiles: Safia Abdalla (@captainsafia) and Eventbrite...
Speaker Profile: Safia Abdalla (@captainsafia)Safia is an energetic software engineer with an interest in data science for social good, intelligent interfaces, and great coffee. She is the founder of...
View ArticleMike Driscoll: PyDevs of the Week: Felix Zumstein & Eric Reynolds
This week we’re doing something a little different. Instead of just one developer, I am interviewing the main developers behind xlwings: Felix Zumstein & Eric Reynolds. Let’s spend some time...
View ArticleDoug Hellmann: atexit — Program Shutdown Callbacks — PyMOTW 3
The atexit module provides an interface to register functions to be called when a program closes down normally. Read more… This post is part of the Python Module of the Week series for Python 3. See...
View ArticleCubicWeb: Happy New Year CubicWeb !
This CubicWeb blog that has been asleep for some months, whereas the development was active. Let me try to summarize the recent progress.CubicWeb 3.21CubicWeb 3.21 was published in July 2015. The...
View ArticleMarcos Dione: trip-planner
For a long time I've been searching for a program that would allow me to plan (car) trips with my friends. Yes, I know of the existence of Google Maps, but the service has several characteristics that...
View ArticlePyCharm: [Live Webinar] Polyglot PyCharm for Rich Web Front-ends Part 2,...
Join us Thursday, February 4, 15:00 – 16:00 GMT (10:00 AM – 11:00 AM EST) for our free live webinar, Polyglot PyCharm for Rich Web Front-ends featuring Paul Everitt.Polyglot PyCharm for Rich Web...
View ArticlePyTennessee: PyTN Profiles: Scott Sanderson (@scottbsanderson) and...
Speaker Profile: Scott Sanderson (@scottbsanderson)Scott Sanderson is an engineer at Quantopian, where he is responsible for the design of Quantopian’s backtesting and research APIs. He is a core...
View ArticleStack Abuse: Python Properties
It is often considered best practice to create getters and setters for a class's public properties. Many languages allow you to implement this in different ways, either by using a function (like...
View Article