Continuum Analytics Blog: 4 Ways Financial Firms Put Machine Learning to Work
Several industry giants in the finance sector are well on their way to implementing machine learning technology that improves operations and guides strategy in multiple departments. So far, machine...
View ArticleTechBeamers Python: Python Check Integer Number in Range
This tutorial provides you multiple methods to check if an integer number lies in the given range or not. It includes several examples to bring clarity. Let’s first define the problem. We want to...
View ArticlePSF GSoC students blogs: Final Sprint to finish scikit and make it even...
So far I have successfully added 2 models to dffml out which dffml-model-scratch (Linear regression) is already released and available on pypi. Other scikit model has been merged and is awaiting...
View ArticlePSF GSoC students blogs: Week 9
Last time I spent time working on testing on Windows and refining documents. While I was trying to get it running on windows, I found the environment setting is really a problem. One solution is to...
View ArticleCatalin George Festila: Python 3.7.3 : Using the flask - part 006.
Today I will show you how to use the RESTful API application with flask python module that uses HTTP requests to GET, PUT, POST and DELETE data. When HTTP is used, as is most common, the operations...
View ArticleCodementor: Lesson In Adopting Test Driven Development (TDD) - Read Time: 3 Mins
Lessons learnt to do TDD for junior developer Singapore and adopting TDD as part of my developer workflow.
View ArticleNumFOCUS: Dask joins NumFOCUS Sponsored Projects
The post Dask joins NumFOCUS Sponsored Projects appeared first on NumFOCUS.
View ArticleNed Batchelder: Why your mock doesn’t work
Mocking is a powerful technique for isolating tests from undesired interactions among components. But often people find their mock isn’t taking effect, and it’s not clear why. Hopefully this...
View ArticleCatalin George Festila: Python 3.7.3 : Using the flask - part 007.
This will be a long tutorial because will try to link some information's from the last tutorials. First, the structure of the project can see into my GitHub project. I create new templates and another...
View ArticlePSF GSoC students blogs: Coding period: week #10
This is going to be a blog post about coding up a much requested feature by the community. What did I do this week?This week my mentor asked me to work on an interesting feature which was requested by...
View ArticleIslandT: Search the currency pair on the tkinter display panel
In this article, we will create a new function which will search for the currency pair in the tkinter display panel then highlight that currency pair with green background. First we will create the...
View ArticleTechBeamers Python: Python Float()
This tutorial explains Python float() method that takes a number or string and returns a floating-point value. If it is not able to convert string to float, then it raises the ValueError. Let’s try to...
View ArticleWeekly Python StackOverflow Report: (clxxxix) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-08-03 18:41:35 GMTFind all the numbers in one file that are not in...
View ArticleDoug Hellmann: sphinxcontrib.datatemplates 0.5.0
sphinxcontrib.datatemplates is an extension for Sphinx to render parts of reStructuredText pages from data files in formats like JSON, YAML, XML, and CSV. What’s new in 0.5.0? Add domain for Python...
View ArticlePSF GSoC students blogs: Tenth week of GSoC: git-annex and datalad
In the last weeks Alex, Mainak and I were working on making the mne-study-template compatible with the Brain Imaging Data Structure (BIDS). This process involved testing the study template on many...
View ArticleCatalin George Festila: Python 3.7.3 : Using the flask - part 008.
The tutorial for today will show you how to understand the flash method and fix exceptions. First, the Flask module contains a flash method which passes a message to the next request, which generally...
View ArticlePSF GSoC students blogs: Coding Period: Week 10
Hey everyone! This is what I did this week. In this phase, I worked mostly on the understanding of mergestate for developing a patch for hg update --abort. This is the last part that I need to complete...
View ArticlePSF GSoC students blogs: Blog post: Week 10
Hi everyone!We made huge progress with the new Kurucz parser (it's almost ready!). As I said last week, this is a difficult task and involves reestructuring different pieces of existing code and some...
View ArticlePSF GSoC students blogs: Weekly CheckIn 9th
What did you do this week?So, As I previously mention in this phase I have to write documentation and refactor the code. So, I started with writing documentation for the config options provided by the...
View ArticlePSF GSoC students blogs: SIxth Blog - GSOC 2019
Hello there, Its good to see you here.So, this week I created a new PR for the new cheatsheet and also to fix a few responsiveness bugs on the landing page. My work for that PR is done. I have to fix a...
View Article