Search
Results
Convert HTML to PDF in Python with 5 Popular Libraries (Updated 2024) - APITemplate.io
Progress Bars in Python with progressbar2 | by David Bonn | PythonIQ | Medium
[https://medium.com/pythoniq/progress-bars-in-python-with-progressbar2-da77838077a9] - - public:stevetao
Progressbar - Python Tutorial
How to Create a Progress Bar in Python [CLI and GUI]
python - how to create a simple progress bar loop in tkinter - Stack Overflow
[https://stackoverflow.com/questions/68738022/how-to-create-a-simple-progress-bar-loop-in-tkinter] - - public:stevetao
Python GUI Programming With Tkinter – Real Python
Tkinter Tutorial
Avoid Mocks, Write Clean Code Instead
[https://ericsda.notion.site/Avoid-Mocks-Write-Clean-Code-Instead-14d2eacd693b807599dbfe4fdbd2d6be] - - public:stevetao
The basics of pytest
Learn Python and related technologies
[https://www.pynerds.com/] - - public:pynerds
Well curated articles for anyone who wants to learn Python from basics to advanced.
Python code visualizer
[https://www.pynerds.com/visualize/] - - public:pynerds
A tool that allows you to view how your python code is executed line by line.
Online Python Compiler
[https://www.pynerds.com/compiler/] - - public:pynerds
A tool for executing Python code online, right on the browser.
Python Eval: Exploring the Pros, Cons, and Best Practices for Safe and Secure Usage - Shiksha Online
[https://www.shiksha.com/online-courses/articles/python-eval-exploring-the-pros-cons-and-best-practices-for-safe-and-secure-usage/] - - public:stevetao
Ask HN: Which Python type checker should I use? | Hacker News
4 Python type checkers to keep your code clean | InfoWorld
[https://www.infoworld.com/article/2260170/4-python-type-checkers-to-keep-your-code-clean.html] - - public:stevetao
7 Free Online Python REPLs - KDnuggets
building-python3.11.md
mlabonne/llm-course: Course to get into Large Language Models (LLMs) with roadmaps and Colab notebooks.
[https://github.com/mlabonne/llm-course] - - public:isaac
Course to get into Large Language Models (LLMs) with roadmaps and Colab notebooks. - mlabonne/llm-course
GitHub - lllyasviel/Fooocus: Focus on prompting and generating
Crawlee for Python · Fast, reliable crawlers.
Setting Your Python Project Up for Success in 2024 | by Mr-Pepe | Medium
[https://medium.com/@Mr_Pepe/setting-your-python-project-up-for-success-in-2024-365e53f7f31e] - - public:stevetao
Guide to Python Project Structure and Packaging | by Joshua Phuong Le | Medium
[https://medium.com/@joshuale/a-practical-guide-to-python-project-structure-and-packaging-90c7f7a04f95] - - public:stevetao
Python Package Structure for Scientific Python Projects — Python Packaging Guide
[https://www.pyopensci.org/python-package-guide/package-structure-code/python-package-structure.html] - - public:stevetao
Releases · IUCompilerCourse/Essentials-of-Compilation
Structure an Application With the MVC Design Pattern - Write Maintainable Python Code - OpenClassrooms
[https://openclassrooms.com/en/courses/6900866-write-maintainable-python-code/7009312-structure-an-application-with-the-mvc-design-pattern] - - public:stevetao
python - MVC the simplest example - Stack Overflow
Create a Chess Game in Python Step-by-Step (Source Code)
[https://www.codewithfaraz.com/python/19/create-a-chess-game-in-python-step-by-step-source-code] - - public:stevetao
Build Chess game with Pygame - DEV Community
GitHub - TheBroMoe/pyChess: A Player-Vs-AI Chess engine implemented in Python
Create a Chess Game in Python - GeeksforGeeks
Pygame : Chess
GitHub - mandrelbrotset/pygame-chess: Chess game written in python with the pygame library.
How to Build a Chess Game with Pygame in Python | by Arslan Mirza | Medium | Javarevisited
[https://medium.com/javarevisited/how-to-build-a-chess-game-with-pygame-in-python-9eb0a7591776] - - public:stevetao
How to Make a Chess Game with Pygame in Python - The Python Code
A Chess Program
What is the difference between venv, pyvenv, pyenv, virtualenv, virtualenvwrapper, pipenv, etc. | Better Stack Community
[https://betterstack.com/community/questions/what-are-differences-between-python-virtual-environments/] - - public:mzimmerm
venv is Python build-in module; pyvenv is Python script on top of venv. pyenv is a OS-level thing. All of them allow to create virtual environments
A Complete Guide To Develop An App Using Python in 2024
PyPI · The Python Package Index
[https://pypi.org/] - - public:mzimmerm
Index of all python packages. pip looks here first to find a package.
NumPy: the absolute basics for beginners — NumPy v1.26 Manual
How To Use Virtual Environment inside Jupyter lab
[https://www.linkedin.com/pulse/how-use-virtual-environment-inside-jupyter-lab-sina-khoshgoftar] - - public:mzimmerm
Describes how to force Jupyter lab to use a venv for it's kernels!!
Install packages in a virtual environment using pip and venv - Python Packaging User Guide
[https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/] - - public:mzimmerm
Marking a directory as sources root equivalent in Visual Studio Code for Python | Tech | Qualityology
[https://www.qualityology.com/tech/marking-a-folder-as-sources-root-equivalent-in-visual-studio-code-for-python/] - - public:stevetao
Setting Python source folders in Visual Studio Code - Xebia
How to set the root directory for Visual Studio Code Python Extension? - Stack Overflow
[https://stackoverflow.com/questions/50089498/how-to-set-the-root-directory-for-visual-studio-code-python-extension] - - public:stevetao
Mathspp Blog | mathspp
Writing a C compiler in 500 lines of Python
Tutorials and Resources — Pygame Zero 1.2 documentation
3. Text-based quiz games — Coding Games With Pygame Zero & Python documentation
Snake Tutorial for Python and Pygame Zero 1.2
cgi - CGIHTTPRequestHandler run php or python script in python - Stack Overflow
[https://stackoverflow.com/questions/5333632/cgihttprequesthandler-run-php-or-python-script-in-python] - - public:mzimmerm
Simple Python server using python as CGI