All Projects → 04_Python_Functions → Similar Projects or Alternatives

28 Open source projects that are alternatives of or similar to 04_Python_Functions

07 Python Advanced Topics
You'll learn about Iterators, Generators, Closure, Decorators, Property, and RegEx in detail with examples.
Stars: ✭ 232 (+13.73%)
90 Python Examples
The best way to learn Python is by practicing examples. The repository contains examples of basic concepts of Python. You are advised to take the references from these examples and try them on your own.
Stars: ✭ 190 (-6.86%)
01 Python Introduction
Learn the basics of Python. These tutorials are for Python beginners. so even if you have no prior knowledge of Python, you won’t face any difficulty understanding these tutorials.
Stars: ✭ 229 (+12.25%)
11 Python Matplotlib Module
Matplotlib is an amazing visualization library in Python for 2D plots of arrays. Matplotlib is a multi-platform data visualization library built on NumPy arrays and designed to work with the broader SciPy stack. It was introduced by John Hunter in the year 2002. One of the greatest benefits of visualization is that it allows us visual access to …
Stars: ✭ 206 (+0.98%)
05 Python Files
Python too supports file handling and allows users to handle files i.e., to read and write files, along with many other file handling options, to operate on files. The concept of file handling has stretched over various other languages, but the implementation is either complicated or lengthy, but like other concepts of Python, this concept here …
Stars: ✭ 163 (-20.1%)
03 Python Flow Control
Flow control is the order in which statements or blocks of code are executed at runtime based on a condition. Learn Conditional statements, Iterative statements, and Transfer statements
Stars: ✭ 207 (+1.47%)
milaan9
No description or website provided.
Stars: ✭ 190 (-6.86%)
02 Python Datatypes
Data types specify the different sizes and values that can be stored in the variable. For example, Python stores numbers, strings, and a list of values using different data types. Learn different types of Python data types along with their respective in-built functions and methods.
Stars: ✭ 192 (-5.88%)
93 Python Data Analytics Projects
This repository contains all the data analytics projects that I've worked on in python.
Stars: ✭ 208 (+1.96%)
Python Computer Vision from Scratch
This repository explores the variety of techniques commonly used to analyze and interpret images. It also describes challenging real-world applications where vision is being successfully used, both for specialized applications such as medical imaging, and for fun, consumer-level tasks such as image editing and stitching, which students can apply…
Stars: ✭ 219 (+7.35%)
sphinx-rest-cheatsheet
A compact cheat sheet for writing documentation string for Sphinx, with focus on Python.
Stars: ✭ 17 (-91.67%)
Mutual labels:  docstrings
chimera
Lazy infinite compact streams with cache-friendly O(1) indexing and applications for memoization
Stars: ✭ 47 (-76.96%)
Mutual labels:  recursive-functions
declarative-parser
Modern, declarative argument parser for Python 3.6+
Stars: ✭ 31 (-84.8%)
Mutual labels:  docstrings
tr29124 test
C++ special math functions
Stars: ✭ 16 (-92.16%)
Mutual labels:  math-functions
go-workshops
Go language basic workshops for devz
Stars: ✭ 68 (-66.67%)
Mutual labels:  anonymous-functions
powerapps-docstring
PowerApps-docstring is a console based, pipeline ready application that automatically generates user and technical documentation for Power Apps.
Stars: ✭ 30 (-85.29%)
Mutual labels:  docstrings
Clustering Algorithms from Scratch
Implementing Clustering Algorithms from scratch in MATLAB and Python
Stars: ✭ 170 (-16.67%)
Mutual labels:  tutor-milaan9
numpydoc.el
Insert NumPy style docstrings in Python functions.
Stars: ✭ 33 (-83.82%)
Mutual labels:  docstrings
geodesy-php
Geodesy PHP - Port of some known geodesic/math functions for getting distance from a known point A to a known point B given their coordinates. It also supports conversion between units of length, Polar position to Cartesian coordinates, and different Reference Datums.
Stars: ✭ 26 (-87.25%)
Mutual labels:  math-functions
shopnote
shopnote is a JAMstack application that helps in creating notes with shopping items. This application is built to showcase the JAMstack concept using Fauna, Netlify Serverless Functions and GatsbyJS.
Stars: ✭ 15 (-92.65%)
Mutual labels:  lamda-functions
vim-nayvy
🌑 Enriching python coding in Vim 🐍
Stars: ✭ 66 (-67.65%)
Mutual labels:  docstrings
sphinxcontrib-django
This is a sphinx extension which improves the documentation of Django apps.
Stars: ✭ 37 (-81.86%)
Mutual labels:  docstrings
LegibleLambdas.jl
Provides a simple macro to make readable anonymous functions in Julia
Stars: ✭ 24 (-88.24%)
Mutual labels:  anonymous-functions
php-mock-prophecy
Mock built-in PHP functions (e.g. time()) with Prophecy (phpspec).
Stars: ✭ 16 (-92.16%)
Mutual labels:  builtin-functions
php-mock-mockery
Mock non deterministic built-in PHP functions (e.g. time() or rand()) with Mockery.
Stars: ✭ 33 (-83.82%)
Mutual labels:  builtin-functions
pytkdocs
Load Python objects documentation.
Stars: ✭ 44 (-78.43%)
Mutual labels:  docstrings
flake8-docstrings
Integration of pydocstyle and flake8 for combined linting and reporting
Stars: ✭ 73 (-64.22%)
Mutual labels:  docstrings
1-28 of 28 similar projects