Toggle navigation
Home
Blog
Projects
Books
Contact
RSS
Blog Subscribers
Subscribe
My Book
C# and .NET Core Test Driven Development
Recent Blog Entries
Swarm Testing
Agile Story Estimation
Django deployment to Google App Engine with Github Action
Named entity extraction from text in Python
Popular Blog Posts
How to Become a Good Programmer
A Client Server File Sharing Application
How to Select and format Portion of a Webpage Using Jsoup and Htmlcleaner in Android
How to Build PHP 5.4 Applications with Visual Studio
Categories
Asp.Net
Lua
C#
My Views
Others
WPF
PHP
Android
Java
VoIP
Ruby
Python
Management
Projects
Machine Learning in .Net using C#
Badges
Blog Visitors Count
Category : Python
Django deployment to Google App Engine with Github Action
Sunday, January 31, 2021 10:53 PM
Github action was released by Github as a feature to enable automation and customization of the development to deployment workflows for software development teams. Github actions ease the flow of execution, testing and possibly deployment of repository residing on Github. Also, Github actions provide the flexibility of creating custom flows and steps that are available in standards Continuous Integration (CI) and Continuous Deployment (CD) solutions.
>> Read more
Named entity extraction from text in Python
Sunday, January 12, 2020 2:11 AM
The ability to understand and process natural language is regarded as one of the superiority of humans to computer. Humans if able to read and or possibly write, can readily comprehend written texts and make meanings out of the syllables, grammar, vocabulary and punctuation. Although, as simple and effortless as it might seem for humans, making meaning out of a simple text for computers requires a bit of rules, logic driven approach or machine training and adaptation.
>> Read more
page