DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports Events Over 2 million developers have joined DZone. Join Today! Thanks for visiting DZone today,
Edit Profile Manage Email Subscriptions Moderation Admin Console How to Post to DZone Article Submission Guidelines
View Profile
Sign Out
Refcards
Trend Reports
Events
Zones
Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
  1. DZone
  2. Coding
  3. Languages
  4. PyDev of the Week: Dave Forgac

PyDev of the Week: Dave Forgac

We talk with prolific Python meetup/conference organizer, Dave Forgac. Find out how he got started with Python, what he's working on, and see his PyCon 2017 talk on how to share code!

Mike Driscoll user avatar by
Mike Driscoll
·
Aug. 08, 17 · Interview
Like (1)
Save
Tweet
Share
3.69K Views

Join the DZone community and get the full member experience.

Join For Free

this week we welcome dave forgac as our pydev of the week! dave is an organizer of pyohio, clepy, and the cleveland api meetup. he also gave a presentation about sharing your code at pycon 2017 that you can watch below:

dave also has a website that lists his other talks. you might also find his github profile interesting. let’s take a few moments to get to know dave better!

image title

can you tell us a little about yourself (hobbies, education, etc):

i work as a sr. software engineer at american greetings in the greater cleveland, oh area. there i focus mainly on api design and development, application deployment, and internal developer experience.

i grew up in cleveland and took a few semesters of college classes before losing a scholarship and taking some time off. i moved to wilmington, de in ‘03 and eventually went back to school and finished a degree in information systems eight years later than planned (it’s never too late!) i moved back to the cleveland area with my wife in 2011. we now have a 3.5-year-old and a newborn keeping us busy.

i enjoy playing with my kids, walking around town with my family, cooking, brewing, hiking, and tabletop gaming. i’ve really been enjoying the 5th edition d&d lately. i also have a bunch of “toy” programming projects that i work on when i find time.

lately, i’ve spent a lot more of my own time doing community organizing than i have coding. i help organize a couple local meetups and pyohio. i’m the pyohio 2017 program chair and just finalized the schedule. you should check out pyohio some time!

why did you start using python?

my first paid programming work was using perl and at some point, someone (i wish i could remember who!) suggested that i check out python. i got myself a copy of learning python for christmas in 1999 and liked what i saw. i then did some work in php and ruby but dabbled in python along the way. i finally started using it more regularly around to automate administration tasks when i started work at a web hosting company in ‘08. since then python has been my primary language.

what other programming languages do you know and which is your favorite?

i’ve worked with a lot of languages over the years, starting with basic on a trs-80 that i rescued from a neighbor’s trash when i was a kid. i’ve done non-trivial work in perl, php, java, ruby, javascript/node, and go. python is by far my favorite for both the language itself and for the community around it. i can see myself doing a little more work in go depending on the task though.

what projects are you working on now?

i spent the last few months preparing for talks and tutorials at oscon and pycon and as soon as those were done pyohio organizing got into full swing. with a new kid arriving in august i probably won’t have too much time for extra projects any time soon. once i do find some free time though i’m working on finishing-up a diy weather station and adding some features to an alexa skill for use with d&d. i also have some updates planned for a couple real-world-connected twitter bots: @iotjackolantern and @iotxmastree.

which python libraries are your favorite (core or 3rd party)?

three come to mind because they’ve changed the way i write and manage python code on a daily basis:

  • cookiecutter allows you to generate projects based on a template and answers to some questions. it takes care of all the boilerplate for you so you can quickly get to work on what your package does rather than packaging and setup. i’ve found it makes me much more likely to package and publish code. i like that you can include test stubs and documentation layouts in the generated project because when you publish a project, people are a lot more likely to contribute improvements to existing tests/docs than they are to create them wholesale for you. i suggest finding one of the package templates that’s close to what you need, forking it, and using that as the basis of your python projects.
  • pipsi installs python packages in their own isolated virtualenvs and makes them available from your default shell. i use this to make a lot of python command line tools available to me without having to worry about activating a virtualenv. for example, i have cookiecutter installed via pipsi.
  • jupyter gives you a web-based interface for running python (and other code) interactively. you mostly hear about it in the context of data analysis and scientific computing but i’ve found it’s a great way to experiment with new code or to keep examples of how things work for when i forget them.

is there anything else you’d like to say?

i’m super-excited that pycon 2018-2019 will be in cleveland! i’m looking forward to showing-off my under-appreciated city and think folks are going to have a great time. find me on twitter @tylerdave if you want to talk about visiting cleveland for pycon or anything else.

thanks for doing the interview!

DAvE (Infineon) Python (language)

Published at DZone with permission of Mike Driscoll, DZone MVB. See the original article here.

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • Promises, Thenables, and Lazy-Evaluation: What, Why, How
  • Memory Debugging: A Deep Level of Insight
  • A Real-Time Supply Chain Control Tower Powered by Kafka
  • ChatGPT: The Unexpected API Test Automation Help

Comments

Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends: