PSF GSoC students blogs: Week 7 : Completion of Multiple KML Overlay UI
After 7 weeks worth of coding, researching , experimenting and implementing, I have completed the KML Overlay UI! Feeling good, and quite confident now :))A user can now do the following in the KML...
View ArticleMike Driscoll: PyDev of the Week: Jim Crist-Harif
This week we welcome Jim Crist-Harif (@jcristharif) as our PyDev of the Week! Jim is a contributor to Dask, Skein and several other data science / machine learning Python packages. Jim also blogs about...
View ArticlePSF GSoC students blogs: Weekly Check-In: Week 8
Make sure to check out Project FURY : https://github.com/fury-gl/furyHey Everyone! This week, multiple SDF primitives.What did I do this weekOver the past few weeks i have been working on adding SDF...
View ArticleDjango Weblog: Django 3.1 release candidate 1 released
Django 3.1 release candidate 1 is the final opportunity for you to try out the potpourri of new features before Django 3.1 is released.The release candidate stage marks the string freeze and the call...
View ArticleHynek Schlawack: Python in GitHub Actions
GitHub’s own CI called GitHub Actions has been out of closed beta for a while and offers generous free quotas and a seamless integration with the rest of the site. Let’s have a look at how to use it...
View ArticleJanusworx: A Hundred Days of Code, Day 012 - Python, Advanced Data Structures...
Ok! Had a nice refreshing break, yesterday being Sunday. Back to work today! If today’s notes, feel a little light, that’s because I was struggling with exercises. Read more… (2 min remaining to read)
View ArticlePSF GSoC students blogs: Weekly Blog #4 (12th Jul - 19th Jul)
Hi all , so we were hoping to get the first version out the previous week however some bugs did creep up and it was important to resolve them before moving ahead. Hence we hope to release the first...
View ArticleStack Abuse: Guide to Basic Data Types in Python with Examples
Introduction to Python Data TypesIn this article, we'll be diving into the Basic Data Types in Python. These form some of the fundamental ways you can represent data.One way to categorize these basic...
View ArticleMatt Layman: Episode 7 - Models and Managers and Querysets, Oh My!
On this episode, we will explore more about models and how to interact with data in your database. Listen at djangoriffs.com. Last Episode On the last episode, we discussed the basics of setting up a...
View ArticleEuroPython: EuroPython 2020: Introducing our Diamond Sponsor Bloomberg
We are very pleased to have Bloomberg as Diamond Sponsor for EuroPython 2020. Without sponsors like Bloomberg, we wouldn’t be able to make the event affordable. You will be able to visit their sponsor...
View ArticlePSF GSoC students blogs: Weekly Check-in #8
Hello !What did you do this week?Improved plotting of radial fourier and some tweaks to make the generated notebook perfect.Changes are currently being reviewed. After this it could be merged.What is...
View ArticleReal Python: K-Means Clustering in Python: A Practical Guide
The k-means clustering method is an unsupervised machine learning technique used to identify clusters of data objects in a dataset. There are many different types of clustering methods, but k-means is...
View ArticlePSF GSoC students blogs: GSoC Weekly Blog #4
I spent the last week working mainly on search message and reply to a message functionality. The search message was a simple however, it took me quite some time to figure out how exactly I wanted to...
View ArticlePSF GSoC students blogs: Blog post for week 7: Queue interface documentation
Last week I was working on the specification of the queue interface. There are some important properties of how a queue is expected to behave so we thought it was worthwhile to document them. The...
View ArticlePSF GSoC students blogs: Convolutional Neural Networks - Weekly Check-in 8
End of Week 6 - 13/07/2020What did you do this week?This week I started working on adding pre-trained Convolutional Neural Networks using the PyTorch Library! I have currently added VGG16 and ResNet18...
View ArticlePSF GSoC students blogs: Weekly Check-in #8
What did I do this week?I worked on adding new operations. Also I made changes in the pull request as per mentor's review.What's next?i will keep working on adding new operations and their example...
View ArticlePSF GSoC students blogs: Making and inspecting model relations for the user...
The world is full of relationships. Everything around us is connected to each other in some way or the other. Sometimes relations can be hard to figure out. Join me as I help you create a unique...
View ArticlePSF GSoC students blogs: I've Walked 500 Miles…
… and I would walk 500 more Just to be the man who walks a thousand miles To fall down at your door The Main RoadHi, have you met fast-deps? It's (going to be) the name of pip's experimental feature...
View ArticlePSF GSoC students blogs: Weekly Check-in #8
<meta charset="utf-8">What did I do this week?I finished milestone 1 of Distributed orchestrator. I also added tests and documentation for the Gitter chatbot.What's next?I'll be adding support...
View ArticlePSF GSoC students blogs: Blog Post #4
<meta charset="utf-8"><meta charset="utf-8">Hello all! The second evaluation is now quite near and I am a little nervous about it. Okay, so let us talk about what I did over the past few...
View Article