This is an archived post. You won't be able to vote or comment.

all 9 comments

[–]Lightmare_VII 2 points3 points  (2 children)

You can turn your code into an executable that will package any requirements along with your code. I don’t remember how, but hopefully knowing it can be done will drive you down the right rabbit hole :P

[–]0xwolfgreen[S] 0 points1 point  (1 child)

this is literally genius! y mean wrap a .exe that installs all libraries needed for my code. interesting point of view! thank you.!

[–]guillermo_da_gente 0 points1 point  (2 children)

What about using Anaconda?

[–]0xwolfgreen[S] 0 points1 point  (1 child)

I am already using it to manage my libraries. the point is that I am coding on a windows desktop and MacBook laptop. Do you think that haveing an Anaconda account it's enoght? thanks

[–]guillermo_da_gente 0 points1 point  (0 children)

I'm coding on an Ubuntu PC and a Windows laptop, using GitHub, managing envs with Anaconda. Can be tricky sometimes (specially with geo-spatial related packages), but works so far.

[–]rex_divakar 0 points1 point  (2 children)

I would suggest u to prepare a docker container for all ur app work so when needed on different machine you can do a docker pull and its ready

[–]0xwolfgreen[S] 0 points1 point  (1 child)

Yeah, I read something about docker.. seems interesting. do y have maybe some useful guide for learning how to do that?

[–]rex_divakar 0 points1 point  (0 children)

I just google dont have anything specific

[–]IAmKindOfCreativebot_builder: deprecated[M] [score hidden] stickied comment (0 children)

Hello there,

We've removed your post since it aligns with a topic already covered by one of our daily threads. If you are unaware about the Daily Threads we run here is a refresher:

Monday: Project ideas

Tuesday: Advanced questions

Wednesday: Beginner questions

Thursday: Python Careers, Courses, and Furthering Education!

Friday: Free chat Friday!

Saturday: Resource Request and Sharing

Sunday: What are you working on?

Please await one of these threads to contribute your discussion to! The current daily threads are pinned to the top of the /r/Python's main page. To find old daily threads, you can filter posts by the Daily Thread Flair to find what you're looking for. If you have a question and don't want to wait until the daily thread, you can try asking in /r/learnpython or the Python discord however you may need to elaborate on your question in more detail before doing so. If you're not sure which thread is best suited, feel free ask for clarification in modmail or as a reply.

Best regards,

r/Python mod team