Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

How to design a project using Python

  • 30-08-2019 05:01PM
    #1
    Registered Users, Registered Users 2 Posts: 2,760 ✭✭✭


    Can anyone recommend a step by step guide to building a project using python.

    I'm currently doing the MTA Course - Introduction to Programming using Python and I want to start a project but have no idea how to go about it.

    The course covers the basics such as Syntax, Loops, Input/Output etc but doesn't cover building a project from start to finish.

    I've searched on Google and the best I could find is the link below which recommend joining Git and then setting up your Packages.
    https://dev.to/codemouse92/dead-simple-python-project-structure-and-imports-38c6

    I'm looking for a step by step guide so that I know exactly what's involved in building a project so that I know exsctly where I stand at any point during the building of the project.

    Thanks for any help with this.


Comments

  • Registered Users, Registered Users 2 Posts: 1,394 ✭✭✭nullObjects


    If you want to get an idea of how to structure the project you could have a look for example projects on GitHub


  • Registered Users, Registered Users 2 Posts: 2,760 ✭✭✭stockshares


    Thanks, can you just look through someone else's project. Is every project there open source.


Advertisement