Audrey Roy Greenfeld: Voronoi Mandalas
Link: http://www.codemakesmehappy.com/2019/09/voronoi-mandalas.html
SciPy has tools for creating Voronoi tessellations. Besides the obvious data science applications, you can use them to make pretty art like this:The above was generated by this code:I started with Car
Link: http://www.codemakesmehappy.com/2019/09/voronoi-mandalas.html
SciPy has tools for creating Voronoi tessellations. Besides the obvious data science applications, you can use them to make pretty art like this:The above was generated by this code:I started with Car
Codemakesmehappy
Voronoi Mandalas
SciPy has tools for creating Voronoi tessellations. Besides the obvious data science applications, you can use them to make pretty art like ...
Wingware Blog: Viewing Arrays and Data Frames in Wing Pro 7
Link: https://wingware.com/blog/array-viewer
Wing Pro 7 introduced an array and data frame viewer that can be used to inspect data
objects in the debugger. Values are transferred to the IDE according to what portion of
the data is visible on the
Link: https://wingware.com/blog/array-viewer
Wing Pro 7 introduced an array and data frame viewer that can be used to inspect data
objects in the debugger. Values are transferred to the IDE according to what portion of
the data is visible on the
Wingware
Wing Tips: Viewing Arrays and Data Frames in Wing Pro 7 - Wing Python IDE
Wing Pro 7 introduced an array and data frame viewer that can be used to efficiently
display slices of very large data objects in the debugger.
display slices of very large data objects in the debugger.
Stack Abuse: Solving Sequence Problems with LSTM in Keras: Part 2
Link: https://stackabuse.com/solving-sequence-problems-with-lstm-in-keras-part-2/
This is the second and final part of the two-part series of articles on solving sequence problems with LSTMs. In the part 1 of the series, I explained how to solve one-to-one and many-to-one sequence
Link: https://stackabuse.com/solving-sequence-problems-with-lstm-in-keras-part-2/
This is the second and final part of the two-part series of articles on solving sequence problems with LSTMs. In the part 1 of the series, I explained how to solve one-to-one and many-to-one sequence
Stack Abuse
Solving Sequence Problems with LSTM in Keras: Part 2
This is the second and final part of the two-part series of articles on solving sequence problems with LSTMs. In the part 1 of the series, I explained how to so...
Matt Layman: Get Out, Git! - Building SaaS #33
Link: https://www.mattlayman.com/building-saas/get-out-git/
In this episode, I removed the Git clone from the server. This is some of the final cleanup to streamline the deployment process.
Before we could remove the clone completely, we had to decouple the fi
Link: https://www.mattlayman.com/building-saas/get-out-git/
In this episode, I removed the Git clone from the server. This is some of the final cleanup to streamline the deployment process.
Before we could remove the clone completely, we had to decouple the fi
Matt Layman
Get Out, Git! - Building SaaS #33
In this episode, I removed the Git clone from the server. This is some of the final cleanup to streamline the deployment process.
Will Kahn-Greene: Markus v2.0.0 released! Better metrics API for Python projects.
Link: https://bluesock.org/~willkg/blog/dev/markus_2_0_0.html
What is it?
Markus is a Python library for generating
metrics.
Markus makes it easier to generate metrics in your program by:
providing multiple backends (Datadog statsd, statsd, logging, logging ro
Link: https://bluesock.org/~willkg/blog/dev/markus_2_0_0.html
What is it?
Markus is a Python library for generating
metrics.
Markus makes it easier to generate metrics in your program by:
providing multiple backends (Datadog statsd, statsd, logging, logging ro
Will's Blog
Markus v2.0.0 released! Better metrics API for Python projects.
What is it?
Markus is a Python library for generating
metrics.
Markus makes it easier to generate metrics in your program by:
providing multiple backends (Datadog statsd, statsd, logging, logging rol
Markus is a Python library for generating
metrics.
Markus makes it easier to generate metrics in your program by:
providing multiple backends (Datadog statsd, statsd, logging, logging rol
Peter Bengtsson: uwsgi weirdness with --http
Link: https://www.peterbe.com/plog/uwsgi-weirdness-with---http
Instead of upgrading everything on my server, I'm just starting from scratch. From Ubuntu 16.04 to Ubuntu 19.04 and I also upgraded everything else in sight. One of them was uwsgi. I copied various us
Link: https://www.peterbe.com/plog/uwsgi-weirdness-with---http
Instead of upgrading everything on my server, I'm just starting from scratch. From Ubuntu 16.04 to Ubuntu 19.04 and I also upgraded everything else in sight. One of them was uwsgi. I copied various us
Peterbe
uwsgi weirdness with --http
Stuff in Peter's head
Codementor: Create a simple image search engine in OpenCV and Flask
Link: https://www.codementor.io/pknerd/create-a-simple-image-search-engine-in-opencv-and-flask-yzx2duj1w
Learn how to use OpenCV to extract image colors and then use Flask based web apps to search them.
Link: https://www.codementor.io/pknerd/create-a-simple-image-search-engine-in-opencv-and-flask-yzx2duj1w
Learn how to use OpenCV to extract image colors and then use Flask based web apps to search them.
www.codementor.io
Create a simple image search engine in OpenCV and Flask | Codementor
Learn how to use OpenCV to extract image colors and then use Flask based web apps to search them.
Codementor: Can We Do Machine Learning without python, absolutely No... Read this...
Link: https://www.codementor.io/narayanapilli/can-we-do-machine-learning-without-python-absolutely-no-read-this-yzzdhwa9k
Python has become, go programming language Around the World. From many Software companies to Consumer-based Companies. I think Almost Every Company is leveraging the Power of Python language in...
Link: https://www.codementor.io/narayanapilli/can-we-do-machine-learning-without-python-absolutely-no-read-this-yzzdhwa9k
Python has become, go programming language Around the World. From many Software companies to Consumer-based Companies. I think Almost Every Company is leveraging the Power of Python language in...
Python Circle: IP Law and Coding
Link: https://www.pythoncircle.com/post/692/ip-law-and-coding/
IP laws and coding, patenting code, code copyrights, intellectual property law and code
Link: https://www.pythoncircle.com/post/692/ip-law-and-coding/
IP laws and coding, patenting code, code copyrights, intellectual property law and code
Python Circle
IP Law and Coding
IP laws and coding, patenting code, code copyrights, intellectual property law and code
Codementor: Simple rules of good programming
Link: https://www.codementor.io/narayanap/simple-rules-of-good-programming-z07a4vvgi
Hi guys, I work as a programmer for more than 15 years and was using many different languages, paradigms, frameworks and other shit. And I want to share with you my rules of writing good...
Link: https://www.codementor.io/narayanap/simple-rules-of-good-programming-z07a4vvgi
Hi guys, I work as a programmer for more than 15 years and was using many different languages, paradigms, frameworks and other shit. And I want to share with you my rules of writing good...
Python Circle: Intellectual property Law and Coding
Link: https://www.pythoncircle.com/post/692/intellectual-property-law-and-coding/
IP laws and coding, patenting code, code copyrights, intellectual property law and code
Link: https://www.pythoncircle.com/post/692/intellectual-property-law-and-coding/
IP laws and coding, patenting code, code copyrights, intellectual property law and code
Python Circle
Intellectual property Law and Coding
IP laws and coding, patenting code, code copyrights, intellectual property law and code
PyCharm: 2019.3 EAP 2
Link: http://feedproxy.google.com/~r/Pycharm/~3/no1t0lvY0q8/
We have a new Early Access Program (EAP) version of PyCharm that can be now downloaded from our website.
New in the EAP
Support was added for namespaces coming from packages. PyCharm now recognizes n
Link: http://feedproxy.google.com/~r/Pycharm/~3/no1t0lvY0q8/
We have a new Early Access Program (EAP) version of PyCharm that can be now downloaded from our website.
New in the EAP
Support was added for namespaces coming from packages. PyCharm now recognizes n
PyCharm Blog
2019.3 EAP 2
We have a new Early Access Program (EAP) version of PyCharm that can be now downloaded from our website. New in the EAP Support was added for namespaces coming from packages. PyCharm now recognizes…
Roberto Alsina: Episodio 9: Generadores
Link: https://ralsina.me/weblog/posts/episodio-9-generadores.html
Generadores en Python ... ¿qué son? ¿Con qué se comen?
Link: https://ralsina.me/weblog/posts/episodio-9-generadores.html
Generadores en Python ... ¿qué son? ¿Con qué se comen?
Lateral Opinion
Episodio 9: Generadores
Generadores en Python ... ¿qué son? ¿Con qué se comen?
Python Engineering at Microsoft: Come meet Microsoft at DjangoCon 2019
Link: https://devblogs.microsoft.com/python/come-meet-microsoft-at-djangocon-2019/
DjangoCon 2019 is happening next week in San Diego and Microsoft is pleased to be supporting the conference as Gold sponsors this year. We will have some members from our Python team, our Azure Cloud
Link: https://devblogs.microsoft.com/python/come-meet-microsoft-at-djangocon-2019/
DjangoCon 2019 is happening next week in San Diego and Microsoft is pleased to be supporting the conference as Gold sponsors this year. We will have some members from our Python team, our Azure Cloud
Python
Come meet Microsoft at DjangoCon 2019 | Python
DjangoCon 2019 is happening next week Sept 22-27 in San Diego, and Microsoft is pleased to be supporting the conference as Gold sponsors this year. We will have some members from our Python team, our Azure Cloud Advocates, and the PostgreSQL team at the conference…
Brett Cannon: A Primer on the Stellar Network
Link: https://snarky.ca/a-primer-on-stellar/
On September 10, 2019 while I was in London, UK at the Python core dev sprints, I got a message from a user named "spacedrop" on Keybase. The message said I was being given 356.2904939 XLM as a surpri
Link: https://snarky.ca/a-primer-on-stellar/
On September 10, 2019 while I was in London, UK at the Python core dev sprints, I got a message from a user named "spacedrop" on Keybase. The message said I was being given 356.2904939 XLM as a surpri
Tall, Snarky Canadian
A Primer on the Stellar Network
[Updated 2019-11-17]
On September 10, 2019 while I was in London, UK at the Python core dev sprints,
I got a message from a user named "spacedrop" [https://keybase.io/spacedrop] on
Keybase [https://keybase.io/]. The message said I was being given 356.2904939…
On September 10, 2019 while I was in London, UK at the Python core dev sprints,
I got a message from a user named "spacedrop" [https://keybase.io/spacedrop] on
Keybase [https://keybase.io/]. The message said I was being given 356.2904939…
Test and Code: 88: Error Monitoring, Crash Reporting, Performance Monitoring - JD Trask
Link: https://testandcode.com/88
Tools like error monitoring, crash reporting, and performance monitoring are tools to help you create a better user experience and are fast becoming crucial tools for web development and site reliabil
Link: https://testandcode.com/88
Tools like error monitoring, crash reporting, and performance monitoring are tools to help you create a better user experience and are fast becoming crucial tools for web development and site reliabil
Test & Code - Python Testing & Development
Test & Code - Python Testing & Development 88: Error Monitoring, Crash Reporting, Performance Monitoring - JD Trask
Tools like error monitoring, crash reporting, and performance monitoring are tools to help you create a better user experience and are fast becoming crucial tools for web development and site reliability. But really what are they? And when do you need them?
Codementor: ML with Python: Part-1
Link: https://www.codementor.io/dhananjaykumar/ml-with-python-part-1-z02wtrpxb
Now, We are comfortable with Python and ready to get started with Machine Learning (ML) projects. But, Where to go next? Can we directly dive into coding ML projects? Please follow along to...
Link: https://www.codementor.io/dhananjaykumar/ml-with-python-part-1-z02wtrpxb
Now, We are comfortable with Python and ready to get started with Machine Learning (ML) projects. But, Where to go next? Can we directly dive into coding ML projects? Please follow along to...
www.codementor.io
ML with Python: Part-1 | Codementor
Now, We are comfortable with Python and ready to get started with Machine Learning (ML) projects. But, Where to go next? Can we directly dive into coding ML projects? Please follow along to...
Weekly Python StackOverflow Report: (cxcv) stackoverflow python report
Link: http://python-weekly.blogspot.com/2019/09/cxcv-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-09-21 13:40:48 GMTWhy does (inf + 0j)*1 evaluate to inf + nanj? -
Link: http://python-weekly.blogspot.com/2019/09/cxcv-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-09-21 13:40:48 GMTWhy does (inf + 0j)*1 evaluate to inf + nanj? -
Blogspot
(cxcv) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2019...
Robin Wilson: Matplotlib titles have configurable locations – and you can have more than one at once!
Link: http://blog.rtwilson.com/matplotlib-titles-have-configurable-locations-and-you-can-have-more-than-one-at-once/
Just a quick post here to let you know about a matplotlib feature I've only just found out about.
I expect most of my readers know how to produce a simple plot with a title using matplotlib:
plt.plot(
Link: http://blog.rtwilson.com/matplotlib-titles-have-configurable-locations-and-you-can-have-more-than-one-at-once/
Just a quick post here to let you know about a matplotlib feature I've only just found out about.
I expect most of my readers know how to produce a simple plot with a title using matplotlib:
plt.plot(
Codementor: Finding Python Developers for Your Startup - Read Time: 3 Mins
Link: https://www.codementor.io/maxongzb/finding-python-developers-for-your-startup-read-time-3-mins-z2o8mea7f
Helps startup founder, co-founder or CTOs to search Python developers for their startup.
Link: https://www.codementor.io/maxongzb/finding-python-developers-for-your-startup-read-time-3-mins-z2o8mea7f
Helps startup founder, co-founder or CTOs to search Python developers for their startup.
www.codementor.io
Finding Python Developers for Your Startup - Read Time: 3 Mins | Codementor
Helps startup founder, co-founder or CTOs to search Python developers for their startup.