Chris Warrick: Python Hackery: merging signatures of two Python functions
Link: https://chriswarrick.com/blog/2018/09/20/python-hackery-merging-signatures-of-two-python-functions/
Today’s blog post is going to contain fairly advanced Python hackery. We’ll
take two functions — one is a wrapper for the other, but also adds some
positional arguments. And we’ll change the signatur
Link: https://chriswarrick.com/blog/2018/09/20/python-hackery-merging-signatures-of-two-python-functions/
Today’s blog post is going to contain fairly advanced Python hackery. We’ll
take two functions — one is a wrapper for the other, but also adds some
positional arguments. And we’ll change the signatur
Chris Warrick
Python Hackery: merging signatures of two Python functions
Merging signatures of two functions in Python.
Stack Abuse: Course Review: Master the Python Interview
Link: https://stackabuse.com/course-review-master-the-python-interview/
Introduction
This article will be a continuation of the topic of my prior article Preparing for a Python Developer Interview where I gave my opinions and suggestions that I feel will put you in the be
Link: https://stackabuse.com/course-review-master-the-python-interview/
Introduction
This article will be a continuation of the topic of my prior article Preparing for a Python Developer Interview where I gave my opinions and suggestions that I feel will put you in the be
Stack Abuse
Course Review: Master the Python Interview
Introduction
This article will be a continuation of the topic of my prior article Preparing
for a Python Developer Interview [/preparing-for-a-python-developer-interview/]
where I gave my opinions and suggestions that I feel will put you in the best
position…
This article will be a continuation of the topic of my prior article Preparing
for a Python Developer Interview [/preparing-for-a-python-developer-interview/]
where I gave my opinions and suggestions that I feel will put you in the best
position…
Codementor: The Best Programming Languages for Data Science and Machine Learning in 2018
Link: https://www.codementor.io/dyako/the-best-programming-languages-for-data-science-and-machine-learning-in-2018-nkfl0ukgs
Data science is a very vast field and for this, a suitable programming language is a requirement. To learn this field of data science and machine learning one must know the best programming...
Link: https://www.codementor.io/dyako/the-best-programming-languages-for-data-science-and-machine-learning-in-2018-nkfl0ukgs
Data science is a very vast field and for this, a suitable programming language is a requirement. To learn this field of data science and machine learning one must know the best programming...
Mike Driscoll: Return to editingPython 101: Episode #25 – Decorators
Link: http://www.blog.pythonlibrary.org/2018/09/20/return-to-editingpython-101-episode-25-decorators/
In this episode, you will learn the basics of Python decorators and what the are good for.
You can read the chapter this screencast is based on here: http://python101.pythonlibrary.org/ or purchase t
Link: http://www.blog.pythonlibrary.org/2018/09/20/return-to-editingpython-101-episode-25-decorators/
In this episode, you will learn the basics of Python decorators and what the are good for.
You can read the chapter this screencast is based on here: http://python101.pythonlibrary.org/ or purchase t
Stack Abuse: Introduction to the Python Pickle Module
Link: https://stackabuse.com/introduction-to-the-python-pickle-module/
Introduction
Pickling is a popular method of preserving food. According to Wikipedia, it is also a pretty ancient procedure – although the origins of pickling are unknown, the ancient Mesopotamians pr
Link: https://stackabuse.com/introduction-to-the-python-pickle-module/
Introduction
Pickling is a popular method of preserving food. According to Wikipedia, it is also a pretty ancient procedure – although the origins of pickling are unknown, the ancient Mesopotamians pr
Stack Abuse
Introduction to the Python Pickle Module
Introduction
Pickling is a popular method of preserving food. According to Wikipedia
[https://en.wikipedia.org/wiki/Pickling], it is also a pretty ancient procedure
– although the origins of pickling are unknown, the ancient Mesopotamians
probably used the…
Pickling is a popular method of preserving food. According to Wikipedia
[https://en.wikipedia.org/wiki/Pickling], it is also a pretty ancient procedure
– although the origins of pickling are unknown, the ancient Mesopotamians
probably used the…
PyCharm: PyCharm 2018.2.4
Link: http://feedproxy.google.com/~r/Pycharm/~3/aa4qWgFkKo4/
PyCharm 2018.2.4 is now available, with some small improvements. You can download this version from our website.
New in This Version
Various small pipenv improvements
A bug in our pytest with fixture
Link: http://feedproxy.google.com/~r/Pycharm/~3/aa4qWgFkKo4/
PyCharm 2018.2.4 is now available, with some small improvements. You can download this version from our website.
New in This Version
Various small pipenv improvements
A bug in our pytest with fixture
PyCharm Blog
PyCharm 2018.2.4
PyCharm 2018.2.4 is now available, with some small improvements. You can download this version from our website. New in This Version Various small pipenv improvements A bug in our pytest with fixtu…
Continuum Analytics Blog: AI Opportunities for Financial Services Companies
Link: https://www.anaconda.com/blog/company-blog/ai-opportunities-for-financial-services-companies/
By Michael Grant AI is undeniably a hot topic right now, and financial services companies are not immune to the hype. And in truth, they shouldn’t be: the applications of advanced AI within financial
Link: https://www.anaconda.com/blog/company-blog/ai-opportunities-for-financial-services-companies/
By Michael Grant AI is undeniably a hot topic right now, and financial services companies are not immune to the hype. And in truth, they shouldn’t be: the applications of advanced AI within financial
Anaconda
AI Opportunities for Financial Services Companies - Anaconda
Applications of advanced AI within financial services are numerous, and the potential for cost savings and new value generation is high.
PyPy Development: Inside cpyext: Why emulating CPython C API is so Hard
Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/fhx0WVu1pXQ/inside-cpyext-why-emulating-cpython-c.html
/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style shee
Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/fhx0WVu1pXQ/inside-cpyext-why-emulating-cpython-c.html
/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style shee
Blogspot
Inside cpyext: Why emulating CPython C API is so Hard
cpyext is PyPy's subsystem which provides a compatibility layer to compile and run CPython C extensions inside PyPy. Often people ask ...
Talk Python to Me: #178 Coverage.py
Link: https://talkpython.fm/episodes/show/178/coverage.py
You know you should be testing your code right? How do you know whether it's *well* tested? Are you testing the right things? If you're not using code coverage, chances are is you're guessing.
Link: https://talkpython.fm/episodes/show/178/coverage.py
You know you should be testing your code right? How do you know whether it's *well* tested? Are you testing the right things? If you're not using code coverage, chances are is you're guessing.
talkpython.fm
Coverage.py
You know you should be testing your code right? How do you know whether it's *well* tested? Are you testing the right things? If you're not using code coverage, chances are is you're guessing.
Davy Wybiral: Running a Python Web Server on a Microcontroller
Link: http://davywybiral.blogspot.com/2018/09/running-python-web-server-on.html
I built my own RGB smart light that can be controlled with an HTTP API using only a little bit of Python code and a WiPy 3.0.
Link: http://davywybiral.blogspot.com/2018/09/running-python-web-server-on.html
I built my own RGB smart light that can be controlled with an HTTP API using only a little bit of Python code and a WiPy 3.0.
Blogspot
Running a Python Web Server on a Microcontroller
I built my own RGB smart light that can be controlled with an HTTP API using only a little bit of Python code and a WiPy 3.0 .
Not Invented Here: Getting Started With Python inside PostgreSQL
Link: https://dev.nextthought.com/blog/2018/09/getting-started-with-pgsql-plpythonu.html
PostgreSQL uses the tagline "the world's most advanced open source
relational database." For PostgreSQL, part of being "advanced" means
supporting multiple server-side procedural languages, both buil
Link: https://dev.nextthought.com/blog/2018/09/getting-started-with-pgsql-plpythonu.html
PostgreSQL uses the tagline "the world's most advanced open source
relational database." For PostgreSQL, part of being "advanced" means
supporting multiple server-side procedural languages, both buil
Marc Richter: Create your own Telegram bot with Django on Heroku – Part 7 – Introducing apps and URLconf
Link: https://www.marc-richter.info/create-your-own-telegram-bot-with-django-on-heroku-part-7-introducing-apps-and-urlconf/
In the previous part of this series, we started with the basics for kicking off a new Django project. We prepared our virtualenv, installed needed modules to it, created and integrated a new Heroku
Link: https://www.marc-richter.info/create-your-own-telegram-bot-with-django-on-heroku-part-7-introducing-apps-and-urlconf/
In the previous part of this series, we started with the basics for kicking off a new Django project. We prepared our virtualenv, installed needed modules to it, created and integrated a new Heroku
Marc Richter's personal site
Create your own Telegram bot with Django on Heroku – Part 7 – Introducing apps and URLconf - Marc Richter's personal site
In part 4 of this series on how to build a Telegram bot using Python, Django and Heroku, I will show and demonstrate how heroku is integrated.
Kay Hayen: Nuitka this week #7
Link: http://nuitka.net/posts/nuitka-this-week-7.html
Contents
Nuitka Design Philosophy
UI rework
Goto Generators
Benchmarks
Twitter
Help Wanted
Egg files in PYTHONPATH
Certifi
Compatibility with pkg_resources
Plans
Donations
Nuitka Design Philosoph
Link: http://nuitka.net/posts/nuitka-this-week-7.html
Contents
Nuitka Design Philosophy
UI rework
Goto Generators
Benchmarks
Help Wanted
Egg files in PYTHONPATH
Certifi
Compatibility with pkg_resources
Plans
Donations
Nuitka Design Philosoph
Nuitka Home
Nuitka this week #7
Contents
Nuitka Design Philosophy
UI rework
Goto Generators
Benchmarks
Twitter
Help Wanted
Egg files in PYTHONPATH
Certifi
Compatibility with pkg_resources
Plans
Donations
Nuitka Design Philosophy
Nuitka Design Philosophy
UI rework
Goto Generators
Benchmarks
Help Wanted
Egg files in PYTHONPATH
Certifi
Compatibility with pkg_resources
Plans
Donations
Nuitka Design Philosophy
Codementor: Quick Guide: Call a Celery Task Without Access to Casebase
Link: https://www.codementor.io/bjoernstiel/quick-guide-call-a-celery-task-without-access-to-casebase-nmitl7xth
This post was originally published on Distributed Python (https://www.distributedpython.com/) on June 19th, 2018.
The standard Celery docs and tutorials usually assume that your Celery and your API...
Link: https://www.codementor.io/bjoernstiel/quick-guide-call-a-celery-task-without-access-to-casebase-nmitl7xth
This post was originally published on Distributed Python (https://www.distributedpython.com/) on June 19th, 2018.
The standard Celery docs and tutorials usually assume that your Celery and your API...
www.codementor.io
Quick Guide: Call a Celery Task Without Access to Casebase | Codementor
This post was originally published on Distributed Python (https://www.distributedpython.com/) on June 19th, 2018.
The standard Celery docs and tutorials usually assume that your Celery and your API...
The standard Celery docs and tutorials usually assume that your Celery and your API...
Spyder IDE: QtConsole 4.4 Released!
Link: https://www.spyder-ide.org/blog/release-qtconsole-440/
We're excited to announce a significant update to QtConsole—the package that powers Spyder's IPython Console interface—which the Spyder team maintains in collaboration with Project Jupyter.
Two of the
Link: https://www.spyder-ide.org/blog/release-qtconsole-440/
We're excited to announce a significant update to QtConsole—the package that powers Spyder's IPython Console interface—which the Spyder team maintains in collaboration with Project Jupyter.
Two of the
Weekly Python StackOverflow Report: (cxliv) stackoverflow python report
Link: http://python-weekly.blogspot.com/2018/09/cxliv-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-09-22 17:07:37 GMTHow come regex match objects aren't iterable eve
Link: http://python-weekly.blogspot.com/2018/09/cxliv-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-09-22 17:07:37 GMTHow come regex match objects aren't iterable eve
Blogspot
(cxliv) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2018...
Python Bytes: #96 Python Language Summit 2018
Link: https://pythonbytes.fm/episodes/show/96/python-language-summit-2018
Link: https://pythonbytes.fm/episodes/show/96/python-language-summit-2018
pythonbytes.fm
Python Language Summit 2018
News and announcements from the Python community for the week of Sep 22nd, 2018
Stefan Behnel: What's new in Cython 0.29?
Link: http://blog.behnel.de/posts/whats-new-in-cython-029.html
I'm currently preparing the next Cython release, 0.29.
Expect it in the wild within the next few weeks.
Testing and reporting bugs is much appreciated, especially before we release. :)
Download the la
Link: http://blog.behnel.de/posts/whats-new-in-cython-029.html
I'm currently preparing the next Cython release, 0.29.
Expect it in the wild within the next few weeks.
Testing and reporting bugs is much appreciated, especially before we release. :)
Download the la
Stefans Welt
What's new in Cython 0.29?
I'm happy to announce the release of Cython 0.29.
In case you didn't hear about Cython before, it's the most widely used statically optimising Python compiler out there.
It translates Python (2/3) cod
In case you didn't hear about Cython before, it's the most widely used statically optimising Python compiler out there.
It translates Python (2/3) cod
REPL|REBL: 3D rotating wireframe cube with MicroPython — Basic 3D model rotation and projection
Link: https://www.pymadethis.com/article/3d-rotating-cube-micropython-oled/
An ESP2866 is never going to compete with an actual graphics card. It certainly won't produce anything approaching modern games. But it still makes a nice platform to explore the basics of 3D graphics
Link: https://www.pymadethis.com/article/3d-rotating-cube-micropython-oled/
An ESP2866 is never going to compete with an actual graphics card. It certainly won't produce anything approaching modern games. But it still makes a nice platform to explore the basics of 3D graphics
.pyMadeThis
3D wireframe cube with MicroPython | Basic 3D model rotation and projection
An ESP2866 is never going to compete with an actual graphics card. It certainly won't produce anything approaching modern games. But it still makes a nice platform to explore the basics of 3D graphics. In this short tutorial we'll go through the basics of…
PyBites: PyBites Twitter Digest - Issue 30, 2018
Link: https://pybit.es/twitter_digest_201830.html
Python 3 is the way!
Out of the top 360 packages, 357 support Python 3 (99%) https://t.co/x3w68GH5Jm— Brett Cannon (@brettsky) September 15, 2018
Must Watch PyCon Videos
Submitted by @Erik
🐍📺 Top 10 M
Link: https://pybit.es/twitter_digest_201830.html
Python 3 is the way!
Out of the top 360 packages, 357 support Python 3 (99%) https://t.co/x3w68GH5Jm— Brett Cannon (@brettsky) September 15, 2018
Must Watch PyCon Videos
Submitted by @Erik
🐍📺 Top 10 M
PyBites
PyBites Twitter Digest - Issue 30, 2018
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.