Amit Saha: PYCON US 2018 talk: Counter, Gauge, Upper 90 - Oh my!
Link: https://echorand.me/pycon-us-2018-talk-counter-gauge-upper-90-oh-my.html
In a couple of days, on Saturday, I will be delivering my PYCON US talk titled Counter, Gauge, Upper 90 - Oh my!.
This talk covers my journey into application monitoring in general and Python applica
Link: https://echorand.me/pycon-us-2018-talk-counter-gauge-upper-90-oh-my.html
In a couple of days, on Saturday, I will be delivering my PYCON US talk titled Counter, Gauge, Upper 90 - Oh my!.
This talk covers my journey into application monitoring in general and Python applica
echorand.me
Exploring Software and Writing about it
– PYCON US 2018 talk: Counter, Gauge, Upper 90 - Oh my!
– PYCON US 2018 talk: Counter, Gauge, Upper 90 - Oh my!
Posts and writings by Amit Saha
Mike Driscoll: Determining if all Elements in a List are the Same in Python
Link: http://www.blog.pythonlibrary.org/2018/05/09/determining-if-all-elements-in-a-list-are-the-same-in-python/
Editor’s note: This week we have a guest post from Alex, the CEO of CheckIO
In life we always have options whether we know about them or not. It’s the same with coding. There is a fair amount of diffe
Link: http://www.blog.pythonlibrary.org/2018/05/09/determining-if-all-elements-in-a-list-are-the-same-in-python/
Editor’s note: This week we have a guest post from Alex, the CEO of CheckIO
In life we always have options whether we know about them or not. It’s the same with coding. There is a fair amount of diffe
Fabio Zadrozny: Howto launch and debug in VSCode using the debug adapter protocol (part 1)
Link: http://feedproxy.google.com/~r/blogspot/pydev/~3/HZ2RthfXPMY/howto-launch-and-debug-in-vscode-using.html
This is a walkthrough with the steps I'm taking to add support to launch and debug a Python script in PyDev for VSCode (note that I'm writing as I'm learning).The debugger protocol is the protocol use
Link: http://feedproxy.google.com/~r/blogspot/pydev/~3/HZ2RthfXPMY/howto-launch-and-debug-in-vscode-using.html
This is a walkthrough with the steps I'm taking to add support to launch and debug a Python script in PyDev for VSCode (note that I'm writing as I'm learning).The debugger protocol is the protocol use
pydev.blogspot.co.uk
Howto launch and debug in VSCode using the debug adapter protocol (part 1)
This is a walkthrough with the steps I'm taking to add support to launch and debug a Python script in PyDev for VSCode (note that I'm writ...
pgcli: DBCLI demos at PyCon
Link: http://pgcli.com/pycon-2018.html
Do you love colorful, terminal applications?
Are you going to Pycon this year?
You can't afford to miss the DBCLI booth at PyCon.
We are an OpenSource org that builds commandline database clients wit
Link: http://pgcli.com/pycon-2018.html
Do you love colorful, terminal applications?
Are you going to Pycon this year?
You can't afford to miss the DBCLI booth at PyCon.
We are an OpenSource org that builds commandline database clients wit
Codementor: Deploying Mayan EDMS using Docker and MySQL
Link: https://www.codementor.io/robertorosario/mayan-edms-jcpn7hugd
Deploying Mayan EDMS using Docker and MySQL
Link: https://www.codementor.io/robertorosario/mayan-edms-jcpn7hugd
Deploying Mayan EDMS using Docker and MySQL
Python Software Foundation: Updates from Microsoft, PyCon 2018 Keystone Sponsor
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/xsOcjBvqVrM/updates-from-microsoft-pycon-2018.html
Microsoft has been a big supporter of the Python language through sponsored development of Python Tools for Visual Studio, Jupyter, CPython, Azure Machine Learning and organizations such as
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/xsOcjBvqVrM/updates-from-microsoft-pycon-2018.html
Microsoft has been a big supporter of the Python language through sponsored development of Python Tools for Visual Studio, Jupyter, CPython, Azure Machine Learning and organizations such as
pyfound.blogspot.co.uk
Updates from Microsoft, PyCon 2018 Keystone Sponsor
Microsoft has been a big supporter of the Python language through sponsored development of Python Tools for Visual Studio, Ju...
EuroPython: EuroPython 2018: Ticket Sales Update
Link: https://blog.europython.eu/post/173732504642
Some community members have been wondering why tickets are not available yet. We’d like to update you on the current status.EuroPython is run by the EuroPython Society located in Sweden. However, the
Link: https://blog.europython.eu/post/173732504642
Some community members have been wondering why tickets are not available yet. We’d like to update you on the current status.EuroPython is run by the EuroPython Society located in Sweden. However, the
EuroPython Blog
EuroPython 2018: Ticket Sales Update
Some community members have been wondering why tickets are not available yet. We’d like to update you on the current status.
EuroPython is run by the EuroPython Society located in Sweden. However, the...
EuroPython is run by the EuroPython Society located in Sweden. However, the...
PyCharm: Webinar Recording: “Set Theory and Practice: Grok Pythonic Collection Types” with Luciano Ramalho
Link: http://feedproxy.google.com/~r/Pycharm/~3/m8jDMHd91jU/
Last Wednesday we were fortunate to have Luciano Ramalho with us for a webinar “Set Theory and Practice: Grok Pythonic Collection”, using material from his book Fluent Python. The recording is now ava
Link: http://feedproxy.google.com/~r/Pycharm/~3/m8jDMHd91jU/
Last Wednesday we were fortunate to have Luciano Ramalho with us for a webinar “Set Theory and Practice: Grok Pythonic Collection”, using material from his book Fluent Python. The recording is now ava
Django Weblog: DjangoCon US 2018 Update: CFP Open, Financial Aid App Open, and Tickets On Sale!
Link: https://www.djangoproject.com/weblog/2018/may/09/djangocon-us-2018-update/
In case you missed the news, DjangoCon US 2018 will take place in
sunny San Diego, California, from October 14-19, 2018! We’re pleased to
announce the following items.
Early Bird Tickets On Sale
Earl
Link: https://www.djangoproject.com/weblog/2018/may/09/djangocon-us-2018-update/
In case you missed the news, DjangoCon US 2018 will take place in
sunny San Diego, California, from October 14-19, 2018! We’re pleased to
announce the following items.
Early Bird Tickets On Sale
Earl
Mahmoud Hashemi: Announcing glom: Restructured Data for Python
Link: http://sedimental.org/glom_restructured_data.html
This post introduces glom,
Python's missing operator for nested objects and data.
If you're an easy sell, full API docs and
tutorial are already available at
glom.readthedocs.io.
Harder sells, this 5
Link: http://sedimental.org/glom_restructured_data.html
This post introduces glom,
Python's missing operator for nested objects and data.
If you're an easy sell, full API docs and
tutorial are already available at
glom.readthedocs.io.
Harder sells, this 5
sedimental.org
Announcing glom: Restructured Data for Python — Sedimental
Accretionary thoughts by Mahmoud Hashemi
Kushal Das: SecureDrop development sprint in PyCon 2018
Link: https://kushaldas.in/posts/securedrop-development-sprint-in-pycon-2018.html
SecureDrop will take part in PyCon
US development sprints (from 14th to 17th May). This
will be first time for the SecureDrop project to present in the sprints.
If you never heard of the project bef
Link: https://kushaldas.in/posts/securedrop-development-sprint-in-pycon-2018.html
SecureDrop will take part in PyCon
US development sprints (from 14th to 17th May). This
will be first time for the SecureDrop project to present in the sprints.
If you never heard of the project bef
Wesley Chun: Creating Hangouts Chat bots with Python
Link: http://wescpy.blogspot.com/2018/05/creating-hangouts-chat-bots-with-python.html
IntroductionEarlier today at Google I/O, the Hangouts Chat team (including yours truly) delivered a featured talk on the bot framework for Hangouts Chat (talk video here [~40 mins]). If you missed it
Link: http://wescpy.blogspot.com/2018/05/creating-hangouts-chat-bots-with-python.html
IntroductionEarlier today at Google I/O, the Hangouts Chat team (including yours truly) delivered a featured talk on the bot framework for Hangouts Chat (talk video here [~40 mins]). If you missed it
Blogspot
Creating Hangouts Chat bots with Python
NOTE: The code featured here is also available as a video + overview post as part of this developers series from Google. Introduction ...
Full Stack Python: Full Stack Python at PyCon US 2018
Link: https://www.fullstackpython.com/full-stack-python-pycon-us-2018.html
PyCon US 2018 kicked off today with the
first day of tutorials. I am
flying in tomorrow and will be there through the end of the
weekend. If you're around, come by either the
Twilio booth or the co
Link: https://www.fullstackpython.com/full-stack-python-pycon-us-2018.html
PyCon US 2018 kicked off today with the
first day of tutorials. I am
flying in tomorrow and will be there through the end of the
weekend. If you're around, come by either the
Twilio booth or the co
BeDjango: What is HUG?
Link: https://www.bedjango.com/blog/what-is-hug/
Hug is an API development framework implemented in Python 3. It is a micro-framework (minimalistic web application framework), which means that it contains as little code and integrations as possible
Link: https://www.bedjango.com/blog/what-is-hug/
Hug is an API development framework implemented in Python 3. It is a micro-framework (minimalistic web application framework), which means that it contains as little code and integrations as possible
BeDjango
What is HUG?
Hug is an API development framework implemented in Python 3. It is a micro-framework (minimalistic web application framework), which means that it contains as little code and integrations as possible to make it fully functional, which in turn provides greater…
Stack Abuse: Implementing PCA in Python with Scikit-Learn
Link: http://stackabuse.com/implementing-pca-in-python-with-scikit-learn/
With the availability of high performance CPUs and GPUs, it is pretty much possible to solve every regression, classification, clustering and other related problems using machine learning and deep lea
Link: http://stackabuse.com/implementing-pca-in-python-with-scikit-learn/
With the availability of high performance CPUs and GPUs, it is pretty much possible to solve every regression, classification, clustering and other related problems using machine learning and deep lea
Stack Abuse
Principal Component Analysis (PCA) in Python with Scikit-Learn
With the availability of high performance CPUs and GPUs, it is pretty much possible to solve every regression, classification, clustering and other related prob...
Django Weblog: DjangoCon Europe 2019 - where will it be?
Link: https://www.djangoproject.com/weblog/2018/may/10/djangocon-europe-2019-where-will-it-be/
Each year, a new volunteer team in the European Django community plans, organises and hosts a DjangoCon Europe.
Hosting a DjangoCon is an ambitious undertaking. It's hard work, but each year it has be
Link: https://www.djangoproject.com/weblog/2018/may/10/djangocon-europe-2019-where-will-it-be/
Each year, a new volunteer team in the European Django community plans, organises and hosts a DjangoCon Europe.
Hosting a DjangoCon is an ambitious undertaking. It's hard work, but each year it has be
Mycli: DBCLI demos at PyCon
Link: http://mycli.net/pycon-2018.html
Do you love colorful, terminal applications?
Are you going to Pycon this year?
You can't afford to miss the DBCLI booth at PyCon.
We are an OpenSource org that builds commandline database clients wit
Link: http://mycli.net/pycon-2018.html
Do you love colorful, terminal applications?
Are you going to Pycon this year?
You can't afford to miss the DBCLI booth at PyCon.
We are an OpenSource org that builds commandline database clients wit
DSPIllustrations.com: Schmidl&Cox Synchronization for OFDM
Link: http://dspillustrations.com/pages/posts/misc/schmidlcox-synchronization-for-ofdm.html
The Schmidl & Cox Synchronization Technique for OFDM¶tl;dr: Given some received OFDM signal like the following, how can one know at which point in time the OFDM symbols are located? Or, equivalen
Link: http://dspillustrations.com/pages/posts/misc/schmidlcox-synchronization-for-ofdm.html
The Schmidl & Cox Synchronization Technique for OFDM¶tl;dr: Given some received OFDM signal like the following, how can one know at which point in time the OFDM symbols are located? Or, equivalen
Dspillustrations
Schmidl&Cox Synchronization for OFDM - DSPIllustrations.com
A Python walkthrough of the Schmidl & Cox Timing Synchronization for OFDM.
tryexceptpass: Practicality Beats Purity - Microservices vs Monoliths
Link: http://tryexceptpass.org/article/practicality-beats-purity-3/
In recent years there’s a growing trend to move away from large all-in-one applications. These “monoliths”, developed with one codebase and delivered as one large system, are hard to maintain. In thei
Link: http://tryexceptpass.org/article/practicality-beats-purity-3/
In recent years there’s a growing trend to move away from large all-in-one applications. These “monoliths”, developed with one codebase and delivered as one large system, are hard to maintain. In thei
tryexceptpass.org
Practicality Beats Purity - Microservices vs Monoliths
Consequences of microservice architectures and the problems they solve.
Reuven Lerner: 20% off all books + courses during PyCon
Link: https://blog.lerner.co.il/20-off-all-books-courses-during-pycon/
Hi! I’m in Cleveland, Ohio, for PyCon 2018. I’ve already heard back from others who are here for the conference, and will be coordinating with all of you privately to meet up in person. I’m excited
Link: https://blog.lerner.co.il/20-off-all-books-courses-during-pycon/
Hi! I’m in Cleveland, Ohio, for PyCon 2018. I’ve already heard back from others who are here for the conference, and will be coordinating with all of you privately to meet up in person. I’m excited
Lerner Consulting Blog
20% off all books + courses during PyCon - Lerner Consulting Blog
Hi! I’m in Cleveland, Ohio, for PyCon 2018. I’ve already heard back from others who are here for the conference, and will be coordinating with all of you privately to meet up in person. I’m excited to meet (and learn from) lots of other Python developers…