Andrew Dalke: Faster BitBound ChEMBL search by using more C
Link: http://www.dalkescientific.com/writings/diary/archive/2020/10/06/faster_bitbound_chembl_search.html
This is part of a series of essays I started to write a
week ago where I use a few different approaches to implement
cheminformatics fingerprint similarity search.
Last
Thursday I developed a pro
Link: http://www.dalkescientific.com/writings/diary/archive/2020/10/06/faster_bitbound_chembl_search.html
This is part of a series of essays I started to write a
week ago where I use a few different approaches to implement
cheminformatics fingerprint similarity search.
Last
Thursday I developed a pro
EuroPython Society: EPS Board for the term 2020/2021
Link: https://www.europython-society.org/post/631306010678722560
After completion of the EuroPython Society General Assembly 2020 last Sunday, we’re happy to announce our new board for the next term:Anders Hammarquist (Treasurer)Cheukting Ho
Francesco Pierfederici
Link: https://www.europython-society.org/post/631306010678722560
After completion of the EuroPython Society General Assembly 2020 last Sunday, we’re happy to announce our new board for the next term:Anders Hammarquist (Treasurer)Cheukting Ho
Francesco Pierfederici
www.europython-society.org
EuroPython Society
EPS Board for the term 2020/2021 After completion of the EuroPython Society General Assembly 2020 last Sunday, we’re happy to announce our new board for the next term: • Anders Hammarquist...
Codementor: Learning to Code: How to Boost Up the Process?
Link: https://www.codementor.io/johnselawsky/learning-to-code-how-to-boost-up-the-process-1b0qzltmqi
I am not the one who convinces everyone that learning to program is a lightning-fast journey — the other thing is that it is not as difficult as people think. All boils down to interest, passion, regu
Link: https://www.codementor.io/johnselawsky/learning-to-code-how-to-boost-up-the-process-1b0qzltmqi
I am not the one who convinces everyone that learning to program is a lightning-fast journey — the other thing is that it is not as difficult as people think. All boils down to interest, passion, regu
www.codementor.io
Learning to Code: How to Boost Up the Process? | Codementor
I am not the one who convinces everyone that learning to program is a lightning-fast journey — the other thing is that it is not as difficult as people think. All boils down to interest, passion, regular practice, and patience, of course. I also often recommend…
Real Python: Python Community Interview With Anthony Shaw
Link: https://realpython.com/interview-anthony-shaw/
Today I’m joined by Anthony Shaw, global senior vice president for talent transformation and innovation at NTT Ltd. Anthony is also a Real Python tutorial author and has written a new book titled CPyt
Link: https://realpython.com/interview-anthony-shaw/
Today I’m joined by Anthony Shaw, global senior vice president for talent transformation and innovation at NTT Ltd. Anthony is also a Real Python tutorial author and has written a new book titled CPyt
Realpython
Python Community Interview With Anthony Shaw – Real Python
In this interview, we talk with Anthony Shaw, global senior vice president for talent transformation and innovation at NTT Ltd. We discuss a variety of topics, including Python security, advice for beginner developers, his love for the beach, and his new…
PyCharm: PyCharm 2020.2.3
Link: http://feedproxy.google.com/~r/Pycharm/~3/R4nXyLgScRo/
PyCharm 2020.2.3 is ready to be downloaded and brings some fixes that will improve your productivity. Update from within PyCharm (Help | Check for Updates), from the JetBrains Toolbox, or by downloadi
Link: http://feedproxy.google.com/~r/Pycharm/~3/R4nXyLgScRo/
PyCharm 2020.2.3 is ready to be downloaded and brings some fixes that will improve your productivity. Update from within PyCharm (Help | Check for Updates), from the JetBrains Toolbox, or by downloadi
JetBrains Blog
PyCharm 2020.2.3 – PyCharm Blog | JetBrains
PyCharm 2020.2.3 is ready to be downloaded and brings some fixes that will improve your productivity. Update from within PyCharm (Help | Check for Updates), from the JetBrains Toolbox, or by downloadi
Sebastian Pölsterl: scikit-survival 0.14 with Improved Documentation Released
Link: https://k-d-w.org/blog/2020/10/scikit-survival-0.14-with-improved-documentation-released/
Today marks the release of version 0.14.0 of scikit-survival.
The biggest change in this release is actually not in the code, but in the documentation.
This release features a complete overhaul of the
Link: https://k-d-w.org/blog/2020/10/scikit-survival-0.14-with-improved-documentation-released/
Today marks the release of version 0.14.0 of scikit-survival.
The biggest change in this release is actually not in the code, but in the documentation.
This release features a complete overhaul of the
Sebastian Pölsterl
scikit-survival 0.14 with Improved Documentation Released | Sebastian Pölsterl
Today marks the release of version 0.14.0 of scikit-survival.
The biggest change in this release is actually not in the code, but in the documentation.
This release features a complete overhaul of the documentation. Most importantly, the documentation has…
The biggest change in this release is actually not in the code, but in the documentation.
This release features a complete overhaul of the documentation. Most importantly, the documentation has…
Wingware: Wing Python IDE 7.2.6 - Octboer 7, 2020
Link: https://wingware.com/news/2020-10-07
Wing 7.2.6 improves exception reporting for pytest, implements 2w in vi mode, fixes
problems with setting up a new Django project, improves auto-spacing for / and :, reduces
CPU use when analyzing and
Link: https://wingware.com/news/2020-10-07
Wing 7.2.6 improves exception reporting for pytest, implements 2w in vi mode, fixes
problems with setting up a new Django project, improves auto-spacing for / and :, reduces
CPU use when analyzing and
Wingware
Wing Python IDE 7.2.6 - Octboer 7, 2020 - Wing Python IDE
Wing 7.2.6 improves exception reporting for pytest, implements 2w in vi mode,
fixes problems with setting up a new Django project, improves auto-spacing for / and :,
reduces CPU use when analyzing and waiting for remote files, and makes a number of
usability…
fixes problems with setting up a new Django project, improves auto-spacing for / and :,
reduces CPU use when analyzing and waiting for remote files, and makes a number of
usability…
Andrew Dalke: Even faster in-memory search with intersection popcount
Link: http://www.dalkescientific.com/writings/diary/archive/2020/10/07/intersection_popcount.html
This is part of a series of essays I started to write a
week ago where I use a few different approaches to implement
cheminformatics fingerprint similarity search.
My initial file scan implement
Link: http://www.dalkescientific.com/writings/diary/archive/2020/10/07/intersection_popcount.html
This is part of a series of essays I started to write a
week ago where I use a few different approaches to implement
cheminformatics fingerprint similarity search.
My initial file scan implement
Python Morsels: Looping with Indexes
Link: https://www.pythonmorsels.com/topics/looping-with-indexes/
Related Articles:
How to loop with indexes in Python
Transcript
If you've used another programming language before, you've probably used indexes while looping.
Often when you're trying to loop wit
Link: https://www.pythonmorsels.com/topics/looping-with-indexes/
Related Articles:
How to loop with indexes in Python
Transcript
If you've used another programming language before, you've probably used indexes while looping.
Often when you're trying to loop wit
Pythonmorsels
Looping with Indexes
Python Morsels: Looping over multiple iterables at once
Link: https://www.pythonmorsels.com/topics/looping-over-multiple-iterables/
Related Article:
Loop Better: a deeper look at iteration in Python
How to loop with indexes in Python
Transcript
Often we have to loop over two iterables at the same time. An iterable is anything
Link: https://www.pythonmorsels.com/topics/looping-over-multiple-iterables/
Related Article:
Loop Better: a deeper look at iteration in Python
How to loop with indexes in Python
Transcript
Often we have to loop over two iterables at the same time. An iterable is anything
Pythonmorsels
Looping over multiple iterables at once
Need to loop over two (or more) iterables at the same time? Don't use range. Don't use enumerate. Use the built-in zip function. As you loop over zip you'll get the n-th item from each iterable.
Sebastian Witowski: Membership Testing
Link: https://switowski.com/blog/membership-testing
Membership testing means checking if a collection of items (a list, a set, a dictionary, etc.) contains a specific item. For example, checking if a list of even numbers contains number 42. It’s a qui
Link: https://switowski.com/blog/membership-testing
Membership testing means checking if a collection of items (a list, a set, a dictionary, etc.) contains a specific item. For example, checking if a list of even numbers contains number 42. It’s a qui
Sebastian Witowski
Membership Testing
Why iterating over the whole list is a bad idea, what data structure is best for membership testing, and when it makes sense to use it?
PyCharm: PyCharm 2020.3 EAP #2
Link: http://feedproxy.google.com/~r/Pycharm/~3/1VF0Z_Pi7lU/
The second build of PyCharm 2020.3 is now available in the Early Access Program with features and fixes that will make your experience smoother and more productive.
We invite you to join the program t
Link: http://feedproxy.google.com/~r/Pycharm/~3/1VF0Z_Pi7lU/
The second build of PyCharm 2020.3 is now available in the Early Access Program with features and fixes that will make your experience smoother and more productive.
We invite you to join the program t
JetBrains Blog
PyCharm 2020.3 EAP #2 – PyCharm Blog | JetBrains
The second build of PyCharm 2020.3 is now available in the Early Access Program with features and fixes that will make your experience smoother and more productive.
We invite you to join the program t
We invite you to join the program t
Károly Nagy: Stop using await in a Python forloop
Link: http://charlesnagy.info/it/python/stop-using-await-in-a-python-forloop
Disclaimer: This might sound to be a rant but stay with me and you will see this will be a very good practical advise to speed up your async python code.
Asyncio/Await
Before we go and see how deep
Link: http://charlesnagy.info/it/python/stop-using-await-in-a-python-forloop
Disclaimer: This might sound to be a rant but stay with me and you will see this will be a very good practical advise to speed up your async python code.
Asyncio/Await
Before we go and see how deep
PyCharm: Better user experience with updates in the R plugin
Link: http://feedproxy.google.com/~r/Pycharm/~3/hgFWElBxzbA/
Over more than one and a half months, we introduced many improvements in the plugin to make your work with it more productive and comfortable.
New UI capabilities for managing R interpreters
You can e
Link: http://feedproxy.google.com/~r/Pycharm/~3/hgFWElBxzbA/
Over more than one and a half months, we introduced many improvements in the plugin to make your work with it more productive and comfortable.
New UI capabilities for managing R interpreters
You can e
JetBrains Blog
Better user experience with updates in the R plugin – PyCharm Blog | JetBrains
Over more than one and a half months, we introduced many improvements in the plugin to make your work with it more productive and comfortable.
New UI capabilities for managing R interpreters
You can e
New UI capabilities for managing R interpreters
You can e
Stack Abuse: Change Figure Size in Matplotlib
Link: https://stackabuse.com/change-figure-size-in-matplotlib/
Introduction
Matplotlib is one of the most widely used data visualization libraries in Python. Much of Matplotlib's popularity comes from its customization options - you can tweak just about any eleme
Link: https://stackabuse.com/change-figure-size-in-matplotlib/
Introduction
Matplotlib is one of the most widely used data visualization libraries in Python. Much of Matplotlib's popularity comes from its customization options - you can tweak just about any eleme
Stack Abuse
Change Figure Size in Matplotlib
In this tutorial, we'll go over how to change the size of a figure in Matplotlib. We'll use the figsize argument, as well as the set_figheight() and set_figwidth() functions on both regular axes and subplots.
Codementor: Pros and Cons of using Python Web Development
Link: https://www.codementor.io/parthbarot/pros-and-cons-of-using-python-web-development-1b1vjlolti
Python web development is a popular programming language for most companies today. Read here the 5 Important pros and cons of using python for web development.
Link: https://www.codementor.io/parthbarot/pros-and-cons-of-using-python-web-development-1b1vjlolti
Python web development is a popular programming language for most companies today. Read here the 5 Important pros and cons of using python for web development.
www.codementor.io
Pros and Cons of using Python Web Development | Codementor
Python web development is a popular programming language for most companies today. Read here the 5 Important pros and cons of using python for web development.
Matt Layman: Make A Landing Page - Building SaaS #75
Link: https://www.mattlayman.com/building-saas/make-a-landing-page/
In this episode, I added a landing page design to the app that I’m building. By using a Tailwind CSS landing page template, I could fit the design in with my existing CSS tools.
I showed some availabl
Link: https://www.mattlayman.com/building-saas/make-a-landing-page/
In this episode, I added a landing page design to the app that I’m building. By using a Tailwind CSS landing page template, I could fit the design in with my existing CSS tools.
I showed some availabl
Matt Layman
Make A Landing Page - Building SaaS #75
In this episode, I added a landing page design to the app that I'm building. By using a Tailwind CSS landing page template, I could fit the design in with my existing CSS tools.
Andrew Dalke: Cache and reuse popcount-sorted ChEMBL fingerprints
Link: http://www.dalkescientific.com/writings/diary/archive/2020/10/08/cache_sorted_fingerprints.html
The program I wrote in the
first essay of this series of ChEMBL fingerprint Tanimoto search
algorithms took 2 seconds per query. I wrote a series of new programs
which had a higher startup cost in e
Link: http://www.dalkescientific.com/writings/diary/archive/2020/10/08/cache_sorted_fingerprints.html
The program I wrote in the
first essay of this series of ChEMBL fingerprint Tanimoto search
algorithms took 2 seconds per query. I wrote a series of new programs
which had a higher startup cost in e
Talk Python to Me: #285 Dask as a Platform Service with Coiled
Link: https://talkpython.fm/episodes/show/285/dask-as-a-platform-service-with-coiled
If you're into data science, you've probably heard about Dask. It's a package that feels like familiar APIs such as Numpy, Pandas, and Scikit-Learn. Yet it can scale that computation across CPU cores
Link: https://talkpython.fm/episodes/show/285/dask-as-a-platform-service-with-coiled
If you're into data science, you've probably heard about Dask. It's a package that feels like familiar APIs such as Numpy, Pandas, and Scikit-Learn. Yet it can scale that computation across CPU cores
talkpython.fm
Dask as a Platform Service with Coiled
If you're into data science, you've probably heard about Dask. It's a package that feels like familiar APIs such as Numpy, Pandas, and Scikit-Learn. Yet it can scale that computation across CPU cores on your local machine all the way to distributed grid-based…
Real Python: The Real Python Podcast – Episode #30: Exploring the New Features of Python 3.9
Link: https://realpython.com/podcasts/rpp/30/
Python 3.9 has arrived! This week on the show, former guest and Real Python author Geir Arne Hjelle returns to talk about his recent article, "Python 3.9: Cool New Features for You to Try". Also joini
Link: https://realpython.com/podcasts/rpp/30/
Python 3.9 has arrived! This week on the show, former guest and Real Python author Geir Arne Hjelle returns to talk about his recent article, "Python 3.9: Cool New Features for You to Try". Also joini
Realpython
Episode #30: Exploring the New Features of Python 3.9 – The Real Python Podcast
Python 3.9 has arrived! This week on the show, former guest and Real Python author Geir Arne Hjelle returns to talk about his recent article, "Python 3.9: Cool New Features for You to Try". Also joining the conversation is Real Python video course instructor…