<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: sansipy</title>
    <description>The latest articles on DEV Community by sansipy (@the_pythonbook_8ea7a283a).</description>
    <link>https://dev.to/the_pythonbook_8ea7a283a</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2808483%2F7d9d44b9-25f2-4608-ae04-b7916a18033f.jpg</url>
      <title>DEV Community: sansipy</title>
      <link>https://dev.to/the_pythonbook_8ea7a283a</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/the_pythonbook_8ea7a283a"/>
    <language>en</language>
    <item>
      <title>50 Python Mini Projects</title>
      <dc:creator>sansipy</dc:creator>
      <pubDate>Mon, 03 Feb 2025 12:23:38 +0000</pubDate>
      <link>https://dev.to/the_pythonbook_8ea7a283a/50-python-mini-projects-1lg4</link>
      <guid>https://dev.to/the_pythonbook_8ea7a283a/50-python-mini-projects-1lg4</guid>
      <description>&lt;p&gt;If you're learning Python and want to put your knowledge into practice, here’s a list of 50 Python mini-projects covering a wide range of topics:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🤖 Neural networks, genetics, and DNA processing
&lt;/li&gt;
&lt;li&gt;📊 Dashboards and data visualization
&lt;/li&gt;
&lt;li&gt;📈 Financial analysis, betting strategies, statistics, and math
&lt;/li&gt;
&lt;li&gt;🔐 Encryption, digital signatures, quantum computing, prime numbers, and brute force attacks
&lt;/li&gt;
&lt;li&gt;🎮 Game development, web applications, APIs, and user interfaces
&lt;/li&gt;
&lt;li&gt;📐 Implementation of fundamental algorithms
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://github.com/thepythonbook/python-examples" rel="noopener noreferrer"&gt;Check out the full collection here&lt;/a&gt;. Below is the complete list:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/01_digital_signature.py" rel="noopener noreferrer"&gt;01 Digital signature&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/02_message_encryption.py" rel="noopener noreferrer"&gt;02 Message encryption&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/03_prime_numbers.py" rel="noopener noreferrer"&gt;03 Prime numbers&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/04_prime_factorization.py" rel="noopener noreferrer"&gt;04 Prime factorization&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/05_quantum_computing.py" rel="noopener noreferrer"&gt;05 Quantum computing&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/06_password_bruteforce.py" rel="noopener noreferrer"&gt;06 Password brute force&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/07_flask_link_shortener.py" rel="noopener noreferrer"&gt;07 Flask link shortener&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/08_flask_api_currency.py" rel="noopener noreferrer"&gt;08 Flask API for currency conversion&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/09_create_rename_files.py" rel="noopener noreferrer"&gt;09 Create and rename files&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/10_sqlite_database.py" rel="noopener noreferrer"&gt;10 SQLite database&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/11_re_pattern_matching.py" rel="noopener noreferrer"&gt;11 Regular expression pattern matching&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/12_soccer_analytics.py" rel="noopener noreferrer"&gt;12 Soccer analytics&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/13_schedule_tasks.py" rel="noopener noreferrer"&gt;13 Task scheduling&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/14_python_plots.py" rel="noopener noreferrer"&gt;14 Python plotting&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/15_neural_networks_mnist.py" rel="noopener noreferrer"&gt;15 Neural networks with MNIST&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/16_logs_verbosity.py" rel="noopener noreferrer"&gt;16 Log verbosity levels&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/17_symbolic_math.py" rel="noopener noreferrer"&gt;17 Symbolic math&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/18_pygame_game.py" rel="noopener noreferrer"&gt;18 Pygame game development&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/19_scrapping_beautifulsoup.py" rel="noopener noreferrer"&gt;19 Web scraping with BeautifulSoup&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/20_merge_pdf.py" rel="noopener noreferrer"&gt;20 Merging PDFs&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/21_excel_files.py" rel="noopener noreferrer"&gt;21 Working with Excel files&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/22_benchmark_timeit.py" rel="noopener noreferrer"&gt;22 Benchmarking with timeit&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/23_rotate_image.py" rel="noopener noreferrer"&gt;23 Rotating images&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/24_simpy_simulations.py" rel="noopener noreferrer"&gt;24 Simulations with SimPy&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/25_geopy_coordinates.py" rel="noopener noreferrer"&gt;25 Geolocation with Geopy&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/26_biopython_genetics.py" rel="noopener noreferrer"&gt;26 Genetic analysis with Biopython&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/27_molecule_visualization.py" rel="noopener noreferrer"&gt;27 Molecule visualization&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/28_polynomials_numpy.py" rel="noopener noreferrer"&gt;28 Polynomial calculations with NumPy&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/29_simulate_bets.py" rel="noopener noreferrer"&gt;29 Betting simulations&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/30_montecarlo_simulation.py" rel="noopener noreferrer"&gt;30 Monte Carlo simulations&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/31_financial_analysis.py" rel="noopener noreferrer"&gt;31 Financial analysis&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/32_async_programming.py" rel="noopener noreferrer"&gt;32 Asynchronous programming&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/33_poker_deck.py" rel="noopener noreferrer"&gt;33 Poker deck simulation&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/34_shuffle_deck.py" rel="noopener noreferrer"&gt;34 Shuffling a deck of cards&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/35_sort_bubblesort.py" rel="noopener noreferrer"&gt;35 Bubble sort implementation&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/36_binary_decimal.py" rel="noopener noreferrer"&gt;36 Converting binary to decimal&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/37_c_code.py" rel="noopener noreferrer"&gt;37 Running C code from Python&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/38_martingale_bet.py" rel="noopener noreferrer"&gt;38 Martingale betting strategy&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/39_progress_bar.py" rel="noopener noreferrer"&gt;39 Creating a progress bar&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/40_calculate_taxes.py" rel="noopener noreferrer"&gt;40 Tax calculations&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/41_interactive_plot.py" rel="noopener noreferrer"&gt;41 Interactive plotting&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/42_mortgage_calculator.py" rel="noopener noreferrer"&gt;42 Mortgage calculator&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/43_quijote_wordcloud.py" rel="noopener noreferrer"&gt;43 Word cloud from Don Quixote&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/44_pyinstaller_executable.py" rel="noopener noreferrer"&gt;44 Creating an executable with PyInstaller&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/45_compound_interest.py" rel="noopener noreferrer"&gt;45 Compound interest calculator&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/46_find_missing.py" rel="noopener noreferrer"&gt;46 Finding missing numbers&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/47_compress_information.py" rel="noopener noreferrer"&gt;47 Data compression&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/48_user_interface.py" rel="noopener noreferrer"&gt;48 Building a user interface&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/49_dashboard_streamlit.py" rel="noopener noreferrer"&gt;49 Creating a dashboard with Streamlit&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/50_backpack_problem.py" rel="noopener noreferrer"&gt;50 Solving the knapsack problem&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  Bonus: Getting Started with Python
&lt;/h3&gt;

