PSF GSoC students blogs: Google Summer of Code with Nuitka 3rd Blog Post
This week, I created a script to automate the testing of nuitka-wheel pytest. Details can be found on my pull request: https://github.com/Nuitka/Nuitka/pull/440 Automated testing compares the pytest...
View ArticleCodementor: Top 6 Django Compatible Hosting Services
Finding the best Django hosting to suit all of your requirements might be quite a big deal, but it's definitely worth the effort. Moreover, it's also worth trying different options and seeing what...
View ArticleCodementor: 6 Examples of AI in Financial Service
Just as many other technological advancements, Artificial Intelligence came to our lives from the pages of fairy tales and fiction books (think of the Tinman from The Wizard of Oz or Maria from...
View ArticleCodementor: Top Seven Apps Built With Python
Over its almost 30 years of existence, Python has become one of the most popular (https://blog.github.com/2018-11-15-state-of-the-octoverse-top-programming-languages/) programming languages. But if...
View ArticlePSF GSoC students blogs: Working with SciKit and meeting deadlines
The first linear regression model took unexpectedly long that put me in a difficult place because now I have to cover up at least a couple more models before the second evaluation. My mentor and I...
View ArticlePSF GSoC students blogs: Seventh Week [July 1st - July 7th] [3rd PSF Blog Post]
This session, we set up azure testing pipelines for "Carsus ... a TARDIS support package for creating and working with atomic datasets" (Carsus Documentation). This repository is intended to complement...
View ArticleQuansight Labs Blog: Ibis: Python data analysis productivity framework
Ibis is a library pretty useful on data analysis tasks that provides a pandas-like API that allows operations like create filter, add columns, apply math operations etc in a lazy mode so all the...
View ArticleCodementor: Reasons Why Python is Good for AI and ML
Artificial Intelligence (AI) and Machine Learning (ML) are the new black of the IT industry. While discussions over the safety of its development keep escalating, developers expand abilities and...
View ArticleListenData: Python Lambda Function with Examples
This article covers detailed explanation of lambda function of Python. You will learn how to use it in real-world data scenarios with examples. Table of ContentsIntroduction : Lambda FunctionIn...
View ArticleListenData: Python list comprehension with Examples
This tutorial covers how list comprehension works in Python. It includes many examples which would help you to familiarize the concept and you should be able to implement it in your live project at the...
View ArticleKushal Das: Highest used Python code in the Pentesting/Security world
python -c 'import pty;pty.spawn("/bin/bash")' I think this is the highest used Python program in the land of Pentesting/Security, Almost every blog post or tutorial I read, they talk about the...
View ArticlePython Software Foundation: The Python Software Foundation is looking for...
Interview prominent Pythonistas, connect with the community, expand your circle of friends and learn about events in the Python world! The Python Software Foundation (PSF) is looking to add bloggers...
View ArticlePSF GSoC students blogs: Weekly check in [week 6 - 01/07 - 07/07]
1. What did you do this week?This week I transfered the code for the button from JavaScript to HTML. Also I started familiarizing myself and working with the REST API.2. What is coming up next?For the...
View ArticlePSF GSoC students blogs: Weekly Check-in #7: (5 July - 11 July)
Hey! here is an update on what I have achieved so far.What did you do this week?Protego now passes all tests borrowed from reppy, rep-cpp and robotexclusionrulesparser.Made few changes to Protego to...
View ArticleStack Abuse: Python for NLP: Creating TF-IDF Model from Scratch
This is the 14th article in my series of articles on Python for NLP. In my previous article, I explained how to convert sentences into numeric vectors using the bag of words approach. To get a better...
View ArticlePSF GSoC students blogs: Week 6: Client side and OOP
What I did?I worked on client side by migrating functions written in basemap and creating the instance of topview to generate plot in cartopyWhat is next?Actually a lot, Apart from generating a basic...
View ArticleFull Stack Python: Developer-led Sales for Startups
This blog post contains the slides along with a loose transcript from my talk on the promises and perils of developer-led sales as an early-stage company method to acquire customers. I gave this talk...
View ArticleCatalin George Festila: Python 3.7.3 : The python-slugify python module.
This python module named python-slugify can handle Unicode. You can see this python module source code and examples at GITHUB webpage. The install step with pip python tool is easy: C:\Python373>cd...
View ArticleCatalin George Festila: Python 3.7.3 : Using attrgetter from operator python...
Return a callable object that fetches attr from its operand. If more than one attribute is requested, returns a tuple of attributes. The attribute names can also contain dots. see documentation. The...
View ArticleCatalin George Festila: Python 3.7.3 : Testing Wagtail.
The Wagtail is a beautiful project and can be integrated with Django. In this tutorial, I will show you the steps for the first install of a basic website. C:\Python373>python -m virtualenv...
View Article