Close

Python Imgaug

Imgaug is a Python library for image augmentation. Imgaug can be used to augment images for machine learning tasks artificially.

GitHub – google/yapf: A formatter for Python files

GitHub - google/yapf: A formatter for Python files

YAPF (Yet Another Python Formatter) is a Python code formatter developed by Google. It’s designed to automatically format Python code to conform to a specified style guide. The primary goal of YAPF is to produce code that looks as if a human wrote it while strictly adhering to the style […]

Devamını Oku

Harnessing the Power of SciPy: Your Gateway to Scientific Computing in Python

Harnessing the Power of SciPy: Your Gateway to Scientific Computing in Python

Python has emerged as a frontrunner thanks to its extensive library range that facilitates various scientific and technical computations in the dynamic world of data science and computational science. One such library that stands out is SciPy, a free and open-source Python library used for high-level analyses. Introduction to SciPy […]

Devamını Oku

Sprint Planning Meetings – Agile Coach

Sprint Planning Meetings - Agile Coach

A Sprint Planning Meeting is a time-boxed event in the Scrum framework that occurs at the beginning of a sprint. The purpose of the meeting is to plan the work the team will complete during the upcoming sprint. During the meeting, the team, led by the Scrum Master and the […]

Devamını Oku

The Productive Habits That Will Help You to Get More Done Easily

The Productive Habits That Will Help You to Get More Done Easily

Developing productive habits can be life-changing and help you get more done daily. Habits are actions that become routine and almost effortless over time. When focused on productivity, they can help reduce your to-do list and increase your free time. Here are some productive habits you can start incorporating into […]

Devamını Oku

A digital right to the city: who defines democracy in smart cities?

A digital right to the city: who defines democracy in smart cities?

Digitization of the city is heralded as the bottom-up empowerment of its citizens. But who defines citizenship as digital technology infiltrating everything from personalized experience to the unimagined potential of networked urban space? Mark Dean unpacks recent academic literature that questions citizens’ rights in the hyper-connected city.  Improving the smart city for […]

Devamını Oku

Anaconda/Miniconda install/Update/Uninstall on MacOS.

Anaconda/Miniconda install/Update/Uninstall on MacOS

Installing on macOS Installing in silent mode Note The following instructions are for Miniconda. For Anaconda, substitute Anaconda for Miniconda in all of the commands. To run the silent installation of Miniconda for macOS or Linux, specify the -b and -p arguments of the bash installer. The following arguments are supported: EXAMPLE: wget https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -O ~/miniconda.sh […]

Devamını Oku

Building a REST API using Python and Flask | Flask-RESTful

Building a REST API using Python and Flask | Flask-RESTful

Python is a high-level programming language widely used for web development, scientific computing, data analysis, artificial intelligence, and many other applications. It is known for its simplicity, readability, and ease of use, making it a popular choice for beginners and experienced programmers. Flask is a web framework for Python designed […]

Devamını Oku