Wykop.pl Wykop.pl
  • Główna
  • Wykopalisko277
  • Hity
  • Mikroblog
  • Zaloguj się
  • Zarejestruj się
Zaloguj się

Popularne tagi

  • #ciekawostki
  • #informacje
  • #technologia
  • #polska
  • #swiat
  • #motoryzacja
  • #podroze
  • #heheszki
  • #sport

Wykop

  • Ranking
  • Osiągnięcia
  • FAQ
  • O nas
  • Kontakt
  • Reklama
  • Regulamin
seco
seco

seco

Dołączył 8 lat i 5 mies. temu
  • Obserwuj
  • Akcje 67
  • Znaleziska 67
  • Mikroblog 0
  • Obserwujący 2
  • Obserwowane 3
  • Dodane (60)
  • Opublikowane (1)
  • Komentowane (5)
  • Powiązane (0)
  • Wykopane (2)

13

Dijkstra's algorithm in Python (Find Shortest & Longest Path) - Like Geeks

Dijkstra's algorithm in Python (Find Shortest & Longest Path) - Like Geeks

In this tutorial, you will learn how to implement Dijkstra's algorithm using Python to find the shortest & longest paths step by step

seco
z
likegeeks.com
dodany: 10.02.2021, 16:20:27
  • 3
  • #
    python
  • #
    programowanie
  • #
    algorytmy

3

Exiting/Terminating Python scripts (Simple Examples) - Like Geeks

In this tutorial, you will learn about terminating Python scripts with or without error messages, exit after specified time,or from a function, and more.

seco
z
likegeeks.com
dodany: 06.05.2020, 14:43:48
  • 0
  • #
    programowanie
  • #
    python

5

20+ examples for flattening lists in Python - Like Geeks

20+ examples for flattening lists in Python - Like Geeks

In this tutorial, you will learn flattening lists with different shapes & levels in Python using as list comprehension, deep flattening, and recursion.

seco
z
likegeeks.com
dodany: 20.04.2020, 14:49:48
  • 0
  • #
    programowanie
  • #
    python

2

15+ examples for yum update command - Like Geeks

15+ examples for yum update command - Like Geeks

You will lean how to update Linux packages using yum update command, how to update a single package or all packges, rollback updates, skip errors, and more.

seco
z
likegeeks.com
dodany: 12.02.2020, 14:27:04
  • 0
  • #
    linux
  • #
    redhat
  • #
    centos

0

Matplotlib tutorial (Plotting Graphs Using pyplot) - Like Geeks

Matplotlib tutorial (Plotting Graphs Using pyplot) - Like Geeks

In this matplotlib tutorial, you will learn how to plot different types of graphs using pyplot. Like vertical & horizontal lines and control the output.

seco
z
likegeeks.com
dodany: 06.02.2020, 13:54:12
  • 0
  • #
    programowanie
  • #
    python

7

Linux find command tutorial (with examples) - Like Geeks

Linux find command tutorial (with examples) - Like Geeks

learn how to use Linux find command to find files with certain size or date. Also, learn how to find largest file or directory or latest modified files.

seco
z
likegeeks.com
dodany: 17.12.2019, 13:11:38
  • 0
  • #
    linux
  • #
    ubuntu
  • #
    redhat
  • #
    gnulinux
  • #
    debian
  • #
    centos

4

15+ examples for Linux cURL command - Like Geeks

15+ examples for Linux cURL command - Like Geeks

You will learn how to download & upload files, pages using Linux cURl command. Also, how to use proxies, download large files, send & read emails.

seco
z
likegeeks.com
dodany: 09.12.2019, 13:24:41
  • 0
  • #
    linux
  • #
    ubuntu

3

SSH Connection Refused (Causes & Solutions) - Like Geeks

SSH Connection Refused (Causes & Solutions) - Like Geeks

In this tutorial, you will know causes for the SSH Connection Refused problem and soutions for all of them, step by step. Also, how to debug SSH connection.

seco
z
likegeeks.com
dodany: 26.11.2019, 14:05:47
  • 0
  • #
    linux
  • #
    ubuntu

3

Understanding Linux runlevels the right way - Like Geeks

Understanding Linux runlevels the right way - Like Geeks

You will learn about Linux runlevels, benefits of them, how to change the current runlevel, systemd targets vs runlevels, and which one is the best for you.

seco
z
likegeeks.com
dodany: 21.11.2019, 14:25:56
  • 1
  • #
    linux
  • #
    opensource

2

Python standard deviation tutorial - Like Geeks

Python standard deviation tutorial - Like Geeks

In this tuorial, you will learn how to perform Python standard deviation on a list, array, dictionary, matrix, pandas DataFrame, and other types.

