Skip to content

Instantly share code, notes, and snippets.

@simecek
simecek / ep_day1_lt.ipynb
Created July 21, 2023 12:22
EP_Day1_LT.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@simecek
simecek / diffusers_demo.ipynb
Created September 6, 2022 20:01
diffusers_demo.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@simecek
simecek / locales_demo.ipynb
Created March 18, 2022 16:21
locales_demo.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@simecek
simecek / time_series_pandas_examples.ipynb
Created February 18, 2022 11:52
Time_Series_Pandas_Examples.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@simecek
simecek / trafilatura_example.ipynb
Created November 28, 2021 22:58
trafilatura_example.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@simecek
simecek / parsing_fasta.ipynb
Created September 20, 2021 22:02
Parsing FASTA with BioPython
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@simecek
simecek / cython_demo.ipynb
Created September 16, 2021 19:15
Cython_demo.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@simecek
simecek / gramformer_demo.ipynb
Created August 17, 2021 22:44
Gramformer_demo.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@simecek
simecek / styleformer-demo.ipynb
Created August 6, 2021 17:02
Styleformer demo.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@simecek
simecek / progress_bar.py
Created July 12, 2021 21:00
Progress bar for Berlin Marathon tweets
# Print iterations progress - adapted from https://stackoverflow.com/questions/3173320/text-progress-bar-in-the-console
def printProgressBar (days, total=100, prefix = '', suffix = 'dní', decimals = 1, length = 20, fill = '█', printEnd = "\r"):
"""
Call in a loop to create terminal progress bar
@params:
days - Required : iterations remaining (Int)
total - Optional : total iterations (Int)
prefix - Optional : prefix string (Str)
suffix - Optional : suffix string (Str)
decimals - Optional : positive number of decimals in percent complete (Int)