Codementor: Better with Python: Collections
Link: https://www.codementor.io/kayhudson/better-with-python-collections-m7aif97t2
A quick introduction to a feature of the Python standard library.
Link: https://www.codementor.io/kayhudson/better-with-python-collections-m7aif97t2
A quick introduction to a feature of the Python standard library.
www.codementor.io
Better with Python: Collections | Codementor
A quick introduction to a feature of the Python standard library.
py.CheckIO: Data science & data analysis most effective libraries
Link: http://py.checkio.org/blog/data-science-and-data-analysis-libraries/
Statistics say that a modern person in one day receives the same amount of information that a typical city resident in the 19th century received in the course of a year. It’s obvious that for human
Link: http://py.checkio.org/blog/data-science-and-data-analysis-libraries/
Statistics say that a modern person in one day receives the same amount of information that a typical city resident in the 19th century received in the course of a year. It’s obvious that for human
Py.CheckiO - games for coders
Data science & data analysis most effective libraries. python coding challenges - Py.CheckiO
The field of Data Science & Data Analysis has lately become extremely popular and its language number 1 is Python. If you have always been attracted to the idea of creating artificial intelligence or you wanted to learn how a computer recognizes images…
Djangostars: How to Build a Unique Technology for Your Fintech Product with Python
Link: https://djangostars.com/blog/how-to-build-a-unique-technology-for-your-fintech-product-with-python/
Fintech is a maze. It’s a thrilling and extremely complex industry for software development. There are state level regulations, integrations with different services and institutions, bank API connecti
Link: https://djangostars.com/blog/how-to-build-a-unique-technology-for-your-fintech-product-with-python/
Fintech is a maze. It’s a thrilling and extremely complex industry for software development. There are state level regulations, integrations with different services and institutions, bank API connecti
Software Development Blog & IT Tech Insights | Django Stars
Python for FinTech Projects: Pros & Cons and Use Cases
Discover key insights into Python applications in finance. Learn how Python powers FinTech projects, from data analysis to algorithmic trading.
NumFOCUS: Announcing Julia 1.0
Link: https://numfocus.org/blog/announcing-julia-1-0
The post Announcing Julia 1.0 appeared first on NumFOCUS.
Link: https://numfocus.org/blog/announcing-julia-1-0
The post Announcing Julia 1.0 appeared first on NumFOCUS.
NumFOCUS
Announcing Julia 1.0 - NumFOCUS
NumFOCUS congratulates the Julia community on their achievement of the much-anticipated 1.0 release—the culmination of nearly a decade of work
Continuum Analytics Blog: Deploying Machine Learning Models is Hard, But It Doesn’t Have to Be
Link: https://www.anaconda.com/blog/developer-blog/deploying-machine-learning-models-is-hard-but-it-doesnt-have-to-be/
With free, open source tools like Anaconda Distribution, it has never been easier for individual data scientists to analyze data and build machine learning models on their laptops. So why does derivin
Link: https://www.anaconda.com/blog/developer-blog/deploying-machine-learning-models-is-hard-but-it-doesnt-have-to-be/
With free, open source tools like Anaconda Distribution, it has never been easier for individual data scientists to analyze data and build machine learning models on their laptops. So why does derivin
Anaconda
Deploying Machine Learning Models is Hard, But It Doesn’t Have to Be
With free, open source tools like Anaconda Distribution , it has never been easier for individual data scientists to analyze data and build machine learning models on their laptops.
So why does deriving actual business value from machine learning remain…
So why does deriving actual business value from machine learning remain…
Stack Abuse: Association Rule Mining via Apriori Algorithm in Python
Link: https://stackabuse.com/association-rule-mining-via-apriori-algorithm-in-python/
Association rule mining is a technique to identify underlying relations between different items. Take an example of a Super Market where customers can buy variety of items. Usually, there is a pattern
Link: https://stackabuse.com/association-rule-mining-via-apriori-algorithm-in-python/
Association rule mining is a technique to identify underlying relations between different items. Take an example of a Super Market where customers can buy variety of items. Usually, there is a pattern
Stack Abuse
Association Rule Mining via Apriori Algorithm in Python
Association rule mining is a technique to identify underlying relations between different items. Take an example of a Super Market where customers can buy varie...
Hynek Schlawack: Hardening Your Web Server’s SSL Ciphers
Link: https://hynek.me/articles/hardening-your-web-servers-ssl-ciphers/
There are many wordy articles on configuring your web server’s TLS ciphers. This is not one of them. Instead I will share a configuration which is both compatible enough for today’s needs and scores a
Link: https://hynek.me/articles/hardening-your-web-servers-ssl-ciphers/
There are many wordy articles on configuring your web server’s TLS ciphers. This is not one of them. Instead I will share a configuration which is both compatible enough for today’s needs and scores a
Hynek Schlawack
Hardening Your Web Server’s SSL Ciphers
There are many wordy articles on configuring your web server’s TLS ciphers. This is not one of them. Instead, I will share a configuration that scores a straight “A” on Qualys’s SSL Server Test in 2023.
NumFOCUS: Endorsements for the 2018 NumFOCUS Election
Link: https://numfocus.org/blog/endorsements-in-the-2018-numfocus-election
The post Endorsements for the 2018 NumFOCUS Election appeared first on NumFOCUS.
Link: https://numfocus.org/blog/endorsements-in-the-2018-numfocus-election
The post Endorsements for the 2018 NumFOCUS Election appeared first on NumFOCUS.
NumFOCUS
Endorsements for the 2018 NumFOCUS Election - NumFOCUS
There are two ways to qualify for an endorsement ballot: You are a NumFOCUS Supporting or Sustaining Member, or you volunteer at least...
Not Invented Here: CPython vs PyPy Memory Usage
Link: https://dev.nextthought.com/blog/2018/08/cpython-vs-pypy-memory-usage.html
If you have lots of "small" objects in a Python program (objects which
have few instance attributes), you may find that the object overhead
starts to become considerable. The common wisdom says that
Link: https://dev.nextthought.com/blog/2018/08/cpython-vs-pypy-memory-usage.html
If you have lots of "small" objects in a Python program (objects which
have few instance attributes), you may find that the object overhead
starts to become considerable. The common wisdom says that
Not Invented Here
CPython vs PyPy Memory Usage
PyPy can use significantly less memory for instances than CPython.
Mike C. Fletcher: TTFQuery 2.0.0b1 Up on PyPI
Link: http://blog.vrplumber.com/b/2018/08/10/ttfquery-200b1-pypi/
TTFQuery has a new release up. This release has a bunch of small breaking changes in it, specifically the command line demonstration tools now work differently. It also is now Python 3 ready (i.e. one
Link: http://blog.vrplumber.com/b/2018/08/10/ttfquery-200b1-pypi/
TTFQuery has a new release up. This release has a bunch of small breaking changes in it, specifically the command line demonstration tools now work differently. It also is now Python 3 ready (i.e. one
Vrplumber
Plumbing Life's Depths - TTFQuery 2.0.0b1 Up on PyPI
TTFQuery has a new release up. This release has a bunch of small breaking changes in it, specifically the command line demonstration tools now work differently. It also is now Python 3 ready (i.e. one more package should now be out of the way to get OpenGLContext…
Codementor: Understanding Python Dataclasses — Part 1
Link: https://www.codementor.io/shikharchauhan816/understanding-python-dataclasses-part-1-m2xq1bm2u
Python 3.7 introduces new dataclasses.
In this post i discuss how they work, and how you can suit them to your use case.
Link: https://www.codementor.io/shikharchauhan816/understanding-python-dataclasses-part-1-m2xq1bm2u
Python 3.7 introduces new dataclasses.
In this post i discuss how they work, and how you can suit them to your use case.
www.codementor.io
Understanding Python Dataclasses — Part 1 | Codementor
Python 3.7 introduces new dataclasses.
In this post i discuss how they work, and how you can suit them to your use case.
In this post i discuss how they work, and how you can suit them to your use case.
PyCharm: PyCharm 2018.2.2 RC
Link: http://feedproxy.google.com/~r/Pycharm/~3/MRFOXLtLuw0/
PyCharm 2018.2.2 Release Candidate is now available, with some small improvements. Get it now from our Confluence page
New in This Version
Some improvements to our pipenv support: if the pipfile spec
Link: http://feedproxy.google.com/~r/Pycharm/~3/MRFOXLtLuw0/
PyCharm 2018.2.2 Release Candidate is now available, with some small improvements. Get it now from our Confluence page
New in This Version
Some improvements to our pipenv support: if the pipfile spec
PyCharm Blog
PyCharm 2018.2.2 RC
PyCharm 2018.2.2 Release Candidate is now available, with some small improvements. Get it now from our Confluence page New in This Version Some improvements to our pipenv support: if the pipfile sp…
Artem Golubin: How Python saves memory when storing strings
Link: http://rushter.com/blog/python-strings-and-memory/
Since Python 3, the str type uses Unicode representation. Unicode strings can take up to 4 bytes per character depending on the encoding, which sometimes can be expensive from a memory perspective.
T
Link: http://rushter.com/blog/python-strings-and-memory/
Since Python 3, the str type uses Unicode representation. Unicode strings can take up to 4 bytes per character depending on the encoding, which sometimes can be expensive from a memory perspective.
T
Artem Golubin
How Python saves memory when storing strings | Artem Golubin
Peter Bengtsson: Quick dog-piling (aka stampeding herd) URL stresstest
Link: https://www.peterbe.com/plog/quick-dog-piling-url-stresstest
Whenever you want to quickly bombard a URL with some concurrent traffic, you can use this:
import random
import time
import requests
import concurrent.futures
def _get_size(url):
sleep = rand
Link: https://www.peterbe.com/plog/quick-dog-piling-url-stresstest
Whenever you want to quickly bombard a URL with some concurrent traffic, you can use this:
import random
import time
import requests
import concurrent.futures
def _get_size(url):
sleep = rand
Peterbe
Quick dog-piling (aka stampeding herd) URL stresstest
Stuff in Peter's head
Python Does What?!: python needs a frozenlist
Link: http://www.pythondoeswhat.com/2018/08/python-needs-frozenlist.html
>>> set() == frozenset()True>>> [] == ()False
Link: http://www.pythondoeswhat.com/2018/08/python-needs-frozenlist.html
>>> set() == frozenset()True>>> [] == ()False
Pythondoeswhat
python needs a frozenlist
>>> set() == frozenset() True >>> [] == () False
Kay Hayen: Nuitka this week #3
Link: http://nuitka.net/posts/nuitka-this-week-3.html
Contents
New Series Rationale
Twitter
Goto Generators
Hotfixes
Plans
New Series Rationale
This is working out well so far. I think driving more attention at the things
that are going on can only
Link: http://nuitka.net/posts/nuitka-this-week-3.html
Contents
New Series Rationale
Goto Generators
Hotfixes
Plans
New Series Rationale
This is working out well so far. I think driving more attention at the things
that are going on can only
Nuitka Home
Nuitka this week #3
Contents
New Series Rationale
Twitter
Goto Generators
Hotfixes
Plans
New Series Rationale
This is working out well so far. I think driving more attention at the things
that are going on can only b
New Series Rationale
Goto Generators
Hotfixes
Plans
New Series Rationale
This is working out well so far. I think driving more attention at the things
that are going on can only b
Codementor: Hundred sessions on Codementor and how I feel about it!
Link: https://www.codementor.io/anujmenta/hundred-sessions-on-codementor-and-how-i-feel-about-it-mb73fod79
One hundred sessions on Codementor made me share my experiences so far as a Mentor.
Link: https://www.codementor.io/anujmenta/hundred-sessions-on-codementor-and-how-i-feel-about-it-mb73fod79
One hundred sessions on Codementor made me share my experiences so far as a Mentor.
www.codementor.io
Hundred sessions on Codementor and how I feel about it! | Codementor
One hundred sessions on Codementor made me share my experiences so far as a Mentor.
Weekly Python StackOverflow Report: (cxxxviii) stackoverflow python report
Link: http://python-weekly.blogspot.com/2018/08/cxxxviii-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-08-11 16:23:07 GMTIs there a way to "fork" a list in two based on
Link: http://python-weekly.blogspot.com/2018/08/cxxxviii-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-08-11 16:23:07 GMTIs there a way to "fork" a list in two based on
Blogspot
(cxxxviii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2018...
Codementor: Python Environment Management with Conda (Python 2 + 3, Using Multiple Versions of Python)
Link: https://www.codementor.io/mgalarny/python-environment-management-with-conda-python-2-3-using-multiple-versions-of-python-mb8wraoyl
While this section of the post was largely taken and improved from stackoverflow, I feel like it is important to go over how and go over some technical issues people run into. The main idea is to have
Link: https://www.codementor.io/mgalarny/python-environment-management-with-conda-python-2-3-using-multiple-versions-of-python-mb8wraoyl
While this section of the post was largely taken and improved from stackoverflow, I feel like it is important to go over how and go over some technical issues people run into. The main idea is to have
www.codementor.io
Python Environment Management with Conda (Python 2 + 3, Using Multiple Versions of Python) | Codementor
While this section of the post was largely taken and improved from stackoverflow, I feel like it is important to go over how and go over some technical issues people run into. The main idea is to have multiple ipython kernels. The package nb_conda_kernels…
Codementor: Classification of data structure
Link: https://www.codementor.io/sabhiraj4c/classification-of-data-structure-mavby0lof
At the present world everythings are realiable on one another,either it's for surviving or it's for working.One has to take help from another to complete it's task.
As we dicussed about the...
Link: https://www.codementor.io/sabhiraj4c/classification-of-data-structure-mavby0lof
At the present world everythings are realiable on one another,either it's for surviving or it's for working.One has to take help from another to complete it's task.
As we dicussed about the...
www.codementor.io
Classification of data structure | Codementor
At the present world everythings are realiable on one another,either it's for surviving or it's for working.One has to take help from another to complete it's task.
As we dicussed about the...
As we dicussed about the...
Mike C. Fletcher: PyOpenGL 3.1.3b1 up on PyPI
Link: http://blog.vrplumber.com/b/2018/08/12/pyopengl-313b1-pypi/
So there's a beta release of PyOpenGL 3.1.3b1 up on PyPI. It needs testing on Mac and Win64/32 if possible. You should be able to install it with:
pip install "pyopengl==3.1.3b1" "pyopengl-accelerate=
Link: http://blog.vrplumber.com/b/2018/08/12/pyopengl-313b1-pypi/
So there's a beta release of PyOpenGL 3.1.3b1 up on PyPI. It needs testing on Mac and Win64/32 if possible. You should be able to install it with:
pip install "pyopengl==3.1.3b1" "pyopengl-accelerate=
Vrplumber
Plumbing Life's Depths - PyOpenGL 3.1.3b1 up on PyPI
So there's a beta release of PyOpenGL 3.1.3b1 up on PyPI. It needs testing on Mac and Win64/32 if possible. You should be able to install it with: pip install "pyopengl==3.1.3b1" "pyopengl-accelerate==3.1.3b1" The biggest change being that it should work…