Talk Python to Me: #176 The Python Community by the Numbers
Link: https://talkpython.fm/episodes/show/176/the-python-community-by-the-numbers
The Python landscape is changing pretty dramatically. Python's rapid growth over the past 5 years means it doesn't look the same as the early days. On this episode, we take a deep look inside the stat
Link: https://talkpython.fm/episodes/show/176/the-python-community-by-the-numbers
The Python landscape is changing pretty dramatically. Python's rapid growth over the past 5 years means it doesn't look the same as the early days. On this episode, we take a deep look inside the stat
talkpython.fm
The Python Community by the Numbers
The Python landscape is changing pretty dramatically. Python's rapid growth over the past 5 years means it doesn't look the same as the early days. On this episode, we take a deep look inside the state of the Python ecosystem with Ewa Jodlowska and Dmitry…
Real Python: The Best Python Books
Link: https://realpython.com/best-python-books/
Python is an amazing programming language.
It can be applied to almost any programming task, allows for rapid development and debugging, and brings the support of what is arguably the most welcoming u
Link: https://realpython.com/best-python-books/
Python is an amazing programming language.
It can be applied to almost any programming task, allows for rapid development and debugging, and brings the support of what is arguably the most welcoming u
Realpython
The Best Python Books – Real Python
Find the right books to help you get started with Python or take your coding to the next level with this detailed guide to the best Python books out there.
Python Anywhere: Python 3.7 now available!
Link: https://blog.pythonanywhere.com/166/
If you signed up since 28 August, you'll have Python 3.7 available on your account -- you can use it just like any other Python version.
If you signed up before then, it's a little more complicated, b
Link: https://blog.pythonanywhere.com/166/
If you signed up since 28 August, you'll have Python 3.7 available on your account -- you can use it just like any other Python version.
If you signed up before then, it's a little more complicated, b
Codementor: How to build your own blockchain for a financial product
Link: https://www.codementor.io/djangostars/how-to-build-your-own-blockchain-for-a-financial-product-n90z6u5ae
Technologies are changing fast; people are not. – Jakob Nielsen
Blockchain is a relatively new technology that many deem is used only for buying Bitcoins. They try to implement it in whatever...
Link: https://www.codementor.io/djangostars/how-to-build-your-own-blockchain-for-a-financial-product-n90z6u5ae
Technologies are changing fast; people are not. – Jakob Nielsen
Blockchain is a relatively new technology that many deem is used only for buying Bitcoins. They try to implement it in whatever...
Continuum Analytics Blog: Intake: Caching Data on First Read Makes Future Analysis Faster
Link: https://www.anaconda.com/blog/developer-blog/intake-caching-data-on-first-read-makes-future-analysis-faster/
By Mike McCarty Intake provides easy access data sources from remote/cloud storage. However, for large files, the cost of downloading files every time data is read can be extremely high. To overcome t
Link: https://www.anaconda.com/blog/developer-blog/intake-caching-data-on-first-read-makes-future-analysis-faster/
By Mike McCarty Intake provides easy access data sources from remote/cloud storage. However, for large files, the cost of downloading files every time data is read can be extremely high. To overcome t
Anaconda
Intake: Caching Data on First Read Makes Future Analysis Faster - Anaconda
The Intake team has developed a "download once, read many times" caching strategy to store and manage data sources on the local file system.
RMOTR: Machine Learning power . Extracting dominant colors from images with clustering.
Link: https://blog.rmotr.com/machine-learning-power-extracting-dominant-colors-from-images-with-clustering-a8c6089de71b?source=rss----2e274f91448--python
Check the step by step Jupyter Notebook for a full explanation of the processA couple of days ago we were thinking about simple Machine Learning applications to present to our students. One of our mai
Link: https://blog.rmotr.com/machine-learning-power-extracting-dominant-colors-from-images-with-clustering-a8c6089de71b?source=rss----2e274f91448--python
Check the step by step Jupyter Notebook for a full explanation of the processA couple of days ago we were thinking about simple Machine Learning applications to present to our students. One of our mai
rmotr.com
Machine Learning power 💪. Extracting dominant colors from images with clustering.
A couple of days ago we were thinking about simple Machine Learning applications to present to our students. One of our main goals is to…
Nikola: Nikola v8.0.0 is out!
Link: https://getnikola.com/blog/nikola-v800-is-out.html
On behalf of the Nikola team, I am pleased to announce the immediate
availability of Nikola v8.0.0. After 15 months in development, we’ve
created our best release ever, with new features, many bugs sq
Link: https://getnikola.com/blog/nikola-v800-is-out.html
On behalf of the Nikola team, I am pleased to announce the immediate
availability of Nikola v8.0.0. After 15 months in development, we’ve
created our best release ever, with new features, many bugs sq
Nikola
Nikola v8.0.0 is out!
On behalf of the Nikola team, I am pleased to announce the immediate
availability of Nikola v8.0.0. After 15 months in development, we’ve
created our best release ever, with new features, many bugs sq
availability of Nikola v8.0.0. After 15 months in development, we’ve
created our best release ever, with new features, many bugs sq
Codementor: FREE CHEGG ANSWERS GUYS!!!
Link: https://www.codementor.io/ishan17562/free-chegg-answers-guys-n99pntzkv
ANSWERS
Link: https://www.codementor.io/ishan17562/free-chegg-answers-guys-n99pntzkv
ANSWERS
Mike Driscoll: Python 101: Episode #24 – Debugging with pdb
Link: http://www.blog.pythonlibrary.org/2018/09/11/python-101-episode-24-debugging-with-pdb/
Learn the basics of using Python’s built-in debugger, pdb. Note that this screencast was recorded before Python 3.6 and 3.7 so it does not cover some of the new enhancements in the debugger.
You can
Link: http://www.blog.pythonlibrary.org/2018/09/11/python-101-episode-24-debugging-with-pdb/
Learn the basics of using Python’s built-in debugger, pdb. Note that this screencast was recorded before Python 3.6 and 3.7 so it does not cover some of the new enhancements in the debugger.
You can
Mike Driscoll: wxPython 101: Creating a Splash Screen
Link: http://www.blog.pythonlibrary.org/2018/09/11/wxpython-101-creating-a-splash-screen/
A common UI element that you used to see a lot of was the Splash Screen. A splash screen is just a dialog with a logo or art on it that sometimes includes a message about how far along the application
Link: http://www.blog.pythonlibrary.org/2018/09/11/wxpython-101-creating-a-splash-screen/
A common UI element that you used to see a lot of was the Splash Screen. A splash screen is just a dialog with a logo or art on it that sometimes includes a message about how far along the application
Semaphore Community: Dockerizing a Python Django Web Application
Link: https://semaphoreci.com/community/tutorials/dockerizing-a-python-django-web-application
This article is brought with ❤ to you by Semaphore.Introduction
This article will cover building a simple 'Hello World'-style web
application written in Django and running it in the much talked about
Link: https://semaphoreci.com/community/tutorials/dockerizing-a-python-django-web-application
This article is brought with ❤ to you by Semaphore.Introduction
This article will cover building a simple 'Hello World'-style web
application written in Django and running it in the much talked about
"Menno's Musings": influx-spout 2.1
Link: http://menno.io/posts/influx-spout-v210/
influx-spout 2.1 has just been released and it includes a bunch of
exciting new features. Here's the highlights...
Read more… (1 min remaining to read)
Link: http://menno.io/posts/influx-spout-v210/
influx-spout 2.1 has just been released and it includes a bunch of
exciting new features. Here's the highlights...
Read more… (1 min remaining to read)
Wallaroo Labs: Converting a Batch Job to Real-time
Link: https://blog.wallaroolabs.com/2018/09/converting-a-batch-job-to-real-time/
Introduction Often called stream processing, real-time processing allows applications to run computations and filter data at any scale. At Wallaroo Labs, we build and offer support for an event-based
Link: https://blog.wallaroolabs.com/2018/09/converting-a-batch-job-to-real-time/
Introduction Often called stream processing, real-time processing allows applications to run computations and filter data at any scale. At Wallaroo Labs, we build and offer support for an event-based
Wallaroolabs
Converting a Batch Job to Real-time
Official blog of the Wallaroo Labs Engineering team
NumFOCUS: Conda-forge joins NumFOCUS Sponsored Projects
Link: https://numfocus.org/blog/conda-forge-joins-numfocus-sponsored-projects
The post Conda-forge joins NumFOCUS Sponsored Projects appeared first on NumFOCUS.
Link: https://numfocus.org/blog/conda-forge-joins-numfocus-sponsored-projects
The post Conda-forge joins NumFOCUS Sponsored Projects appeared first on NumFOCUS.
NumFOCUS
Conda-forge joins NumFOCUS Sponsored Projects - NumFOCUS
Conda-forge builds & distributes software packages, specializing in hard-to-build or unique packages that often arise in scientific computing
Vasudev Ram: How many ways can you substring a string? Part 1
Link: http://jugad2.blogspot.com/2018/09/how-many-ways-can-you-substring-string.html
By Vasudev RamString image attributionRecently, something I read made me think of writing a simple program to generate all substrings of a given string.(To be precise, excluding the null string.)Here
Link: http://jugad2.blogspot.com/2018/09/how-many-ways-can-you-substring-string.html
By Vasudev RamString image attributionRecently, something I read made me think of writing a simple program to generate all substrings of a given string.(To be precise, excluding the null string.)Here
Blogspot
How many ways can you substring a string? Part 1
Vasudev Ram's blog on software innovation, open-source and proprietary, worldwide. Python, D, Go, FreePascal, Unix, databases, open source.
Codementor: Load Testing a Django Application using LocustIO
Link: https://www.codementor.io/apcelent/load-testing-a-django-application-using-locustio-naxlwdoel
Django framework, used for buliding web applications quickly in a clean and efficient manner. As the size of application increases, a common issue faced by all teams is performance of the...
Link: https://www.codementor.io/apcelent/load-testing-a-django-application-using-locustio-naxlwdoel
Django framework, used for buliding web applications quickly in a clean and efficient manner. As the size of application increases, a common issue faced by all teams is performance of the...
www.codementor.io
Load Testing a Django Application using LocustIO | Codementor
Django framework, used for buliding web applications quickly in a clean and efficient manner. As the size of application increases, a common issue faced by all teams is performance of the...
PyCharm: PyCharm 2018.3 EAP 2
Link: http://feedproxy.google.com/~r/Pycharm/~3/p9N5bKaL8Ac/
The second early access preview (EAP) version of PyCharm 2018.3 is available for download on our website now.
New in This Version
A couple of git authentication issues have been smoothed out: previo
Link: http://feedproxy.google.com/~r/Pycharm/~3/p9N5bKaL8Ac/
The second early access preview (EAP) version of PyCharm 2018.3 is available for download on our website now.
New in This Version
A couple of git authentication issues have been smoothed out: previo
PyCharm Blog
PyCharm 2018.3 EAP 2
The second early access preview (EAP) version of PyCharm 2018.3 is available for download on our website now. New in This Version A couple of git authentication issues have been smoothed out: previ…
Real Python: Logging in Python
Link: https://realpython.com/python-logging/
Logging is a very useful tool in a programmer’s toolbox. It can help you develop a better understanding of the flow of a program and discover scenarios that you might not even have thought of while de
Link: https://realpython.com/python-logging/
Logging is a very useful tool in a programmer’s toolbox. It can help you develop a better understanding of the flow of a program and discover scenarios that you might not even have thought of while de
Realpython
Logging in Python – Real Python
If you use Python's print() function to get information about the flow of your programs, then logging is the natural next step for you. This tutorial will guide you through creating your first logs and show you ways to curate them to grow with your projects.
Kay Hayen: Nuitka this week #6
Link: http://nuitka.net/posts/nuitka-this-week-6.html
Contents
Holiday
bool
void
module_var
Goto Generators
Benchmarks
Twitter
Poll on Executable Names
Hotfixes
Help Wanted
Plans
Donations
Holiday
In my 2 weeks holiday, I indeed focused on a reall
Link: http://nuitka.net/posts/nuitka-this-week-6.html
Contents
Holiday
bool
void
module_var
Goto Generators
Benchmarks
Poll on Executable Names
Hotfixes
Help Wanted
Plans
Donations
Holiday
In my 2 weeks holiday, I indeed focused on a reall
Nuitka Home
Nuitka this week #6
Contents
Holiday
bool
void
module_var
Goto Generators
Benchmarks
Twitter
Poll on Executable Names
Hotfixes
Help Wanted
Plans
Donations
Holiday
In my 2 weeks holiday, I indeed focused on a really
Holiday
bool
void
module_var
Goto Generators
Benchmarks
Poll on Executable Names
Hotfixes
Help Wanted
Plans
Donations
Holiday
In my 2 weeks holiday, I indeed focused on a really
Made With Mu: Mu and PyGameZero Gamepad Demo
Link: https://madewith.mu/mu/users/2018/09/12/mu-pygamezero-gamepad.html
Anthony Briggs (who blogs at NeoLudic) got in
touch via Twitter
with a proof-of-concept for controlling PyGameZero games with
a gamepad (such as the one you’ll use with your XBox or Playstation).
T
Link: https://madewith.mu/mu/users/2018/09/12/mu-pygamezero-gamepad.html
Anthony Briggs (who blogs at NeoLudic) got in
touch via Twitter
with a proof-of-concept for controlling PyGameZero games with
a gamepad (such as the one you’ll use with your XBox or Playstation).
T
Made With Mu
Mu and PyGameZero Gamepad Demo
Anthony Briggs (who blogs at NeoLudic) got in touch via Twitter with a proof-of-concept for controlling PyGameZero games with a gamepad (such as the one you’ll use with your XBox or Playstation).