PY4E - Python for Everybody [https://www.py4e.com/] - 2023-03-05 13:25:15 - public:stevetao Book, Free, Python - 3 | id:1371054 -
5 Must-Read Free Books for Beginners: Unleash Your Python Potential - [https://inprogrammer.com/5-must-read-free-books-for-beginners/] - 2023-03-05 13:24:56 - public:stevetao Book, Free, Python - 3 | id:1371053 -
GitHub - joakimkarlsson/describe_it: A nose plugin for describe/it syntax [https://github.com/joakimkarlsson/describe_it] - 2023-02-07 16:32:23 - public:stevetao BDD, Framework, Python, Unit-Testing - 4 | id:1301765 -
Python FEN chess Validation with regular expression · GitHub [https://gist.github.com/Dani4kor/e1e8b439115878f8c6dcf127a4ed5d3e] - 2023-02-06 13:11:35 - public:stevetao FEN, Python, Regular-Expression - 3 | id:1301744 -
Lexical analysis [http://insti.physics.sunysb.edu/itp/computing/doc/python/python-ref/chapter2_3.html] - 2023-01-23 05:28:48 - public:stevetao Lexical-Analysis, Python - 2 | id:1294910 -
Create a programing language and compiler using Python and LLVM | by Mateusz Bednarski | Medium [https://medium.com/@mbednarski/creating-a-programing-language-and-compiler-with-python-and-llvm-689c3b560982] - 2023-01-17 14:54:41 - public:stevetao Compiler, LLVM, Python - 3 | id:1294870 -
Parsing text with Python · vipinajayakumar [https://www.vipinajayakumar.com/parsing-text-with-python/] - 2023-01-17 14:40:32 - public:stevetao Parser, Parsing, Python - 3 | id:1294867 -
Let’s Build An Interpreter In Python From Scratch | by Umangshrestha | Python in Plain English [https://python.plainenglish.io/writing-an-interpreter-in-python-from-scratch-part-1-af7698cff0d9] - 2023-01-17 14:33:48 - public:stevetao Interpreter, Lexical-Analyzer, Parsing, Python, Regular-Expression - 5 | id:1294864 -
python-testing-by-examples/reading-writing-on-files.md at master · otrabalhador/python-testing-by-examples · GitHub [https://github.com/otrabalhador/python-testing-by-examples/blob/master/docs/en/mocking/examples/reading-writing-on-files.md] - 2022-11-09 02:34:59 - public:stevetao Python, Tip, Unit-Testing - 3 | id:1294210 -
Pytest with Marking, Mocking, and Fixtures in 10 Minutes | by Kay Jan Wong | Towards Data Science [https://towardsdatascience.com/pytest-with-marking-mocking-and-fixtures-in-10-minutes-678d7ccd2f70] - 2022-11-09 02:34:31 - public:stevetao Mock, Pytest, Python, Unit-Testing - 4 | id:1294209 -
How to Write Independent Unit Test with Pytest and Mock Techniques | SAP Blogs [https://blogs.sap.com/2022/02/16/how-to-write-independent-unit-test-with-pytest-and-mock-techniques/] - 2022-11-09 02:33:59 - public:stevetao Mock, Pytest, Python, Unit-Testing - 4 | id:1294208 -
GitHub - AustinZuniga/DFA-implemented-python: Deteministic Finite Automaton Implementation in Python Language [https://github.com/AustinZuniga/DFA-implemented-python] - 2022-11-04 14:14:47 - public:stevetao Automata, DFA, Programming, Python - 4 | id:1294121 -
GitHub - mvcisback/dfa: A simple python implementation of a DFA. [https://github.com/mvcisback/dfa] - 2022-11-04 14:14:26 - public:stevetao Automata, DFA, Programming, Python - 4 | id:1294120 -
Finite Automata: Simulate a DFA in Python [https://blog.devgenius.io/finite-automata-implement-a-dfa-in-python-64dc3d7005d9] - 2022-11-04 14:12:39 - public:stevetao Automata, DFA, Programming, Python - 4 | id:1294119 -
python - How are finite automata implemented in code? - Stack Overflow [https://stackoverflow.com/questions/35272592/how-are-finite-automata-implemented-in-code] - 2022-11-04 14:11:36 - public:stevetao Automata, DFA, Programming, Python - 4 | id:1294117 -
Program to construct a DFA which accept the language L = {anbm | n mod 2=0, m≥1} - GeeksforGeeks [https://www.geeksforgeeks.org/program-to-construct-a-dfa-which-accept-the-language-l-anbm-n-mod-20-m1/] - 2022-11-04 14:10:59 - public:stevetao Automata, C++, DFA, Programming, Python - 5 | id:1294116 -
Writing your own programming language and compiler with Python | by Marcelo Andrade | Medium [https://medium.com/@marcelogdeandrade/writing-your-own-programming-language-and-compiler-with-python-a468970ae6df] - 2022-10-28 21:01:58 - public:stevetao Compiler, Python - 2 | id:1294023 -
Let's make a Teeny Tiny compiler, part 1 - Austin Z. Henley [https://austinhenley.com/blog/teenytinycompiler1.html] - 2022-10-28 14:42:28 - public:stevetao Compiler, Python - 2 | id:1294016 -
code golf - Convert a Forsyth-Edwards Notation string to ASCII art - Code Golf Stack Exchange [https://codegolf.stackexchange.com/questions/78326/convert-a-forsyth-edwards-notation-string-to-ascii-art] - 2022-09-25 15:59:46 - public:stevetao Chess, FEN, Notation, Programming, Python - 5 | id:1276770 -
10. Full Grammar specification — Python 3.10.7 documentation [https://docs.python.org/3/reference/grammar.html] - 2022-09-24 11:20:11 - public:stevetao EBNF, Grammar, PEG, Python - 4 | id:1276730 -
Unit test Python code - Visual Studio (Windows) | Microsoft Learn [https://learn.microsoft.com/en-us/visualstudio/python/unit-testing-python-in-visual-studio?view=vs-2022] - 2022-09-24 06:10:46 - public:stevetao Layout, Python, Tip, Visual-Studio-Code - 4 | id:1276724 -
Parsing PGN Chess Games With Python | by Andrew Matteson | Analytics Vidhya | Medium [https://medium.com/analytics-vidhya/parsing-pgn-chess-games-with-python-68a2c199665c] - 2022-09-17 12:44:09 - public:stevetao Chess, Grammar, Parsing, PGN, Python - 5 | id:1276623 -
A Guide to Python Unit Testing with unittest and pytest - SitePoint [https://www.sitepoint.com/python-unit-testing-unittest-pytest/] - 2022-08-08 03:11:26 - public:stevetao Python, Software-Testing, Testing, Unit-Testing - 4 | id:1257452 -
Welcome - Practical Cryptography for Developers [https://cryptobook.nakov.com/] - 2022-07-21 22:02:58 - public:stevetao Book, Cryptography, Free, Python - 4 | id:1221828 -
Hacking Secret Ciphers with Python [http://inventwithpython.com/hacking/] - 2022-07-21 03:10:09 - public:stevetao Book, Cryptography, Free, Python - 4 | id:1221814 -
styleguide | Style guides for Google-originated open-source projects [https://google.github.io/styleguide/pyguide.html] - 2022-07-21 02:29:19 - public:stevetao Code-style, Coding, Python, Style - 4 | id:1221806 -
Code Style — The Hitchhiker's Guide to Python [https://docs.python-guide.org/writing/style/] - 2022-07-21 02:28:02 - public:stevetao Code-style, Coding, Python, Style - 4 | id:1221805 -
How to Write Beautiful Python Code With PEP 8 – Real Python [https://realpython.com/python-pep8/] - 2022-07-21 02:27:31 - public:stevetao Code-style, Coding, Python, Style - 4 | id:1221804 -
Python Coding Standards And Best Practices For Code Quality | Zenesys Blogs [https://www.zenesys.com/blog/python-coding-standards-best-practices] - 2022-07-21 02:27:02 - public:stevetao Code-style, Coding, Python, Style - 4 | id:1221803 -
Cracking Codes with Python [https://inventwithpython.com/cracking/] - 2022-07-21 01:25:25 - public:stevetao Book, Cryptography, Free, Python - 4 | id:1221801 -
Parsing in Python: all the tools and libraries you can use [https://tomassetti.me/parsing-in-python/] - 2022-05-17 23:00:01 - public:stevetao Compiler, Library, Parsing, Python - 4 | id:1116158 -
Course Introduction :: Learn Python by Nina Zakharenko [https://www.learnpython.dev/01-introduction/] - 2022-05-17 01:07:24 - public:stevetao Python, Tutorial - 2 | id:1110191 -
Reconstructing A Binary Tree From Infix And Prefix Expressions [Python] [https://www.adoclib.com/blog/reconstructing-a-binary-tree-from-infix-and-prefix-expressions-python.html] - 2022-02-27 13:13:59 - public:stevetao Binary-Tree, Infix, Prefix, Python - 4 | id:1028085 -
Project structure :: Modern Python Developer's Toolkit [https://pycon.switowski.com/03-project-structure-2-parts/structure/] - 2022-02-26 11:22:28 - public:stevetao Project-Structure, Python, Tip - 3 | id:1028066 -
Repository Structure and Python — Kenneth Reitz [https://kennethreitz.org/essays/2013/01/27/repository-structure-and-python] - 2022-02-26 11:16:44 - public:stevetao Project-Structure, Python, Tip - 3 | id:1028065 -
Open Sourcing a Python Project the Right Way [https://jeffknupp.com/blog/2013/08/16/open-sourcing-a-python-project-the-right-way/] - 2022-02-26 11:15:57 - public:stevetao Project-Structure, Python, Tip - 3 | id:1028064 -
Starting A Python Project The Right Way [https://jeffknupp.com/blog/2014/02/04/starting-a-python-project-the-right-way/] - 2022-02-26 11:15:41 - public:stevetao Project-Structure, Python, Tip - 3 | id:1028063 -
Structuring Python Code — Best practices from over 10 blogs | by Pranav Kapur, CEM | Analytics Vidhya | Medium [https://medium.com/analytics-vidhya/structuring-python-code-best-practices-from-over-10-blogs-2e33cbb83c49] - 2022-02-26 11:11:01 - public:stevetao Packaging, Project-Structure, Python, Tip - 4 | id:1028062 -
7 Ways to Make Your Python Project Structure More Elegant [https://www.the-analytics.club/python-project-structure-best-practices] - 2022-02-26 10:58:00 - public:stevetao Project-Structure, Python, Tip - 3 | id:1028061 -
เริ่มเรียนเขียนโปรแกรม: Python101 [https://www.cp.eng.chula.ac.th/~somchai/python101/index.html?fbclid=IwAR1MdEGx3A6shY0cCNojMn_NWCzVllegveHDVqYhuowkDuTqgoxBszEH154] - 2022-01-27 12:09:33 - public:stevetao Course, Python - 2 | id:1010723 -
python - What is “where“ argument for in setuptools.find_packages? - Stack Overflow [https://stackoverflow.com/questions/51286928/what-is-where-argument-for-in-setuptools-find-packages] - 2021-12-22 22:20:51 - public:stevetao Packaging, Python, Tip - 3 | id:964562 -
Unit testing — qucat documentation [https://qucat.org/devs/unittests.html] - 2021-12-22 22:20:10 - public:stevetao Python, Unit-Testing - 2 | id:964561 -
How My Chess Engine Works [https://www.naftaliharris.com/blog/chess/] - 2021-10-23 16:27:05 - public:stevetao Chess, Chess-Engine, Programming, Python - 4 | id:829955 -
Programming a Chess Player.ipynb [https://jupyter.brynmawr.edu/services/public/dblank/CS371%20Cognitive%20Science/2016-Fall/Programming%20a%20Chess%20Player.ipynb] - 2021-10-23 16:13:09 - public:stevetao Chess, Programming, Python - 3 | id:829945 -
Making Chess in Python. This is a large project that me and a… | by PasiduPerera | Level Up Coding [https://levelup.gitconnected.com/chess-python-ca4532c7f5a4] - 2021-10-23 15:04:08 - public:stevetao Chess, Programming, Python - 3 | id:829918 -
Writing a chess game in python [Day 1] - DEV Community [https://dev.to/rinaarts/writing-a-chess-game-in-python-with-my-12yo-day-1-4pe6] - 2021-10-23 14:34:54 - public:stevetao Chess, Programming, Python - 3 | id:829910 -
Writing a chess program in one day | by Andreas Stöckl | Medium [https://andreasstckl.medium.com/writing-a-chess-program-in-one-day-30daff4610ec] - 2021-10-23 14:31:31 - public:stevetao Chess, Programming, Python - 3 | id:829908 -
Typical Directory structure for python tests · GitHub [https://gist.github.com/tasdikrahman/2bdb3fb31136a3768fac] - 2021-09-26 02:03:31 - public:stevetao Layout, Python, Testing, Tip - 4 | id:795105 -
Python Unit Testing – Structuring Your Project – Patrick's Software Blog [https://www.patricksoftwareblog.com/python-unit-testing-structuring-your-project/] - 2021-09-25 15:37:25 - public:stevetao Python, Tip, Unit-Testing - 3 | id:795097 -
python - Running unittest with typical test directory structure - Stack Overflow [https://stackoverflow.com/questions/1896918/running-unittest-with-typical-test-directory-structure] - 2021-09-25 15:30:35 - public:stevetao Python, Tip, Unit-Testing - 3 | id:795096 -