PyCoder’s Weekly: Issue #345 (Dec. 4, 2018)
#345 – DECEMBER 4, 2018View in Browser »What Is a Data Frame? (In Python, R, and SQL) Great little post that introduces the concepts behind Data Frames, and then shows how they work by solving the same...
View ArticleContinuum Analytics Blog: Using Pip in a Conda Environment
Unfortunately, issues can arise when conda and pip are used together to create an environment, especially when the tools are used back-to-back multiple times, establishing a state that can be hard to...
View ArticlePhilip Semanchuk: Happy Birthday, sysv_ipc
Ten years ago today, I released the first version of sysv_ipc (a Python wrapper around System V IPC primitives). Happy 10th birthday! You can find it on GitHub and PyPI.
View ArticleTechiediaries - Django: Django Form Example—Bootstrap 4 UI via...
In this practical tutorial, you will build a simple example Django application with a form styled with Bootstrap 4.In this tutorial, you'll be using django-crispy-forms, a popular package that makes it...
View Articlecodingdirectional: Search for any duplicate file with python
Welcome to the new chapter of this remove duplicate file project. After creating a thread class, open a file and open a folder in the previous few chapters, we can now start to move toward our main...
View Articlegamingdirectional: Lets move on to the next game level!
Welcome back, in this article we will create the next level setup scene for our pygame project. Yesterday I had a deep thought about the method which we should use to do the game objects setup for each...
View ArticleBhishan Bhandari: Going serverless with Chalice and AWS lambda
The intentions of this post is to host a simple example of chalice from AWS that allows serverless API creation with the use of AWS lambda. You also get auto-generation of IAM policy making it faster...
View ArticleReal Python: Sending Emails With Python
You probably found this tutorial because you want to send emails using Python. Perhaps you want to receive email reminders from your code, send a confirmation email to users when they create an...
View ArticleStack Abuse: Sets in Python
IntroductionHow to Create a SetAccessing Set ItemsAdding Items to a SetRemoving Items from a SetSet UnionSet IntersectionSet DifferenceSet ComparisonSet MethodsPython Frozen SetConclusionIntroductionIn...
View ArticleChristian Barra: How to reverse a list in Python
How to reverse a list using the square brackets notation with #Python? #europython pic.twitter.com/4C4i9LWv1r — Christian Barra (@christianbarra) July 25, 2018 Reversing a list in Python is really,...
View ArticleMarc Richter: Create your own Telegram bot with Django on Heroku – Part 10 –...
This article was published at Create your own Telegram bot with Django on Heroku – Part 10 – Creating a view for your bot’s webhook . If you are reading this on any other page, which is not some...
View ArticlePyCharm: PyCharm 2018.3.1
PyCharm 2018.3.1 is now available, with various bug fixes. To update, choose Help | Check for Updates in the IDE, or download it from our website.Improved in This VersionA fix for the recently added...
View ArticleNumFOCUS: Highlights from the 2018 NYC DISC Sprint
The post Highlights from the 2018 NYC DISC Sprint appeared first on NumFOCUS.
View ArticleCodementor: Everything you need to know about tree data structures
https://cdn-images-1.medium.com/max/1000/1*WeWOBZy6N7cXkq4inS7FVA.jpeg When you first learn to code, it’s common to learn arrays as the “main data structure.” Eventually, you will learn about hash...
View ArticleZato Blog: Introducing Zato public API services
This article offers a high-level overview of the public services that Zato offers to users wishing to manage their environments in an API-driven manner in addition to web-admin and enmasse...
View Articlecodingdirectional: Delete duplicate file with python program
In this article we will start to explore the technique which we will use to delete a duplicate file in our computer folder. The main objective in this chapter is to select a file in one folder and then...
View Articlegamingdirectional: Create the third level for this pygame project
In this article we are going to create the third level for our pygame project after we have created the previous two levels, the reason I create the third game level in this chapter is because this...
View ArticlePyCon: PyCon 2019 proposal submission deadline is fast approaching!
The busy holiday season is upon us and before you know it the new year will be here. January 3rd AoE is the deadline to submit proposals. We've added a draft feature to proposals so you can begin your...
View ArticleErik Marsja: Python Pandas Groupby Tutorial
In this Pandas group by we are going to learn how to organize Pandas dataframes by groups. More specifically, we are going to learn how to group by one and multiple columns. Furthermore, we are going...
View ArticleDataquest: An Intro to Deep Learning in Python
Deep learning is a type of machine learning that’s growing at an almost frightening pace. Nearly every projection has the deep learning industry expanding massively over the next decade. This market...
View Article