Stack Abuse: Preparing for a Python Developer Interview
IntroductionIn this article I will be giving my opinions and suggestions for putting yourself in the best position to out-perform competing candidates in a Python programming interview so that you can...
View ArticleStack Abuse: Implementing Word2Vec with Gensim Library in Python
IntroductionHumans have a natural ability to understand what other people are saying and what to say in response. This ability is developed by consistently interacting with other people and the society...
View ArticleTalk Python to Me: #176 The Python Community by the Numbers
The Python landscape is changing pretty dramatically. Python's rapid growth over the past 5 years means it doesn't look the same as the early days. On this episode, we take a deep look inside the state...
View ArticleReal Python: The Best Python Books
Python is an amazing programming language. It can be applied to almost any programming task, allows for rapid development and debugging, and brings the support of what is arguably the most welcoming...
View ArticlePython Anywhere: Python 3.7 now available!
If you signed up since 28 August, you'll have Python 3.7 available on your account -- you can use it just like any other Python version.If you signed up before then, it's a little more complicated,...
View ArticleCodementor: How to build your own blockchain for a financial product
Technologies are changing fast; people are not. – Jakob Nielsen Blockchain is a relatively new technology that many deem is used only for buying Bitcoins. They try to implement it in whatever...
View ArticleContinuum Analytics Blog: Intake: Caching Data on First Read Makes Future...
By Mike McCarty Intake provides easy access data sources from remote/cloud storage. However, for large files, the cost of downloading files every time data is read can be extremely high. To overcome...
View ArticleRMOTR: Machine Learning power . Extracting dominant colors from images with...
Check the step by step Jupyter Notebook for a full explanation of the processA couple of days ago we were thinking about simple Machine Learning applications to present to our students. One of our main...
View ArticleNikola: Nikola v8.0.0 is out!
On behalf of the Nikola team, I am pleased to announce the immediate availability of Nikola v8.0.0. After 15 months in development, we’ve created our best release ever, with new features, many bugs...
View Article"Menno's Musings": influx-spout 2.1
influx-spout 2.1 has just been released and it includes a bunch of exciting new features. Here's the highlights...Read more… (1 min remaining to read)
View ArticleMike Driscoll: Python 101: Episode #24 – Debugging with pdb
Learn the basics of using Python’s built-in debugger, pdb. Note that this screencast was recorded before Python 3.6 and 3.7 so it does not cover some of the new enhancements in the debugger.You can...
View ArticleMike Driscoll: wxPython 101: Creating a Splash Screen
A common UI element that you used to see a lot of was the Splash Screen. A splash screen is just a dialog with a logo or art on it that sometimes includes a message about how far along the application...
View ArticleSemaphore Community: Dockerizing a Python Django Web Application
This article is brought with ❤ to you by Semaphore.IntroductionThis article will cover building a simple 'Hello World'-style web application written in Django and running it in the much talked about...
View ArticleWallaroo Labs: Converting a Batch Job to Real-time
Introduction Often called stream processing, real-time processing allows applications to run computations and filter data at any scale. At Wallaroo Labs, we build and offer support for an event-based...
View ArticleNumFOCUS: Conda-forge joins NumFOCUS Sponsored Projects
The post Conda-forge joins NumFOCUS Sponsored Projects appeared first on NumFOCUS.
View ArticleVasudev Ram: How many ways can you substring a string? Part 1
By Vasudev RamString image attributionRecently, something I read made me think of writing a simple program to generate all substrings of a given string.(To be precise, excluding the null string.)Here...
View ArticleCodementor: Load Testing a Django Application using LocustIO
Django framework, used for buliding web applications quickly in a clean and efficient manner. As the size of application increases, a common issue faced by all teams is performance of the...
View ArticleKay Hayen: Nuitka this week #6
ContentsHolidayboolvoidmodule_varGoto GeneratorsBenchmarksTwitterPoll on Executable NamesHotfixesHelp WantedPlansDonationsHolidayIn my 2 weeks holiday, I indeed focused on a really big thing, and got...
View ArticlePyCharm: PyCharm 2018.3 EAP 2
The second early access preview (EAP) version of PyCharm 2018.3 is available for download on our website now.New in This VersionA couple of git authentication issues have been smoothed out: previously,...
View ArticleReal Python: Logging in Python
Logging is a very useful tool in a programmer’s toolbox. It can help you develop a better understanding of the flow of a program and discover scenarios that you might not even have thought of while...
View Article