EuroPython: EuroPython 2020: First batch of edited videos available
Link: https://blog.europython.eu/post/629320931800694784
We’re happy to release the first 30 cut videos of EuroPython 2020. You can watch them on our YouTube channel:EuroPython 2020 PlaylistOver the next few days/weeks, we’ll keep releasing more videos in b
Link: https://blog.europython.eu/post/629320931800694784
We’re happy to release the first 30 cut videos of EuroPython 2020. You can watch them on our YouTube channel:EuroPython 2020 PlaylistOver the next few days/weeks, we’ll keep releasing more videos in b
blog.europython.eu
EuroPython Blog
EuroPython 2020: First batch of edited videos available We’re happy to release the first 30 cut videos of EuroPython 2020. You can watch them on our YouTube channel: EuroPython 2020 Playlist Over the...
Real Python: Command Line Interfaces in Python
Link: https://realpython.com/courses/command-line-interfaces/
Adding the capability of processing Python command line arguments provides a user-friendly interface to your text-based command line program. It’s similar to what a graphical user interface is for a v
Link: https://realpython.com/courses/command-line-interfaces/
Adding the capability of processing Python command line arguments provides a user-friendly interface to your text-based command line program. It’s similar to what a graphical user interface is for a v
Realpython
Command Line Interfaces in Python – Real Python
Command line arguments are the key to converting your programs into useful and enticing tools that are ready to be used in the terminal of your operating system. In this course, you'll learn their origins, standards, and basics, and how to implement them…
Andrew Dalke: Changes in chemfp 3.4
Link: http://www.dalkescientific.com/writings/diary/archive/2020/09/15/chemfp_34_changes.html
In a previous
essay I talked about the new licensing model in the recent chemfp
3.4 release. In short, no-cost academic licensing is now available, a
pre-compiled version of the package, with some r
Link: http://www.dalkescientific.com/writings/diary/archive/2020/09/15/chemfp_34_changes.html
In a previous
essay I talked about the new licensing model in the recent chemfp
3.4 release. In short, no-cost academic licensing is now available, a
pre-compiled version of the package, with some r
PyCoder’s Weekly: Issue #438 (Sept. 15, 2020)
Link: https://pycoders.com/issues/438
#438 – SEPTEMBER 15, 2020 View in Browser » Under the Hood of Calling C/C++ From Python Take a walk through internals of ctypes, libffi, binary extensions, and other tools that power seamless in
Link: https://pycoders.com/issues/438
#438 – SEPTEMBER 15, 2020 View in Browser » Under the Hood of Calling C/C++ From Python Take a walk through internals of ctypes, libffi, binary extensions, and other tools that power seamless in
Pycoders
PyCoder’s Weekly | Issue #438
Issue #438 of the PyCoder’s Weekly newsletter, published Sept. 15, 2020.
Andrew Dalke: chemfp on the command-line
Link: http://www.dalkescientific.com/writings/diary/archive/2020/09/15/chemfp_on_the_commandline.html
In this essay I'll gives some examples of using chemfp on the command-line to search
ChEMBL. Chemfp is a Python package for high-performance
cheminformatics fingerprint similarity search. If you wan
Link: http://www.dalkescientific.com/writings/diary/archive/2020/09/15/chemfp_on_the_commandline.html
In this essay I'll gives some examples of using chemfp on the command-line to search
ChEMBL. Chemfp is a Python package for high-performance
cheminformatics fingerprint similarity search. If you wan
Nathan Piccini Data Science Dojo Blog: Building a Chatbot with Google DialogFlow
Link: https://blog.datasciencedojo.com/building-a-chatbot-with-google-dialogflow/
Chatbots have become extremely popular in recent years and their use in e-commerce has industry has skyrocketed. They have found a strong foothold in almost every task that requires text-based public
Link: https://blog.datasciencedojo.com/building-a-chatbot-with-google-dialogflow/
Chatbots have become extremely popular in recent years and their use in e-commerce has industry has skyrocketed. They have found a strong foothold in almost every task that requires text-based public
Data Science Blog | AI, ML, big data analytics
Building a Smart Chatbot with Dialogflow
In this article, we'll explore Google's Dialogflow Conversational AI Platform and will use it to build a smart, contextually aware chatbot.
Mike Driscoll: wxPython by Example: Adding Icons to the Title Bar (Video)
Link: https://www.blog.pythonlibrary.org/2020/09/16/wxpython-by-example-adding-icons-to-the-title-bar-video/
In this video tutorial, you will learn how to add icons to your wxPython application’s title bar. This is a nice feature to add to your application to give your program some branding.
The post wxPyth
Link: https://www.blog.pythonlibrary.org/2020/09/16/wxpython-by-example-adding-icons-to-the-title-bar-video/
In this video tutorial, you will learn how to add icons to your wxPython application’s title bar. This is a nice feature to add to your application to give your program some branding.
The post wxPyth
The Mouse Vs. The Python
wxPython by Example: Adding Icons to the Title Bar (Video) - The Mouse Vs. The Python
In this video tutorial, you will learn how to add icons to your wxPython application’s title bar. This is a nice feature to add to your application to give your program some branding.
Kodnito: Integrate Summernote Editor in Django application
Link: https://kodnito.com/posts/integrate-summernote-editor-django-application/
In this tutorial, we will learn how to integrate Summernote WYSIWYG Editor in Django.
Link: https://kodnito.com/posts/integrate-summernote-editor-django-application/
In this tutorial, we will learn how to integrate Summernote WYSIWYG Editor in Django.
Kodnito
Integrate Summernote Editor in Django application - Kodnito
In this tutorial, we will learn how to integrate Summernote WYSIWYG Editor in Django. - Kodnito
STX Next: Python vs. JavaScript: Is It a Fair Comparison?
Link: https://www.stxnext.com/blog/python-vs-javascript-comparison/
When we talk about building a project with Python or JavaScript, we very rarely mean building every software component with one programming language.
Link: https://www.stxnext.com/blog/python-vs-javascript-comparison/
When we talk about building a project with Python or JavaScript, we very rarely mean building every software component with one programming language.
Stxnext
Python vs. JavaScript: Is It a Fair Comparison?
Python vs. JavaScript is not a competition—it’s about knowing when and how to use programming languages to get the best results and return on investment.
Python Circle: Python Requests Library: Sending HTTP GET and POST requests using Python
Link: https://www.pythoncircle.com/post/718/python-requests-library-sending-http-get-and-post-requests-using-python/
Python requests library to send GET and POST requests, Sending query params in Python Requests GET method, Sending JSON object using python requests POST method, checking response headers and response
Link: https://www.pythoncircle.com/post/718/python-requests-library-sending-http-get-and-post-requests-using-python/
Python requests library to send GET and POST requests, Sending query params in Python Requests GET method, Sending JSON object using python requests POST method, checking response headers and response
Python Circle
Python Requests Library: Sending HTTP GET and POST requests using Python
Python requests library to send GET and POST requests, Sending query params in Python Requests GET method, Sending JSON object using python requests POST method, checking response headers and response status in python requests library
Python Circle: Sending email with attachments using Python built-in email module
Link: https://www.pythoncircle.com/post/719/sending-email-with-attachments-using-python-built-in-email-module/
Sending email with attachments using Python built-in email module, adding image as attachment in email while sending using Python, Automating email sending process using Python, Automating email attac
Link: https://www.pythoncircle.com/post/719/sending-email-with-attachments-using-python-built-in-email-module/
Sending email with attachments using Python built-in email module, adding image as attachment in email while sending using Python, Automating email sending process using Python, Automating email attac
Python Circle
Sending email with attachments using Python built-in email module
Sending email with attachments using Python built-in email module, adding image as attachment in email while sending using Python, Automating email sending process using Python, Automating email attachment using python
Stack Abuse: Python: Check if Variable is a Number
Link: https://stackabuse.com/python-check-if-variable-is-a-number/
Introduction
In this article, we'll be going through a few examples of how to check if a variable is a number in Python.
Python is dynamically typed. There is no need to declare a variable type, while
Link: https://stackabuse.com/python-check-if-variable-is-a-number/
Introduction
In this article, we'll be going through a few examples of how to check if a variable is a number in Python.
Python is dynamically typed. There is no need to declare a variable type, while
Stack Abuse
Python: Check if Variable is a Number
In this tutorial, we'll go over three examples of how to check if a variable is a number in Python. These are the type() function, the numbers module and the try-catch approach.
Andrew Dalke: Faster gzip reading in Python
Link: http://www.dalkescientific.com/writings/diary/archive/2020/09/16/faster_gzip_reading_in_python.html
In this essay I'll describe how I improved chemfp's gzip read performance by about
15% by replacing Python's built-in gzip module
with a ctypes
interface to libz. If you need faster gzip read perfor
Link: http://www.dalkescientific.com/writings/diary/archive/2020/09/16/faster_gzip_reading_in_python.html
In this essay I'll describe how I improved chemfp's gzip read performance by about
15% by replacing Python's built-in gzip module
with a ctypes
interface to libz. If you need faster gzip read perfor
Real Python: Numbers in Python
Link: https://realpython.com/python-numbers/
You don’t need to be a math whiz to program well. The truth is, few programmers need to know more than basic algebra. Of course, how much math you need to know depends on the application you’re workin
Link: https://realpython.com/python-numbers/
You don’t need to be a math whiz to program well. The truth is, few programmers need to know more than basic algebra. Of course, how much math you need to know depends on the application you’re workin
Realpython
Numbers in Python – Real Python
In this tutorial, you'll learn about numbers and basic math in Python. You'll explore integer, floating-point numbers, and complex numbers and see how perform calculations using Python's arithmetic operators, math functions, and number methods.
Python Software Foundation: Python Software Foundation End-of-the-Year Fundraiser
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/lqD8wjLxcTQ/python-software-foundation-end-of-year.html
We’re excited to announce that plans are underway for our end-of-the-year 2020 fundraising campaign launching on November 23rd and ending on December 31st!In the past, we’ve worked successfully with o
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/lqD8wjLxcTQ/python-software-foundation-end-of-year.html
We’re excited to announce that plans are underway for our end-of-the-year 2020 fundraising campaign launching on November 23rd and ending on December 31st!In the past, we’ve worked successfully with o
Blogspot
Python Software Foundation End-of-the-Year Fundraiser
We’re excited to announce that plans are underway for our end-of-the-year 2020 fundraising campaign launching on November 23rd and ending on...
Erik Marsja: Pandas Convert Column to datetime – object/string, integer, CSV & Excel
Link: https://www.marsja.se/pandas-convert-column-to-datetime/
The post Pandas Convert Column to datetime – object/string, integer, CSV & Excel appeared first on Erik Marsja.
In Pandas, you can convert a column (string/object or integer type) to datetime using th
Link: https://www.marsja.se/pandas-convert-column-to-datetime/
The post Pandas Convert Column to datetime – object/string, integer, CSV & Excel appeared first on Erik Marsja.
In Pandas, you can convert a column (string/object or integer type) to datetime using th
Erik Marsja
Pandas Convert Column to datetime - object/string, integer, CSV & Excel
In this tutorial, you will learn how to convert a Pandas column to datetime both in existing dataframes as well as when reading data.
Codementor: The Zen of Python: As Related by Masters
Link: https://www.codementor.io/abdurrahmaanj/the-zen-of-python-as-related-by-masters-1adi3kuiwy
Kissing the soul of Python
Link: https://www.codementor.io/abdurrahmaanj/the-zen-of-python-as-related-by-masters-1adi3kuiwy
Kissing the soul of Python
www.codementor.io
The Zen of Python: As Related by Masters | Codementor
Kissing the soul of Python
Sebastian Witowski: For Loop vs. List Comprehension
Link: https://switowski.com/blog/for-loop-vs-list-comprehension
Many simple “for loops” in Python can be replaced with list comprehensions. You can often hear that list comprehension is “more Pythonic” (almost as if there was a scale for comparing how Pythonic so
Link: https://switowski.com/blog/for-loop-vs-list-comprehension
Many simple “for loops” in Python can be replaced with list comprehensions. You can often hear that list comprehension is “more Pythonic” (almost as if there was a scale for comparing how Pythonic so
Sebastian Witowski
For Loop vs. List Comprehension
Simple "for loops" can be replaced with a list comprehension. But is it going to make our code faster? And what limitations list comprehension has?
Python Insider: Python 3.9.0rc2 is now available for testing
Link: http://feedproxy.google.com/~r/PythonInsider/~3/PFYcCrG5Al4/python-390rc2-is-now-available-for.html
Python 3.9.0 is almost ready. This release, 3.9.0rc2, is the last planned preview before the final release of Python 3.9.0 on 2020-10-05. Get it here:https://www.python.org/downloads/release/python-3
Link: http://feedproxy.google.com/~r/PythonInsider/~3/PFYcCrG5Al4/python-390rc2-is-now-available-for.html
Python 3.9.0 is almost ready. This release, 3.9.0rc2, is the last planned preview before the final release of Python 3.9.0 on 2020-10-05. Get it here:https://www.python.org/downloads/release/python-3
Blogspot
Python Insider: Python 3.9.0rc2 is now available for testing
PyCharm: PyCharm 2020.2.2
Link: http://feedproxy.google.com/~r/Pycharm/~3/N3U0A-gxb6w/
PyCharm 2020.2.2 is out now with important fixes to improve your usability and productivity. Update from within PyCharm (Help | Check for Updates), using the JetBrains Toolbox, or by downloading the n
Link: http://feedproxy.google.com/~r/Pycharm/~3/N3U0A-gxb6w/
PyCharm 2020.2.2 is out now with important fixes to improve your usability and productivity. Update from within PyCharm (Help | Check for Updates), using the JetBrains Toolbox, or by downloading the n
JetBrains Blog
PyCharm 2020.2.2 – PyCharm Blog | JetBrains
PyCharm 2020.2.2 is out now with important fixes to improve your usability and productivity. Update from within PyCharm (Help | Check for Updates), using the JetBrains Toolbox, or by downloading the n
The Digital Cat: TDD in Python with pytest - Part 4
Link: https://www.thedigitalcatonline.com/blog/2020/09/17/tdd-in-python-with-pytest-part-4/
This is the fourth post in the series "TDD in Python with pytest" where I develop a simple project following a strict TDD methodology. The posts come from my book Clean Architectures in Python and hav
Link: https://www.thedigitalcatonline.com/blog/2020/09/17/tdd-in-python-with-pytest-part-4/
This is the fourth post in the series "TDD in Python with pytest" where I develop a simple project following a strict TDD methodology. The posts come from my book Clean Architectures in Python and hav
Thedigitalcatonline
TDD in Python with pytest - Part 4
Read the full post on The Digital Cat