Podcast.__init__: Traversing The Challenges And Promise Of Graph Machine...
The foundation of every ML model is the data that it is trained on. In many cases you will be working with tabular or unstructured information, but there is a growing trend toward networked, or graph...
View ArticleWill McGugan: Introducing Textual
I've started work on a new project called Textual.Textual is (or will be) a TUI framework using Rich as a renderer. It's still very early days, but ultimately the goal is to have something which you...
View ArticleNed Batchelder: Math factoid of the day: 59 icosahedra
Today’s math factoid of the day: there are 59 icosahedra.I’ve long been fascinated by stellation, the process of extending a polyhedron’s faces to form new structures. The word stellation is from the...
View ArticlePyCharm: Join us for some Fun with PyCharm and Postgres
In this webinar, we are going to talk about databases, particularly PostgreSQL, a powerful, open-source object-relational database system. Our guest speaker, Craig Kerstiens, will be sharing his...
View ArticlePython Software Foundation: Update on the Python Software Foundation...
After ten years of exceptional service to the Python Software Foundation, the PSF Executive Director Ewa Jodlowska has decided to leave the Foundation at the end of 2021. We wish to thank Ewa for her...
View ArticleReal Python: Working With Linear Systems in Python With scipy.linalg
Linear algebra is widely used across a variety of subjects, and you can use it to solve many problems once you organize the information using concepts like vectors and linear equations. In Python, most...
View ArticlePython for Beginners: ValueError: Invalid Literal For int() With Base 10
Python ValueError: invalid literal for int() with base 10 is an exception which can occur when we attempt to convert a string literal to integer using int() method and the string literal contains...
View ArticleStack Abuse: Redis Queues & Redis Queue Dashboards for Python API...
IntroductionThe in-memory data store - Redis is extensively used by developers as a database, cache layer, to manage job queues, and more.It comes in handy when you are building APIs with a job queue...
View ArticleAI Pool: Tensorflow Lite Speed Report
I've got a model in TensorFlow lite , it's not as fast as I wanted to be. I would like to know what the problem is, which layer makes it to be so slow. Is there a way, that I can test the speed for...
View ArticleAI Pool: Cyclegan in tensorflow
I'm looking for an implementation of CycleGan in Tensorflow . I've used one, but it's not as good as I wanted. Could you post the links to repositories of the implementations?...
View ArticleAI Pool: Pytorch vs Tensorflow
I'm using Keras with the TensorFlow backend, but I'm thinking about switching to TensorFlow or PyTorch. Could you suggest to me what to take? What pros and cons they have?...
View ArticleAI Pool: Migrate code from tensorflow 1 to tensorflow 2
I've got a couple of projects in TensorFlow 1 (1.4, 1.9, 1.13, etc.). As Tensorflow 2.0 is released now, how can I migrate my projects to TensorFlow 2.0?...
View ArticleMoshe Zadka: Post that PR
Sometimes you will be working on hairy and complicated feature in a shared repository. Maybe it's for work. Maybe it's an open source project.As a responsible person, you are working on a branch. The...
View ArticleTestDriven.io: Basic and Full-text Search with Django and Postgres
This article looks at how to add basic and full-text search to a Django app with Postgres.
View ArticleCodersLegacy: Types of Sorting Algorithms (Comparison, Recursive, Inplace)
Most people are aware of the various Sorting Algorithms and even their respective time complexities, best case, worst case etc. However, they have little knowledge about the types of Sorting...
View ArticleCodersLegacy: Introduction to Sorting Algorithms
In this Introduction to Sorting Algorithms Article, we’ll be covering all the important and commonly used Sorting Algorithms. We’ll explain each one of them briefly, their worst and best scenarios, Big...
View ArticleCodersLegacy: Comparison of Sorting Algorithms
Welcome to our Comparison on Sorting Algorithms Article. Here, we’ll be comparing the various sorting Algorithms out there on the basic of several factors. Time ComplexitySpace...
View ArticleBrett Cannon: How I rate films
During the prerecording banter on the "Every commit is a gift" episode of the Changelog, we talked about films (which is no surprise considering I was an episode of Backstage all about the John Wick...
View ArticleFull Stack Python: Setting Up Python 3, Django & Gunicorn on Linux Mint 17.3
Linux Mint 17.3 "Rosa" is December 2015 release of the polished and widely-used Linux distribution. This Mint release includes both Python 2.7 and 3.4 by default, but in this tutorial we will download...
View ArticlePython Anywhere: June system update brings easier task management
The most recent system upgrade brings a new way to organize scheduled and always-on tasks. A new optional description field, combined with sorting, allows you to manage big herds of multiple...
View Article