Tullio Facchinetti
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • ATOM Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Display

Filter untagged links
page 1 / 8
159 results tagged python  ✕
Pythex: a Python regular expression editor https://pythex.org/
Tue 12 Jan 2021 10:50:36 PM CET
QRCode
online python regex
Improve your time management with Jupyter https://opensource.com/article/20/9/calendar-jupyter
Tue 15 Sep 2020 07:05:43 PM CEST
QRCode

Python has incredibly scalable options for exploring data. With Pandas or Dask, you can scale Jupyter up to big data. But what about small data? Personal data? Private data? [JupyterLab and Jupyter Notebook provide a great environment to scrutinize my laptop-based life.

article jupyter python tools
Guietta! - Easy peasy definition of Qt GUIs for Python http://www.guietta.com/
Fri 03 Jul 2020 12:01:34 PM CEST
QRCode

gui library opensource python software
Python Backdoor, fully undetectable and rich in features https://www.hackermilk.info/2020/06/python-backdoor-fully-undetectable-and.html
Wed 24 Jun 2020 06:42:57 PM CEST
QRCode

article python security software
Purge your gmail inbox with this python script https://www.hackermilk.info/2020/06/purge-your-gmail-inbox-with-this-python.html
Sat 20 Jun 2020 08:32:31 PM CEST
QRCode

Just took note of this tool, although I didn't try it out and I would be rather scared of a script that goes through my mailbox and deletes things...

article email python
10 common security gotchas in Python and how to avoid them | Hacker Noon https://hackernoon.com/10-common-security-gotchas-in-python-and-how-to-avoid-them-e19fbe265e03
Sun 14 Jun 2020 10:00:52 PM CEST
QRCode
article guidelines list programming python security
tabulate - Python library to display tabular data https://pypi.org/project/tabulate/
Mon 11 May 2020 02:10:29 PM CEST
QRCode
library programming python software
Building Finite State Machines with Python Coroutines https://arpitbhayani.me/blogs/fsm
Mon 20 Apr 2020 10:01:20 PM CEST
QRCode

The most intuitive way of building and implementing Finite State Machines is by using Python Coroutines and in this article, we find how and why.

article FSM programming python
Python programming is drowning in red tape. My experience with forking black https://stefanoborini.com/python-programming-redtape-and-blacker/
Wed 15 Apr 2020 06:06:35 PM CEST
QRCode
article critics programming python
Hacking with Python : 6 Best Online Courses for Ethical Hackers https://www.comparitech.com/blog/information-security/hacking-python-courses-online/
Mon 30 Mar 2020 12:38:30 PM CEST
QRCode

If you’re looking to get into ethical hacking, getting acquainted with Python is a great start. They discuss Python and ethical hacking and reveal the best online courses you can take to start training in the field.

course hacking online programming python resources
How To Record And Play Mouse And Keyboard Events Using Atbswp Macro Recorder (GUI) https://www.linuxuprising.com/2020/03/how-to-record-and-play-mouse-and.html
Fri 20 Mar 2020 09:07:11 PM CET
QRCode

Atbswp is a new graphical utility (Python3) that can be used to record the mouse and keyboard events, and reproduce (play) them identically as many times as you want by either clicking a button or saving it as a script and running it without having to relay on Atbswp.

article automation gui linux python software
Why does all() return True if the iterable is empty? · The Ethically-Trained Programmer https://blog.carlmjohnson.net/post/2020/python-square-of-opposition/
Wed 18 Mar 2020 08:54:00 AM CET
QRCode

How a Python function relates to a two thousand year old debate in philosophy

programming python
A Hitchhikers Guide to Asynchronous Programming https://github.com/crazyguitar/pysheeet/blob/master/docs/appendix/python-concurrent.rst
Sat 29 Feb 2020 08:29:00 AM CET
QRCode

The C10k problem is still a puzzle for a programmer to find a way to solve it. Generally, developers deal with extensive I/O operations via thread, epoll, or kqueue to avoid their software waiting for an expensive task. However, developing a readable and bug-free concurrent code is challenging due to data sharing and job dependency. Even though some powerful tools, such as Valgrind, help developers to detect deadlock or other asynchronous issues, solving these problems may be time-consuming when the scale of software grows large. Therefore, many programming languages such as Python, Javascript, or C++ dedicated to developing better libraries, frameworks, or syntaxes to assist programmers in managing concurrent jobs properly. Instead of focusing on how to use modern parallel APIs, this article mainly concentrates on the design philosophy behind asynchronous programming patterns.

article programming python
asciimatics - A cross platform package to create text UIs and ASCII art animations https://github.com/peterbrittain/asciimatics
Sun 19 Jan 2020 11:20:05 PM CET
QRCode

Asciimatics is a package to help people create full-screen text UIs (from interactive forms to ASCII animations) on any platform.

coding_lang:python library opensource programming python software terminal
vim-python-ide - Python development config https://github.com/jarolrod/vim-python-ide
Sat 18 Jan 2020 09:00:10 AM CET
QRCode

Python development configuration for vim.

image

configuration ide programming python vim
Mercurial's Journey to and Reflections on Python 3 | Gregory Szorc https://gregoryszorc.com/blog/2020/01/13/mercurial%27s-journey-to-and-reflections-on-python-3/
Tue 14 Jan 2020 07:00:13 AM CET
QRCode

Speaking as a maintainer of Mercurial and an avid user of Python, I feel like the experience of making Mercurial work with Python 3 is worth sharing because there are a number of lessons to be learned.

article python story versioning
Making Python Programs Blazingly Fast https://martinheinz.dev/blog/13
Tue 14 Jan 2020 06:30:05 AM CET
QRCode

Python haters always say, that one of reasons they don't want to use it, is that it's slow. Well, whether specific program - regardless of programming language used - is fast or slow is very much dependant on developer who wrote it and their skill and ability to write optimized and fast programs.

So, let's prove some people wrong and let's see how we can improve performance of our Python programs and make them really fast!

article optimization programming python software
Learn and Master Python in 1 Month https://youtu.be/wECc7RPAr7s
Mon 13 Jan 2020 06:17:00 PM CET
QRCode

We are providing a complete guideline to learn python. #python #tutorial #2020 This is the complete outline that you have to do to get hired as a python deve...

programming python tutorial video
What the f*ck Python! https://github.com/satwikkansal/wtfpython/
Mon 23 Dec 2019 01:00:30 PM CET
QRCode

Exploring and understanding Python through surprising snippets.

Here's a fun project attempting to explain what exactly is happening under the hood for some counter-intuitive snippets and lesser-known features in Python.

educational opensource programming python source_code
python-mode | Vim python-mode https://github.com/python-mode/python-mode
Sun 15 Dec 2019 05:22:48 PM CET
QRCode

PyLint, Rope, Pydoc, breakpoints from box.

editor opensource plugin programming python software source_code vim
page 1 / 8
3750 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn