Git Product home page Git Product logo

artec's Introduction

Hiya ๐Ÿ‘‹, I'm Hussein

An Egyptian student and developer.

Hushm's Profile

  • ๐Ÿ”ญ Iโ€™m currently working on Anubis Coming SOON. ๐Ÿคฉ๐Ÿคฉ
  • ๐Ÿ‘จโ€๐Ÿ’ป All of my projects are available at repos

  • ๐Ÿ’ฌ Ask me about Arch Linux and Python

  • ๐Ÿ“ซ You can reach me Here

  • โšก Fun fact I really REALLY like the black colour.

Connect with me:

hushm_ 15675078

Languages and Tools:

c figma git linux Django python pandas tensorflow

artec's People

Contributors

0018akhil avatar hushmkun avatar link- avatar omaraboumrad avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

artec's Issues

Creating the git repo

Creating the file & folder structure is but half the work.

Now let's move to initializing the git repository on creation, added the License or maybe the Setup.py , the README etc.

#Goals :

  1. Being able to create a repo.
  2. Adding extra .txt files (README, License, Contributing, ..... ,etc.)

Make a log in the process.

Instead of using a combination of print & if statements, I am planning to replace it with the logging module.
Still requires the to implement the best to the structural integrity & architecture clean.

Folder structure can't cross platform

Due to differences between NT Paths & POSIX Paths.

Since this works on windows, It won't follow to UNIX :

[
    {"folder": "src"},
    {"file": "src\\__init__.py"},
    {"folder": "test"},
    {"file": "test\\__init__.py"},
    {"folder": "res"},
    {"file": "README.md"},
    {"file": "setup.py"},
    {"file": "setup.cfg"},
    {"file": "pyproject.toml"},
]

If we wanna work it out on UNIX, It should be :

[
    {"folder": "src"},
    {"file": "src/__init__.py"},
    {"folder": "test"},
    {"file": "test/__init__.py"},
    {"folder": "res"},
    {"file": "README.md"},
    {"file": "setup.py"},
    {"file": "setup.cfg"},
    {"file": "pyproject.toml"},
]

But, of course It won't work on windows.
So we have to either find a common ground or figure a new way.

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.