seco
z
likegeeks.com
dodany: 19.11.2019, 13:39:03
  • 0
  • #
    programowanie
  • #
    python

1

10+ examples for killing a process in Linux - Like Geeks

10+ examples for killing a process in Linux - Like Geeks

In this tutorial, you will learn about killing a process in Linux in many ways such as killing processes by name or PID. Also killing background or stopped.

seco
z
likegeeks.com
dodany: 13.11.2019, 13:49:38
  • 0
  • #
    linux
  • #
    ubuntu

8

15 Linux ping command examples for network diagnostics - Like Geeks

15 Linux ping command examples for network diagnostics - Like Geeks

Learn how to use Linux ping command with examples. How to ping with a proxy, ping IPv6, Ping a specific port, ping multiple hosts, check latency, and more.

seco
z
likegeeks.com
dodany: 04.09.2019, 14:17:32
  • 2
  • #
    linux

6

Python zip function tutorial (Simple Examples) - Like Geeks

Python zip function tutorial (Simple Examples) - Like Geeks

Learn how to join multiple iterables into one single object using Python zip function. Learn how to zip lists and matricies, send output to a file, and more

seco
z
likegeeks.com
dodany: 23.07.2019, 15:01:32
  • 0
  • #
    programowanie
  • #
    python

1

Python Image Processing Tutorial (Using OpenCV) - Like Geeks

Python Image Processing Tutorial (Using OpenCV) - Like Geeks

Learn how to process images using Python OpenCV library such as crop, resize, rotate, apply a mask, convert to grayscale, reduce noise and much more.

seco
z
likegeeks.com
dodany: 05.03.2019, 16:41:07
  • 0
  • #
    programowanie
  • #
    python
  • #
    opencv

2

Downloading Files using Python (Simple Examples) - Like Geeks

Downloading Files using Python (Simple Examples) - Like Geeks

Learn how to download files from the web using Python modules like requests, urllib, and wget. We used many techniques and download from multiple sources.

seco
z
likegeeks.com
dodany: 12.02.2019, 15:48:22
  • 0
  • #
    programowanie
  • #
    python

2

Create your first Python web crawler using Scrapy - Like Geeks

Create your first Python web crawler using Scrapy - Like Geeks

Learn how to develop a Python web crawler to crawl websites and extract useful data. You will learn Scrapy basics and how to build a working spider.

seco
z
likegeeks.com
dodany: 06.02.2019, 14:07:42
  • 0
  • #
    technologia
  • #
    programowanie
  • #
    python

2

Python NumPy array tutorial - Like Geeks

Python NumPy array tutorial - Like Geeks

In this tutorial, you will learn how to perform many NumPy array operations such as adding, deleting, sorting, and extracting values, row, and columns.

seco
z
likegeeks.com
dodany: 04.02.2019, 16:07:03
  • 1
  • #
    programowanie
  • #
    python
  • #
    machinelearning

1

PyQt5 drawing tutorial (Painting APIs) - Like Geeks

PyQt5 drawing tutorial (Painting APIs) - Like Geeks

Learn how to draw vector graphics using PyQt5 drawing APIs. You'll learn how to draw many shapes such as circle, triangle, ellipse, rectangle, and much more

seco
z
likegeeks.com
dodany: 30.01.2019, 16:15:07
  • 0
  • #
    programowanie
  • #
    python

2

Ansible tutorial - Automate your systems - Like Geeks

Ansible tutorial - Automate your systems - Like Geeks

In this tutorial, you will learn how to install Ansible on Ubuntu. You will write your first YAML file and learn some Ansible features such as Playbook.

seco
z
likegeeks.com
dodany: 28.01.2019, 18:00:32
  • 0
  • #
    technologia
  • #
    linux
  • #
    ansible

3

Kivy tutorial - Build desktop GUI apps using Python - Like Geeks

Kivy tutorial - Build desktop GUI apps using Python - Like Geeks

Learn how to develop GUI desktop applications using Python Kivy library. In this tutorial, you will learn by examples how to play with kivy widgets.

seco
z
likegeeks.com
dodany: 21.01.2019, 14:29:30
  • 0
  • #
    programowanie
  • #
    python
  • <
  • 1
  • 2
  • 3
  • Strona 1 z 3
  • >

Osiągnięcia

  • Rocznica
    od 25.05.2022

    Rocznica

Wykop © 2005-2025

  • O nas
  • Reklama
  • FAQ
  • Kontakt
  • Regulamin
  • Polityka prywatności i cookies
  • Hity
  • Ranking
  • Osiągnięcia
  • Changelog
  • więcej

RSS

  • Wykopane
  • Wykopalisko
  • Komentowane
  • Ustawienia prywatności

Regulamin

Reklama

Kontakt

O nas

FAQ

Osiągnięcia

Ranking