Continuum Analytics Blog: Understanding Conda and Pip
Link: https://www.anaconda.com/blog/developer-blog/understanding-conda-pip/
Conda and pip are often considered as being nearly identical. Although some of the functionality of these two tools overlap, they were designed and should be used for different purposes. Pip is the Py
Link: https://www.anaconda.com/blog/developer-blog/understanding-conda-pip/
Conda and pip are often considered as being nearly identical. Although some of the functionality of these two tools overlap, they were designed and should be used for different purposes. Pip is the Py
Anaconda
Understanding Conda and Pip - Anaconda
Anaconda Software Engineer Jonathan Helmus walks us through the key difference between conda and pip. Read this blog to find out more.
Stack Abuse: Python Data Visualization with Matplotlib
Link: https://stackabuse.com/python-data-visualization-with-matplotlib/
Introduction
Visualizing data trends is one of the most important tasks in data science and machine learning. The choice of data mining and machine learning algorithms depends heavily on the patterns
Link: https://stackabuse.com/python-data-visualization-with-matplotlib/
Introduction
Visualizing data trends is one of the most important tasks in data science and machine learning. The choice of data mining and machine learning algorithms depends heavily on the patterns
Stack Abuse
Python Data Visualization with Matplotlib
Visualizing data trends is one of the most important tasks in data science and machine learning. The choice of data mining and machine learning algorithms depe...
Hynek Schlawack: Python Application Dependency Management in 2018
Link: https://hynek.me/articles/python-app-deps-2018/
We have more ways to manage dependencies in Python applications than ever. But how do they fare in production? Unfortunately this topic turned out to be quite polarizing and was at the center of a lot
Link: https://hynek.me/articles/python-app-deps-2018/
We have more ways to manage dependencies in Python applications than ever. But how do they fare in production? Unfortunately this topic turned out to be quite polarizing and was at the center of a lot
Hynek Schlawack
Python Application Dependency Management
We have more ways to manage dependencies in Python applications than ever. But how do they fare in production? Unfortunately this topic turned out to be quite polarizing and was at the center of a lot of heated debates. This is my attempt at an opinionated…
Catalin George Festila: Python Qt5 - submenu example.
Link: http://python-catalin.blogspot.com/2018/11/python-qt5-submenu-example.html
Using my old example I will create a submenu with PyQt5.First, you need to know the submenu works like the menu.Let's see the result:The source code is very simple:# -*- coding: utf-8 -*-"""@author: c
Link: http://python-catalin.blogspot.com/2018/11/python-qt5-submenu-example.html
Using my old example I will create a submenu with PyQt5.First, you need to know the submenu works like the menu.Let's see the result:The source code is very simple:# -*- coding: utf-8 -*-"""@author: c
Blogspot
Python Qt5 - submenu example.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Python Engineering at Microsoft: Python in Visual Studio Code – November 2018 Release
Link: https://blogs.msdn.microsoft.com/pythonengineering/2018/11/29/python-in-visual-studio-code-november-2018-release/
We are pleased to announce that the November 2018 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it dir
Link: https://blogs.msdn.microsoft.com/pythonengineering/2018/11/29/python-in-visual-studio-code-november-2018-release/
We are pleased to announce that the November 2018 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it dir
Matt Layman: Deciphering Python: How to use Abstract Syntax Trees (AST) to understand code
Link: https://www.mattlayman.com/blog/2018/decipher-python-ast/
Let’s get a little “meta” about programming.
How does the Python program (better know as the interpreter) “know” how to run your code? If you’re new to programming, it may seem like magic. In fact, it
Link: https://www.mattlayman.com/blog/2018/decipher-python-ast/
Let’s get a little “meta” about programming.
How does the Python program (better know as the interpreter) “know” how to run your code? If you’re new to programming, it may seem like magic. In fact, it
Matt Layman
Deciphering Python: How to use Abstract Syntax Trees (AST) to understand code
How does the Python program run your code? How can you understand how your code runs? This post explores Abstract Syntax Trees (AST), a vital part of how Python evaluates code before running it. We'll use an AST in a practical example to show you how to learn…
Reinout van Rees: Amsterdam Python meetup, november 2018
Link: http://reinout.vanrees.org/weblog/2018/11/30/amsterdam-python-meetup.html
My summary of the 28 november python meetup at the Byte office. I myself also gave a talk (about
cookiecutter) but I obviously
haven't made a summary of that. I'll try to summarize that one later :-)
Link: http://reinout.vanrees.org/weblog/2018/11/30/amsterdam-python-meetup.html
My summary of the 28 november python meetup at the Byte office. I myself also gave a talk (about
cookiecutter) but I obviously
haven't made a summary of that. I'll try to summarize that one later :-)
PyBites: 3 Cool Things You Can do With the dateutil Module
Link: https://pybit.es/python-dateutil.html
In this short article I will show you how to use dateutil's parse, relativedelta and rrule to make it easier to work with datetimes in Python.
Firt some necessary imports:
>>> from datetime import dat
Link: https://pybit.es/python-dateutil.html
In this short article I will show you how to use dateutil's parse, relativedelta and rrule to make it easier to work with datetimes in Python.
Firt some necessary imports:
>>> from datetime import dat
PyBites
3 Cool Things You Can do With the dateutil Module
In this short article I will show you how to use dateutil's parse, relativedelta and rrule to make it easier to work with datetimes in Python.
Codementor: Subtleties of Python
Link: https://www.codementor.io/packt/subtleties-of-python-psbjduwls
A good software engineer understands how crucial attention to detail is; minute details, if overlooked, can make a world of difference between a working unit and a disaster. That’s why writing...
Link: https://www.codementor.io/packt/subtleties-of-python-psbjduwls
A good software engineer understands how crucial attention to detail is; minute details, if overlooked, can make a world of difference between a working unit and a disaster. That’s why writing...
www.codementor.io
Subtleties of Python | Codementor
A good software engineer understands how crucial attention to detail is; minute details, if overlooked, can make a world of difference between a working unit and a disaster. That’s why writing...
Stack Abuse: Handling Unix Signals in Python
Link: https://stackabuse.com/handling-unix-signals-in-python/
UNIX/Linux systems offer special mechanisms to communicate between each individual process. One of these mechanisms are signals, and belong to the different methods of communication between processes
Link: https://stackabuse.com/handling-unix-signals-in-python/
UNIX/Linux systems offer special mechanisms to communicate between each individual process. One of these mechanisms are signals, and belong to the different methods of communication between processes
Stack Abuse
Handling Unix Signals in Python
UNIX/Linux systems offer special mechanisms to communicate between each individual process. One of these mechanisms are signals, and belong to the different met...
Shannon -jj Behrens: PyCon Notes: PostgreSQL Proficiency for Python People
Link: http://www.jjinux.com/2014/04/pycon-notes-postgresql-proficiency-for.html
In summary, this tutorial was fantastic! I learned more in three hours than I would have learned if I had read a whole book!Here's the video. Here are the slides. Here are my notes:Christophe Pettus w
Link: http://www.jjinux.com/2014/04/pycon-notes-postgresql-proficiency-for.html
In summary, this tutorial was fantastic! I learned more in three hours than I would have learned if I had read a whole book!Here's the video. Here are the slides. Here are my notes:Christophe Pettus w
Jjinux
PyCon Notes: PostgreSQL Proficiency for Python People
In summary, this tutorial was fantastic! I learned more in three hours than I would have learned if I had read a whole book! Here's the v...
Shannon -jj Behrens: JJ's Mostly Adequate Summary of the Django Meetup: When *Not* To Use the ORM & Goodbye REST: Building GraphQL APIs with Django
Link: http://www.jjinux.com/2018/11/jjs-mostly-adequate-summary-of-django.html
The Django meetup was at Prezi. They have a great space. They are big Django users.Goodbye REST: Building APIs with Django and GraphQLJaden Windle, @jaydenwindle, lead engineer at Jetpack.https://gith
Link: http://www.jjinux.com/2018/11/jjs-mostly-adequate-summary-of-django.html
The Django meetup was at Prezi. They have a great space. They are big Django users.Goodbye REST: Building APIs with Django and GraphQLJaden Windle, @jaydenwindle, lead engineer at Jetpack.https://gith
Jjinux
JJ's Mostly Adequate Summary of the Django Meetup: When *Not* To Use the ORM & Goodbye REST: Building GraphQL APIs with Django
The Django meetup was at Prezi. They have a great space. They are big Django users. Goodbye REST: Building APIs with Django and GraphQL Ja...
gamingdirectional: Create a game over scene for pygame project
Link: http://gamingdirectional.com/blog/2018/12/01/python-3/
In this article we are going to create a game over scene for the pygame project, we will use back the start scene class which we have created previously to render our game over scene by slightly modif
Link: http://gamingdirectional.com/blog/2018/12/01/python-3/
In this article we are going to create a game over scene for the pygame project, we will use back the start scene class which we have created previously to render our game over scene by slightly modif
Gaming Directional
Create a game over scene for pygame project
Create a game over scene class for the pygame project
Talk Python to Me: #188 Async for the Pythonic web with Sanic
Link: https://talkpython.fm/episodes/show/188/async-for-the-pythonic-web-with-sanic
What do most web servers do most of the time? They wait. They wait on external systems while processing a request.
Link: https://talkpython.fm/episodes/show/188/async-for-the-pythonic-web-with-sanic
What do most web servers do most of the time? They wait. They wait on external systems while processing a request.
talkpython.fm
Async for the Pythonic web with Sanic
What do most web servers do most of the time? They wait. They wait on external systems while processing a request.
James Bennett: On degrees
Link: https://www.b-list.org/weblog/2018/jan/08/degrees/
Lately there’s been a recurring discussion on various social-media outlets about the relevance of academic degrees to a career in programming. Specifically: is a degree in computer science (or some ot
Link: https://www.b-list.org/weblog/2018/jan/08/degrees/
Lately there’s been a recurring discussion on various social-media outlets about the relevance of academic degrees to a career in programming. Specifically: is a degree in computer science (or some ot
Guido van Rossum: What to do with your computer science career
Link: http://neopythonic.blogspot.com/2018/11/what-do-do-with-your-computer-science.html
I regularly receive questions from students in the field of computer science looking for career advice.Here's an answer I wrote to one of them. It's not comprehensive or anything, but I thought people
Link: http://neopythonic.blogspot.com/2018/11/what-do-do-with-your-computer-science.html
I regularly receive questions from students in the field of computer science looking for career advice.Here's an answer I wrote to one of them. It's not comprehensive or anything, but I thought people
Blogspot
What to do with your computer science career
I regularly receive questions from students in the field of computer science looking for career advice. Here's an answer I wrote to one of...
Davy Wybiral: Getting Started with GPS Modules | Tracking Device | Tutorial
Link: http://davywybiral.blogspot.com/2018/12/getting-started-with-gps-modules.html
Today I took a GPS module and a microcontroller for a walk in the park and wrote a few lines of code to show my GPS coordinates in real-time.
Link: http://davywybiral.blogspot.com/2018/12/getting-started-with-gps-modules.html
Today I took a GPS module and a microcontroller for a walk in the park and wrote a few lines of code to show my GPS coordinates in real-time.
Blogspot
Getting Started with GPS Modules | Tracking Device | Tutorial
Today I took a GPS module and a microcontroller for a walk in the park and wrote a few lines of code to show my GPS coordinates in real-time...
Davy Wybiral: Experimenting with Electric Paint
Link: http://davywybiral.blogspot.com/2018/10/experimenting-with-electric-paint.html
Just recently I got my hands on some electrically conductive paint and decided to put it to the test. It functions well for creating resistive elements like custom potentiometers, and also seems to wo
Link: http://davywybiral.blogspot.com/2018/10/experimenting-with-electric-paint.html
Just recently I got my hands on some electrically conductive paint and decided to put it to the test. It functions well for creating resistive elements like custom potentiometers, and also seems to wo
Blogspot
Experimenting with Electric Paint
Just recently I got my hands on some electrically conductive paint and decided to put it to the test. It functions well for creating resisti...
Yasoob Khalid: Email Security & Privacy
Link: https://pythontips.com/2018/12/01/email-security-privacy/
Hi everyone! I hope all of you are doing well. Things have been super exciting on my side. Just got done with a file system checker project in C for my Operating Systems class. It was mentally drainin
Link: https://pythontips.com/2018/12/01/email-security-privacy/
Hi everyone! I hope all of you are doing well. Things have been super exciting on my side. Just got done with a file system checker project in C for my Operating Systems class. It was mentally drainin
Python Tips
Email Security & Privacy
Hi everyone! I hope all of you are doing well. Things have been super exciting on my side. Just got done with a file system checker project in C for my Operating Systems class. It was mentally drai…
Weekly Python StackOverflow Report: (cliv) stackoverflow python report
Link: http://python-weekly.blogspot.com/2018/12/cliv-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2018-12-01 21:40:29 GMTLongest word chain from a list of words - [28/9]
Link: http://python-weekly.blogspot.com/2018/12/cliv-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2018-12-01 21:40:29 GMTLongest word chain from a list of words - [28/9]
Blogspot
(cliv) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2018...