Python Institute PCEP™ – Certified Entry-Level Python Programmer (Exam PCEP-30-02) – EXAM

PCEP™ – Certified Entry-LevelPython Programmer(Exam PCEP-30-02) – EXAMSYLLABUS Certified Associate in Python Programming PCEP-30-02 – Exam: 40 minutes, NDA/Tutorial: 5 minutes Number of Questions 30 Exam Format Single- and multiple-select questions drag & drop gap fill sort code fill code insertion Cost USD 71.00 (Exam: Single-Shot + Practice Test) Python Essentials 1 (Aligned with PCEP-30-02)… Continue reading Python Institute PCEP™ – Certified Entry-Level Python Programmer (Exam PCEP-30-02) – EXAM

Published
Categorised as python

Learning Python

Installing Python and a IDE Download and install  from https://www.python.org/downloads/ Add Python path environment variblesl control  sysadm.cpl ; c:\python.. install Virtualnv; pip install virtualenv Install Microsoft code and Python extension setx /M path “%path%;C:\ProgramData\Python 3.10” [code] #!/usr/bin/env python3 print(“hello world!:0 [/code] Learning Resources Existing Blog http://www.detectx.com.au/learning-python-for-networking/ Python Kirk Byers (Outlook / Python) Oriely  Linked Acloud… Continue reading Learning Python

Learning Python for Networking

Learning Python for Networking Python the Hardway – https://learnpythonthehardway.org/book/?__s=ng1wguqfgy4mttisodvu Python2 vs Python3 (relevant differences for beginners): http://www.cs.carleton.edu/faculty/jgoldfea/cs201/spring11/Python2vs3.pdf Darren O’Connor has a recent blog post about passing arguments into a Python script (Darren is a dual-CCIE, JNCIE who has some blog posts about Python): http://mellowd.co.uk/ccie/?p=5126 For more complicated argument parsing check out Argparse (requires Python 2.7) or… Continue reading Learning Python for Networking

Published
Categorised as python