Skip to content

Instantly share code, notes, and snippets.

View DanielBeckstein's full-sized avatar

Daniel Beckstein DanielBeckstein

  • Bavaria
View GitHub Profile
@DanielBeckstein
DanielBeckstein / flickr_download_files.py
Last active December 14, 2016 16:00
Download flickr images by url
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Copyright (c) 2016 Daniel Beckstein
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
@DanielBeckstein
DanielBeckstein / flickr_rest_api_based_some_python_utils.py
Last active January 21, 2021 16:24
Python script - that uses flickr rest api - to handle some flickr api calls (get images for keywords, get only images with certain licenses) for more details check out the awesome official flickr-api documentation: https://www.flickr.com/services/api/ - how to get your api key: https://www.flickr.com/services/apps/create/apply/
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Copyright (c) 2016 Daniel Beckstein
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
@DanielBeckstein
DanielBeckstein / Installing-xgboost.md
Last active November 10, 2023 12:07
How to install xgboost for Python on Linux

Commands Linux-Terminal

How to use inside python scripts