Projects
- 7seg-ByteBird — Simple "Flappy Bird" like game for 7 segment display from ZeroSeg module for Raspberry Pi.
- 7Wonder-RL-Lib — Gymnasium Environment for the game Seven Wonders
- 83-numbers — Simple Calculator
- 88AB6720D79B4CBD93CAB7180920D89C — i am confused
- 8a-scraper — A Python client for scraping data from 8a.nu
- 8ball-cole-wilson-pycon-demo — 8 ball for the terminal
- 8ball-pycon-demo — 8 Ball for the terminal
- 8ball-pycon-demo-cole-wilson — 8 ball for the terminal
- 8puzz — 8_puzzle_problem
- 8q — This is for simplex method
- 8qe — This is for simplex method
- 9gag-scraper — A simple 9GAG scraper
- a_3y — 三圆计算器,cmd或命令行 python 3y 命令开始运行
- A-Api-Server — 自建一个Resful风格的接口自助服务,方便API自动化测试工具的开发与调试!
- a-bigelow.cdk-eventbridge-partner-processors — cdk-eventbridge-partner-processors
- a-calver-test — A CalVer demo
- a-comprehensive-guide-to-machine-learning-ucb-cs189 — A Comprehensive Guide to Machine Learning (UCB CS189)
- a-cv-imwrite-imread-plus — Less trouble reading/writing images with OpenCV (from url/path/buffer/base64...)
- a-cv-sift-detection — Detecting objects using openCV and sift
- a-cv2-calculate-difference — Calculates the difference between 2 images
- a-cv2-calculate-simlilarity — Calculate the simlilarity of 2 or more pictures with OpenCV
- a-cv2-easy-resize — Different ways of resizing pictures in OpenCV
- a-cv2-find-biggest-square — Get the largest blank square area in a picture
- a-cv2-imshow-thread — Solution for the window - not responding problem with cv2.imshow()
- a-cv2-putTrueTypeText — Like cv2.putText, but with TrueType Fonts (ttf)
- a-cv2-shape-finder — Detecting shapes with OpenCV, and getting all the important information in a DataFrame
- a-cv2-split-images-into-equal-parts — Split an image into equal parts
- a-cv2-text-effects — Text effects for OpenCV
- a-data-processing — A library that prepares raw documents for downstream ML tasks.
- A-FMM — Python implementation of the Aperiodic-Fourier Modal Method for electromagnetic simulation
- a-game — Jogue um jogo da velha direto pelo seu sistema python!
- a-gis — Functional python that shields users from breaking changes.
- a-john-shots — A tool to get the Security Hash Algorightms (SHA) of all file in a given path.
- a-jupyterlab-session — A JupyterLab extension.
- a-jupyterlite-session — A JupyterLab extension.
- a-la-mode — A tool for describing pure data pipelines that enables avoiding repeating work (incrementality) and keeping old data around (provenance)
- A-library — Automated Library is a software to ease the entire library-book issuing process contributing to overall standards of the library and ensuring transparent and smooth conduction of the library processes
- A-lili — 大数据3
- a-logger — A simple logger
- a-n-plus-b — CSS <An+B> microsyntax parser
- a-o-lib-001 — A small example package
- a-pandas-ex-adb-activities2df — Converts AndroidManifest.xml into a Pandas DataFrame (with all activities, queries, permissions ...)
- a-pandas-ex-adb-execute-activities — Creates (partial) functions for every Android activity using ADB
- a-pandas-ex-adb-settings-to-df — # Parses all Android config files (json/db/xml) in the /data/ folder and returns an easy-to-handle DataFrame
- a-pandas-ex-adb-to-df — Use the power of pandas to manage the files on your Android device
- a-pandas-ex-apply-against-all — Apply each value in a column against the whole column
- a-pandas-ex-apply-ignore-exceptions — Use DataFrame.apply / Series.apply with a default value for Exceptions
- a-pandas-ex-automate-win32 — Automate the Microsoft Windows GUI with Pandas! Without pywin32, only ctypes!
- a-pandas-ex-bs4df — One-line-web-scraping by combining pandas and BeautifulSoup4
- a-pandas-ex-bs4df-lite — Light version of a_pandas_ex_bs4df
- a-pandas-ex-bstcfg2df — Edit bluestacks.conf with pandas
- a-pandas-ex-closest-color — Calculates the closest colors from 2 lists
- a-pandas-ex-closest-neighbours — Find the lower and upper neighbours in a pandas.Series
- a-pandas-ex-column-reduce — Apply reduce against a whole Pandas Series
- a-pandas-ex-columns-and-index — Some useful methods for columns / index in Pandas DataFrames
- a-pandas-ex-combinatoric-iterators-to-df — Creates DataFrames from product, permutations, combinations, combinations_with_replacement with best dtype
- a-pandas-ex-console-plot — Retro Pandas - Plotting back in 1985
- a-pandas-ex-crosstab-dict — Pandas DataFrame to dict with crosstab DataFrames
- a-pandas-ex-css-selector-from-html — Generates all possible CSS selector combinations from an HTML string - Speed up your Selenium automation!
- a-pandas-ex-csv-plus — When pd.read_csv(csvstring, sep=r'\s+') doesn't work ...
- a-pandas-ex-df-to-string — Just a function to convert everything in Pandas DataFrames / Series to string
- a-pandas-ex-df-updater — Update a DataFrame/Series with the values of another
- a-pandas-ex-df2htmlstring — exports pandas DataFrames/Series as HTML (formatted string that looks like a table!)
- a-pandas-ex-dillpickle — Pickle pandas DataFrames without AttributeError: Can't pickle local object ...
- a-pandas-ex-drop-duplicates-without-pain — Some useful methods for columns / index in Pandas DataFrames
- a-pandas-ex-dumpsys-to-df — ADB 'dumpsys package' to Pandas DataFrame
- a-pandas-ex-duplicates-to-df — Creates a DataFrame/Series from duplicates
- a-pandas-ex-easy-loc — Search and replace values with df.loc without Exceptions due to dtype incompatibility
- a-pandas-ex-enumerate-groups — Groups values in a column of a DataFrame and enumerates them
- a-pandas-ex-excel-edit — If you have to change a lot of arbitrary values which don't have a clear pattern, use Excel!
- a-pandas-ex-fast-string — Up to 4x faster than Series.str.contains / Series.eq - can handle Unicode!
- a-pandas-ex-fastloc — Up to 25 times faster than df.loc by combining np.select and numexpr.evaluate (works with utf-8)
- a-pandas-ex-fastsort — Speedup up to 40 percent when sorting Pandas index/Series
- a-pandas-ex-fuzz — Intuitive way of using fuzz matching in pandas
- a-pandas-ex-fuzzymerge — Merges two DataFrames using fuzzy matching on specified columns
- a-pandas-ex-google-book-search-to-df — Google book search to Pandas DataFrame
- a-pandas-ex-group-coordinates-by-distance — Group coordinates by euclidean distance
- a-pandas-ex-horizontal-explode — Explode list/tuples in columns
- a-pandas-ex-html-view — View/save any Pandas DataFrame/Series as HTML, works with MultiIndex as well
- a-pandas-ex-image-tools — Uses pandas/numpy/numexpr for operations on pictures - very fast
- a-pandas-ex-imap2df — imap to pandas DataFrame
- a-pandas-ex-inspect2df — Converts the output of some inspect functions to a DataFrame
- a-pandas-ex-intersection-difference — Computes the intersection/symmetric difference of n DataFrames/Series
- a-pandas-ex-less-memory-more-speed — A Python package to reduce the memory usage of pandas DataFrames. It speeds up your workflow and reduces the risk of running out of memory.
- a-pandas-ex-loc-no-exceptions — Search through all columns of a DataFrame without worrying about Exceptions
- a-pandas-ex-logcat2df — ADB logcat to Pandas DataFrame for better debugging
- a-pandas-ex-logsplit — Splits a DataFrame/Series logarithmically
- a-pandas-ex-lookupdict — Creates a lookup dict from a Pandas DataFrame (tuples as keys / np as values)
- a-pandas-ex-melt-pivot-tools — Some useful melt / pivot stuff for pandas DataFrames
- a-pandas-ex-memorydump-to-df — Load a ProcDump memory dump into a Pandas DataFrame
- a-pandas-ex-mindex-aggregate — Aggregates multiple columns of a DataFrame
- a-pandas-ex-multiloc — Search for multiple values in multiple columns of a Pandas DataFrame
- a-pandas-ex-multimerge — Merges multiple DataFrames, ignores Exceptions if desired
- a-pandas-ex-numexpr — Pandas DataFrame/Series operations 8 times faster (or even more)
- a-pandas-ex-obj-into-cell — Puts objects into cells / columns of a Pandas Dataframe
- a-pandas-ex-old-school-for-loop — How about an old school inplace-for-loop for Pandas DataFrames? :)
- a-pandas-ex-pairwise-explode — Pairwise explode columns in a pandas DataFrame
- a-pandas-ex-plode-tool — No more sleepless nights due to a nested dict, json, list or whatsoever
- a-pandas-ex-read-charsep-frames — Reads data separated by any char
- a-pandas-ex-read-sql — Convert any SQL Database to a Pandas DataFrame