&lt;p&gt;If you're new to Python, these guides will help:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://thepythonbook.com/en/python-functions" rel="noopener noreferrer"&gt;Functions, decorators, lambdas, generators, and async&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://thepythonbook.com/en/python-object-oriented-programming" rel="noopener noreferrer"&gt;Object-Oriented Programming in Python&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://thepythonbook.com/en/test-code-python-pytest" rel="noopener noreferrer"&gt;Testing with pytest&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://thepythonbook.com/en/common-python-mistakes" rel="noopener noreferrer"&gt;100 Common Python Mistakes and How to Avoid Them&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>50 Python Mini Projects</title>
      <dc:creator>sansipy</dc:creator>
      <pubDate>Mon, 03 Feb 2025 12:23:38 +0000</pubDate>
      <link>https://dev.to/the_pythonbook_8ea7a283a/50-python-mini-projects-34db</link>
      <guid>https://dev.to/the_pythonbook_8ea7a283a/50-python-mini-projects-34db</guid>
      <description>&lt;p&gt;If you're learning Python and want to put your knowledge into practice, here’s a list of 50 Python mini-projects covering a wide range of topics:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🤖 Neural networks, genetics, and DNA processing
&lt;/li&gt;
&lt;li&gt;📊 Dashboards and data visualization
&lt;/li&gt;
&lt;li&gt;📈 Financial analysis, betting strategies, statistics, and math
&lt;/li&gt;
&lt;li&gt;🔐 Encryption, digital signatures, quantum computing, prime numbers, and brute force attacks
&lt;/li&gt;
&lt;li&gt;🎮 Game development, web applications, APIs, and user interfaces
&lt;/li&gt;
&lt;li&gt;📐 Implementation of fundamental algorithms
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://github.com/thepythonbook/python-examples" rel="noopener noreferrer"&gt;Check out the full collection here&lt;/a&gt;. Below is the complete list:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/01_digital_signature.py" rel="noopener noreferrer"&gt;01 Digital signature&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/02_message_encryption.py" rel="noopener noreferrer"&gt;02 Message encryption&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/03_prime_numbers.py" rel="noopener noreferrer"&gt;03 Prime numbers&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/04_prime_factorization.py" rel="noopener noreferrer"&gt;04 Prime factorization&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/05_quantum_computing.py" rel="noopener noreferrer"&gt;05 Quantum computing&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/06_password_bruteforce.py" rel="noopener noreferrer"&gt;06 Password brute force&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/07_flask_link_shortener.py" rel="noopener noreferrer"&gt;07 Flask link shortener&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/08_flask_api_currency.py" rel="noopener noreferrer"&gt;08 Flask API for currency conversion&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/09_create_rename_files.py" rel="noopener noreferrer"&gt;09 Create and rename files&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/10_sqlite_database.py" rel="noopener noreferrer"&gt;10 SQLite database&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/11_re_pattern_matching.py" rel="noopener noreferrer"&gt;11 Regular expression pattern matching&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/12_soccer_analytics.py" rel="noopener noreferrer"&gt;12 Soccer analytics&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/13_schedule_tasks.py" rel="noopener noreferrer"&gt;13 Task scheduling&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/14_python_plots.py" rel="noopener noreferrer"&gt;14 Python plotting&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/15_neural_networks_mnist.py" rel="noopener noreferrer"&gt;15 Neural networks with MNIST&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/16_logs_verbosity.py" rel="noopener noreferrer"&gt;16 Log verbosity levels&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/17_symbolic_math.py" rel="noopener noreferrer"&gt;17 Symbolic math&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/18_pygame_game.py" rel="noopener noreferrer"&gt;18 Pygame game development&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/19_scrapping_beautifulsoup.py" rel="noopener noreferrer"&gt;19 Web scraping with BeautifulSoup&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/20_merge_pdf.py" rel="noopener noreferrer"&gt;20 Merging PDFs&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/21_excel_files.py" rel="noopener noreferrer"&gt;21 Working with Excel files&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/22_benchmark_timeit.py" rel="noopener noreferrer"&gt;22 Benchmarking with timeit&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/23_rotate_image.py" rel="noopener noreferrer"&gt;23 Rotating images&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/24_simpy_simulations.py" rel="noopener noreferrer"&gt;24 Simulations with SimPy&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/25_geopy_coordinates.py" rel="noopener noreferrer"&gt;25 Geolocation with Geopy&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/26_biopython_genetics.py" rel="noopener noreferrer"&gt;26 Genetic analysis with Biopython&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/27_molecule_visualization.py" rel="noopener noreferrer"&gt;27 Molecule visualization&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/28_polynomials_numpy.py" rel="noopener noreferrer"&gt;28 Polynomial calculations with NumPy&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/29_simulate_bets.py" rel="noopener noreferrer"&gt;29 Betting simulations&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/30_montecarlo_simulation.py" rel="noopener noreferrer"&gt;30 Monte Carlo simulations&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/31_financial_analysis.py" rel="noopener noreferrer"&gt;31 Financial analysis&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/32_async_programming.py" rel="noopener noreferrer"&gt;32 Asynchronous programming&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/33_poker_deck.py" rel="noopener noreferrer"&gt;33 Poker deck simulation&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/34_shuffle_deck.py" rel="noopener noreferrer"&gt;34 Shuffling a deck of cards&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/35_sort_bubblesort.py" rel="noopener noreferrer"&gt;35 Bubble sort implementation&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/36_binary_decimal.py" rel="noopener noreferrer"&gt;36 Converting binary to decimal&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/37_c_code.py" rel="noopener noreferrer"&gt;37 Running C code from Python&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/38_martingale_bet.py" rel="noopener noreferrer"&gt;38 Martingale betting strategy&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/39_progress_bar.py" rel="noopener noreferrer"&gt;39 Creating a progress bar&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/40_calculate_taxes.py" rel="noopener noreferrer"&gt;40 Tax calculations&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/41_interactive_plot.py" rel="noopener noreferrer"&gt;41 Interactive plotting&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/42_mortgage_calculator.py" rel="noopener noreferrer"&gt;42 Mortgage calculator&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/43_quijote_wordcloud.py" rel="noopener noreferrer"&gt;43 Word cloud from Don Quixote&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/44_pyinstaller_executable.py" rel="noopener noreferrer"&gt;44 Creating an executable with PyInstaller&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/45_compound_interest.py" rel="noopener noreferrer"&gt;45 Compound interest calculator&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/46_find_missing.py" rel="noopener noreferrer"&gt;46 Finding missing numbers&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/47_compress_information.py" rel="noopener noreferrer"&gt;47 Data compression&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/48_user_interface.py" rel="noopener noreferrer"&gt;48 Building a user interface&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/49_dashboard_streamlit.py" rel="noopener noreferrer"&gt;49 Creating a dashboard with Streamlit&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/thepythonbook/python-examples/blob/main/examples/50_backpack_problem.py" rel="noopener noreferrer"&gt;50 Solving the knapsack problem&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  Bonus: Getting Started with Python
&lt;/h3&gt;

&lt;p&gt;If you're new to Python, these guides will help:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://thepythonbook.com/en/python-functions" rel="noopener noreferrer"&gt;Functions, decorators, lambdas, generators, and async&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://thepythonbook.com/en/python-object-oriented-programming" rel="noopener noreferrer"&gt;Object-Oriented Programming in Python&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://thepythonbook.com/en/test-code-python-pytest" rel="noopener noreferrer"&gt;Testing with pytest&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://thepythonbook.com/en/common-python-mistakes" rel="noopener noreferrer"&gt;100 Common Python Mistakes and How to Avoid Them&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
  </channel>
</rss>
