Catalin George Festila: Python 3.7.5 : The this python package.
Link: http://python-catalin.blogspot.com/2020/01/python-375-this-python-package.html
The this python package is simple to use:
[mythcat@desk ~]$ python3
Python 3.7.5 (default, Dec 15 2019, 17:54:26)
[GCC 9.2.1 20190827 (Red Hat 9.2.1-1)] on linux
Type "help", "copyright", "credits"
Link: http://python-catalin.blogspot.com/2020/01/python-375-this-python-package.html
The this python package is simple to use:
[mythcat@desk ~]$ python3
Python 3.7.5 (default, Dec 15 2019, 17:54:26)
[GCC 9.2.1 20190827 (Red Hat 9.2.1-1)] on linux
Type "help", "copyright", "credits"
Blogspot
Python 3.7.5 : The this python package.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Codementor: How python implements super long integers?
Link: https://www.codementor.io/arpitbhayani/how-python-implements-super-long-integers-12icwon5vk
Python must be doing something beautiful internally to support super long integers and today we find out what's under the hood. The article goes in-depth to explain design, storage, and operations on
Link: https://www.codementor.io/arpitbhayani/how-python-implements-super-long-integers-12icwon5vk
Python must be doing something beautiful internally to support super long integers and today we find out what's under the hood. The article goes in-depth to explain design, storage, and operations on
www.codementor.io
How python implements super long integers? | Codementor
Python must be doing something beautiful internally to support super long integers and today we find out what's under the hood. The article goes in-depth to explain design, storage, and operations on super long integers as implemented by Python.
Reinout van Rees: Github basic auth deprecation and jenkins
Link: http://reinout.vanrees.org/weblog/2020/01/10/jenkins-deprecated-github-credentials.html
I have been getting periodic deprecation notice emails from github for the
last few months:
Hi @nenskins,
You recently used a password to access an endpoint through the GitHub API
using okhttp/2.7.5
Link: http://reinout.vanrees.org/weblog/2020/01/10/jenkins-deprecated-github-credentials.html
I have been getting periodic deprecation notice emails from github for the
last few months:
Hi @nenskins,
You recently used a password to access an endpoint through the GitHub API
using okhttp/2.7.5
Reuven Lerner: Is Weekly Python Exercise for you?
Link: https://lerner.co.il/2020/01/10/is-weekly-python-exercise-for-you/
In just a few days, I’ll be starting a new cohort of Weekly Python Exercise A1: Data structures for beginners. From my experience teaching Python for 20 years, I’d say that this is one of the best w
Link: https://lerner.co.il/2020/01/10/is-weekly-python-exercise-for-you/
In just a few days, I’ll be starting a new cohort of Weekly Python Exercise A1: Data structures for beginners. From my experience teaching Python for 20 years, I’d say that this is one of the best w
Reuven Lerner
Is Weekly Python Exercise for you? — Reuven Lerner
In just a few days, I’ll be starting a new cohort of Weekly Python Exercise A1: Data structures for beginners. From my experience teaching Python for 20 years, I’d say that this is one of the best ways out there to improve your Python fluency. That’s because…
Speed Matters: scandir-rs
Link: https://brmmm3.github.io/posts/2020/01/10/scandir-rs/
Because speed matters…
With the increased speed of SSDs single threaded file access does not always fully utilize the disk. The bottleneck more and more is the CPU itself.
When I started learning the
Link: https://brmmm3.github.io/posts/2020/01/10/scandir-rs/
Because speed matters…
With the increased speed of SSDs single threaded file access does not always fully utilize the disk. The bottleneck more and more is the CPU itself.
When I started learning the
Speed Matters: A socketserver with threads vs uvloop
Link: https://brmmm3.github.io/posts/2020/01/10/socketserver_threads_vs_uvloop/
The uvloop project is great with an amazing performance, and a good replacement for the default asyncio module, if Linux is used. Unfortunately uvloop is not available for Windows.
Just for interest I
Link: https://brmmm3.github.io/posts/2020/01/10/socketserver_threads_vs_uvloop/
The uvloop project is great with an amazing performance, and a good replacement for the default asyncio module, if Linux is used. Unfortunately uvloop is not available for Windows.
Just for interest I
Reinout van Rees: Pygrunn preparations
Link: http://reinout.vanrees.org/weblog/2019/05/09/pygrunn-preparation.html
Tomorrow (friday 2019-05-10), I'm going to the nice one-day Dutch python (and
friends) pygrunn conference in Groningen (NL)
again. Sold out, as usual. And rightfully so.
Anyway, to be honest, this bl
Link: http://reinout.vanrees.org/weblog/2019/05/09/pygrunn-preparation.html
Tomorrow (friday 2019-05-10), I'm going to the nice one-day Dutch python (and
friends) pygrunn conference in Groningen (NL)
again. Sold out, as usual. And rightfully so.
Anyway, to be honest, this bl
Reinout van Rees: PyGrunn: monitoring and profiling Flask apps - Patrick Vogel & Bogdan Petre
Link: http://reinout.vanrees.org/weblog/2019/05/10/1-monitoring-profiling-flask.html
(One of my summaries of a talk at the
2019 PyGrunn conference).
Patrick and Bogdan are students at Groningen University and they made the
Flask Monitoring Dashboard. Some questions you
might be inter
Link: http://reinout.vanrees.org/weblog/2019/05/10/1-monitoring-profiling-flask.html
(One of my summaries of a talk at the
2019 PyGrunn conference).
Patrick and Bogdan are students at Groningen University and they made the
Flask Monitoring Dashboard. Some questions you
might be inter
Reinout van Rees: PyGrunn: a day has only 24 ± 1 hours - Miroslav Šedivý
Link: http://reinout.vanrees.org/weblog/2019/05/10/2-timezones.html
(One of my summaries of a talk at the
2019 PyGrunn conference).
Time zones... If you do datatime.datetime.now() you'll get a date+time
without timezone information. You can get different results on y
Link: http://reinout.vanrees.org/weblog/2019/05/10/2-timezones.html
(One of my summaries of a talk at the
2019 PyGrunn conference).
Time zones... If you do datatime.datetime.now() you'll get a date+time
without timezone information. You can get different results on y
Reinout van Rees: PyGrunn: testing your infrastructure code - Ruben Homs
Link: http://reinout.vanrees.org/weblog/2019/05/10/3-testing-infrastructure-code.html
(One of my summaries of a talk at the
2019 PyGrunn conference).
Servers used to be managed by proper wizards. But even wizards can be killed
by a balrog. So... what happens when your sysadmin leaves?
Link: http://reinout.vanrees.org/weblog/2019/05/10/3-testing-infrastructure-code.html
(One of my summaries of a talk at the
2019 PyGrunn conference).
Servers used to be managed by proper wizards. But even wizards can be killed
by a balrog. So... what happens when your sysadmin leaves?
Reinout van Rees: PyGrunn: lessons from using GraphQL in production - Niek Hoekstra & Jean-Paul van Oosten
Link: http://reinout.vanrees.org/weblog/2019/05/10/4-graphql.html
(One of my summaries of a talk at the
2019 PyGrunn conference).
GraphQL is a different way to create APIs. So: differently from REST. You
describe what you want to recieve back, instead of having a f
Link: http://reinout.vanrees.org/weblog/2019/05/10/4-graphql.html
(One of my summaries of a talk at the
2019 PyGrunn conference).
GraphQL is a different way to create APIs. So: differently from REST. You
describe what you want to recieve back, instead of having a f
Reinout van Rees: PyGrunn: embedding the python interpreter - Mark Boer
Link: http://reinout.vanrees.org/weblog/2019/05/10/5-embedding-python-interpreter.html
(One of my summaries of a talk at the
2019 PyGrunn conference).
Writing scripts inside applications is often hard. Some of them luckily have
an embedded version of python, but not all of them.
Two im
Link: http://reinout.vanrees.org/weblog/2019/05/10/5-embedding-python-interpreter.html
(One of my summaries of a talk at the
2019 PyGrunn conference).
Writing scripts inside applications is often hard. Some of them luckily have
an embedded version of python, but not all of them.
Two im
Reinout van Rees: PyGrunn: data processing and visualisation of tractor data - Erik-Jan Blanksma
Link: http://reinout.vanrees.org/weblog/2019/05/10/6-data-processing-tractor.html
(One of my summaries of a talk at the
2019 PyGrunn conference).
He works for Dacom, a firm that writes software to help farmers be more
effective. Precision farming is a bit of a buzzword nowadays. Y
Link: http://reinout.vanrees.org/weblog/2019/05/10/6-data-processing-tractor.html
(One of my summaries of a talk at the
2019 PyGrunn conference).
He works for Dacom, a firm that writes software to help farmers be more
effective. Precision farming is a bit of a buzzword nowadays. Y
Reinout van Rees: PyGrunn: python as a scientist's playground - Peter Kroon
Link: http://reinout.vanrees.org/weblog/2019/05/10/7-python-scientist-playground.html
(One of my summaries of a talk at the
2019 PyGrunn conference).
He's a scientist. Quite often, he searches for python packages.
If you're writing python packages, you can learn how someone might sea
Link: http://reinout.vanrees.org/weblog/2019/05/10/7-python-scientist-playground.html
(One of my summaries of a talk at the
2019 PyGrunn conference).
He's a scientist. Quite often, he searches for python packages.
If you're writing python packages, you can learn how someone might sea
Reinout van Rees: PyGrunn: advanced pytest - Òscar Vilaplana
Link: http://reinout.vanrees.org/weblog/2019/05/10/8-advanced-pytest.html
(One of my summaries of a talk at the
2019 PyGrunn conference).
Imagine being a developer being woken up at night because your latest commit
broke the website. You fix the issue, run the tests of you
Link: http://reinout.vanrees.org/weblog/2019/05/10/8-advanced-pytest.html
(One of my summaries of a talk at the
2019 PyGrunn conference).
Imagine being a developer being woken up at night because your latest commit
broke the website. You fix the issue, run the tests of you
PyCharm: Webinar: “Advanced Debugging in PyCharm”
Link: http://feedproxy.google.com/~r/Pycharm/~3/-NkUqDu6fC4/
PyCharm’s debugger is one of its most popular features. But many just stick to the basics and don’t learn intermediate and advanced features. In this webinar, two of PyCharm’s core developers who work
Link: http://feedproxy.google.com/~r/Pycharm/~3/-NkUqDu6fC4/
PyCharm’s debugger is one of its most popular features. But many just stick to the basics and don’t learn intermediate and advanced features. In this webinar, two of PyCharm’s core developers who work
PyCharm Blog
Webinar: “Advanced Debugging in PyCharm”
PyCharm’s debugger is one of its most popular features. But many just stick to the basics and don’t learn intermediate and advanced features. In this webinar, two of PyCharm’s cor…
Paolo Amoroso: Ideas for Python Authors
Link: http://blog.paoloamoroso.com/2020/01/ideas-for-python-authors.html
One reason I’m learning Python is its ecosystem. A culture of documentation and the countless learning and training resources create opportunities of growing as a developer.The table of contents of th
Link: http://blog.paoloamoroso.com/2020/01/ideas-for-python-authors.html
One reason I’m learning Python is its ecosystem. A culture of documentation and the countless learning and training resources create opportunities of growing as a developer.The table of contents of th
Paoloamoroso
Ideas for Python Authors
One reason I’m learning Python is its ecosystem. A culture of documentation and the countless learning and training resources create opport...
Fabio Zadrozny: PyDev 7.5.0 Released (Python 3.8 and Cython)
Link: http://feedproxy.google.com/~r/blogspot/pydev/~3/go5WQOXQdV0/pydev-750-released-python-38-and-cython.html
PyDev 7.5.0 is now available for download.The major changes in this release are Python 3.8 support and improved Cython parsing.Python 3.8 should've been in 7.4.0 (but because of an oversight on my par
Link: http://feedproxy.google.com/~r/blogspot/pydev/~3/go5WQOXQdV0/pydev-750-released-python-38-and-cython.html
PyDev 7.5.0 is now available for download.The major changes in this release are Python 3.8 support and improved Cython parsing.Python 3.8 should've been in 7.4.0 (but because of an oversight on my par
Blogspot
PyDev 7.5.0 Released (Python 3.8 and Cython)
PyDev 7.5.0 is now available for download. The major changes in this release are Python 3.8 support and improved Cython parsing. Py...
Python Data: Python Data Weekly Roundup – Jan 10 2020
Link: https://pythondata.com/python-data-weekly-roundup-jan-10-2020/
In this week’s Python Data Weekly Roundup:A Comprehensive Learning Path to Understand and Master NLP in 2020If you’re looking to learn more about Natural Language Processing (NLP) in 2020, this is a v
Link: https://pythondata.com/python-data-weekly-roundup-jan-10-2020/
In this week’s Python Data Weekly Roundup:A Comprehensive Learning Path to Understand and Master NLP in 2020If you’re looking to learn more about Natural Language Processing (NLP) in 2020, this is a v
Python Data
Python Data Weekly Roundup – Jan 10 2020 - Curated Content
In the Python Data Weekly Roundup, we curate links to great content published during the week. Content covers Data Science, Machine Learning, AI and more.
Peter Bengtsson: How to have default/initial values in a Django form that is bound and rendered
Link: https://www.peterbe.com/plog/initial-values-bound-django-form-rendered
Django's Form framework is excellent. It's intuitive and versatile and, best of all, easy to use. However, one little thing that is not so intuitive is how do you render a bound form with default/init
Link: https://www.peterbe.com/plog/initial-values-bound-django-form-rendered
Django's Form framework is excellent. It's intuitive and versatile and, best of all, easy to use. However, one little thing that is not so intuitive is how do you render a bound form with default/init