Code Monkey home page Code Monkey logo

App

Installation

To be written***

File Structure

Standard file structure for python packages as follows:

  • <main folder name>
    • docs/
    • src/ <- dedicated src is not always done but recommended for compatibility
      • <module_name> <- often the same name as the main folder, but should be a subfolder
        • __init__.py <- an empty file can be all that's needed at times. However, importing items here can be useful as they will be accessible to any file that is importing the overall module
        • _version.py <- autogenerated by versioneer using info from setup.cfg 1
        • main.py <- entry point file to be run
        • utils.py
        • <any other python files>
    • versioneer.py <- must be here in the top level folder 1
    • setup.py <- must be here in the top level folder 2
    • setup.cfg <- must be here in the top level folder 2
    • requirements.txt <- must be here in the top level folder 3
    • MANIFEST.in <- not strictly required
    • build/ <- optional
    • data/ <- optional, can include .csv, .jpg, etc files for the code to access
    • dist/ <- optional, would usually contain .egg, .whl, .tar.gz, etc files
    • examples/ <- optional
    • lib/ <- optional
    • scripts/ <- optional, would contain .sh files in linux/mac
    • tests/ <- optional, would contain python flies

Project Structure References

  1. https://github.com/yngvem/python-project-structure
  2. https://github.com/johnthagen/python-blueprint#project-structure

Usage

Run src/ryerrabelli/main.py with python

Tested OS and History Details

  • Tested primarily on/with
    • Mac OS X - 10.14 Mojave (on a 2018 Macbook pro with 16GB of Ram)
    • Windows 11 (on a Microsoft Surface Laptop 2 with 8GB of Ram)
    • python 3.6-3.9 derived from anaconda
    • PyCharm

License

See LICENSE.txt

Author & Contact info

Rahul Sai Yerrabelli

Service URL
GitHub https://github.com/ryerrabelli/
ORCID https://orcid.org/0000-0002-7670-9601
Google Scholar https://scholar.google.com/citations?user=pEvGRdkAAAAJ
LinkedIn https://www.linkedin.com/in/ryerrabelli
Email Email addresses as an image to prevent spam

Table generated using https://www.tablesgenerator.com/markdown_tables

Footnotes

  1. Unlike versioneer.py, the file _version.py does not have to be inside the top level folder. I prefer putting it within src/<module>/ so that it does not clutter the top level directory and so that is more easily accessible within the project. For this to work, setup.cfg should be updated so that the versioneer arguments are set to the file path src/<module>/, which is where I recommend putting _version.py. 2

  2. Some applications use only one- a setup.py or setup.cfg, but versioneer prefers both. 2

  3. Can be autogenerated by PyCharm. Will not be blank as must have versioneer at least.

Rahul S. Yerrabelli's Projects

anki-connect icon anki-connect

Anki plugin to expose a remote API for creating flash cards.

applewatchpulsedata icon applewatchpulsedata

This is a python program that can take the vital signs data from your apple watch (exported to a xml file from the iPhone health app) and statistically analyze it for the data, including taking outliers. This what originally made to see (confirm) whether I actually have a lower heart rate normally than my friend as a test of healthiness (I was right, by 13 bpm). In essence, this program is very useful to compare people. But it can also be for your own curiosity

cookiecutter-data-science icon cookiecutter-data-science

A logical, reasonably standardized, but flexible project structure for doing and sharing data science work.

expo icon expo

An expo / table numbers app for your Devpost hackathon

jmonkeyengine icon jmonkeyengine

Automatically exported from code.google.com/p/jmonkeyengine

joystick icon joystick

A simple JoyStick that use HTML5, Canvas and Vanilla JavaScript, for touch and mouse interfaces (no JQuery required), preview at:

selfcontrol icon selfcontrol

:skull: Mac app to block your own access to distracting websites etc for a predetermined period of time. It can not be undone by the app or by a restart – you must wait for the timer to run out.

testpassingchances icon testpassingchances

I used this to calculate my odds of passing my NJ EMT exam. This process of analysis is cool. Just enter how many questions you were unsure of and the different categories of unsureness. If you're confident of how sure or unsure you were, the analysis gives a very powerful prediction (the standard deviation, 25-75 percentile, are pretty small). Of course, I always assume that I got more questions wrong than I actually did, so I usually do better than the mode- but that's my fault. And I passed my exam by a landslide.

tonometrysimulation icon tonometrysimulation

Intraocular pressure IOP measurement with Goldmann applanation tonometry simulation

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.