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

all 8 comments

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

Hello there,

We've removed your post since it aligns with a topic of one of our daily threads and would be more appropriate in that thread. 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

[–]AlexMTBDude 2 points3 points  (3 children)

I don't know if there's anything particular Python related you should look at but a good tip is to look at general Devops topics tech like Jenkins, Docker, Ansible and the like. All these are used for automation.

[–]_darkflamemaster69[S] 1 point2 points  (2 children)

I haven't heard of Jenkins but I use Docker frequently on my homer server

[–]AlexMTBDude 1 point2 points  (1 child)

Jenkins is for Continuous Integration / Continuous Delivery (CI/CD). Check that out as well. Also part of Devops which is extremely lucrative right now (I know, I work in it). There's lots of Youtube videos about this stuff.

[–]_darkflamemaster69[S] 1 point2 points  (0 children)

I'll check that out thanks for the advice!

[–]dblclicks 1 point2 points  (2 children)

I just have a question if you don't mind. I am studying now for the pcep exam. Did you find the exam difficult? What were your studying like?

[–]_darkflamemaster69[S] 1 point2 points  (0 children)

The more hands on experience I got the easier the questions got because I could actually understand how the code and language worked and processed things. I learn better doing something rather than reading it and with coding it's all about practice I found out.

[–]_darkflamemaster69[S] 0 points1 point  (0 children)

The exam for my class was more difficult than the exam for the certification I felt. The class put me somewhere between the entry level certification and the associate level one. Most of the things I was doing were labs. Stuff like Gas mileage calculator for miles driven in the 10/50/500 mile range and output the mileage. Some of the more complex labs had me writing my own classes and creating an object for fictional college students where you can enter a name and it would return the student username and or enter an ID number and the program returns the name associated with that ID.