最新发布第2059页
Creating Magic Functions in IPython – Part 1
Creating Magic Functions in IPython - Part 1, IPython magic functions One of the cool features of IPython are magic functions - helper functions built into IPython. They can help y...
Python decorators in a nutshell.
Python decorators in a nutshell., What's a decorator anyway? Decorators are a way to extend the behavior of pieces of software without actually having to modify them. In Python, in...
Webscraping in Python with Flask and BeautifulSoup 4
Webscraping in Python with Flask and BeautifulSoup 4, What is web scraping? Web scraping is a term used for the process of extracting HTML/XML data from websites. Once extracted, i...
PVS-Studio for Java
PVS-Studio for Java,In the seventh version of the PVS-Studio static analyzer, we added support of the Java language. It's time for a brief story of how we've started making support...
A Decade of Django Stars
A Decade of Django Stars,In 2008, the world was very different. It marked the birth of Android, the release of Fallout 3 and the first-ever bitcoin registration. It was also the ye...
Test Automation Using Pytest and Selenium WebDriver
Test Automation Using Pytest and Selenium WebDriver,In today’s times, one of the challenges that developers face is ensuring that their website/web-app works seamlessly across a d...
Introduction to Multimodal Learning Model
Introduction to Multimodal Learning Model,Learn how multimodal works in this article by Amir Ziai who is proficient in Building machine learning platforms and applications; and Qua...
Relaying and Replying to Twilio SMS via Slack with Fission.io Functions
Relaying and Replying to Twilio SMS via Slack with Fission.io Functions,Using a Serverless framework like Fission.io is a quick, and portable way to create an application layer bet...
Set Difference Python Intersection, union and difference of Sets in Python.
Set Difference Python Intersection, union and difference of Sets in Python.,I wanted to talk about sets, and four great operations they provide: Intersection: Elements two sets hav...
pipreqs: Automatically generate python dependencies
pipreqs: Automatically generate python dependencies,I recently found out this alternative method to automatically generate python dependencies for python project management. It gen...
The comprehensive guide to integrating a Python/Ruby/PHP/shell script with Node.js using child_process.spawn
The comprehensive guide to integrating a Python/Ruby/PHP/shell script with Node.js using child_process.spawn,There are occasions when running a Python/Ruby/PHP shell script from No...
REPL driven development: immediate feedback for your backend code
REPL driven development: immediate feedback for your backend code,In this talk I explain the motivations for using a REPL, and where and how it can be used. The talk is mostly a li...