Carl Chenet: My Free Software activities in November 2016
My Monthly report for Novembre 2016 gives an extended list of what were my Free Software related activities during this month.Personal projects:The Retweet project, a Twitter bot to automatically...
View ArticleCatalin George Festila: OpenGL and OpenCV with python 2.7 - part 004.
Today I will continue the series of graphics processing in OpenGL and OpenCV.The goal of this tutorial is the download and load into the python script of youtube video.To do that we need another two...
View ArticleBrian Okken: 25: Selenium, pytest, Mozilla – Dave Hunt
Interview with Dave Hunt @davehunt82. We Cover: Selenium Driver: http://www.seleniumhq.org/ pytest: http://docs.pytest.org/ pytest plugins: pytest-selenium: http://pytest-selenium.readthedocs.io/...
View ArticleBrian Okken: 26: pyresttest – Sam Van Oort
Interview with Sam Van Oort about pyresttest, “A REST testing and API microbenchmarking tool” pyresttest A question in the Test & Code Slack channel was raised about testing REST APIs. There were...
View ArticleCodementor: 15 Essential Python Interview Questions
##IntroductionLooking for a Python job? Chances are you will need to prove that you know how to work with Python. Here are a couple of questions that cover a wide base of skills associated with Python....
View ArticleImport Python: Quiz Results
The Winners of the quiz are Nico Ekkart - @nicoekkart, Chad Heyne, Artem Bezukladichnii, Andrew Nester - andrewnester and Kyle Monson. Congrats. Your prize is on the way. The right answers to the quiz...
View ArticleImport Python: ImportPython Issue 101 - Python Quiz Results, Deployment, Code...
Worthy Read Quiz Results Thanks everyone for participating in the quiz. Nico Ekkart, Chad Heyne, Artem Bezukladichnii, Andrew Nester and Kyle Monson Congrats. Your copies of Writing Idiomatic Python...
View ArticleAnwesha Das: micro:bit : a round around the Sun
"The future of the world is in my classroom today"- Ivan W. Fitzwater. To shape the world we need to give the children the correct environment to learn new things. BBC micro:bit is such a project. It...
View ArticleGraham Dumpleton: What USER should you use to run Docker images.
If you follow this blog and my rants on Twitter you will know that I often complain about the prevalence of Docker-formatted container images that will only work if run as the root user, even though...
View ArticleRuslan Spivak: Let’s Build A Simple Interpreter. Part 12.
“Be not afraid of going slowly; be afraid only of standing still.” - Chinese proverb.Hello, and welcome back!Today we are going to take a few more baby steps and learn how to parse Pascal procedure...
View ArticleDjango Weblog: Django bugfix release issued: 1.10.4, 1.9.12, 1.8.17
Today we've issued the 1.10.4, 1.9.12, and 1.8.17 bugfix releases.The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used...
View ArticleLintel Technologies: DBSlayer
DBSlayer is a simpler way to proxy mysql.DBSlayer can be queried via JSON over HTTP, and the responses can be given in either one of the following supported languages : JSON, PHP and Python which makes...
View ArticleLintel Technologies: How to upload a file in Zoho using python?
UploadFile API Method of Zoho CRMTable of ContentsPurposeRequest URLRequest ParametersPython Code to Upload a file to a recordSample ResponsePurposeYou can use this method to attach files to...
View ArticleWesley Chun: Replacing text & images with the Google Slides API with Python
NOTE: The code covered in this post are also available in a video walkthrough however the code here differs slightly, featuring some minor improvements to the code in the video.IntroductionOne of the...
View ArticleKushal Das: Atomic Working Group update from this week's meeting
Two days back we had a very productive meeting in the Fedora Atomic Working Group. This post is a summary of the meeting. You can find all the open issues of the working group in this Pagure repo....
View ArticlePyCharm: “What’s New in PyCharm 2016.3” Webinar Recording Available Now!
Our webinar “What’s New in PyCharm 2016.3” that we organized on Wednesday November 30th is now available on YouTube:In this webinar Paul Everitt, PyCharm Developer Advocate, shows you around the new...
View ArticleAndrew Dalke: Weininger's Realization
Dave Weininger passed away recently. He was very well known in the chemical informatics community because of his contribution to the field and his personality. Dave and Yosi Taitz founded Daylight...
View ArticleWeekly Python StackOverflow Report: (xlviii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2016-12-02 18:37:04 GMTIs there a difference between [] and list() when...
View ArticleDataquest: Pandas Tutorial: Data analysis with Python: Part 2
We covered a lot of ground in Part 1 of our pandas tutorial. We went from the basics of pandas DataFrames to indexing and computations. If you’re still not confident with Pandas, you might want to...
View ArticleVasudev Ram: Simple directory lister with multiple wildcard arguments
By Vasudev Ram$ python file_glob.py f[!2-5]*xtI was browsing the Python standard library (got to use those batteries!) and thought of writing this simple utility - a command-line directory lister that...
View Article