pythonwise: direnv
Link: http://pythonwise.blogspot.com/2018/11/direnv.html
I use the command line a lot. Some projects require different settings, say Python virtual environment, GOPATH for installing go packages and more.I'm using direnv to help with settings per project in
Link: http://pythonwise.blogspot.com/2018/11/direnv.html
I use the command line a lot. Some projects require different settings, say Python virtual environment, GOPATH for installing go packages and more.I'm using direnv to help with settings per project in
Blogspot
direnv
I use the command line a lot. Some projects require different settings, say Python virtual environment, GOPATH for installing go packages an...
gamingdirectional: Pygame loads image and background graphic on game scene
Link: http://gamingdirectional.com/blog/2018/11/13/pygame-python/
After a few days of rest, today I have continued my pygame project again and will keep on working on my new pygame projects without stopping anymore starting from today. Today I have created two game
Link: http://gamingdirectional.com/blog/2018/11/13/pygame-python/
After a few days of rest, today I have continued my pygame project again and will keep on working on my new pygame projects without stopping anymore starting from today. Today I have created two game
Gaming Directional
Pygame loads image and background graphic on game scene
This game code will display both the background image and the player on the game scene
Stack Abuse: Time Series Analysis with LSTM using Python's Keras Library
Link: https://stackabuse.com/time-series-analysis-with-lstm-using-pythons-keras-library/
Introduction
Time series analysis refers to the analysis of change in the trend of the data over a period of time. Time series analysis has a variety of applications. One such application is the predi
Link: https://stackabuse.com/time-series-analysis-with-lstm-using-pythons-keras-library/
Introduction
Time series analysis refers to the analysis of change in the trend of the data over a period of time. Time series analysis has a variety of applications. One such application is the predi
Stack Abuse
Time Series Analysis with LSTM using Python's Keras Library
Time series analysis refers to the analysis of change in the trend of the data over a period of time. Time series analysis has a variety of applications. One s...
Vasudev Ram: Quick-and-dirty IPC with Python, JSON and pyperclip
Link: http://jugad2.blogspot.com/2018/11/quick-and-dirty-ipc-with-python-json.html
By Vasudev RamBlue Gene image attributionHi, readers,Some time ago I had written this post.pyperclip, a cool Python clipboard moduleThe pyperclip module allows you to programmatically copy/paste text
Link: http://jugad2.blogspot.com/2018/11/quick-and-dirty-ipc-with-python-json.html
By Vasudev RamBlue Gene image attributionHi, readers,Some time ago I had written this post.pyperclip, a cool Python clipboard moduleThe pyperclip module allows you to programmatically copy/paste text
Blogspot
Quick-and-dirty IPC with Python, JSON and pyperclip
Vasudev Ram's blog on software innovation, open-source and proprietary, worldwide. Python, D, Go, FreePascal, Unix, databases, open source.
Codementor: Quicksort tutorial: Python implementation with line by line explanation
Link: https://www.codementor.io/garethdwyer/quicksort-tutorial-python-implementation-with-line-by-line-explanation-p9h7jd3r6
A reference Quicksort implementation with an intuitive explanation as well as a line-by-line breakdown. This tutorial will get you unstuck from understanding the concept of Quicksort and let you imple
Link: https://www.codementor.io/garethdwyer/quicksort-tutorial-python-implementation-with-line-by-line-explanation-p9h7jd3r6
A reference Quicksort implementation with an intuitive explanation as well as a line-by-line breakdown. This tutorial will get you unstuck from understanding the concept of Quicksort and let you imple
www.codementor.io
Quicksort tutorial: Python implementation with line by line explanation
| Codementor
| Codementor
A reference Quicksort implementation with an intuitive explanation as well as a line-by-line breakdown. This tutorial will get you unstuck from understanding the concept of Quicksort and let you implement your own version.
Mike C. Fletcher: Lessons from Implementing from Scratch
Link: http://blog.vrplumber.com/b/2018/11/13/lessons-implementing-scratch/
So the last two days I was sprinting at PyCon CA. My original intent was to investigate tools for formalizing experiments with machine learning and reinforcement learning in particular. What we starte
Link: http://blog.vrplumber.com/b/2018/11/13/lessons-implementing-scratch/
So the last two days I was sprinting at PyCon CA. My original intent was to investigate tools for formalizing experiments with machine learning and reinforcement learning in particular. What we starte
Vrplumber
Plumbing Life's Depths - Lessons from Implementing from Scratch
So the last two days I was sprinting at PyCon CA. My original intent was to investigate tools for formalizing experiments with machine learning and reinforcement learning in particular. What we started with (and in the end, ended with) was a kind of "implement…
PyCoder’s Weekly: Issue #342 (Nov. 13, 2018)
Link: https://pycoders.com/issues/342
PyCon 2019, testing, publishing packages on PyPI, and more
body,#bodyTable,#bodyCell{
height:100% !important;
margin:0;
padding:0;
width:100% !important;
}
ta
Link: https://pycoders.com/issues/342
PyCon 2019, testing, publishing packages on PyPI, and more
body,#bodyTable,#bodyCell{
height:100% !important;
margin:0;
padding:0;
width:100% !important;
}
ta
Pycoders
PyCoder’s Weekly | Issue #342
Issue #342 of the PyCoder’s Weekly newsletter, published Nov. 13, 2018.
Peter Bengtsson: hashin 0.14.0 with --update-all and a bunch of other features
Link: https://www.peterbe.com/plog/hashin-0.14
If you don't know it is, hashin is a Python command line tool for updating your requirements file's packages and their hashes for use with pip install. It takes the pain out of figuring out what hashe
Link: https://www.peterbe.com/plog/hashin-0.14
If you don't know it is, hashin is a Python command line tool for updating your requirements file's packages and their hashes for use with pip install. It takes the pain out of figuring out what hashe
Peterbe
hashin 0.14.0 with --update-all and a bunch of other features
Stuff in Peter's head
Mike Driscoll: Python 101 – Episode #33: The requests Package
Link: http://www.blog.pythonlibrary.org/2018/11/14/python-101-episode-33-the-requests-package/
In this screencast, I introduce the popular requests package, which is a replacement for Python’s urllib.
You can also read the chapter this video is based on here or get the book on Leanpub
Link: http://www.blog.pythonlibrary.org/2018/11/14/python-101-episode-33-the-requests-package/
In this screencast, I introduce the popular requests package, which is a replacement for Python’s urllib.
You can also read the chapter this video is based on here or get the book on Leanpub
gamingdirectional: Detect boundary and respond to key press event in Pygame project
Link: http://gamingdirectional.com/blog/2018/11/14/pygame-python-2/
Hello there, in today article we will look at two things in our new pygame project, 1) detect the boundary so the player object will stop at the boundary of the scene and not get passed it. 2) make th
Link: http://gamingdirectional.com/blog/2018/11/14/pygame-python-2/
Hello there, in today article we will look at two things in our new pygame project, 1) detect the boundary so the player object will stop at the boundary of the scene and not get passed it. 2) make th
Gaming Directional
Detect boundary and respond to key press event in Pygame project
In this tutorial we will write pygame code to detect game boundaries as well as move our player object around the game scene
PyCharm: PyCharm 2018.2.5
Link: http://feedproxy.google.com/~r/Pycharm/~3/c9ZTievmMCA/
PyCharm 2018.3 is almost ready for release, however, first we’d like to release some important fixes for PyCharm 2018.2. You can update to 2018.2.5 now: either on our website, within PyCharm (Help |
Link: http://feedproxy.google.com/~r/Pycharm/~3/c9ZTievmMCA/
PyCharm 2018.3 is almost ready for release, however, first we’d like to release some important fixes for PyCharm 2018.2. You can update to 2018.2.5 now: either on our website, within PyCharm (Help |
PyCharm Blog
PyCharm 2018.2.5
PyCharm 2018.3 is almost ready for release, however, first we’d like to release some important fixes for PyCharm 2018.2. You can update to 2018.2.5 now: either on our website, within PyCharm …
Real Python: Python Community Interview With Kenneth Reitz
Link: https://realpython.com/interview-kenneth-reitz/
This week, I’m excited to be interviewing the prolific Kenneth Reitz!
Kenneth is the author of the extremely popular requests and pipenv libraries. Join us as we talk about his latest projects and the
Link: https://realpython.com/interview-kenneth-reitz/
This week, I’m excited to be interviewing the prolific Kenneth Reitz!
Kenneth is the author of the extremely popular requests and pipenv libraries. Join us as we talk about his latest projects and the
Realpython
Python Community Interview With Kenneth Reitz – Real Python
Kenneth is the author of the extremely popular requests and pipenv libraries. In this interview, we discuss his latest projects, Responder and PyTheory, and the most challenging code he’s written to date.
Eli Bendersky: Type inference
Link: https://eli.thegreenplace.net/2018/type-inference/
Type inference is a major feature of several programming languages, most notably
languages from the ML family like Haskell. In this post I want to provide a
brief overview of type inference, along wit
Link: https://eli.thegreenplace.net/2018/type-inference/
Type inference is a major feature of several programming languages, most notably
languages from the ML family like Haskell. In this post I want to provide a
brief overview of type inference, along wit
PyPy Development: Guest Post: Implementing a Calculator REPL in RPython
Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/RyNslPuxRQM/guest-post-implementing-calculator-repl.html
This is a tutorial style post that walks through using the RPython translation
toolchain to create a REPL that executes basic math expressions.
We will do that by scanning the user's input into token
Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/RyNslPuxRQM/guest-post-implementing-calculator-repl.html
This is a tutorial style post that walks through using the RPython translation
toolchain to create a REPL that executes basic math expressions.
We will do that by scanning the user's input into token
Blogspot
Guest Post: Implementing a Calculator REPL in RPython
This is a tutorial style post that walks through using the RPython translation toolchain to create a REPL that executes basic math expressi...
gamingdirectional: Create player missile manager and player missile class in Pygame
Link: http://gamingdirectional.com/blog/2018/11/15/pygame-python-3/
In this article we will create two classes that will assist the player object to launch missile, they are a player missile class which serves as the missile object and a missile manager class which wi
Link: http://gamingdirectional.com/blog/2018/11/15/pygame-python-3/
In this article we will create two classes that will assist the player object to launch missile, they are a player missile class which serves as the missile object and a missile manager class which wi
Gaming Directional
Create player missile manager and player missile class in Pygame
Create player missile as well as player missile manager to control all those missiles in Pygame
Red Hat Developers: Python in RHEL 8
Link: https://developers.redhat.com/blog/2018/11/14/python-in-rhel-8/
Ten years ago, the developers of the Python programming language decided to clean things up and release a backwards-incompatible version, Python 3. They initially underestimated the impact of the chan
Link: https://developers.redhat.com/blog/2018/11/14/python-in-rhel-8/
Ten years ago, the developers of the Python programming language decided to clean things up and release a backwards-incompatible version, Python 3. They initially underestimated the impact of the chan
Red Hat Developer
Red Hat Developer Homepage | Red Hat Developer
Join Red Hat Developer for the software and tutorials to develop cloud applications using Kubernetes, microservices, serverless and Linux.
PyCharm: PyCharm 2018.1.6 and 2017.3.7
Link: http://feedproxy.google.com/~r/Pycharm/~3/PimdXIczDCE/
We’ve fixed an issue in our custom Java Runtime Environment for older versions of PyCharm. If you’re using PyCharm 2017.3 or PyCharm 2018.1, please update to the new version.
Fixed in These Versions
K
Link: http://feedproxy.google.com/~r/Pycharm/~3/PimdXIczDCE/
We’ve fixed an issue in our custom Java Runtime Environment for older versions of PyCharm. If you’re using PyCharm 2017.3 or PyCharm 2018.1, please update to the new version.
Fixed in These Versions
K
PyCharm Blog
PyCharm 2018.1.6 and 2017.3.7
We’ve fixed an issue in our custom Java Runtime Environment for older versions of PyCharm. If you’re using PyCharm 2017.3 or PyCharm 2018.1, please update to the new version. Fixed in T…
Continuum Analytics Blog: Python Data Visualization 2018: Why So Many Libraries?
Link: https://www.anaconda.com/blog/developer-blog/python-data-visualization-2018-why-so-many-libraries/
This post is the first in a three-part series on the state of Python data visualization tools and the trends that emerged from SciPy 2018. By James A. Bednar At a special session of SciPy 2018 in Aust
Link: https://www.anaconda.com/blog/developer-blog/python-data-visualization-2018-why-so-many-libraries/
This post is the first in a three-part series on the state of Python data visualization tools and the trends that emerged from SciPy 2018. By James A. Bednar At a special session of SciPy 2018 in Aust
Anaconda
Blog | Anaconda
Anaconda is the birthplace of Python data science. We are a movement of data scientists, data-driven enterprises, and open source communities.
NumFOCUS: SunPy Maps: Digitizing Images of the Sun from the 1970s
Link: https://numfocus.org/blog/sunpy-maps-digitizing-images-of-the-sun-from-the-1970s
The post SunPy Maps: Digitizing Images of the Sun from the 1970s appeared first on NumFOCUS.
Link: https://numfocus.org/blog/sunpy-maps-digitizing-images-of-the-sun-from-the-1970s
The post SunPy Maps: Digitizing Images of the Sun from the 1970s appeared first on NumFOCUS.
NumFOCUS
SunPy Maps: Digitizing Images of the Sun from the 1970s - NumFOCUS
Marcos Dione: pefan
Link: http://www.grulic.org.ar/~mdione/glob//posts/pefan/
A few weeks ago I needed to do some line based manipulation that kinda went
further of what you can easyly do with awk. My old-SysAdmin brain kicked in and
the first though was, if you're going to use
Link: http://www.grulic.org.ar/~mdione/glob//posts/pefan/
A few weeks ago I needed to do some line based manipulation that kinda went
further of what you can easyly do with awk. My old-SysAdmin brain kicked in and
the first though was, if you're going to use
Talk Python to Me: #186 100 Days of Python in a Magical Universe
Link: https://talkpython.fm/episodes/show/186/100-days-of-python-in-a-magical-universe
The key to making anything a habit, including learning to program, is to make it fun. That's exactly what Anna-Lena Popkes did with her 100 days of code challenge. She created a magical universe where
Link: https://talkpython.fm/episodes/show/186/100-days-of-python-in-a-magical-universe
The key to making anything a habit, including learning to program, is to make it fun. That's exactly what Anna-Lena Popkes did with her 100 days of code challenge. She created a magical universe where
talkpython.fm
100 Days of Python in a Magical Universe
The key to making anything a habit, including learning to program, is to make it fun. That's exactly what Anna-Lena Popkes did with her 100 days of code challenge. She created a magical universe where Python-derived creatures and castles live.