Packaging legacy FORTRAN in Python. Is it OK to use `setuptools` and `numpy.distutils`?: https://stackoverflow.com/questions/31388363/packaging-legacy-fortran-in-python-is-it-ok-to-use-setuptools-and-numpy-dist
Stackoverflow
Packaging legacy FORTRAN in Python. Is it OK to use `setuptools` and `numpy.distutils`?
I am trying to make a python package distribution for some popular Fortran codes in my field. I want it to use the most standard approach with a setup.py file. The related qustion was helpful for
Interfacing Python and C: Advanced “ctypes” Features: https://dbader.org/blog/python-ctypes-tutorial-part-2#intro
dbader.org
Interfacing Python and C: Advanced “ctypes” Features – dbader.org
Learn advanced patterns for interfacing Python with native libraries, like dealing with C structs from Python and pass-by-value versus pass-by-reference semantics.
What's everyone working on this week?: https://www.reddit.com/r/Python/comments/7bddxy/whats_everyone_working_on_this_week/
reddit
What's everyone working on this week? • r/Python
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your pain. Talk about your...
Interfacing Python and C: Advanced “ctypes” Features: https://www.reddit.com/r/Python/comments/7bdiye/interfacing_python_and_c_advanced_ctypes_features/
reddit
Interfacing Python and C: Advanced “ctypes” Features • r/Python
3 points and 0 comments so far on reddit
Freeze graph with different data format: https://stackoverflow.com/questions/47014306/freeze-graph-with-different-data-format
Stackoverflow
Freeze graph with different data format
I trained a small CNN on my GPU using NCHW data format, now I want to export a .pb file that I can then use to do inference in other applications.
I wrote a small helper function to call Tensorflo...
I wrote a small helper function to call Tensorflo...
How does a beginner learn Machine Learning?: https://www.reddit.com/r/Python/comments/7bextj/how_does_a_beginner_learn_machine_learning/
reddit
How does a beginner learn Machine Learning?
I usually use R for my work and have a tiny bit of experience with Python. What's the best way for me to go about getting Python under my belt...
March Madness bracket grader?: https://www.reddit.com/r/Python/comments/7bf22r/march_madness_bracket_grader/
reddit
March Madness bracket grader? • r/Python
Was thinking about this today and wanted to know if there is a good way to put in everyone's choices of who is going to win during the tournament....
Stuck trying to edit path names: https://www.reddit.com/r/Python/comments/7bf7uj/stuck_trying_to_edit_path_names/
reddit
Stuck trying to edit path names • r/Python
Good afternoon, My problem is that I have a pathname as follows : d:\stuff\casenumber\images\evidencenumber\file.blah I have moved a file.blah...
Building a Server-less Reddit to YouTube Bot In Python With Zappa, PRAW, and NoDB: https://www.reddit.com/r/Python/comments/7bfpob/building_a_serverless_reddit_to_youtube_bot_in/
reddit
Building a Server-less Reddit to YouTube Bot In Python... • r/Python
1 points and 0 comments so far on reddit
Need ideas on how to use Python for a work project: https://www.reddit.com/r/Python/comments/7bfql7/need_ideas_on_how_to_use_python_for_a_work_project/
reddit
Need ideas on how to use Python for a work project • r/Python
I was given about 150 post-it notes from a team meeting we had at work. Everyone wrote down their ideas on the notes, and I've been tasked with...
Any good Python pages or groups on Facebook?: https://www.reddit.com/r/Python/comments/7bf00x/any_good_python_pages_or_groups_on_facebook/
reddit
Any good Python pages or groups on Facebook? • r/Python
Despite my best intentions, I still spend a lot of time each day scrolling through my Facebook newsfeed. I've tried to improve this experience by...
New to web design, what framework would make my life easier?: https://www.reddit.com/r/Python/comments/7bgsd0/new_to_web_design_what_framework_would_make_my/
reddit
New to web design, what framework would make my life... • r/Python
Hi everyone, For a college assignment I have to make a site that takes variables, does some calculations and plots some line graphs. But I have...