236 links
  • Zertrin's links
  • Home
  • Login
  • RSS Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 2
38 results tagged python x
  • WinPython
    WinPython is a free open-source portable distribution of the Python programming language for Windows 8/10 and scientific and educational usage.

    It is a full-featured Python-based scientific environment:

        - Designed for scientists, data-scientists, and education (thanks to NumPy, SciPy, Sympy, Matplotlib, Pandas, pyqtgraph, etc.):
            - interactive data processing and visualization using Python with Spyder and Jupyter/IPython, Pyzo, IDLEX or IDLE
            - fully integrated Cython and Numba! See included example
            - connectors (cffi, odbc, rpy2, scilab2py, requests, ...) for advanced users
        - Portable:
            - Runs out of the box(*) on any Windows 8+ with 2GB Ram (Jupyter Notebook will require a recent browser)
            - The WinPython folder can be moved to any location (**) (local, network, USB drive) with most of the application settings
        - Flexible:
            - You can install as many WinPython distributions as you want on the same machine: each one is isolated and self-consistent
            - These installations can be of different versions of Python (3.7/3.8/3.9...)
        - Customizable:
            - The integrated WinPython Package Manager (WPPM) helps installing, uninstalling or upgrading Python packages
            - It's also possible to install or upgrade packages using pip from the WinPython command prompt
            - A configuration file allows you to set environment variables at runtime

    WinPython is something different from other Python Distributions (see historic motivation and concept):

        - non-invasive: WinPython lives entirely in its own directory, without any OS installation
        - customizable: add your missing packages, zip the WinPython directory and give it to your students
        - do your own version: a winpython-creator kit is made available for you
    Fri Jan 19 18:04:33 2024 - permalink -
    - https://winpython.github.io/
    install jupyter portable python windows
  • A Dramatic Tour through Python’s Data Visualization Landscape (including ggplot and Altair) – Regress to Impress
    Overview of 5 options when it comes to statistical data visualisation in Python:

    - matplotlib
    - pandas
    - seaborn
    - ggplot
    - altair
    Mon Feb 27 08:05:47 2017 - permalink -
    - https://dansaber.wordpress.com/2016/10/02/a-dramatic-tour-through-pythons-data-visualization-landscape-including-ggplot-and-altair/
    analysis data plot python stats visualisation
  • How the Circle Line rogue train was caught with data
    Thu Dec 1 22:25:54 2016 - permalink -
    - https://blog.data.gov.sg/how-we-caught-the-circle-line-rogue-train-with-data-79405c86ab6a#.e1m3pjs8t
    data jupyter mrt python singapore train transport
  • tabulate 0.7.5 : Python Package Index
    Pretty-print tabular data in Python, a library and a command-line utility.
    Wed Aug 17 23:56:52 2016 - permalink -
    - https://pypi.python.org/pypi/tabulate
    programming python table
  • Jupyter Notebook Viewer - Probability, Paradox, and the Reasonable Person Principle
    In this notebook, we cover the basics of probability theory, and show how to implement the theory in Python. (You should have a little background in probability and Python.) Then we show how to solve some particularly perplexing paradoxical probability problems.
    Sat Jan 23 13:17:09 2016 - permalink -
    - http://nbviewer.jupyter.org/url/norvig.com/ipython/Probability.ipynb
    ipython notebook paradox paradoxe probability probabilité python
  • Python module sarge - “Subprocess Allegedly Rewards Good Encapsulation”
    If you want to interact with external programs from your Python applications, Sarge is a library which is intended to make your life easier than using the subprocess module in Python’s standard library.
    Fri Jan 22 23:06:45 2016 - permalink -
    - https://sarge.readthedocs.org/en/latest/index.html
    lib process programming python sarge subprocess
  • YouTube thumbnail
    A Better Default Colormap for Matplotlib | SciPy 2015 | Nathaniel Smith and Stéfan van der Walt - YouTube
    An interesting talk about the making of a new default colormap for matplotlib.
    Thu Nov 19 14:56:47 2015 - permalink -
    - https://www.youtube.com/watch?v=xAoljeRJ3lU
    color colormap light matlab python rgb scilab
  • Jupyter Ascending
    IPython 4.0 is out, completing the initial transition to Project Jupyter
    Wed Aug 12 23:20:24 2015 - permalink -
    - https://blog.jupyter.org/2015/08/12/first-release-of-jupyter/
    ipython jupyter programming python
  • Python Extension Packages for Windows - Christoph Gohlke
    This page provides 32- and 64-bit Windows binaries of many scientific open-source extension packages for the official CPython distribution of the Python programming language.
    Fri Jul 24 11:28:06 2015 - permalink -
    - http://www.lfd.uci.edu/~gohlke/pythonlibs/
    download package python windows
  • Regex cheatsheet
    Many programs use regular expression to find & replace text. However, they tend to come with their own different flavor.

    You can probably expect most modern software and programming languages to be using some variation of the Perl flavor, "PCRE"; however command-line tools (grep, less, ...) will often use the POSIX flavor (sometimes with an extended variant, e.g. egrep or sed -r). ViM also comes with its own syntax (a superset of what Vi accepts).

    This cheatsheet lists the respective syntax of each flavor, and the software that uses it.
    Tue Apr 14 20:12:50 2015 - permalink -
    - https://remram44.github.io/regex-cheatsheet/regex.html
    cheatsheet pcre python regex vim
  • boltons — boltons 0.5.0 documentation
    Boltons is a set of pure-Python utilities in the same spirit as — and yet conspicuously missing from — the the standard library, including:

    - Atomic file saving, bolted on with fileutils
    - A highly-optimized OrderedMultiDict, in dictutils
    - Two types of PriorityQueue, in queueutils
    - Chunked and windowed() iteration, in iterutils
    - A full-featured TracebackInfo type, for representing stack traces, in tbutils
    Sat Apr 11 12:27:44 2015 - permalink -
    - https://boltons.readthedocs.org/en/latest/
    lib programming python tools
  • Nuitka Home
    What is Nuitka
    The TL;DR ...

    Nuitka is a Python compiler.

    It's fully compatible with Python 2.6, 2.7, 3.2 and 3.3.

    You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.

    Free license (Apache).
    Mon Dec 22 22:49:00 2014 - permalink -
    - http://nuitka.net/pages/overview.html
    compiler exe programming python
  • 7 tips to Time Python scripts and control Memory & CPU usage
    Sat Nov 29 00:03:53 2014 - permalink -
    - http://www.marinamele.com/7-tips-to-time-python-scripts-and-control-memory-and-cpu-usage
    cpu debug memory profiling python time
  • Python Books
    Browse 225 Python Books. 53 Free Books.
    Fri Nov 28 23:35:21 2014 - permalink -
    - http://importpython.com/books/
    book programming python
  • xlwings - Replace Excel VBA with Python!
    Make Excel fly with Python!

    Replace your VBA code with Python, a powerful yet easy-to-use programming language that is highly suited for numerical analysis. Supports Windows & Mac!

    - Easy deployment: The receiver of an xlwings-powered spreadsheets only needs Python with minimal dependencies — or nothing at all when shipped with the Python
    - Cross-Platform: xlwings works with Microsoft Excel on Windows and Mac.
    - Plug-and-Play: No cumbersome installation of Excel add-ins or license keys.
    - Flexible: Works with pretty much every combination of Excel and Python.
    - Two way communication: Call Python from Excel or interact with Excel from Python.
    - Free and open-source: xlwings is released under a permissive BSD-License.
    Sun Sep 28 21:38:41 2014 - permalink -
    - http://xlwings.org/
    excel programming python vba windows
  • Python Module of the Week
    The Python Module of the Week series, or PyMOTW, is a tour of the Python standard library through short examples.
    Thu Jul 31 15:35:26 2014 - permalink -
    - http://pymotw.com/2/contents.html
    programming python
  • Writing code that runs under both Python2 and 3
    The intent of this page is to provide specific guidelines in a quick reference format for writing code that is compatible with both Python2 and Python3. The idea is that you can check this single page once you're familiar with the basic concepts and approaches but need a refresher on a specific coding techniques.
    Thu Oct 31 00:17:18 2013 - permalink -
    - https://wiki.python.org/moin/PortingToPy3k/BilingualQuickRef
    programming python
  • YouTube thumbnail
    Don't Do This - Python
    Video très drôle sur un tas de WTF en python. Niveau assez élevé.

    (via @sam_et_max sur twitter https://twitter.com/sam_et_max/status/385843305994395648)
    Fri Oct 4 01:30:13 2013 - permalink -
    - http://www.youtube.com/watch?v=H2yfXnUb1S4
    programming python wtf
  • Partager simplement ses fichiers en LAN - Liens en vrac de sebsauvage
    Tellement simple qu'on y pense pas forcément, sebsauvage rappelle comment partager très simplement un répertoire grâce à python :

    > Placez-vous dans le répertoire à partager et tapez:
    > python -m SimpleHTTPServer 5555
    > Et c'est tout !   Et vous pouvez y accéder par http://adresseip:5555/
    Thu Jul 11 10:32:19 2013 - permalink -
    - http://sebsauvage.net/links/?3DuywA
    partage python sebsauvage server
  • Implementing Two-Factor Authentication Is Easier Than It Seems
    User and password verification with two-factor authentication isn't as easy to use as plain old user and password, but with smartphones it comes very, very close. At the same time, the security benefits from having another secret stored on a different terminal are massive. Users' accounts aren't necessarily compromised if their passwords are.

    In my mind, two-factor authentication is one of the least tedious things you can add that adds the most security to user accounts.

    "But it's a pain to add to your application, right?"

    No! Just take a look at main() in this example that uses only the Python standard library
    Mon Jul 8 20:48:30 2013 - permalink -
    - http://throwingfire.com/you-can-be-a-twofactor-hero/
    authentification crypto OTP password python security TOTP two-factor
Links per page: 20 50 100
◄Older
page 1 / 2
Shaarli - The personal, minimalist, super-fast, no-database delicious clone by the Shaarli community - Help/documentation